ef6527aff49a8e330f03c0546b5f0d655433d739
[claws.git] / ChangeLog
1 2006-08-12 [paul]       2.4.0cvs42
2
3         * manual/plugins.xml
4                 update IRC channel info before it gets forgotten
5                 about
6
7 2006-08-11 [colin]      2.4.0cvs41
8
9         * src/compose.c
10         * src/mainwindow.c
11         * src/mainwindow.h
12         * src/procmsg.c
13         * src/procmsg.h
14         * src/summaryview.c
15         * src/toolbar.c
16                 Grey out the Send button if
17                 - Queue folders are empty, or
18                 - We're sending already
19
20 2006-08-11 [wwp]        2.4.0cvs40
21
22         * src/main.c
23                 fix a logic issue when quitting while a compose window is
24                 still open, thanks to Colin.
25
26 2006-08-10 [colin]      2.4.0cvs39
27
28         * src/main.c
29                 Fix default font size setting after wizard run
30         * src/imap.c
31         * src/etpan/imap-thread.c
32         * src/etpan/imap-thread.h
33                 Fix bug #999 (Timing out on TSL cert validation 
34                 dialog makes ugly things happen). Also, STARTTLS
35                 unconditionnaly if initial capabilities contain
36                 LOGINDISABLED and STARTTLS.
37
38 2006-08-09 [colin]      2.4.0cvs38
39
40         * src/mainwindow.c
41         * src/mainwindow.h
42                 Fix Tools/Actions sensitivity when there are
43                 no actions
44
45 2006-08-09 [colin]      2.4.0cvs37
46
47         * src/prefs_filtering.c
48                 Warning fix, patch by Paul
49         * src/messageview.c
50         * src/prefs_actions.c
51         * src/prefs_filtering_action.c
52         * src/prefs_matcher.c
53                 Uniformisation of "Info ..." to "Info..." (for
54                 old gtk), patch by Fabien
55         * src/plugins/clamav/clamav_plugin_gtk.c
56                 Sensitivity fix by Fabien
57
58 2006-08-09 [colin]      2.4.0cvs36
59
60         * src/main.c
61         * src/main.h
62                 Add a function to know whether we're exiting
63         * src/plugins/trayicon/trayicon.c
64                 If exiting, don't do anything. Faster, and
65                 avoids gtk_main_iteration reentracy causing
66                 segfaults at exit
67
68 2006-08-09 [colin]      2.4.0cvs35
69
70         * src/messageview.c
71         * src/mimeview.c
72         * src/mimeview.h
73                 Fix lack of part selection when automatically 
74                 jumping to a specific part
75         * src/msgcache.c
76                 Little optimisation in cache reading
77
78 2006-08-09 [colin]      2.4.0cvs34
79
80         * src/compose.c
81                 Fix crash setting the priority on reedit
82                 (Accessing compose before creating it!)
83
84 2006-08-08 [colin]      2.4.0cvs33
85
86         * src/procmime.c
87                 Fix bug #998 (last attachment is not accessible)
88                 Bad RFC interpretation on multipart close-delimiters
89         * src/mimeview.c
90         * src/mimeview.h
91         * src/gtk/gtkvscrollbutton.c
92         * src/gtk/gtkvscrollbutton.h
93                 Make attachments list wheel-scrollable
94
95 2006-08-07 [colin]      2.4.0cvs32
96
97         * src/gtk/gtkaspell.c
98                 Fix bug #973 (Unicode punctation characters 
99                 are not recognized as separators by the
100                 spell checker); fix unsigned stuff
101
102 2006-08-07 [colin]      2.4.0cvs31
103
104         * src/compose.c
105                 Fix bug #956 (DnD text with accents in compose 
106                 text entry); fix gccc's signed/unsigned fuss
107
108 2006-08-06 [colin]      2.4.0cvs30
109
110         * src/main.c
111                 Fix bug #979 (Plugin crashes when exiting 
112                 sylpheed-claws) : handle exit request only 
113                 once
114
115 2006-08-05 [colin]      2.4.0cvs29
116
117         * src/news.c
118                 Just make sure we have a msgid.
119
120 2006-08-05 [colin]      2.4.0cvs28
121
122         * src/news.c
123         * src/summaryview.c
124                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
125                 by reimplementing it
126         * src/textview.c
127                 Fix bug when hiding quotes with level > 3 and quote
128                 colors are recycled
129
130 2006-08-04 [colin]      2.4.0cvs27
131
132         * src/compose.c
133         * src/undo.c
134         * src/undo.h
135                 Fix a bit replace-by-pasting undo
136         * src/mainwindow.c
137         * src/messageview.c
138                 Fix Fold quotes menu synchro in
139                 mainwindow when it changes in 
140                 messageview
141         * src/textview.c
142                 Fix right-click on quotes blocks
143         * src/common/utils.c
144                 Verify that the file created by
145                 my_tmpfile() is writable. Fixes
146                 bug #988 (very specific filesystem
147                 issue)
148         * src/plugins/pgpcore/sgpgme.c
149                 Fix file descriptor leak
150         * src/plugins/spamassassin/spamassassin.c
151                 Warn once if spamd isn't reachable
152
153 2006-08-04 [colin]      2.4.0cvs26
154
155         * src/toolbar.c
156                 i18n context patch by Fabien
157
158 2006-08-03 [colin]      2.4.0cvs25
159
160         * src/mainwindow.c
161         * src/messageview.c
162                 Rename "Hide quotes" to "Fold quotes"
163         * src/textview.c
164                 Don't use hand cursor on quotes. "all 
165                 the bonuses of the feature and none of 
166                 unwelcome side-effects"
167
168 2006-08-03 [colin]      2.4.0cvs24
169
170         * AUTHORS
171         * sylpheed-claws.desktop
172         * src/gtk/authors.h
173                 Bring the desktop file to XDG compliance
174                 Patch by Charles A. Edwards
175
176 2006-08-03 [colin]      2.4.0cvs23
177
178         * src/textview.c
179                 Fix links offset when they are preceded
180                 by accentued chars (g_utf8_strlen!)
181         * src/mainwindow.c
182                 Fix wrong status when starting offline
183
184
185 2006-08-03 [wwp]        2.4.0cvs22
186
187         * src/prefs_common.h
188                 ask what to do w/ filtering rules that belong to an account when
189                 applying filtering rules manually from the main window (skip,
190                 apply regardless of the account, use current account). This dialog
191                 can be skipped and the last reply used.
192                 (forgot that file)
193
194 2006-08-03 [wwp]        2.4.0cvs21
195
196         * src/filtering.c
197         * src/filtering.h
198         * src/prefs_common.c
199         * src/summaryview.c
200         * src/alertpanel.c
201         * src/alertpanel.h
202         * src/messageview.c
203                 ask what to do w/ filtering rules that belong to an account when
204                 applying filtering rules manually from the main window (skip,
205                 apply regardless of the account, use current account). This dialog
206                 can be skipped and the last reply used.
207
208
209 2006-08-03 [colin]      2.4.0cvs20
210
211         * src/textview.c
212                 Optimize previous patch
213
214 2006-08-03 [cleroy]     2.4.0cvs19
215
216         * src/textview.c
217                 Fix quotes getting toggled back when the
218                 mail has an even number of text parts
219
220 2006-08-02 [colin]      2.4.0cvs18
221
222         * src/messageview.c
223                 Add Hide quotes menu
224
225 2006-08-02 [colin]      2.4.0cvs17
226
227         * src/mainwindow.c
228         * src/prefs_common.c
229         * src/textview.c
230         * src/textview.h
231         * src/gtk/about.c
232                 Allow per-level quote hiding,
233                 Allow toggling quotes by double-clicking them
234                 Rename RemoteURI to ClickableText to reflect
235                 the fact it's used for a variety of things
236
237 2006-08-02 [wwp]        2.4.0cvs16
238
239         * src/mainwindow.c
240                 fix "View/Hide quotes" menu item status initialization.
241
242 2006-08-02 [wwp]        2.4.0cvs15
243
244         * src/matcher_parser_parse.y
245                 remove a debug trace.
246
247 2006-08-02 [paul]       2.4.0cvs14
248
249         * src/plugins/pgpcore/passphrase.c
250                 don't set initial dialog size
251                 make it resizable
252
253 2006-08-02 [paul]       2.4.0cvs13
254
255         * src/noticeview.c
256                 remove the rogue '/' character
257
258 2006-08-02 [paul]       2.4.0cvs12
259
260         * src/noticeview.c
261                 allow buttons to resize as necessary
262
263 2006-08-01 [wwp]        2.4.0cvs11
264
265         * src/mbox.c
266                 fix strict ISO C90 compliance.
267
268 2006-08-01 [wwp]        2.4.0cvs10
269
270         * tools/update-po
271                 updated update-po tool to work w/ context-dependent translations.
272                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
273
274 2006-08-01 [wwp]        2.4.0cvs9
275
276         * src/matcher.c
277         * src/prefs_filtering.c
278         * src/prefs_matcher.c
279                 allow context-dependent translations for "All",
280                 patch by Fabien Vantard <fzzzzz@gmail.com>.
281
282 2006-07-31 [colin]      2.4.0cvs8
283
284         * AUTHORS
285         * src/gtk/authors.h
286                 Add Rafal to authors
287
288 2006-07-31 [colin]      2.4.0cvs7
289
290         * src/compose.c
291         * src/mainwindow.c
292         * src/messageview.h
293         * src/prefs_common.c
294         * src/prefs_common.h
295         * src/textview.c
296                 Add 'View/Hide quotes'. Patch based on a patch
297                 by Rafal Weglarz
298
299 2006-07-31 [colin]      2.4.0cvs6
300
301         * src/action.c
302                 Fix problem with "> stuff >" actions
303
304 2006-07-31 [paul]       2.4.0cvs5
305
306         * po/nb.po
307                 updated by Geir Helland
308
309 2006-07-31 [wwp]        2.4.0cvs4
310
311         * src/mainwindow.c
312         * src/summaryview.c
313         * src/summaryview.h
314                 add "View/Go to/Parent message" and "View/Go to/Last read message",
315                 thanks to Colin.
316
317 2006-07-31 [wwp]        2.4.0cvs3
318
319         * src/Makefile.am
320         * src/addr_compl.c
321         * src/addr_compl.h
322         * src/addressbook.c
323         * src/addressbook.h
324         * src/addressbook_foldersel.c
325         * src/addressbook_foldersel.h
326         * src/addrindex.c
327         * src/addrindex.h
328         * src/matcher.c
329         * src/matcher.h
330         * src/matcher_parser_lex.l
331         * src/matcher_parser_parse.y
332         * src/prefs_common.c
333         * src/prefs_common.h
334         * src/prefs_filtering.c
335         * src/prefs_matcher.c
336         * src/prefs_matcher.h
337         * src/summaryview.c
338                 introduce filtering against the address book. It's now possible to add
339                 matched conditions to determine if any email address in a message matches
340                 or doesn't match any or all books or folders in the address book.
341
342 2006-07-31 [wwp]        2.4.0cvs2
343
344         * src/account.c
345         * src/filtering.c
346         * src/filtering.h
347         * src/folder.c
348         * src/folderview.c
349         * src/inc.c
350         * src/mainwindow.c
351         * src/matcher.c
352         * src/matcher_parser_lex.l
353         * src/matcher_parser_parse.y
354         * src/mbox.c
355         * src/prefs_filtering.c
356         * src/prefs_filtering.h
357         * src/procmsg.c
358         * src/procmsg.h
359         * src/summaryview.c
360                 introduce per-account filtering rules. Each filtering rule can now be assigned
361                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
362                 when applying filtering rules manually, as all rules will apply - even the ones
363                 assigned to an account. This issue will be addressed soon.
364  
365
366
367 2006-07-31 [wwp]        2.4.0cvs1
368
369         * src/quote_fmt.c
370                 make more strings translatable.
371
372 2006-07-31 [paul]       2.4.0
373
374         2.4.0 released
375
376 2006-07-31 [paul]       2.3.1cvs91
377
378         * po/ca.po
379                 updated by Miquel Oliete
380
381 2006-07-31 [paul]       2.3.1cvs90
382
383         * po/de.po
384         * po/el.po
385         * po/fr.po
386         * po/it.po
387         * po/pl.po
388         * po/pt_BR.po
389         * po/sr.po
390         * po/zh_CN.po
391                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
392                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
393                 Aleksandar Urosevic, and Ralgh Young
394
395 2006-07-31 [paul]       2.3.1cvs89
396
397         * src/account.c
398         * src/main.c
399         * src/mainwindow.c
400         * src/mainwindow.h
401                 Fix a race condition when, after an SC crash, rescanning
402                 folders took more than 0.5 seconds
403                 Thanks to Colin
404
405 2006-07-31 [paul]       2.3.1cvs88
406
407         * src/folderview.c
408                 don't translate separator strings
409
410 2006-07-30 [mones]      2.3.1cvs87
411
412         * doc/man/sylpheed-claws.1
413                 Fixed non-ASCII chars in Hoa's name
414         * po/es.po
415                 Updated for release
416
417 2006-07-27 [colin]      2.3.1cvs86
418
419         * src/textview.c
420                 Don't include the leading \n in links
421                 Patch by Fabien
422
423 2006-07-25 [colin]      2.3.1cvs85
424
425         * src/mainwindow.c
426         * src/common/socket.h
427         * src/etpan/imap-thread.c
428                 Refresh resolvers before connecting
429                 to IMAP servers, and after switching
430                 to online. Thanks to Paul.
431
432 2006-07-18 [colin]
433
434         * 2.4.0-rc4 released
435
436 2006-07-17 [colin]      2.3.1cvs84
437
438         * src/inc.c
439                 Show connection attempt in statusbar before
440                 connecting (previously first message was
441                 "Retrieving messages from ..." after the
442                 connection succeeded.
443
444 2006-07-16 [wwp]        2.3.1cvs83
445
446         * sylpheed-claws.ico
447                 Added .ico file (windows multi-size icon file, generated).
448
449 2006-07-12 [wwp]        2.3.1cvs82
450
451         * src/messageview.c
452                 remove Message/Re-edit menu entry from messageview window,
453                 as sent/draft/queued messages are opened in compose window when
454                 re-edited and it's not possible to re-edit other msgs.
455
456 2006-07-12 [paul]       2.3.1cvs81
457
458         * AUTHORS
459         * src/mainwindow.c
460         * src/gtk/authors.h
461                 check online state before resetting
462                 mailcheck timer. Useful if some program
463                 verifies connection state and updates
464                 Claws.
465                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
466
467 2006-07-12 [paul]       2.3.1cvs80
468
469         * sylpheed-claws-128x128.png
470         * sylpheed-claws-64x64.png
471         * sylpheed-claws.png
472         * src/Makefile.am
473         * src/main.c
474         * src/prefs_toolbar.c
475         * src/stock_pixmap.c
476         * src/stock_pixmap.h
477         * src/wizard.c
478         * src/gtk/about.c
479         * src/gtk/gtkutils.c
480         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
481         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
482         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
483         * src/pixmaps/sylpheed.xpm              ** REMOVED **
484         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
485         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
486                 updated and renamed logo/icon files and related
487                 logo by Jesper Schultz
488
489 2006-07-11 [paul]       2.3.1cvs79
490
491         * src/main.c
492                 fix the labels a smidgin
493
494 2006-07-09 [colin]      2.3.1cvs78
495
496         * src/textview.c
497                 Show errors in textviewer's command
498                 Patch by H. Merijn Brand
499
500 2006-07-09 [colin]      2.3.1cvs77
501
502         * src/compose.c
503                 Save FMID in drafts too
504
505 2006-07-08 [colin]      2.3.1cvs76
506
507         * src/compose.c
508                 Svae RMID in drafted mails too
509                 Save quote_fmt vars for whole mails,
510                 don't reset at each quote_fmt_init:
511                 allows to use the same |i{var} in
512                 various template fields
513         * src/prefs_template.c
514         * src/quote_fmt.h
515         * src/quote_fmt_parse.y
516                 Same
517
518 2006-07-08 [colin]      2.3.1cvs75
519
520         * src/textview.c
521                 Fix highlighting of attached parts URIs
522
523 2006-07-08 [colin]      2.3.1cvs74
524
525         * src/main.c
526                 Prevent bug #981 (sc 2.3.1 segfaults with 
527                 gtk+ 2.10) from being reported again:
528                 if Sylpheed-Claws has been compiled against
529                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
530                 of if Sylpheed-Claws has been compiled against
531                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
532                 error out.
533
534 2006-07-07 [colin]      2.3.1cvs73
535
536         * src/prefs_actions.c
537                 Fix label
538
539 2006-07-07 [colin]      2.3.1cvs72
540
541         * src/prefs_actions.c
542                 Fix compile on gtk < 2.8. argh :)
543
544 2006-07-07 [paul]       2.3.1cvs71
545
546         * src/common/defs.h
547                 update DONATE_URI
548
549 2006-07-07 [colin]      2.3.1cvs70
550
551         * po/POTFILES.in
552         * src/quote_fmt.c
553         * src/quote_fmt_lex.l
554         * src/quote_fmt_parse.y
555                 Add |i{var}, a way to insert user-entered
556                 text in a template
557
558 2006-07-07 [colin]
559
560         * 2.4.0-rc3 released
561
562 2006-07-07 [colin]      2.3.1cvs69
563
564         * src/folder.c
565                 Don't consider inboxes of UNKNOWN folder 
566                 classes to be useable as default inboxes
567
568 2006-07-07 [paul]       2.3.1cvs68
569
570         * src/textview.c
571                 add missing #include <errno.h>
572                 Thanks to René J. Blokland
573
574 2006-07-07 [paul]       2.3.1cvs67
575
576         * src/action.c
577                 Return now Closes dialog
578         * src/mimeview.c
579         * src/mimeview.h
580         * src/textview.c
581                 add contextual menu to mime parts listed
582                 in the textview
583                 Thanks to Colin
584         * src/common/utils.c
585                 reversal: ' is a valid character in URLs
586
587 2006-07-06 [colin]      2.3.1cvs66
588
589         * src/remotefolder.h
590                 Forgotten in previous commit
591
592 2006-07-06 [colin]      2.3.1cvs65
593
594         * src/folder.c
595                 Set summary update flag whenever
596                 totals changed
597         * src/imap.c
598         * src/prefs_account.c
599         * src/common/utils.h
600         * src/etpan/imap-thread.c
601                 Fix warnings, thanks to Fabien and
602                 Ricardo
603
604 2006-07-06 [wwp]        2.3.1cvs64
605
606         * src/gtk/gtkutils.c
607                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
608
609 2006-07-06 [wwp]        2.3.1cvs63
610
611         * src/account.c
612         * src/addressbook.c
613         * src/addressitem.h
614         * src/folderview.c
615         * src/mainwindow.c
616         * src/manual.c
617         * src/manual.h
618         * src/message_search.c
619         * src/prefs_actions.c
620         * src/prefs_filtering.c
621         * src/prefs_filtering.h
622         * src/prefs_template.c
623         * src/summary_search.c
624         * src/summaryview.c
625         * src/gtk/gtkutils.c
626         * src/gtk/gtkutils.h
627         * src/gtk/pluginwindow.c
628                 add help buttons to some dialogs. Clicking such buttons opens a
629                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
630
631 2006-07-06 [paul]       2.3.1cvs62
632
633         * src/textview.c
634                 fix attachments contextual menu
635                 Thanks to Colin
636
637 2006-07-05 [colin]      2.3.1cvs61
638
639         * src/textview.c
640         * src/compose.c
641                 Handle sftp:// links
642
643 2006-07-05 [paul]       2.3.1cvs60
644
645         * src/gtk/filesel.c
646                 grab save button by default
647                 Thanks to Colin
648
649 2006-07-05 [wwp]        2.3.1cvs59
650
651         * manual/xml2pdf
652                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
653
654 2006-07-04 [colin]      2.3.1cvs58
655
656         * src/mimeview.c
657         * src/textview.c
658                 Use left click to select, middle click to open
659                 on mimeparts links
660         * src/common/utils.c
661                 Fix segfault
662
663 2006-07-04 [colin]      2.3.1cvs57
664
665         * src/mainwindow.c
666         * src/news.c
667                 Warning fixes, thanks to Fabien
668
669 2006-07-04 [colin]      2.3.1cvs56
670
671         * src/mimeview.c
672         * src/mimeview.h
673         * src/textview.c
674                 Allow parts to be selected via their text label
675                 in textview
676
677 2006-07-04 [colin]      2.3.1cvs55
678
679         * src/folderview.c
680                 Feedback when closing (for big folders)
681         * src/prefs_actions.c
682         * src/prefs_filtering.c
683         * src/prefs_matcher.c
684         * src/prefs_template.c
685                 Fix default button when closing without
686                 having saved
687
688 2006-07-04 [colin]      2.3.1cvs54
689
690         * src/news.c
691                 Delete local file on deletion
692
693 2006-07-03 [colin]      2.3.1cvs53
694
695         * src/folderview.c
696         * src/main.c
697                 Don't freeze when rescanning after crash
698
699 2006-07-03 [wwp]        2.3.1cvs52
700
701         * src/compose.c
702         * src/privacy.c
703         * src/privacy.h
704         * src/plugins/pgpinline/pgpinline.c
705         * src/plugins/pgpmime/pgpmime.c
706                 don't report an error when the user cancels the passphrase dialog.
707
708 2006-07-02 [colin]      2.3.1cvs51
709
710         * src/folderview.c
711                 Open message when crossing folders with Space,
712                 goto next unread and friends
713
714 2006-07-01 [colin]      2.3.1cvs50
715
716         * src/prefs_account.c
717                 Typographic rules varying from language
718                 to language (in french "Protocole :"),
719                 we have to do that :)
720
721 2006-07-01 [ticho]      2.3.1cvs49
722
723         * src/prefs_account.c
724                 Only use one temporary gchar* variable in
725                 prefs_account_protocol_set_optmenu().
726
727 2006-07-01 [ticho]      2.3.1cvs48
728
729         * src/prefs_account.c
730         * src/prefs_account.h
731                 Use GtkLabel for existing account protocol name.
732                 Created an array for protocol names and populate the
733                 combobox from it in a for() cycle.
734
735 2006-06-30 [colin]      2.3.1cvs47
736
737         * src/compose.c
738                 Block undo when changing signature (by changing
739                 account)
740
741 2006-06-30 [paul]       2.3.1cvs46
742
743         * src/send_message.c
744                 when editing From in the Compose window, use that address
745                 in the Return-Path: header
746                 Thanks to Colin
747
748 2006-06-30 [colin]      2.3.1cvs45
749
750         * src/compose.c
751                 Fix signature replacement:
752                 - when no newline before separator
753                 - when reediting
754
755 2006-06-29 [colin]      2.3.1cvs44
756
757         * src/folderview.c
758         * src/folderview.h
759         * src/mainwindow.c
760         * src/summaryview.c
761                 Let 'View/Go to/Next marked' work like
762                 Next new & Next unread: across folders
763                 Change the select_on_entry pref to do
764                 what we want when changing folder
765         * src/common/utils.c
766                 Fix single-quoted links 
767
768 2006-06-29 [colin]      2.3.1cvs43
769
770         * src/gtk/gtkaspell.c
771                 "Sylpheed" and "Sylpheed-Claws" do exist !
772
773 2006-06-29 [colin]      2.3.1cvs42
774
775         * src/imap.c
776                 Forgot to remove debug
777
778 2006-06-29 [colin]      2.3.1cvs41
779
780         * src/imap.c
781         * src/imap.h
782         * src/mainwindow.c
783                 Disconnect from IMAP servers when going
784                 offline. Fixes bug #978 (going to offline-mode 
785                 won't close connections)
786
787 2006-06-29 [colin]      2.3.1cvs40
788
789         * src/main.c
790                 Fix transient setting on failing plugins
791                 Patch by Fabien
792         * src/plugins/pgpcore/sgpgme.c
793                 Only warn for OpenPGP. Most people don't
794                 have CMS available.
795
796 2006-06-29 [colin]      2.3.1cvs39
797
798         * src/compose.c
799                 Fix Spelling menu (discrepancy between context menu
800                 and top menu when folder's dictionary isn't the 
801                 default one)
802         * src/plugins/pgpcore/sgpgme.c
803                 More error reporting about why gpgme can fail
804
805 2006-06-29 [wwp]        2.3.1cvs38
806
807         * src/mainwindow.c
808                 honor the display-header-pane setting even when the message view
809                 is a separate window.
810
811 2006-06-29 [wwp]        2.3.1cvs37
812
813         * src/prefs_actions.c
814                 forgot to commit that one (use of GTK_STOCK_INFO).
815
816 2006-06-29 [colin]      2.3.1cvs36
817
818         * src/imap.c
819                 Better handling of login errors (ask the password
820                 again once), alert in case of error. Fix three
821                 signedness warnings.
822
823 2006-06-28 [wwp]        2.3.1cvs35
824
825         * src/prefs_template.c
826         * src/prefs_matcher.c
827         * src/prefs_filtering_action.c
828         * src/prefs_quote.c
829                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
830                 patch by Fabien Vantard, slightly modified.
831
832 2006-06-28 [paul]
833
834         2.4.0-rc2 released
835
836 2006-06-28 [colin]      2.3.1cvs34
837
838         * src/prefs_account.c
839                 Fix bug #977 (Can't add or edit imap accounts)
840
841 2006-06-28 [colin]      2.3.1cvs33
842
843         * src/mimeview.c
844                 Fix previous
845
846 2006-06-28 [colin]      2.3.1cvs32
847
848         * src/mimeview.c
849                 Save named inlined attachments with "Save all"
850         * src/main.c
851         * src/mbox.c
852         * src/common/plugin.c
853         * src/common/plugin.h
854         * src/common/sylpheed.c
855         * src/common/utils.c
856         * src/plugins/pgpcore/sylpheed.def
857         * src/plugins/pgpinline/sylpheed.def
858         * src/plugins/pgpmime/sylpheed.def
859                 Win32 compatibility patch, by
860                 Werner Koch
861
862 2006-06-28 [wwp]        2.3.1cvs31
863
864         * src/imap.c
865         * src/prefs_folder_item.c
866                 less compilation warnings (thanks to Fabien Vantard), less typos.
867
868 2006-06-28 [paul]       2.3.1cvs30
869
870         * src/gtk/gtkutils.c
871                 gtk_combo_box_set_focus_on_click() is only
872                 available since gtk 2.6.0
873
874 2006-06-28 [paul]       2.3.1cvs29
875
876         * src/prefs_ext_prog.c
877                 fix engrish and add a tooltip for the
878                 'command for 'Display as text' option
879
880 2006-06-28 [paul]
881
882         2.4.0-rc1 released
883
884 2006-06-28 [paul]       2.3.1cvs28
885
886         * ChangeLog
887         * tools/Makefile.am
888                 include textviewer.pl in releases
889
890 2006-06-28 [paul]       2.3.1cvs27
891
892         * src/prefs_ext_prog.c
893                 hide Print command option if libgnomeprint
894                 support is present
895
896 2006-06-27 [colin]      2.3.1cvs26
897
898         * src/compose.c
899                 Fix Esc handling in insert/attach dialog
900                 Don't show this dialog if dragging something
901                 else than text/uri-list
902                 Thanks to Fabien Vantard
903         * tools/textviewer.pl
904                 Filter script to display stuff as text
905                 by H. Merijn Brand
906
907 2006-06-27 [wwp]        2.3.1cvs25
908
909         * src/messageview.c
910                 use the exact product name (message view title), patch
911                 by Fabien Vantard.
912
913 2006-06-27 [ticho]      2.3.1cvs24
914
915         * src/prefs_account.c
916         * src/prefs_common.c
917         * src/prefs_common.h
918         * src/prefs_ext_prog.c
919         * src/textview.c
920                 Add a preference (Preferences/External programs)
921                 to allow "Display as text" to be done via a script
922                 (patch by H.Merijn Brand).
923                 Use GtkComboBox for protocol selection in account
924                 preferences.
925                 Only include current choice for existing accounts, and
926                 insensitivize the combobox.
927
928 2006-06-27 [paul]       2.3.1cvs23
929
930         * src/mbox.c
931                 fix crasher introduced in cvs21.
932                 Thanks to Colin
933
934 2006-06-26 [colin]      2.3.1cvs22
935
936         * src/mbox.c
937                 Fix double-frees when leaving folders
938                 after exporting to mbox
939
940 2006-06-26 [colin]      2.3.1cvs21
941
942         * src/mbox.c
943                 More feedback (and optimisation)
944                 on import/export
945         * src/common/utils.c
946                 Fix case when looking for mail addresses
947         * src/gtk/gtkutils.c
948                 Extra check for (X-)Face
949
950 2006-06-25 [ticho]      2.3.1cvs20
951
952         * src/compose.c
953         * src/exphtmldlg.c
954         * src/gtk/gtkutils.c
955         * src/gtk/gtkutils.h
956                 Added second argument to gtkut_sc_combobox_create() to
957                 control focus-on-click for the widget.
958                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
959
960 2006-06-25 [ticho]      2.3.1cvs19
961
962         * src/compose.c
963         * src/gtk/Makefile.am
964         * src/gtk/combobox.c
965         * src/gtk/combobox.h
966         * src/gtk/gtkutils.c
967         * src/gtk/gtkutils.h
968                 Use GtkComboBox instead of deprecated GtkOptionMenu
969                 for account selector in compose window and for encoding
970                 selector in attachment properties.
971                 Also factorise working with the new GtkComboBox somewhat.
972
973 2006-06-24 [paul]       2.3.1cvs18
974
975         * src/prefs_common.c
976                 use the correct default value
977
978 2006-06-24 [paul]       2.3.1cvs17
979
980         * src/compose.c
981         * src/prefs_common.c
982         * src/prefs_common.h
983         * src/prefs_compose_writing.c
984                 enable setting of default action when
985                 dnd'ing files in the compose window.
986                 (Collaborative effort with wwp)
987
988 2006-06-23 [wwp]        2.3.1cvs16
989
990         * src/compose.c
991                 i18n fix (thanks to Fabien Vantard)
992
993 2006-06-22 [colin]      2.3.1cvs15
994
995         * src/prefs_customheader.c
996                 Don't use filters in custom headers' file 
997                 selector. Remember, extensions mean nothing :)
998
999 2006-06-22 [paul]       2.3.1cvs14
1000
1001         * configure.ac
1002                 allow setting of man directory location
1003
1004 2006-06-22 [colin]      2.3.1cvs13
1005
1006         * src/mainwindow.c
1007                 Add 'View/Go to/Next unread folder'.
1008                 I missed that :)
1009
1010 2006-06-22 [colin]      2.3.1cvs12
1011
1012         * src/common/utils.c
1013                 Add some subject prefixes
1014                 Patch by Bjorn T Johansen <btj@havleik.no>
1015
1016 2006-06-22 [colin]      2.3.1cvs11
1017
1018         * manual/advanced.xml
1019                 Forgotten hidden pref
1020
1021 2006-06-21 [paul]       2.3.1cvs10
1022
1023         * src/prefs_account.c
1024                 complete the removal of 'Add date header' option
1025
1026 2006-06-21 [paul]       2.3.1cvs9
1027
1028         * src/account.c
1029         * src/compose.c
1030         * src/prefs_account.c
1031         * src/prefs_account.h
1032                 remove option to add date header - always
1033                 add date header
1034         * src/etpan/imap-thread.c
1035                 fix warnings (Thanks to Colin)
1036
1037 2006-06-21 [wwp]        2.3.1cvs8
1038
1039         * src/folder.c
1040                 set the attachment flag when inline text part are (file)named. This is more convenient
1041                 when receiving (for instance) inline source files or patches sent using thunderbird.
1042
1043 2006-06-21 [paul]       2.3.1cvs7
1044
1045         * src/inc.c
1046                 fix off-by-one count of current msg in
1047                 statusbar filtering progressbar
1048
1049 2006-06-21 [paul]       2.3.1cvs6
1050
1051         * src/folder.c
1052                 Show attachment icon even if the part is 'inline'
1053                 if the following conditions are met:
1054                 - content-type != 'text/plain'
1055                 - content-type != '*/pgp-signature'
1056                 - either 'name' or 'filename' parameter is not NULL
1057                 
1058                 Thanks to Colin
1059
1060 2006-06-21 [paul]       2.3.1cvs5
1061
1062         * src/messageview.c
1063         * src/prefs_common.c
1064         * src/prefs_common.h
1065         * src/prefs_other.c
1066                 add an option to 'Never send Return
1067                 Receipts'
1068                 Thanks to Colin
1069
1070 2006-06-20 [mones]      2.3.1cvs4
1071
1072         * po/es.po
1073                 updated
1074         * src/compose.c
1075                 typo fixed (space after comma)
1076         * tools/make.themes.project
1077                 remove exec mode from tarball files
1078
1079 2006-06-20 [colin]      2.3.1cvs3
1080
1081         * src/news.c
1082         * src/procheader.c
1083         * src/unmime.c
1084                 Better fix for \n's in headers (don't 
1085                 break Received: and others)
1086
1087 2006-06-20 [paul]       2.3.1cvs2
1088
1089         * src/alertpanel.c
1090         * src/textview.c
1091                 improve legibility of phishing attempt
1092                 dialog
1093
1094 2006-06-20 [paul]       2.3.1cvs1
1095
1096         * NEWS
1097         * README
1098         * configure.ac
1099                 Update version number following
1100                 stable release
1101
1102 2006-06-20 [colin]      2.3.0cvs26
1103
1104         * src/compose.c
1105                 When dragging a file to the text of the compose
1106                 window, ask whether we want to insert or attach
1107                 (I know lots of people who do that to attach)
1108
1109 2006-06-20 [colin]      2.3.0cvs25
1110
1111         * src/etpan/imap-thread.c
1112                 Fix threshold (the append command is often > 32 bytes)
1113
1114 2006-06-19 [colin]      2.3.0cvs24
1115
1116         * src/imap.c
1117         * src/etpan/imap-thread.c
1118                 Workaround Rockliffe IMAP server bug: replace
1119                 "x UID SEARCH (ANSWERED UID 1:*)" with
1120                 "x UID SEARCH ANSWERED"
1121                 (Rockliffe doesn't handle the parenthesis)
1122
1123 2006-06-19 [colin]      2.3.0cvs23
1124
1125         * src/compose.c
1126         * src/imap.c
1127         * src/etpan/imap-thread.c
1128                 Probably fix bug #972 (Freezes when adding 
1129                 an attachment to the message)
1130         * src/common/defs.h
1131                 Modernize Firefox cmd
1132
1133
1134 2006-06-18 [colin]      2.3.0cvs22
1135
1136         * src/prefs_customheader.c
1137                 Only allow correct filenames for various
1138                 custom headers
1139
1140 2006-06-18 [colin]      2.3.0cvs21
1141
1142         * src/prefs_customheader.c
1143                 Add a 'From File...' button in custom headers prefs, which
1144                 try to do the right thing: 
1145                 for normal headers, use file as plaintext,
1146                 for X-Face, calls compface,
1147                 for Face, encode to b64.
1148
1149 2006-06-17 [colin]      2.3.0cvs20
1150
1151         * src/mh.c
1152                 Warning fix
1153
1154 2006-06-16 [colin]      2.3.0cvs19
1155
1156         * src/summaryview.c
1157                 Recursive quicksearch: show message list
1158                 in current folder, *then* search children
1159                 in the background.
1160
1161 2006-06-16 [colin]      2.3.0cvs18
1162
1163         * src/main.c
1164                 Instead of ignoring SIGPIPE, save caches
1165                 when getting one. Will fix the fact that
1166                 hot caches are out-of-date when logging 
1167                 out of Xorg.
1168         * src/compose.c
1169         * src/prefs_compose_writing.c
1170                 Only save text (not attachments) when 
1171                 auto-saving to drafts
1172         * src/unmime.c
1173                 Always replace \n, \r and \t with spaces
1174                 in headers
1175         * manual/dist/html/Makefile.am
1176         * manual/dist/pdf/Makefile.am
1177         * manual/dist/ps/Makefile.am
1178         * manual/dist/txt/Makefile.am
1179         * manual/fr/dist/html/Makefile.am
1180         * manual/fr/dist/pdf/Makefile.am
1181         * manual/fr/dist/ps/Makefile.am
1182         * manual/fr/dist/txt/Makefile.am
1183         * manual/pl/dist/html/Makefile.am
1184         * manual/pl/dist/pdf/Makefile.am
1185         * manual/pl/dist/ps/Makefile.am
1186         * manual/pl/dist/txt/Makefile.am
1187                 Fix make clean removing pregenerated manuals
1188
1189
1190 2006-06-16 [colin]      2.3.0cvs17
1191
1192         * src/plugins/pgpcore/sgpgme.c
1193         * src/plugins/pgpmime/pgpmime.c
1194         * src/plugins/pgpinline/pgpinline.c
1195                 Better error reporting in setup_signers.
1196                 Don't fallback to default key if specified
1197                 key isn't found.
1198                 Don't allow signing if more than one secret
1199                 key matches the one specified in prefs.
1200
1201 2006-06-15 [colin]      2.3.0cvs16
1202
1203         * src/folderview.c
1204                 Add "Send queue" in the folder's contextual
1205                 menu
1206         * src/compose.c
1207         * src/messageview.c
1208         * src/privacy.c
1209         * src/privacy.h
1210         * src/procmime.c
1211         * src/procmsg.c
1212         * src/plugins/pgpcore/passphrase.c
1213         * src/plugins/pgpcore/sgpgme.c
1214         * src/plugins/pgpinline/pgpinline.c
1215         * src/plugins/pgpmime/pgpmime.c
1216                 Better error reporting
1217         * src/mbox.c
1218                 Probably fix bug #971 (2.2.3 cannot read mail 
1219                 from local mbox)
1220
1221
1222 2006-06-15 [mones]      2.3.0cvs15
1223
1224         * tools/make.themes.project
1225                 creates the themes project from the web page
1226
1227 2006-06-15 [colin]      2.3.0cvs14
1228
1229         * src/folder.c
1230                 Better fix (avoid losing the folder if scan_tree 
1231                 fails)
1232
1233 2006-06-15 [cleroy]     2.3.0cvs13
1234
1235         * src/folder.c
1236                 Probably fix Bug #969 (crash on rebuilding 
1237                 imap folder)
1238
1239 2006-06-14 [colin]      2.3.0cvs12
1240
1241         * manual/dtd/manual.xsl
1242         * manual/sylpheed-claws-manual.xml
1243         * manual/fr/sylpheed-claws-manual.xml
1244         * manual/pl/sylpheed-claws-manual.xml
1245                 Insert pagebreaks between sections
1246
1247 2006-06-14 [paul]       2.3.0cvs11
1248
1249         * configure.ac
1250                 better fix than 2.3.0cvs10
1251
1252 2006-06-14 [paul]       2.3.0cvs10
1253
1254         * configure.ac
1255                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1256                 (backwards compatible)
1257
1258 2006-06-13 [colin]      2.3.0cvs9
1259
1260         * src/messageview.c
1261                 Fix sending of return receipt with the new queue folders
1262
1263 2006-06-13 [wwp]        2.3.0cvs8
1264
1265         * src/quote_fmt_lex.l
1266                 fix wrong tokens returned in quote_fmt lexer, query not().
1267
1268 2006-06-13 [wwp]        2.3.0cvs7
1269
1270         * src/folder.c
1271         * src/prefs_folder_item.c
1272                 allow changing folder type even when folder is not a top-level one,
1273                 thanks to Colin.
1274
1275 2006-06-12 [colin]      2.3.0cvs6
1276
1277         * src/folderview.c
1278                 Fix double-ask of "Do you want to mark all
1279                 as read"
1280
1281 2006-06-12 [colin]      2.3.0cvs5
1282
1283         * src/compose.c
1284         * src/compose.h
1285         * src/folder.c
1286         * src/folder.h
1287         * src/imap.c
1288         * src/inc.c
1289         * src/main.c
1290         * src/messageview.c
1291         * src/mh.c
1292         * src/prefs_folder_item.c
1293         * src/procheader.c
1294         * src/procmime.c
1295         * src/procmsg.c
1296         * src/procmsg.h
1297         * src/send_message.c
1298         * src/summaryview.c
1299         * src/toolbar.c
1300                 Apply bug #964's patch (Queue and drafts aren't normal)
1301                 The Drafts and Queue folder now contain RFC-822 files,
1302                 allowing to move and copy mails from and to these 
1303                 folders. Moving from Drafts to Queue will prepare the
1304                 mail for sending (PGP signature, encryption, etc).
1305                 This patch also rework sending errors handling to try
1306                 to be more helpful.
1307                 Also, allow redefining folder types via the GUI 
1308                 (Folder type in its Properties)
1309
1310 2006-06-12 [colin]      2.3.0cvs4
1311
1312         * src/summaryview.c
1313         * src/prefs_common.c
1314         * src/prefs_common.h
1315         * src/gedit-print.c
1316                 Allow to define a specific print font - patch
1317                 by Bernhard Walle <bernhard.walle@gmx.de>
1318         * src/prefs_fonts.c
1319         * manual/advanced.xml
1320         * manual/fr/advanced.xml
1321                 Add a hidden pref to allow deletion without
1322                 confirmation
1323
1324 2006-06-12 [wwp]        2.3.0cvs3
1325
1326         * .cvsignore
1327                 more files to ignore.
1328
1329 2006-06-12 [wwp]        2.3.0cvs2
1330
1331         * src/quote_fmt.c
1332         * src/quote_fmt_lex.l
1333         * src/quote_fmt_parse.y
1334                 extend the quote_fmt parser (templates and quotes):
1335                 - allow limited sub-expressions in |p{} and |f{} expressions,
1336                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1337                 - implemented/fixed missing implementation of query_references and show_references,
1338                 - completed, fixed contents and format of the symbols help dialog,
1339                 - fix some compilation warnings.
1340
1341 2006-06-12 [wwp]        2.3.0cvs1
1342
1343         * manual/advanced.xml
1344         * manual/fr/advanced.xml
1345                 updates in the "templates" section of the manual (eng/fr):
1346                  - be more precise (both versions)
1347                  - completed to match the english reference (fr version)
1348                  - touchups (both versions)
1349
1350 2006-06-12 [paul]       2.3.0
1351
1352         2.3.0 released
1353
1354 2006-06-12 [paul]       2.2.3cvs14
1355
1356         * po/ca.po
1357         * po/cs.po
1358         * po/de.po
1359         * po/el.po
1360         * po/fr.po
1361         * po/it.po
1362         * po/pt_BR.po
1363         * po/sr.po
1364         * po/zh_CN.po
1365                 updated by Miquel Oliete, Tim, Stephan Sachse,
1366                 Stavros Giannouris, Fabien Vantard, Andrea
1367                 Spadaccini, Frederico Goncalves Guimaraes,
1368                 Aleksandar Urosevic, and Ralgh Young
1369
1370 2006-06-12 [colin]      2.2.3cvs13
1371
1372         * src/mbox.c
1373                 Add missing header
1374
1375 2006-06-11 [colin]      2.2.3cvs12
1376
1377         * src/msgcache.c
1378                 Verify that g_malloc() succeeded
1379
1380 2006-06-11 [colin]      2.2.3cvs11
1381
1382         * src/wizard.c
1383                 Add Face header to welcome mail
1384
1385 2006-06-10 [colin]      2.2.3cvs10
1386
1387         * src/textview.c
1388                 Revert previous (Forgot it changes the
1389                 margin on the whole mail)
1390
1391 2006-06-10 [colin]      2.2.3cvs9
1392
1393         * src/textview.c
1394                 Don't overlap long headers under (X-)Face
1395
1396 2006-06-10 [mones]      2.2.3cvs8
1397
1398         * manual/xml2pdf
1399                 allow generation of manual on systems lacking saxon binary
1400                 but with java and the saxon library installed
1401
1402         * po/es.po
1403                 updated for release
1404
1405 2006-06-09 [colin]      2.2.3cvs7
1406
1407         * src/summaryview.c
1408                 Fix leak when using Display Sender using Addressbook
1409
1410 2006-06-09 [colin]      2.2.3cvs6
1411
1412         * src/compose.c
1413         * src/folder.c
1414         * src/folderview.c
1415         * src/mimeview.c
1416         * src/summaryview.c
1417                 More leaks fixes
1418
1419 2006-06-09 [paul]       2.2.3cvs5
1420
1421         * AUTHORS
1422         * src/gtk/authors.h
1423         * tools/claws.i18n.status.pl
1424                 updated with new info
1425
1426 2006-06-09 [paul]       2.2.3cvs4
1427
1428         * README
1429                 updated
1430         * manual/ack.xml
1431                 add wwp to authors list
1432         * src/gtk/authors.h
1433                 update mine and Colin's addresses
1434
1435 2006-06-08 [colin]      2.2.3cvs3
1436
1437         * src/etpan/imap-thread.c
1438                 Fix leak on SSL cert check
1439
1440 2006-06-08 [colin]      2.2.3cvs2
1441
1442         * src/common/utils.c
1443                 Fix leak
1444
1445 2006-06-08 [paul]       2.2.3cvs1
1446
1447         * configure.ac
1448                 Update version number following
1449                 stable release
1450
1451 2006-06-07 [colin]      2.2.2cvs3
1452
1453         * src/msgcache.c
1454                 Fix catching cache read errors (guint instead of gint)
1455                 Prevent malloc'ing more than 8MB (means cache corruption)
1456
1457 2006-06-07 [paul]       2.2.2cvs2
1458
1459         * src/exporthtml.c
1460         * src/exportldif.c
1461         * src/mh.c
1462         * src/mutt.c
1463         * src/pine.c
1464         * src/common/utils.c
1465                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1466                 obey $HOME'
1467                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1468                 Thanks to Colin
1469
1470 2006-06-06 [paul]       2.2.2cvs1
1471
1472         * configure.ac
1473                 Update version number following
1474                 stable release
1475
1476 2006-06-06 [paul]       2.2.1cvs6
1477
1478         * src/matcher.c
1479                 fix  implicit declaration of
1480                 sylpheed_do_idle()
1481                 Patch by Fabien Vantard
1482
1483 2006-06-06 [paul]       2.2.1cvs5
1484
1485         * src/matcher.c
1486                 fix age_greater and age_lower so that they
1487                 mean what say and not '...or equal to'
1488                 Thanks to Colin
1489
1490 2006-06-06 [paul]       2.2.1cvs4
1491
1492         * src/textview.c
1493         * src/common/utils.c
1494                 fix URI check
1495                 Thanks to Colin
1496
1497 2006-06-05 [wwp]        2.2.1cvs3
1498
1499         * manual/fr/account.xml
1500                 minor language fixes (thanks to Fabien Vantard).
1501
1502 2006-06-05 [colin]      2.2.1cvs2
1503
1504         * src/prefs_folder_item.c
1505         * src/folderview.c
1506                 Allow recursive setting of properties 
1507                 for whole mailboxes
1508         * src/matcher.c
1509                 Don't freeze on 'test' filtering rule
1510
1511 2006-06-05 [colin]      2.2.1cvs1
1512
1513         * configure.ac
1514                 Update version number following
1515                 stable release
1516
1517 2006-06-04 [wwp]        2.2.0cvs82
1518
1519         * manual/glossary.xml
1520         * manual/account.xml
1521         * manual/fr/glossary.xml
1522         * manual/fr/account.xml
1523                 added glossary section and references/links related to the Face custom header.
1524
1525 2006-06-04 [colin]      2.2.0cvs81
1526
1527         * src/summaryview.c
1528                 Skip to next message on move with no
1529                 immediate execution
1530
1531 2006-06-04 [wwp]        2.2.0cvs80
1532
1533         * manual/xml2pdf
1534                 added sanity checks, exit when needed.
1535
1536 2006-06-03 [paul]       2.2.0cvs79
1537
1538         * src/prefs_receive.c
1539                 page name is now 'Receiving'
1540         * src/prefs_send.c
1541                 page name is now 'Sending'
1542
1543 2006-06-03 [colin]      2.2.0cvs78
1544
1545         * src/plugins/spamassassin/spamassassin_gtk.c
1546                 Autoswitch to Localhost if transport was previously
1547                 disabled. Else people had to check [] Enable, then
1548                 *reselect* transport.
1549
1550 2006-06-03 [colin]      2.2.0cvs77
1551
1552         * src/plugins/pgpinline/pgpinline.c
1553         * src/plugins/pgpmime/pgpmime.c
1554                 Check that gpg_data_release_and_get_mem 
1555                 didn't fail (now, why this happens...)
1556
1557 2006-06-03 [colin]      2.2.0cvs76
1558
1559         * src/mbox.c
1560                 Fix bug #962 (Manual and/or UI should 
1561                 warn about incompatible locking 
1562                 causing dataloss)
1563
1564 2006-06-02 [cleroy]     2.2.0cvs75
1565
1566         * src/filtering.c
1567         * src/folder.c
1568         * src/procmsg.c
1569         * src/summaryview.c
1570                 Fix a few leaks
1571
1572 2006-06-02 [colin]      2.2.0cvs74
1573
1574         * src/main.c
1575                 On exit, free caches after writing them
1576                 Shuts up some valgrind false positives
1577         * src/procmsg.c
1578         * src/send_message.c
1579                 Fix races when reusing existing SMTP connections
1580                 Fix inexistant session timeout
1581         * src/toolbar.c
1582                 Display alertpanel after all queues have
1583                 been processed, not after each
1584
1585 2006-06-02 [wwp]        2.2.0cvs73
1586
1587         * manual/fr/glossary.xml
1588         * manual/fr/ack.xml
1589         * manual/ack.xml
1590                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1591
1592 2006-06-02 [wwp]        2.2.0cvs72
1593
1594         * manual/xml2pdf
1595         * manual/dist/pdf/Makefile.am
1596         * manual/dtd/manual.xsl
1597         * manual/fr/dist/pdf/Makefile.am
1598         * manual/pl/dist/pdf/Makefile.am
1599                 we changed the procedure to generate the .pdf version of the manual.
1600                 The procedure is more modern and the .pdf we get now has a valid index.
1601                 Here are the new pre-requisites:
1602
1603                 - JRE 1.x (1.4 here): there must be one from your distro
1604                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1605                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1606                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1607
1608                 See my posts for further info about the installation of this toolchain:
1609
1610                 Date: Fri, 19 May 2006 19:40:06 +0200
1611                 From: wwp <subscript@free.fr>
1612                 To: sylpheed-claws-devel@lists.sourceforge.net
1613                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1614
1615                 and
1616
1617                 Date: Wed, 24 May 2006 12:58:49 +0200
1618                 From: wwp <subscript@free.fr>
1619                 To: sylpheed-claws-devel@lists.sourceforge.net
1620                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1621
1622 2006-06-01 [colin]      2.2.0cvs71
1623
1624         * src/compose.c
1625                 Better guards against IMAP races
1626         * src/main.c
1627         * src/prefs_common.c
1628         * src/prefs_common.h
1629         * src/common/ssl_certificate.c
1630         * src/etpan/imap-thread.c
1631         * src/etpan/imap-thread.h
1632         * src/gtk/sslcertwindow.c
1633                 New hidden option ssl_skip_cert_check to 
1634                 avoid dups of bug #959 (libetpan linked
1635                 against gnutls and gnutls buggy on 64bit)
1636                 Present expired warning only once per
1637                 session/server.
1638         * manual/advanced.xml
1639         * manual/fr/advanced.xml
1640                 Document new option
1641
1642 2006-06-01 [wwp]        2.2.0cvs70
1643
1644         * src/messageview.c
1645                 fix for bug #961 (return receipt dialog 
1646                 complains incorrectly about return-path 
1647                 email adress being different), thanks 
1648                 to Colin.
1649
1650 2006-05-31 [cleroy]     2.2.0cvs69
1651
1652         * src/common/ssl.c
1653                 Guard against NULLs, although this
1654                 should never be an issue
1655
1656 2006-05-31 [colin]      2.2.0cvs68
1657
1658         * src/filtering.c
1659                 Use g_slist_prepend
1660         * src/imap.c
1661                 Don't remove caches when destroying folder, it
1662                 could (should) be done at exit
1663         * src/inc.c
1664                 free processing cache after incorporation
1665         * src/etpan/imap-thread.c
1666                 Maybe fix bug #959 (Crash on moving to emails 
1667                 to a imap account per ssl with a expired 
1668                 certificate.)
1669
1670 2006-05-30 [colin]      2.2.0cvs67
1671
1672         * src/summaryview.c
1673                 Put back event flush when displaying message
1674                 It avoids reading a bunch of messages just
1675                 by hitting shift-n for too long ;)
1676
1677 2006-05-29 [colin]      2.2.0cvs66
1678
1679         * src/summaryview.c
1680                 Remove useless g_warnings
1681
1682 2006-05-29 [colin]      2.2.0cvs65
1683
1684         * src/imap.c
1685                 Fix g_slist_append()s for performance
1686
1687 2006-05-29 [colin]      2.2.0cvs64
1688
1689         * src/compose.c
1690         * src/common/utils.c
1691                 Fix extraneous tab at start of addresses
1692         * src/mainwindow.c
1693                 Fix warnings (thanks to Fabien)
1694                 Fix crash at exit when composing messages 
1695                 exist
1696         * src/pop.c
1697                 Fix progress bar when deleting expired mails
1698                 Thanks to Hiro
1699         * src/summaryview.c
1700         * src/gtk/gtksctree.c
1701                 Fix re-sorting slowness
1702
1703 2006-05-29 [paul]       2.2.0cvs63
1704
1705         * src/mh.c
1706                 fetch full message when moving mails
1707                 from another mailbox, (fixed data loss
1708                 when filtering from IMAP to MH, introduced
1709                 in 2.2.0cvs57).
1710                 Thanks to Colin
1711
1712 2006-05-29 [mones]      2.2.0cvs62
1713
1714         * src/gtk/gtksctree.c
1715                 Unselect faster (patch by Colin)        
1716
1717 2006-05-26 [colin]      2.2.0cvs61
1718
1719         * src/summaryview.c
1720                 Unplug MSGINFO_UPDATE callback on delete too.
1721
1722 2006-05-26 [colin]      2.2.0cvs60
1723
1724         * src/foldersel.c
1725                 Fix bold in folder selection window with glib2.10
1726                 thanks Hiro
1727
1728 2006-05-26 [colin]      2.2.0cvs59
1729
1730         * src/procheader.c
1731                 Convert date only if necessary (and don't
1732                 try to convert from utf8 to utf8, too)
1733         * src/summaryview.c
1734                 Only set column's text if the column's 
1735                 displayed
1736
1737 2006-05-26 [colin]      2.2.0cvs58
1738
1739         * src/summaryview.c
1740         * src/gtk/gtkutils.c
1741                 Fix useless warning
1742
1743 2006-05-26 [colin]      2.2.0cvs57
1744
1745         * src/mainwindow.c
1746                 Make summaryview selectable as long as 
1747                 no message has focus
1748         * src/mh.c
1749                 Faster deletion (by implementing mh_remove_msgs)
1750                 Faster copy (avoid using mh_fetch_msg just to get
1751                 the filename)
1752                 Faster move (using move_file instead of copy_file
1753                 if MSG_IS_MOVE)
1754                 No progressbar if total number of mails to cp/mv 
1755                 is less than 100
1756         * src/summaryview.c
1757                 Fix removal from subject_table when mail gets moved
1758                 Faster deletion (g_slist_prepend instead of append)
1759         * src/gtk/gtksctree.c
1760                 Remove useless code
1761
1762 2006-05-25 [colin]      2.2.0cvs56
1763
1764         * src/common/ssl_certificate.c
1765                 Fix leak in expired cert check
1766
1767 2006-05-25 [colin]      2.2.0cvs55
1768
1769         * src/mh.c
1770                 Disable flags syncing on .mh_sequences - it
1771                 is buggy and marks mails read under unknown
1772                 conditions.
1773
1774 2006-05-25 [paul]
1775
1776         * 2.3.0-rc4 released
1777
1778 2006-05-24 [colin]      2.2.0cvs54
1779
1780         attention cvs users: if you manage to crash
1781         Sylpheed-Claws while moving, copying or deleting
1782         mails, we *are* interested in stack traces and
1783         valgrind logs. It looks stable, but one never
1784         knows...
1785
1786         * src/folder.c
1787                 Add progressbar for cache updates
1788         * src/folderutils.c
1789                 Optimize Mark all read in the current
1790                 folder
1791         * src/mh.c
1792                 Add progressbar for copy/move
1793         * src/procmsg.c
1794                 Optimize O(n^2) in copy/move
1795         * src/summaryview.c
1796         * src/gtk/gtksctree.c
1797                 Optimize O(n^2) algos
1798         * src/common/timing.h
1799                 Display ms instead of us
1800
1801 2006-05-24 [wwp]        2.2.0cvs53
1802
1803         * manual/fr/advanced.xml
1804                 updates to the French manual.
1805
1806 2006-05-24 [wwp]        2.2.0cvs52
1807
1808         * src/common/utils.c
1809                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1810
1811 2006-05-24 [wwp]        2.2.0cvs51
1812
1813         * src/folderutils.c
1814                 fixed "mark all read" in MH folders (thanks to Colin).
1815
1816 2006-05-24 [paul]       2.2.0cvs50
1817
1818         * doc/man/sylpheed-claws.1
1819                 updated the man page
1820
1821 2006-05-23 [colin]      2.2.0cvs49
1822
1823         * src/folderview.c
1824         * src/imap.c
1825         * src/inc.c
1826         * src/mbox.c
1827         * src/messageview.c
1828         * src/news.c
1829         * src/send_message.c
1830         * src/summaryview.c
1831         * src/gtk/sslcertwindow.c
1832                 alertpanel fixes, by Fabien
1833
1834 2006-05-23 [colin]      2.2.0cvs48
1835
1836         * src/folder.c
1837         * src/folderview.c
1838         * src/msgcache.c
1839         * src/summaryview.c
1840         * src/gtk/gtksctree.c
1841         * src/gtk/gtksctree.h
1842                 More timings
1843                 Fix slow loading problem, which was caused by the
1844                 use of some gtk_ctree funcs and their use of
1845                 g_list_position while gtk_ctree_(un)link'ing.
1846                 Reap more functions from gtkctree.c to be sure we
1847                 use our (fast) version instead of theirs.
1848         * src/mh.c
1849                 Fix copy of unread mails
1850
1851
1852 2006-05-22 [wwp]        2.2.0cvs47
1853
1854         * manual/fr/advanced.xml
1855                 updated.
1856
1857 2006-05-22 [colin]      2.2.0cvs46
1858
1859         * src/filtering.c
1860                 Fix possible infinite loop. 'copy' is not a 
1861                 final action, so when encountering a 'copy',
1862                 we have to check if a previous one was set
1863                 and do it. In the same way, if we encounter
1864                 a 'move' we have to perform a possibly 
1865                 pending 'copy'. This will slow down filtering
1866                 on IMAP if move+copy or multiple copy actions
1867                 are to be done, but handling it via the batch
1868                 would be really too convoluted.
1869
1870 2006-05-22 [wwp]        2.2.0cvs45
1871
1872         * manual/fr/advanced.xml
1873         * manual/fr/faq.xml
1874         * manual/fr/glossary.xml
1875         * manual/fr/handling.xml
1876         * manual/fr/intro.xml
1877         * manual/fr/plugins.xml
1878         * manual/fr/sylpheed-claws-manual.xml
1879                 sync w/ the english manual: updates URIs, documented mailing-list
1880                 support, better explanation about the enabled/disabled feature
1881                 in filtering/processing rules by Paul.
1882
1883 2006-05-21 [colin]      2.2.0cvs44
1884
1885         * src/summaryview.c
1886                 Don't expand after building threads, but during
1887
1888 2006-05-21 [colin]      2.2.0cvs43
1889
1890         * src/procmsg.c
1891         * src/summaryview.c
1892                 More timing possibilities... For next time I have 
1893                 to find out how the hell some 3GHz computer takes
1894                 one minute to open a 30k folder...
1895
1896 2006-05-21 [colin]      2.2.0cvs42
1897
1898         * manual/pl/advanced.xml
1899         * manual/pl/faq.xml
1900         * manual/pl/glossary.xml
1901         * manual/pl/handling.xml
1902         * manual/pl/intro.xml
1903         * manual/pl/plugins.xml
1904         * manual/pl/sylpheed-claws-manual.xml
1905                 Polish manual updated by Pawel
1906
1907 2006-05-20 [colin]
1908
1909         * 2.3.0-rc3 released
1910
1911 2006-05-20 [colin]      2.2.0cvs41
1912
1913         * src/imap.c
1914                 Fix -rc2 problems:
1915                 - remove cache of moved messages from original folder
1916                 - apply new flags to messages even if they aren't appliable
1917                   via IMAP.
1918
1919 2006-05-20 [colin]
1920
1921         * 2.3.0-rc2 released
1922
1923 2006-05-19 [colin]      2.2.0cvs40
1924
1925         * src/imap.c
1926                 Don't issue SELECT in imap_change_flags
1927                 before having checked that we indeed have
1928                 some flags to change. MSG_POSTFILTERED for
1929                 example can't be used on IMAP.
1930                 Fixes bug #955 (copying messages between 
1931                 imap folders is extremely slow), which was
1932                 a regression.
1933
1934 2006-05-19 [colin]      2.2.0cvs39
1935
1936         * src/folder.c
1937         * src/folder.h
1938         * src/folderview.c
1939                 Try to fix bug #830 (Some unread messages 
1940                 get marked read in IMAP inbox):
1941                 - Prevent scanning a folder if it's being 
1942                   opened via the GUI
1943                 - Postpone opening via the GUI of a folder
1944                   currently scanned.
1945
1946
1947 2006-05-19 [wwp]        2.2.0cvs38
1948
1949         * manual/advanced.xml
1950                 fix English+typo (thanks to Paul).
1951
1952 2006-05-19 [wwp]        2.2.0cvs37
1953
1954         * manual/advanced.xml
1955         * manual/fr/advanced.xml
1956         * src/gtk/logwindow.c
1957         * src/prefs_common.c
1958         * src/prefs_common.h
1959                 added hidden prefs to allow customization of colors used in
1960                 protocol log window (useful for dark gtk+ themes).
1961
1962 2006-05-19 [wwp]        2.2.0cvs36
1963
1964         * ChangeLog
1965                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1966
1967 2006-05-19 [paul]       2.2.0cvs35
1968
1969         * src/textview.c
1970                 make Reply-To fully clickable
1971         * src/gtk/logwindow.c
1972                 more colouring (SMTP ESMTP)
1973         Both patches by Pawel Pekala
1974
1975 2006-05-19 [cleroy]     2.2.0cvs34
1976
1977         * src/mh.c
1978                 Don't update flags from current folder
1979                 Probably fixes bug #935 (Read Messages 
1980                 Revert to Being Marked as Unread)
1981
1982 2006-05-18 [colin]      2.2.0cvs33
1983
1984         * src/imap.c
1985                 Warning fix
1986         * src/compose.c
1987         * src/mainwindow.c
1988         * src/summaryview.c
1989         * src/toolbar.c
1990                 Allow replying to multiple emails
1991                 in multiple windows
1992         * src/mimeview.c
1993         * src/etpan/imap-thread.c
1994                 Leak fixes
1995
1996 2006-05-18 [paul]       2.2.0cvs32
1997
1998         * src/summaryview.c
1999                 keep Mailing-List menu refreshed
2000                 Thanks to Colin
2001
2002 2006-05-18 [paul]       2.2.0cvs31
2003
2004         * manual/advanced.xml
2005         * manual/faq.xml
2006         * manual/glossary.xml
2007         * manual/handling.xml
2008         * manual/intro.xml
2009         * manual/plugins.xml
2010         * manual/sylpheed-claws-manual.xml
2011                 update URLs
2012                 add info about mailing-list support
2013                 edit filtering info
2014         * src/wizard.c
2015         * src/common/defs.h
2016         * src/gtk/about.c
2017         * src/plugins/dillo_viewer/README
2018                 update URLs
2019
2020 2006-05-17 [wwp]        2.2.0cvs30
2021
2022         * manual/handling.xml
2023         * manual/fr/handling.xml
2024                 documented the ability to enabled/disable filtering/processing rules.
2025
2026 2006-05-17 [colin]      2.2.0cvs29
2027
2028         * src/main.c
2029                 Don't initialize g_thread subsystem if it's 
2030                 already done (thanks to Hiro)
2031         * src/mimeview.c
2032                 Fix saving of parts when there name can't be
2033                 converted from UTF-8.
2034
2035 2006-05-17 [paul]       2.2.0cvs28
2036
2037         * po/Makefile.in.in
2038                 fix config.status warning with autoconf 2.60
2039
2040 2006-05-17 [paul]       2.2.0cvs27
2041
2042         * po/POTFILES.in
2043                 add src/mbox.c
2044
2045 2006-05-17 [wwp]        2.2.0cvs26
2046
2047         * src/mainwindow.c
2048                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2049
2050 2006-05-17 [wwp]        2.2.0cvs25
2051
2052         * src/plugins/demo/demo.c
2053                 updated product name in plugin demo (many plugins need to be
2054                 sync'ed w/ that change).
2055
2056 2006-05-17 [colin]      2.2.0cvs24
2057
2058         * src/mh.c
2059                 Fix leak
2060
2061 2006-05-16 [colin]      2.2.0cvs23
2062
2063         * src/mainwindow.c
2064                 Stupid me hit again. Fix cvs22.
2065
2066 2006-05-16 [colin]      2.2.0cvs22
2067
2068         * src/mainwindow.c
2069                 Fix bug #922 (sylpheed-claws crashed after 
2070                 pushing on Inbox folder)
2071
2072 2006-05-16 [colin]      2.2.0cvs21
2073
2074         * src/compose.c
2075                 Make From header be copy/paste/select-able
2076
2077 2006-05-16 [wwp]        2.2.0cvs20
2078
2079         * src/export.c
2080         * src/matcher.c
2081         * src/summaryview.c
2082         * src/etpan/imap-thread.c
2083                 fix some compiler warnings (thanks to Colin).
2084
2085 2006-05-16 [wwp]        2.2.0cvs19
2086
2087         * src/action.c
2088         * src/gedit-print.c
2089         * src/inc.c
2090         * src/mainwindow.c
2091         * src/mh.c
2092         * src/statusbar.c
2093         * src/send_message.c
2094         * src/summaryview.c
2095                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2096
2097 2006-05-15 [colin]      2.2.0cvs18
2098
2099         * src/procmsg.c
2100                 Fix automatic rule creation with List-Post
2101
2102 2006-05-15 [paul]       2.2.0cvs17
2103
2104         * tools/filter_conv_new.pl
2105                 updated for rule enabling/disabling
2106                 claws version >= 2.3.x required
2107
2108 2006-05-15 [cleroy]     2.2.0cvs16
2109
2110         * src/main.c
2111                 Revert test
2112
2113 2006-05-15 [cleroy]     2.2.0cvs15
2114
2115         * src/main.c
2116                 test
2117
2118 2006-05-15 [wwp]        2.2.0cvs14
2119
2120         * manual/pl/.cvsignore
2121                 ignore generated files.
2122
2123 2006-05-14 [wwp]        2.3.0-rc1
2124
2125         * 2.3.0-rc1 released
2126
2127 2006-05-13 [wwp]        2.2.0cvs13
2128
2129         * src/filtering.c
2130         * src/filtering.h
2131         * src/matcher.c
2132         * src/matcher_parser_lex.l
2133         * src/matcher_parser_parse.y
2134         * src/prefs_filtering.c
2135                 new feature: provide the ability to disable filtering and processing
2136                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2137                 adaptations.
2138
2139 2006-05-13 [colin]      2.2.0cvs12
2140
2141         * src/compose.c
2142                 Remove useless if (a) b; else b;
2143                 Thanks to wwp
2144
2145 2006-05-13 [wwp]        2.2.0cvs11
2146
2147         * src/export.c
2148         * src/import.c
2149         * src/mainwindow.c
2150         * src/mbox.c
2151         * src/summaryview.c
2152         * src/summaryview.h
2153                 no more silent failures (or at least less ones) when importing
2154                 or exporting from/to mbox. Also start importing/exporting if
2155                 the necessary info is set.
2156
2157 2006-05-13 [wwp]        2.2.0cvs10
2158
2159         * RELEASE_NOTES
2160                 restored up-to-date release notes.
2161
2162 2006-05-13 [paul]       2.2.0cvs9
2163
2164         * po/nl.po
2165         * po/ru.po
2166                 updated by Tim Dijkstra and Pavlo Bohmat
2167
2168 2006-05-12 [colin]      2.2.0cvs8
2169
2170         * src/gtk/quicksearch.c
2171                 Add "k" as shortcut for "colorlabel". Patch
2172                 by ath42@users.sf.net.
2173
2174 2006-05-12 [paul]       2.2.0cvs7
2175
2176         * src/prefs_common.h
2177         * src/prefs_summaries.c
2178         * src/summaryview.c
2179                 when entering a folder also allow
2180                 going directly to first Marked message
2181
2182 2006-05-12 [paul]       2.2.0cvs6
2183
2184         * src/summaryview.c
2185                 always obey 'confirm before marking all
2186                 mails read' option
2187
2188 2006-05-12 [paul]       2.2.0cvs5
2189
2190         * src/textview.c
2191                 make Sender fully clickable
2192
2193 2006-05-12 [colin]      2.2.0cvs4
2194
2195         * src/compose.c
2196         * src/compose.h
2197                 Let From be editable
2198         * src/main.c
2199         * src/mh.c
2200                 Full support of .mh_sequences' Unseen seq
2201
2202 2006-05-12 [colin]      2.2.0cvs3
2203
2204         * src/folder.c
2205         * src/mainwindow.c
2206         * src/mainwindow.h
2207         * src/messageview.c
2208         * src/prefs_spelling.c
2209         * src/procheader.c
2210         * src/procmsg.c
2211         * src/procmsg.h
2212         * src/summaryview.c
2213         * src/toolbar.c
2214         * src/toolbar.h
2215                 Add contextual menu on Compose toolbar
2216                 button. Fixes bug #944 (Automatic
2217                 addresses not applied when changing account
2218                 from compose window)
2219                 add Mailing List support
2220                 based on the old 0.6.5claws25 patch by
2221                 Melvin Hadasht, with finishing touches
2222                 by Colin
2223                 Fix "ignore thread" when mails are threaded by
2224                 subject (and weren't ignored although appearing
2225                 in the thread).
2226                 GUI rework.
2227                 Both patches by Pawel.
2228
2229 2006-05-08 [paul]       2.2.0cvs2
2230
2231         * src/mainwindow.c
2232         * src/mainwindow.h
2233         * src/messageview.c
2234         * src/procheader.c
2235         * src/procmsg.c
2236         * src/procmsg.h
2237         * src/summaryview.c
2238                 add Mailing List support
2239                 based on the old 0.6.5claws25 patch by 
2240                 Melvin Hadasht, with finishing touches
2241                 by Colin
2242
2243 2006-05-08 [colin]      2.2.0cvs1
2244
2245         * src/mainwindow.c
2246         * src/toolbar.c
2247         * src/toolbar.h
2248                 Add contextual menu on Compose toolbar 
2249                 button. Fixes bug #944 (Automatic 
2250                 addresses not applied when changing account 
2251                 from compose window)
2252
2253 2006-05-08 [paul]       2.2.0
2254
2255         2.2.0 released
2256
2257 2006-05-08 [paul]       2.1.1cvs51
2258
2259         * po/cs.po
2260         * po/de.po
2261         * po/en_GB.po
2262         * po/fi.po
2263         * po/fr.po
2264         * po/pt_BR.po
2265         * po/sr.po
2266         * po/zh_CN.po
2267                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2268                 Fabien Vantard, Frederico Goncalves Guimaraes,
2269                 Aleksandar Urosevic, and Ralgh Young
2270
2271 2006-05-12 [colin]      2.1.1cvs50
2272
2273         * po/cs.po
2274         * po/de.po
2275         * po/en_GB.po
2276         * po/es.po
2277         * po/fi.po
2278         * po/fr.po
2279         * po/pt_BR.po
2280         * po/sr.po
2281         * po/zh_CN.po
2282                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2283                 Fabien Vantard, Frederico Goncalves Guimaraes,
2284                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2285
2286 2006-05-05 [colin]      2.1.1cvs49
2287
2288         * manual/Makefile.am
2289         * manual/pl/Makefile.am
2290         * manual/pl/account.xml
2291         * manual/pl/ack.xml
2292         * manual/pl/addrbook.xml
2293         * manual/pl/advanced.xml
2294         * manual/pl/faq.xml
2295         * manual/pl/glossary.xml
2296         * manual/pl/gpl.xml
2297         * manual/pl/handling.xml
2298         * manual/pl/intro.xml
2299         * manual/pl/keyboard.xml
2300         * manual/pl/plugins.xml
2301         * manual/pl/starting.xml
2302         * manual/pl/sylpheed-claws-manual.xml
2303         * manual/pl/dist/.cvsignore
2304         * manual/pl/dist/Makefile.am
2305         * manual/pl/dist/html/.cvsignore
2306         * manual/pl/dist/html/Makefile.am
2307         * manual/pl/dist/pdf/.cvsignore
2308         * manual/pl/dist/pdf/Makefile.am
2309         * manual/pl/dist/ps/.cvsignore
2310         * manual/pl/dist/ps/Makefile.am
2311         * manual/pl/dist/txt/.cvsignore
2312         * manual/pl/dist/txt/Makefile.am
2313                 Add the polish translation of the manual,
2314                 Authored by Pawel Pekala.
2315
2316 2006-05-05 [cleroy]     2.1.1cvs48
2317
2318         * src/main.c
2319                 Re-read matcherrc after loading plugins 
2320                 if some of them add folders.
2321
2322 2006-05-03 [colin]      2.1.1cvs47
2323
2324         * src/imap.c
2325                 I'm idiot
2326
2327 2006-05-03 [colin]      2.1.1cvs46
2328
2329         * src/imap.c
2330                 Be sure to have a session when
2331                 getting separator
2332
2333 2006-05-03 [colin]      2.1.1cvs45
2334
2335         * src/imap.c
2336         * src/imap.h
2337         * src/imap_gtk.c
2338                 Fix preventing renaming with namespace 
2339                 separator.
2340
2341 2006-05-01 [colin]      2.1.1cvs44
2342
2343         * src/action.c
2344                 Don't reload messageview when result of
2345                 action is piped.
2346
2347 2006-04-29 [colin]      2.1.1cvs43
2348
2349         * src/prefs_receive.c
2350         * src/plugins/spamassassin/spamassassin_gtk.c
2351         * src/plugins/clamav/clamav_plugin_gtk.c
2352                 GUI fixes by Pawel
2353
2354 2006-04-29 [colin]      2.1.1cvs42
2355
2356         * src/prefs_compose_writing.c
2357         * src/prefs_quote.c
2358                 Cleanups. Patch by Pawel
2359
2360 2006-04-28 [paul]       2.1.1cvs41
2361
2362         * src/matcher.c
2363                 fix returned quick search results when search
2364                 term contains an underscore.
2365                 Thanks to Colin
2366
2367 2006-04-28 [paul]       2.1.1cvs40
2368
2369         * src/prefs_message.c
2370         * src/prefs_receive.c
2371                 GUI cleanups
2372                 Patches by Pawel Pekala
2373
2374 2006-04-27 [colin]      2.1.1cvs39
2375
2376         * src/wizard.c
2377                 Differentiate subject Welcome from
2378                 window's title Welcome
2379
2380 2006-04-27 [paul]
2381
2382         2.2.0-rc1 released
2383
2384 2006-04-27 [paul]       2.1.1cvs38
2385
2386         * manual/advanced.xml
2387         * manual/fr/advanced.xml
2388                 add info about compose_no_markup hidden pref
2389
2390 2006-04-27 [paul]       2.1.1cvs37
2391
2392         * src/prefs_account.c
2393                 improve privacy labels
2394         * src/prefs_msg_colors.c
2395                 change some strings for translators' convenience
2396         * src/gtk/gtkutils.c
2397                 don't underline the link button text
2398
2399 2006-04-25 [colin]      2.1.1cvs36
2400
2401         * src/folder.c
2402                 Complete 2.1.1cvs33 (once more ;)
2403
2404 2006-04-25 [colin]      2.1.1cvs35
2405
2406         * src/editldap.c
2407                 Fix tooltip
2408
2409 2006-04-25 [cleroy]     2.1.1cvs34
2410
2411         * src/compose.c
2412         * src/gtk/gtkaspell.c
2413                 Fix crash on redirect (related to the return 
2414                 of the aspell menu in compose's toolbar)
2415         * src/prefs_msg_colors.c
2416                 Fix sensitivity widgets
2417         * src/image_viewer.c
2418         * src/gtk/pluginwindow.c
2419         * src/gtk/prefswindow.c
2420                 Change released signals to clicked (Fabien)
2421         * po/POTFILES.in
2422         * src/common/socket.c
2423         * src/plugins/spamassassin/spamassassin.c
2424                 Translate strings (Fabien)
2425
2426 2006-04-25 [paul]       2.1.1cvs33
2427
2428         * src/folder.c
2429         * src/folder.h
2430         * src/folderview.c
2431                 complete the fix of bug #912
2432                 Thanks to Colin
2433
2434 2006-04-25 [colin]      2.1.1cvs32
2435
2436         * src/news.c
2437                 Better progress bar
2438         * src/mimeview.c
2439         * src/summaryview.c
2440         * src/summaryview.h
2441                 Fix focus chain
2442                 Patches by Pawel Pekala
2443
2444 2006-04-24 [colin]      2.1.1cvs31
2445
2446         * src/compose.c
2447                 Fix compilation warnings (Fabien)
2448
2449 2006-04-24 [colin]      2.1.1cvs30
2450
2451         * src/addrindex.c
2452         * src/editldap.c
2453         * src/editldap_basedn.c
2454         * src/editldap_basedn.h
2455         * src/ldapctrl.c
2456         * src/ldapctrl.h
2457         * src/ldapquery.c
2458         * src/ldaputil.c
2459         * src/ldaputil.h
2460                 Fix bug #901 (LDAPS support)
2461
2462 2006-04-24 [colin]      2.1.1cvs29
2463
2464         * src/compose.c
2465                 Fix logic on error with send dialog on
2466         * src/imap.c
2467                 Fix compilation without libetpan, thanks
2468                 to Fabien
2469         * src/summaryview.c
2470                 Fix 'context-menu' key
2471
2472 2006-04-23 [colin]      2.1.1cvs28
2473
2474         * src/folder.c
2475                 Never free current's cache to free up 
2476                 memory. Fixes bug #912 (new count 
2477                 randomly set to message count)
2478
2479 2006-04-23 [colin]      2.1.1cvs27
2480
2481         * src/gtk/quicksearch.c
2482                 And remove printf...
2483
2484 2006-04-23 [colin]      2.1.1cvs26
2485
2486         * src/gtk/quicksearch.c
2487                 Fix replacing in quicksearch, and fix inserting
2488                 in the middle of the string. (introduced at 2.1.0cvs22)
2489
2490 2006-04-23 [colin]      2.1.1cvs25
2491
2492         * src/imap.c
2493                 Make sure uidnext is initialized in get_num_list
2494                 (not for stable, related to 2.1.1cvs8 and friends)
2495
2496 2006-04-23 [colin]      2.1.1cvs24
2497
2498         * src/imap.c
2499                 Output something when login is successful
2500                 too
2501
2502 2006-04-23 [colin]      2.1.1cvs23
2503
2504         * src/etpan/imap-thread.c
2505                 Better logging (line-per-line, hide data in fetch)
2506                 Fix a const warning
2507         * src/gtk/logwindow.c
2508         * src/gtk/logwindow.h
2509                 Better logging (color for input/output)
2510
2511 2006-04-21 [colin]      2.1.1cvs22
2512
2513         * src/gtk/quicksearch.c
2514                 On gtk+-2.8, use stock buttons in quicksearch
2515                 Based on a patch by Fabien and a design by Paul
2516
2517 2006-04-21 [colin]      2.1.1cvs21
2518
2519         * src/folderview.c
2520         * src/mainwindow.c
2521                 Fix occasional flicker in folderview
2522         * src/common/utils.c
2523                 Fix bug #943 (Incorrectly parsed email address 
2524                 list in short headers on message view and in 
2525                 printouts)
2526
2527 2006-04-20 [colin]      2.1.1cvs20
2528
2529         * src/imap.c
2530         * src/imap.h
2531         * src/prefs_account.c
2532                 Add ANONYMOUS auth for IMAP
2533
2534 2006-04-20 [paul]       2.1.1cvs19
2535
2536         * src/main.c
2537                 proper fix for 2.1.1cvs18
2538                 Thanks to Colin
2539
2540 2006-04-20 [paul]       2.1.1cvs18
2541
2542         * src/main.c
2543                 fix build warnings
2544
2545 2006-04-20 [paul]       2.1.1cvs17
2546
2547         * src/gtk/quicksearch.c
2548                 fix standard, non-extended Quick search,
2549                 was broken in 2.1.1cvs15.
2550                 Thanks to Colin.
2551
2552 2006-04-20 [colin]      2.1.1cvs16
2553
2554         * src/prefs_matcher.c
2555                 Fix values when reselecting a ~test
2556                 rule
2557
2558 2006-04-19 [colin]      2.1.1cvs15
2559
2560         * src/compose.c
2561         * src/compose.h
2562         * src/gtk/gtkaspell.c
2563         * src/gtk/gtkaspell.h
2564                 Put back Options menu in Spelling/
2565         * src/gtk/quicksearch.c
2566                 Don't search, and show error, if the
2567                 advanced search has a syntax error
2568
2569 2006-04-18 [colin]      2.1.1cvs14
2570
2571         * src/textview.c
2572                 Fix gdk warnings on set_cursor when textview
2573                 isn't visible
2574
2575 2006-04-18 [colin]      2.1.1cvs13
2576
2577         * src/gtk/gtksctree.c
2578                 Remove seemingly useless refresh that causes
2579                 flicker - watch this commit in case of 
2580                 problems before planned backport to stable
2581
2582 2006-04-18 [colin]      2.1.1cvs12
2583
2584         * src/imap.c
2585                 Factorize get/set_xml code
2586         * src/compose.c
2587         * src/prefs_account.c
2588         * src/prefs_account.h
2589         * src/procmsg.c
2590                 Add Encrypt to self option
2591
2592 2006-04-17 [colin]      2.1.1cvs11
2593
2594         * configure.ac
2595                 Fix search on encrpyt function on dragonfly
2596                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2597
2598 2006-04-17 [colin]      2.1.1cvs10
2599
2600         * src/prefs_account.c
2601                 Be safe by default: remove mails from POP3
2602                 after 7 days, not immediately
2603
2604 2006-04-17 [colin]      2.1.1cvs9
2605
2606         * src/etpan/imap-thread.c
2607                 Fix build on DragonFly - patch by 
2608                 Jonathan Buschmann <jonthn@agmact.com>
2609
2610 2006-04-17 [colin]      2.1.1cvs8
2611
2612         * src/imap.c
2613                 Save uidnext between sessions
2614
2615 2006-04-17 [colin]      2.1.1cvs7
2616
2617         * src/imap.c
2618                 scan is required when uid validity changes
2619
2620 2006-04-17 [colin]      2.1.1cvs6
2621
2622         * src/folderview.c
2623                 Don't scan if not necessary, apart in current
2624                 folder and INBOX to fetch flags.
2625         * src/imap.c
2626                 Scan is necessary if unread count changes
2627
2628 2006-04-17 [colin]      2.1.1cvs5
2629
2630         * src/imap.c
2631                 ...But always fetch ANSWERED and DELETED flags for
2632                 INBOX, as filtering can happen on these flags.
2633
2634 2006-04-17 [colin]      2.1.1cvs4
2635
2636         * src/imap.c
2637                 Don't fetch REPLIED and DELETED flags when synchronising
2638                 flags with a closed folder. We only need UNSEEN and FLAGGED
2639                 to update the folderview.
2640
2641 2006-04-17 [colin]      2.1.1cvs3
2642
2643         * src/imap.c
2644                 Faster flag search when there are new mails 
2645                 in a folder. We can do a full search if the 
2646                 folder contains less messages than the new
2647                 list.
2648
2649 2006-04-17 [colin]      2.1.1cvs2
2650
2651         * po/cs.po
2652         * po/de.po
2653         * po/fr.po
2654         * po/nl.po
2655         * po/pt_BR.po
2656                 Update translations from stable branch
2657
2658 2006-04-17 [colin]      2.1.1cvs1
2659
2660         * configure.ac
2661                 Bump version to follow stable release
2662
2663 2006-04-16 [mones]      2.1.0cvs50
2664
2665         * po/es.po
2666                 Updated for release
2667
2668 2006-04-16 [colin]      2.1.0cvs49
2669
2670         * src/textview.c
2671                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2672                 with gtk < 2.8. Thanks to Fabien Vantard.
2673
2674 2006-04-15 [colin]      2.1.0cvs48
2675
2676         * src/etpan/imap-thread.c
2677                 Fix bug #919 (libetpan: SEGV when connecting 
2678                 using command)
2679
2680 2006-04-14 [colin]      2.1.0cvs47
2681
2682         * src/main.c
2683                 Fix race on --select (should be done better)
2684
2685 2006-04-14 [wwp]        2.1.0cvs46
2686
2687         * src/send_message.c
2688                 enforce a check for domain in account prefs (a sending
2689                 error could be faced if domain was checked but no value set),
2690                 thanks to Colin.
2691
2692 2006-04-14 [colin]      2.1.0cvs45
2693
2694         * src/codeconv.c
2695                 when converting from unknown to unknown, if the
2696                 string is UTF8, don't convert it to the locale
2697                 (which breaks it)
2698
2699 2006-04-14 [colin]      2.1.0cvs44
2700
2701         * src/compose.c
2702                 Don't try to use ASCII for converting headers
2703                 (as done in body)
2704
2705 2006-04-14 [paul]       2.1.0cvs43
2706
2707         * src/crash.c
2708                 add locale/charset info to crash report
2709         * src/gtk/about.c
2710                 add wwp to doc team
2711                 replace 'e-mail' with preferred 'email'
2712         * src/gtk/authors.h
2713                 ensure contributors list is in alphabetical
2714                 order
2715
2716 2006-04-13 [colin]      2.1.0cvs42
2717
2718         * src/textview.c
2719                 Prevent gdk warnings
2720
2721 2006-04-13 [colin]      2.1.0cvs41
2722
2723         * src/common/ssl_certificate.c
2724         * src/common/ssl_certificate.h
2725         * src/gtk/sslcertwindow.c
2726                 Warn on expired certs, and display the expiration date
2727
2728 2006-04-13 [colin]      2.1.0cvs40
2729
2730         * src/plugins/spamassassin/spamassassin_gtk.c
2731                 Fix missing set_text on unix socket
2732
2733 2006-04-13 [wwp]        2.1.0cvs39
2734
2735         * manual/fr/advanced.xml
2736         * manual/fr/glossary.xml
2737                 applied new spam/ham/email lexicon (pourriel, courriel)
2738
2739 2006-04-13 [paul]       2.1.0cvs38
2740
2741         * src/plugins/pgpmime/plugin.c
2742                 remove the mention of S/MIME from the
2743                 description. This is now handled by the
2744                 S/MIME plugin.
2745
2746 2006-04-13 [paul]       2.1.0cvs37
2747
2748         * src/prefs_msg_colors.c
2749                 rework dialog
2750         * src/prefs_folder_item.c
2751         * src/prefs_spelling.c
2752                 add a tooltip to the colour selector buttons
2753
2754 2006-04-13 [wwp]        2.1.0cvs36
2755
2756         * manual/advanced.xml
2757         * manual/glossary.xml
2758         * manual/handling.xml
2759         * manual/keyboard.xml
2760         * manual/plugins.xml
2761         * manual/starting.xml
2762         * manual/fr/account.xml
2763         * manual/fr/ack.xml
2764         * manual/fr/addrbook.xml
2765         * manual/fr/advanced.xml
2766         * manual/fr/faq.xml
2767         * manual/fr/glossary.xml
2768         * manual/fr/gpl.xml
2769         * manual/fr/handling.xml
2770         * manual/fr/intro.xml
2771         * manual/fr/keyboard.xml
2772         * manual/fr/plugins.xml
2773         * manual/fr/starting.xml
2774         * manual/fr/sylpheed-claws-manual.xml
2775                 fixes to the manuals:
2776                  - summaryview -> Message List (same in French)
2777                  - translate key names
2778                  - fix French punctuation, use non-breakable spaces when
2779                    necessary, don't use &thinsp; which is not portable
2780                  - tell what maildir and mbox formats we support
2781
2782 2006-04-12 [wwp]        2.1.0cvs35
2783
2784         * src/prefs_toolbar.c
2785                 unified a replace button more,
2786                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2787
2788 2006-04-12 [wwp]        2.1.0cvs34
2789
2790         * src/prefs_common.c
2791         * src/prefs_msg_colors.c
2792                 make default color labels translatable,
2793                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2794                 thanks to Tim <timbrain@post.cz> for reporting.
2795
2796 2006-04-12 [wwp]        2.1.0cvs33
2797
2798         * manual/glossary.xml
2799         * manual/intro.xml
2800         * manual/plugins.xml
2801         * manual/starting.xml
2802         * manual/sylpheed-claws-manual.xml
2803         * manual/fr/.cvsignore
2804         * manual/fr/account.xml
2805         * manual/fr/ack.xml
2806         * manual/fr/addrbook.xml
2807         * manual/fr/advanced.xml
2808         * manual/fr/faq.xml
2809         * manual/fr/glossary.xml
2810         * manual/fr/handling.xml
2811         * manual/fr/intro.xml
2812         * manual/fr/keyboard.xml
2813         * manual/fr/plugins.xml
2814         * manual/fr/starting.xml
2815         * manual/fr/sylpheed-claws-manual.xml
2816                 various fixes: typos, missing .fr translations, punctuation,
2817                 capitalization, links, accents and some bad French more.
2818
2819 2006-04-12 [wwp]        2.1.0cvs32
2820
2821         * src/prefs_gtk.c
2822                 fix for bug #935: always store prefs files in UTF-8 (thanks
2823                 to Colin).
2824
2825 2006-04-11 [colin]      2.1.0cvs31
2826
2827         * src/compose.c
2828                 Fix inserting files not in utf8 when locale is utf8
2829
2830 2006-04-11 [colin]      2.1.0cvs30
2831
2832         * src/inc.c
2833                 Don't show error dialog when cancelling connection
2834                 Patch by Pawel
2835
2836 2006-04-11 [cleroy]     2.1.0cvs29
2837
2838         * src/compose.c
2839                 Implement multiple quote levels
2840         * src/prefs_common.c
2841                 Change a little bit the quote bgcolor for 2nd level
2842
2843 2006-04-11 [colin]      2.1.0cvs28
2844
2845         * src/gtk/about.c
2846                 Add locale and charset in the label
2847
2848 2006-04-10 [colin]      2.1.0cvs27
2849
2850         * src/compose.c
2851         * src/prefs_common.c
2852         * src/prefs_common.h
2853         * src/prefs_msg_colors.c
2854         * src/textview.c
2855                 Allow optional background color in quotes
2856                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2857                 GTK+-2.8.x feature
2858
2859 2006-04-10 [colin]      2.1.0cvs26
2860
2861         * src/main.c
2862         * src/mainwindow.c
2863         * src/mainwindow.h
2864                 Implement --select
2865
2866 2006-04-10 [colin]      2.1.0cvs25
2867
2868         * manual/plugins.xml
2869         * manual/fr/plugins.xml
2870                 Document libcurl's proxy variables
2871
2872 2006-04-09 [colin]      2.1.0cvs24
2873
2874         * src/prefs_common.c
2875                 gettext() returns statically allocated stuff. We have
2876                 to strdup it in order to be able to free it.
2877
2878 2006-04-09 [colin]      2.1.0cvs23
2879
2880         * AUTHORS
2881         * src/gtk/authors.h
2882                 Add Alexei
2883
2884 2006-04-09 [colin]      2.1.0cvs22
2885
2886         * src/mainwindow.c
2887         * src/gtk/quicksearch.c
2888                 Fix bug #859 (problems with cyrilic input in 
2889                 search panel) - Patch by Alexey Illarionov 
2890                 <littlesavage@rambler.ru>
2891
2892 2006-04-09 [colin]      2.1.0cvs21
2893
2894         * src/prefs_customheader.c
2895                 I prefer removing then freeing rather than the contrary
2896                 (even if it doesn't change anything ;-)
2897         * src/prefs_account.c
2898                 Fix bug #933 (Crash re-entering the custom headers list 
2899                 dialog in accounts prefs)
2900                 The problem happened when cancelling the Account 
2901                 Preferences' dialogs - in which case we didn't do 
2902                 anything to the PrefsAccount * struct. In case of applying,
2903                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2904                 working with in this dialog. The problem is that 
2905                 prefs_customheader.c, working on this tmp_ac_prefs, always
2906                 changes the ->customhdr_list pointer, even when cancelled. 
2907                 So in case of cancelling the prefs_account dialog, we still
2908                 have to update ->customhdr_list in the real account.
2909
2910 2006-04-08 [colin]      2.1.0cvs20
2911
2912         * manual/fr/glossary.xml
2913         * manual/fr/keyboard.xml
2914                 Forgot some headers :)
2915
2916 2006-04-08 [colin]      2.1.0cvs19
2917
2918         * manual/Makefile.am
2919         * manual/fr/Makefile.am
2920         * manual/fr/account.xml
2921         * manual/fr/ack.xml
2922         * manual/fr/addrbook.xml
2923         * manual/fr/advanced.xml
2924         * manual/fr/faq.xml
2925         * manual/fr/glossary.xml
2926         * manual/fr/gpl.xml
2927         * manual/fr/handling.xml
2928         * manual/fr/intro.xml
2929         * manual/fr/keyboard.xml
2930         * manual/fr/plugins.xml
2931         * manual/fr/starting.xml
2932         * manual/fr/sylpheed-claws-manual.xml
2933         * manual/fr/dist/.cvsignore
2934         * manual/fr/dist/Makefile.am
2935         * manual/fr/dist/html/.cvsignore
2936         * manual/fr/dist/html/Makefile.am
2937         * manual/fr/dist/pdf/.cvsignore
2938         * manual/fr/dist/pdf/Makefile.am
2939         * manual/fr/dist/ps/.cvsignore
2940         * manual/fr/dist/ps/Makefile.am
2941         * manual/fr/dist/txt/.cvsignore
2942         * manual/fr/dist/txt/Makefile.am
2943                 Add the french translation of the manual. Thanks to
2944                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2945                 account.xml, ack.xml, addrbook.xml and advanced.xml
2946
2947 2006-04-08 [colin]      2.1.0cvs18
2948
2949         * manual/plugins.xml
2950         * manual/starting.xml
2951                 More fixes
2952
2953 2006-04-07 [colin]      2.1.0cvs17
2954
2955         * manual/faq.xml
2956         * manual/intro.xml
2957         * manual/keyboard.xml
2958                 Little fixes
2959
2960 2006-04-07 [colin]      2.1.0cvs16
2961
2962         * README
2963         * src/compose.c
2964         * src/prefs_common.c
2965         * src/prefs_common.h
2966                 Add hidden compose_no_markup pref
2967
2968 2006-04-07 [wwp]        2.1.0cvs15
2969
2970         * src/summary_search.c
2971         * .cvsignore
2972                 Bugfix: stop button was sticky when searching in an empty folder.
2973                 Applied curly brackets code style to the whole file (summary_search.c).
2974                 More files to ignore.
2975
2976 2006-04-07 [wwp]        2.1.0cvs14
2977
2978         * src/message_search.c
2979         * src/summary_search.c
2980                 changed default button when search bumps at file/folder
2981                 beginning or end, for convenience (thanks to Colin).
2982
2983 2006-04-07 [paul]       2.1.0cvs13
2984
2985         * src/plugins/dillo_viewer/dillo_prefs.c
2986                 avoid future potential for namespace collision
2987                 Patch by Colin
2988
2989 2006-04-06 [wwp]        2.1.0cvs12
2990
2991         * src/summary_search.c
2992                 Unify extended/advanced searches names (and thus factorize labels),
2993                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2994
2995 2006-04-06 [wwp]        2.1.0cvs11
2996
2997         * src/folderview.c
2998         * src/prefs_themes.c
2999         * src/summaryview.c
3000                 Fixed some compilation warnings.
3001
3002 2006-04-06 [colin]      2.1.0cvs10
3003
3004         * manual/advanced.xml
3005                 Document the wizard template and how to deploy
3006                 Sylpheed-Claws effectively
3007
3008 2006-04-06 [colin]      2.1.0cvs9
3009
3010         * src/folderview.c
3011                 gettext patch to tell translators about _("#"),
3012                 by Maxim Britov
3013
3014 2006-04-06 [colin]      2.1.0cvs8
3015
3016         * src/textview.c
3017                 Fix invalid GtkTextBIter after clicking "Display as text"
3018
3019 2006-04-06 [mones]      2.1.0cvs7
3020
3021         * src/addr_compl.c
3022         * src/addrindex.c
3023         * src/addritem.c
3024         * src/codeconv.c
3025         * src/compose.c
3026         * src/filtering.c
3027         * src/folder.c
3028         * src/folder_item_prefs.c
3029         * src/folderview.c
3030         * src/localfolder.c
3031         * src/matcher.c
3032         * src/mimeview.c
3033         * src/prefs_msg_colors.c
3034         * src/prefs_spelling.c
3035         * src/prefs_themes.c
3036         * src/procmime.c
3037         * src/procmsg.c
3038         * src/stock_pixmap.c
3039         * src/summaryview.c
3040         * src/textview.c
3041         * src/toolbar.c
3042         * src/common/mgutils.c
3043         * src/common/prefs.c
3044         * src/common/ssl_certificate.c
3045         * src/gtk/colorlabel.c
3046         * src/gtk/quicksearch.c
3047         * src/plugins/pgpmime/pgpmime.c
3048         * src/plugins/spamassassin/spamassassin.c
3049                 Removed redundant NULL checks for g_free() calls.
3050                 Patch by Pawel Pekala.
3051
3052 2006-04-06 [mones]      2.1.0cvs6
3053
3054         * src/prefs_actions.c
3055         * src/prefs_filtering.c
3056         * src/prefs_filtering_action.c
3057         * src/prefs_matcher.c
3058         * src/prefs_template.c
3059         * src/gtk/gtkutils.c
3060         * src/gtk/gtkutils.h
3061                 Have a nice replace button. Patch by Pawel Pekala
3062
3063 2006-04-06 [colin]      2.1.0cvs5
3064
3065         * src/addressbook.c
3066                 Fix crash with empty columns
3067
3068 2006-04-05 [colin]      2.1.0cvs4
3069
3070         * src/wizard.c
3071         * src/prefs_gtk.c
3072                 Allow wizard customization with pre-filled values
3073
3074 2006-04-05 [colin]      2.1.0cvs3
3075
3076         * src/textview.c
3077         * src/mimeview.c
3078         * src/mimeview.h
3079                 Nicer messages in mimeview
3080
3081 2006-04-05 [colin]      2.1.0cvs2
3082
3083         * src/addressbook.c
3084         * src/prefs_summaries.c
3085                 i18n fix
3086
3087 2006-04-05 [colin]      2.1.0cvs1
3088
3089         * src/plugins/pgpcore/plugin.c
3090         * src/plugins/pgpcore/select-keys.c
3091         * src/plugins/pgpcore/select-keys.h
3092         * src/plugins/pgpcore/sgpgme.c
3093         * src/plugins/pgpcore/sgpgme.h
3094         * src/plugins/pgpinline/pgpinline.c
3095         * src/plugins/pgpinline/plugin.c
3096         * src/plugins/pgpmime/pgpmime.c
3097         * src/plugins/pgpmime/plugin.c
3098                 Factorize and generalize a bit 
3099                 Drop S/MIME signature verification from PGP/MIME
3100                 (adding it as another, more complete plugin)
3101
3102 2006-04-05 [paul]       2.1.0
3103
3104         2.1.0 released
3105
3106 2006-04-05 [paul]       2.0.0cvs186
3107
3108         * manual/advanced.xml
3109                 add info on colour labels
3110
3111 2006-04-05 [paul]       2.0.0cvs185
3112
3113         * po/bg.po
3114         * po/cs.po
3115         * po/de.po
3116         * po/el.po
3117         * po/en_GB.po
3118         * po/fi.po
3119         * po/fr.po
3120         * po/it.po
3121         * po/nl.po
3122         * po/pl.po
3123         * po/pt_BR.po
3124         * po/sr.po
3125         * po/zh_CN.po
3126                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3127                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3128                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3129                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3130         * src/gtk/authors.h
3131         * tools/claws.i18n.status.pl
3132                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3133                 and new Czech translator, Tim <timbrain@post.cz>
3134
3135 2006-04-05 [mones]      2.0.0cvs184
3136
3137         * po/es.po
3138                 Updated translation
3139
3140 2006-04-05 [colin]      2.0.0cvs183
3141
3142         * src/gtk/quicksearch.c
3143                 Fix bug #929 (unnecessary reload in quick search bar)
3144
3145 2006-04-05 [colin]      2.0.0cvs182
3146
3147         * src/compose.c
3148                 Fix crash on Reply with no From:
3149                 Show signature and conversion error on queuing 
3150                 (but not sending)
3151         * src/mainwindow.c
3152         * src/summaryview.c
3153         * src/summaryview.h
3154                 Factorize threading code and make sure msginfo 
3155                 is not null when it comes from a GtkCTreeRow's 
3156                 data
3157         * src/gtk/gtkaspell.c
3158                 Check for necessary things
3159         * src/gtk/gtksctree.c
3160         * src/gtk/gtksctree.h
3161                 Reset anchor if necessary when removing node
3162
3163 2006-03-29 [colin]      2.0.0cvs181
3164
3165         * src/folderview.c
3166                 Warn for disabled IMAP accounts (due to lack of
3167                 libetpan). Breaks string-freeze - sorry - but it
3168                 is kind of important ;)
3169
3170 2006-03-28 [colin]      2.0.0cvs180
3171
3172         * src/gtk/gtkutils.c
3173         * src/gtk/gtkutils.h
3174                 Add a gtkut_get_link_btn() function that
3175                 creates a button which acts like an URI
3176         * src/prefs_themes.c
3177         * src/gtk/about.c
3178                 Use this function (factorizes codes)
3179         * src/common/defs.h
3180         * src/gtk/pluginwindow.c
3181                 Add a "Get more..." in the plugins window
3182
3183 2006-03-28 [colin]      2.0.0cvs179
3184
3185         * src/common/smtp.c
3186         * src/common/passcrypt.c
3187         * src/undo.c
3188                 Warning fixes. Patch by Pawel Pekala
3189
3190 2006-03-27 [colin]      2.0.0cvs178
3191
3192         * src/undo.c
3193                 Fix undoing by blocks with spaces
3194
3195 2006-03-27 [colin]      2.0.0cvs177
3196
3197         * src/textview.c
3198                 Set margin to 3px for headers
3199
3200 2006-03-27 [paul]
3201
3202         2.1.0-rc2 released
3203
3204 2006-03-27 [wwp]        2.0.0cvs176
3205
3206         * src/summaryview.c
3207                 don't reset quicksearch when updating the message list.
3208                 Thanks to Colin.
3209
3210 2006-03-26 [wwp]        2.0.0cvs175
3211
3212         * src/compose.c
3213                 use a unified border width ('other' tab in the compose window,
3214                 patch by Pawel Pekala).
3215
3216
3217 2006-03-26 [wwp]        2.0.0cvs174
3218
3219         * src/common/quoted-printable.c
3220         * src/addressbook.c
3221                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3222
3223 2006-03-26 [colin]      2.0.0cvs173
3224
3225         * src/quote_fmt_parse.y
3226                 Fix non-UTF8 date formats messing up the whole quote a 
3227                 little bit
3228
3229 2006-03-26 [colin]      2.0.0cvs172
3230
3231         * src/procheader.c
3232                 Make sure the date is UTF8 valid, or try to make it
3233                 so. IncrediMail is really IncrediStupid.
3234         * src/compose.c
3235                 Fix possible conversions. 
3236                 
3237
3238 2006-03-26 [colin]      2.0.0cvs171
3239
3240         * src/matcher.c
3241                 Fix corner cases in body search. This is still a
3242                 hack... It seems impossible to make it good and 
3243                 reasonably fast at the same time.
3244
3245 2006-03-26 [colin]      2.0.0cvs170
3246
3247         * src/summaryview.c
3248                 I think I killed the twilight zone bug!
3249                 summary_select_node() flushes GTK events in order
3250                 to be able to center the view. But this also 
3251                 flushes keypresses like Ctrl-Alt-U, so this can
3252                 call summary_show from summary_select_node (itself
3253                 called from summary_show, etc.). And the summaryview
3254                 has to be unlocked in this function. So just locking
3255                 while processing GTK events, and bailing if locked, 
3256                 should fix it.
3257                 Fixes bug #927 (SIGSEGV during Update Summary)
3258
3259 2006-03-25 [colin]      2.0.0cvs169
3260
3261         * src/matcher.c
3262                 Fix search in QP-encoded bodies
3263                 Fix utf-8 searches in bodies encoded in the
3264                 locale's encoding
3265         * src/common/quoted-printable.c
3266         * src/common/quoted-printable.h
3267                 Add a decode function that doesn't overwrite
3268                 the original pointer
3269                 
3270
3271 2006-03-24 [colin]      2.0.0cvs168
3272
3273         * src/action.c
3274         * src/summaryview.c
3275         * src/summaryview.h
3276                 Update message cache after action
3277                 Patch by H. Merijn Brand
3278         * src/prefs_msg_colors.c
3279                 Factorize label 
3280                 Patch by Fabien Vantard
3281         * src/plugins/spamassassin/spamassassin_gtk.c
3282                 Remove useless translation
3283                 Patch by Fabien Vantard
3284
3285 2006-03-23 [colin]      2.0.0cvs167
3286
3287         * src/common/ssl.c
3288                 Let 30 seconds to SSL_connect
3289
3290 2006-03-23 [wwp]        2.0.0cvs166
3291
3292         * src/summaryview.c
3293         * src/gtk/description_window.c
3294                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3295                 and headers are translated; adjust description windows' width to fit their
3296                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3297
3298 2006-03-23 [paul]       2.0.0cvs165
3299
3300         * src/common/utils.c
3301                 fix highlighting of URIs containing "()"
3302                 (2.0.0cvs164's reversal fixed)
3303                 Thanks to Colin.
3304
3305 2006-03-23 [paul]       2.0.0cvs164
3306
3307         * src/common/utils.c
3308                 revert patch, (postponing a fix), at 2.0.0cvs120
3309                 as it breaks more URIs than it fixes.
3310                 Allow '-' to be a terminating character in a URI
3311
3312 2006-03-22 [colin]      2.0.0cvs163
3313
3314         * configure.ac
3315                 Require libetpan 0.45
3316                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3317
3318 2006-03-22 [paul]       2.0.0cvs162
3319
3320         * src/editgroup.c
3321                 replace '<-' and '->' buttons with GTK_STOCK graphical
3322                 buttons
3323         * src/summary_search.c
3324                 don't offer '...' for translation
3325                 add a tooltip to advanced search '...' button
3326         * src/gtk/quicksearch.c
3327                 don't offer '...' for translation
3328
3329 2006-03-21 [colin]      2.0.0cvs161
3330
3331         * src/compose.c
3332                 Fix middle-click pasting (insert at click
3333                 position instead of cursor position, don't
3334                 remove existing selection and allow pasting
3335                 our own selection)
3336         * src/addressbook.c
3337                 "LDAP Server" -> "LDAP servers"
3338
3339 2006-03-21 [wwp]        2.0.0cvs160
3340
3341         * src/etpan/imap-thread.c
3342                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3343
3344 2006-03-20 [colin]      2.0.0cvs159
3345
3346         * src/summaryview.c
3347                 Don't reload summaryview after an execute with no
3348                 move action
3349
3350 2006-03-19 [colin]      2.0.0cvs158
3351
3352         * src/addressbook.c
3353                 and put groups at the top, always
3354
3355 2006-03-19 [colin]      2.0.0cvs157
3356
3357         * src/addressbook.c
3358                 Order groups before names, as previously
3359
3360 2006-03-19 [colin]      2.0.0cvs156
3361
3362         * src/addressbook.c
3363                 - Sort case-unsensitive
3364                 - Put the sort arrow at opening too
3365
3366 2006-03-19 [wwp]        2.0.0cvs155
3367
3368         * src/addressbook.c
3369                 allow sorting by name/email/remarks, ensure that right-pane's contents
3370                 matches the left-pane selection (cleared when appropriate).
3371                 Patch by Pawel Pekala <c0rn@o2.pl>.
3372
3373 2006-03-18 [colin]      2.0.0cvs154
3374
3375         * src/textview.c
3376                 Fix text cursor ;)
3377
3378 2006-03-18 [colin]      2.0.0cvs153
3379
3380         * src/gtk/filesel.c
3381                 Make sure we hide the preview if we didn't get
3382                 a filename
3383
3384 2006-03-18 [colin]      2.0.0cvs152
3385
3386         * src/summaryview.c
3387                 Set cursor to watch for execution (fixes lack
3388                 of watch-cursor when dnd'ing hundreds of mails)
3389         * src/gtk/filesel.c
3390                 Check that mime type is 'image/*' before updating
3391                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3392
3393 2006-03-18 [colin]      2.0.0cvs151
3394
3395         * src/mainwindow.c
3396         * src/textview.c
3397         * src/textview.h
3398                 Put a watch cursor in textview too when the mainwindow's
3399                 cursor in a watch
3400
3401 2006-03-18 [colin]      2.0.0cvs150
3402
3403         * src/folder.c
3404                 Change wrong asserts to simple tests
3405
3406 2006-03-17 [colin]      2.0.0cvs149
3407
3408         * src/mainwindow.c
3409         * src/mainwindow.h
3410         * src/prefs_msg_colors.c
3411         * src/summaryview.c
3412         * src/summaryview.h
3413         * src/gtk/colorlabel.c
3414         * src/gtk/colorlabel.h
3415                 Add a color label menu in the main menubar
3416                 Add (fixed) accels Ctrl-{0-7} to change the color
3417                 They have to be fixed because the menu's dynamic,
3418                 the items are complex widgets, hence we can't use
3419                 a GtkItemFactory.
3420
3421
3422 2006-03-17 [wwp]        2.0.0cvs148
3423
3424         * src/compose.c
3425                 rollback few lines from my previous commit (those lines come from
3426                 a pending patch, accidentally commited, even if neutral as they are
3427                 commented out).
3428
3429 2006-03-17 [wwp]        2.0.0cvs147
3430
3431         * src/compose.c
3432                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3433                 applied code style/indentation to the modified function.
3434
3435 2006-03-17 [wwp]        2.0.0cvs146
3436
3437         * src/procmsg.c
3438         * src/compose.c
3439                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3440
3441 2006-03-17 [paul]
3442
3443         2.1.0-rc1 released
3444
3445 2006-03-17 [paul]       2.0.0cvs145
3446
3447         * src/main.c
3448                 addressbook_read_file() was called twice
3449         * src/textview.c
3450                 X-Mailer highlighting
3451
3452 2006-03-16 [colin]      2.0.0cvs144
3453
3454         * src/sourcewindow.c
3455         * src/sourcewindow.h
3456                 And the last one, in source window.
3457
3458 2006-03-16 [colin]      2.0.0cvs143
3459
3460         * src/compose.c
3461         * src/compose.h
3462                 Fix the same stuff in compose
3463
3464 2006-03-16 [colin]      2.0.0cvs142
3465
3466         * src/messageview.c
3467                 Complete the previous messageview crash fix
3468
3469 2006-03-16 [colin]      2.0.0cvs141
3470
3471         * src/procmsg.h
3472         * src/procmsg.c
3473         * src/folder.c
3474                 Fix POSTPROCESSING hook
3475                 Patch by H. Merijn Brand
3476
3477         * src/procmime.c
3478         * src/procmime.h
3479                 Parse Content-Location
3480
3481         * src/toolbar.c
3482         * src/messageview.c
3483         * src/messageview.h
3484                 Don't crash when a top-level MessageView has
3485                 been closed on us. Same problematic than
3486                 yesterday's quicksearch issue.
3487
3488 2006-03-15 [colin]      2.0.0cvs140
3489
3490         * src/gtk/quicksearch.c
3491                 Fix a bitchy race we didn't think about when we
3492                 added quicksearch cancellation:
3493                 If the search is not on cached fields, for example
3494                 body_part matchcase "stuff"
3495                 the matcher code has to get the whole message. If
3496                 we're on IMAP, that can be slow, and in order to
3497                 be non-blocking, the IMAP code idle loop processes
3498                 gtk events too. So it is possible to cancel a
3499                 quicksearch while the matcher is getting the mail's
3500                 body. After matcher got its body, it will start to
3501                 iterate over the matcher list that the Quicksearch's
3502                 clear_search_cb() just freed via prepare_matcher().
3503                 SIGSEGV ensues.
3504                 The fix consists of guarding the matcherlist_match()
3505                 call with a boolean 'matching'. If we reset the
3506                 quicksearch while matching is TRUE, we don't free
3507                 the matcherlist anymore like we did, but we set
3508                 another new flag, deferred_free, to TRUE. Then,
3509                 in quicksearch_match(), just after returning from
3510                 matcherlist_match() and unsetting the matching flag,
3511                 we check the deferred_free flag and do the
3512                 prepare_matcher() (which does the matcherlist_free)
3513                 for real, so we free the matcherlist once it's not
3514                 used anymore.
3515                 As all of this runs via the glib main loop, we
3516                 luckily don't need a mutex.
3517         * src/summaryview.c
3518                 Also, show progress while searching.
3519
3520
3521 2006-03-14 [colin]      2.0.0cvs139
3522
3523         * src/alertpanel.c
3524                 Make alertpanel_is_open non-static
3525
3526 2006-03-14 [colin]      2.0.0cvs138
3527
3528         * src/prefs_spelling.c
3529                 Cleanups - Fabien Vantard
3530
3531 2006-03-14 [wwp]        2.0.0cvs137
3532
3533         * src/main.c
3534                 code style normalization (curly braces, indentation).
3535
3536 2006-03-14 [wwp]        2.0.0cvs137
3537
3538         * src/main.c
3539                 code style (braces, indentation)
3540
3541 2006-03-12 [paul]       2.0.0cvs136
3542
3543         * src/prefs_common.c
3544                 trans_hdr defaults to FALSE to be RFC-savvy
3545         * src/prefs_summaries.c
3546                 add a tooltip to the trans_hdr option
3547                 
3548
3549 2006-03-12 [paul]       2.0.0cvs135
3550
3551         * src/prefs_matcher.c
3552                 give a little more width to the combos
3553         * src/prefs_display_header.c
3554         * src/textview.c
3555                 translate headers if prefs_common.trans_hdr
3556                 is TRUE
3557
3558         Patches by Pawel Pekala
3559
3560 2006-03-12 [paul]       2.0.0cvs134
3561
3562         * src/plugins/clamav/clamav_plugin.c
3563         * src/plugins/dillo_viewer/dillo_viewer.c
3564         * src/plugins/pgpcore/plugin.c
3565         * src/plugins/pgpinline/plugin.c
3566         * src/plugins/pgpmime/plugin.c
3567         * src/plugins/spamassassin/spamassassin.c
3568                 update/add to descriptions
3569         * src/plugins/spamassassin/spamassassin_gtk.c
3570                 fixes to the english, remove superfluous
3571                 tooltips, clean up a little
3572
3573 2006-03-12 [paul]       2.0.0cvs133
3574
3575         * src/compose.c
3576                 fix Bug 924, 'Account combo box shows up wrong 
3577                 if & is in account name'
3578
3579 2006-03-11 [colin]      2.0.0cvs132
3580
3581         * src/summaryview.c
3582                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3583                 messed up shift-selection because is slows down
3584                 moving around summaryview. thanks -users
3585
3586 2006-03-10 [colin]      2.0.0cvs131
3587
3588         * src/plugins/spamassassin/spamassassin_gtk.c
3589                 Put back Paul's engrish fixes
3590
3591 2006-03-10 [colin]      2.0.0cvs130
3592
3593         * src/plugins/spamassassin/spamassassin.c
3594         * src/plugins/spamassassin/spamassassin.h
3595         * src/plugins/spamassassin/spamassassin_gtk.c
3596                 Cleanup SA prefs page (more)
3597                 Patch by Fabien Vantard
3598
3599 2006-03-10 [paul]       2.0.0cvs129
3600
3601         * src/prefs_msg_colors.c
3602         * src/prefs_spelling.c
3603                 widget sensitivity
3604
3605 2006-03-09 [mones]      2.0.0cvs128
3606
3607         * po/es.po
3608                 Update for next RC
3609
3610 2006-03-09 [wwp]        2.0.0cvs127
3611
3612         * configure.ac
3613                 revert accidental commit (requirement for libetpan 0.43), this time
3614                 not in HEAD.
3615
3616 2006-03-09 [wwp]        2.0.0cvs125
3617
3618         * configure.ac
3619                 revert accidental commit (requirement for libetpan 0.43)
3620
3621 2006-03-09 [paul]       2.0.0cvs126
3622
3623         * src/prefs_receive.c
3624                 remove useless frame
3625                 replace 'incorporation' with 'receiving'
3626         * src/plugins/clamav/clamav_plugin_gtk.c
3627         * src/plugins/spamassassin/spamassassin_gtk.c
3628                 improve widget sensitivity
3629                 fix a bit his engrish
3630
3631 2006-03-09 [wwp]        2.0.0cvs125
3632
3633         * src/addressadd.c
3634         * src/foldersel.c
3635         * src/prefs_common.c
3636         * src/prefs_common.h
3637                 remember some more windows' sizes (add to addressbook and
3638                 select folder).
3639
3640 2006-03-09 [paul]       2.0.0cvs124
3641
3642         * src/plugins/pgpcore/prefs_gpg.c
3643                 normalise construction of dialogue
3644
3645 2006-03-09 [paul]       2.0.0cvs123
3646
3647         * src/plugins/trayicon/Makefile.am
3648                 add missing slash
3649
3650 2006-03-08 [colin]      2.0.0cvs122
3651
3652         * src/plugins/trayicon/Makefile.am
3653                 Fix build in separate dir 
3654                 Patch by Bamanzi <bamanzi@gmail.com>
3655
3656 2006-03-08 [colin]      2.0.0cvs121
3657
3658         * src/procmsg.c
3659                 Batch move and copies from summaryview with delayed execution
3660                 too
3661
3662 2006-03-07 [paul]       2.0.0cvs120
3663
3664         * src/common/utils.c
3665                 fix highlighting of URIs containing "()"
3666                 Patch by Pawel Pekala
3667
3668 2006-03-07 [paul]       2.0.0cvs119
3669
3670         * src/folder.c
3671         * src/folder.h
3672         * src/folderview.c
3673                 immediately do alphabetical resort when
3674                 changing a folder's name
3675                 Patch by Pawel Pekala
3676
3677 2006-03-07 [paul]       2.0.0cvs118
3678
3679         * src/news.c
3680         * src/news_gtk.c
3681                 when unsubscribing a newsgroup, remove the
3682                 folder and msgs in .sylpheed-claws/newscache
3683                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3684
3685 2006-03-07 [paul]       2.0.0cvs117
3686
3687         * src/textview.c
3688                 fix wrong Fake URL Warning
3689                 Thanks to Hiro
3690
3691 2006-03-07 [colin]      2.0.0cvs116
3692
3693         * src/imap.c
3694                 Return immediately when password dialog was
3695                 cancelled
3696         * src/gtk/inputdialog.c
3697                 Allow empty strings for passwords
3698
3699
3700 2006-03-06 [colin]      2.0.0cvs115
3701
3702         * src/imap.c
3703                 Prevent double-timeouts when connection fails
3704
3705 2006-03-06 [colin]
3706
3707         2.0.1-rc1 released
3708
3709 2006-03-06 [colin]      2.0.0cvs114
3710
3711         * src/imap.c
3712                 Refresh session during potentially long
3713                 operations
3714
3715 2006-03-06 [wwp]        2.0.0cvs113
3716
3717         * src/prefs_msg_colors.h
3718                 forgot that one (custom color labels).
3719
3720 2006-03-06 [wwp]        2.0.0cvs112
3721
3722         * src/prefs_common.c
3723         * src/prefs_common.h
3724         * src/prefs_msg_colors.c
3725         * src/summaryview.c
3726         * src/summaryview.h
3727         * src/gtk/colorlabel.c
3728         * src/gtk/colorlabel.h
3729                 colors in messages list are now customizable. Color values and names can
3730                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3731                 Thanks to Paul and Colin for their help with this longstanding patch!
3732
3733 2006-03-06 [wwp]        2.0.0cvs111
3734
3735         * src/textview.c
3736                 don't crash if (x)face is bad.
3737
3738 2006-03-05 [paul]       2.0.0cvs110
3739
3740         * AUTHORS
3741         * configure.ac
3742         * src/Makefile.am
3743         * src/common/Makefile.am
3744         * src/common/utils.h
3745         * src/etpan/imap-thread.c
3746         * src/gtk/authors.h
3747         * src/plugins/clamav/Makefile.am
3748         * src/plugins/demo/Makefile.am
3749         * src/plugins/dillo_viewer/Makefile.am
3750         * src/plugins/pgpcore/Makefile.am
3751         * src/plugins/pgpcore/passphrase.c
3752         * src/plugins/pgpinline/Makefile.am
3753         * src/plugins/pgpmime/Makefile.am
3754         * src/plugins/spamassassin/Makefile.am
3755         * src/plugins/trayicon/Makefile.am
3756                 fix builiding on cygwin
3757                 Patch by Ralgh Young <bamanzi@gmail.com>
3758
3759 2006-03-04 [wwp]        2.0.0cvs109
3760
3761         * manual/keyboard.xml
3762                 fix mixed up/down keys.
3763
3764 2006-03-04 [wwp]        2.0.0cvs108
3765
3766         * README
3767         * INSTALL
3768                 updated links to SpamAssassin.
3769
3770 2006-03-04 [wwp]        2.0.0cvs107
3771
3772         * manual/plugins.xml
3773         * src/plugins/spamassassin/README
3774                 updated SpamAssassin plugin docs to reflect new functional additions
3775                 (also fix/update/documents few technical stuff more, see the README).
3776
3777 2006-03-04 [wwp]        2.0.0cvs106
3778
3779         * src/prefs_message.c
3780                 normalized capitalization of message-prefs paths.
3781
3782 2006-03-04 [wwp]        2.0.0cvs105
3783
3784         * manual/advanced.xml
3785                 typo.
3786
3787 2006-03-03 [colin]      2.0.0cvs104
3788
3789         * src/plugins/clamav/clamav_plugin_gtk.c
3790                 Rework prefs page, patch by Fabien 
3791
3792 2006-03-03 [colin]      2.0.0cvs103
3793
3794         * src/plugins/clamav/clamav_plugin.c
3795                 Set error on all errors
3796
3797 2006-03-03 [colin]      2.0.0cvs102
3798
3799         * src/common/plugin.c
3800                 Initialize error to avoid crashing when a plugin fails
3801                 without setting error
3802
3803 2006-03-02 [wwp]        2.0.0cvs101
3804
3805         * configure.ac
3806                 fixed linker flags for libetpan support on Cygwin
3807                 (thanks to H.Merijn Brand).
3808
3809 2006-03-02 [wwp]        2.0.0cvs100
3810
3811         * src/addressbook.c
3812                 fix some AB error messages: one for punctuation and
3813                 one wrongly duplicate (thanks, maxbritov).
3814
3815 2006-03-02 [wwp]        2.0.0cvs99
3816
3817         * src/plugins/spamassassin/spamassassin.c
3818                 make sync calls to sa-learn/spamc to prevent
3819                 system (whatever local or client/server) overload.
3820
3821 2006-03-02 [colin]      2.0.0cvs98
3822
3823         * src/summaryview.c
3824                 Put the spam icon in the status column instead of the
3825                 mark one
3826
3827 2006-03-01 [colin]      2.0.0cvs97
3828
3829         * src/plugins/spamassassin/spamassassin.c
3830                 Fix segfault (g_file_set_contents fails for some 
3831                 reason and err==0x2f. Can't find out why with
3832                 valgrind, using working function :-)
3833
3834 2006-03-01 [colin]      2.0.0cvs96
3835
3836         * src/inc.c
3837                 Offline overriding: let 'No' be cached only 3 seconds
3838
3839 2006-03-01 [colin]      2.0.0cvs95
3840
3841         * src/addr_compl.c
3842         * src/addrbook.c
3843         * src/addressbook.c
3844         * src/addrindex.c
3845         * src/folder_item_prefs.c
3846         * src/headerview.c
3847         * src/imap.c
3848         * src/inc.c
3849         * src/ldif.c
3850         * src/mainwindow.c
3851         * src/mh.c
3852         * src/msgcache.c
3853         * src/prefs_common.h
3854         * src/prefs_msg_colors.c
3855         * src/procheader.c
3856         * src/procheader.h
3857         * src/procmime.c
3858         * src/procmsg.c
3859         * src/procmsg.h
3860         * src/send_message.h
3861         * src/simple-gettext.c
3862         * src/summaryview.c
3863         * src/summaryview.h
3864         * src/syldap.c
3865         * src/textview.c
3866         * src/undo.c
3867         * src/common/ssl_certificate.c
3868         * src/common/utils.c
3869         * src/gtk/colorsel.c
3870         * src/gtk/gtksctree.c
3871         * src/gtk/gtkshruler.c
3872         * src/plugins/trayicon/trayicon.c
3873                 #if 0 goes to /dev/null
3874
3875 2006-03-01 [colin]      2.0.0cvs94
3876
3877         * src/compose.c
3878         * src/imap.c
3879         * src/inc.c
3880         * src/inc.h
3881         * src/messageview.c
3882         * src/news.c
3883         * src/plugins/spamassassin/spamassassin.c
3884                 Allow to add information in the "working offline"
3885                 window
3886
3887 2006-03-01 [wwp]        2.0.0cvs93
3888
3889         * src/plugins/spamassassin/spamassassin.c
3890                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3891                 'cause it seems that calling `spamc ... < inputfile` with
3892                 g_spawn_(a)sync simply.. erm doesn't work :-).
3893
3894 2006-03-01 [wwp]        2.0.0cvs92
3895
3896         * src/toolbar.c
3897         * src/toolbar.h
3898                 simplify the adding of spam/ham button to the messageview toolbar
3899                 (it gets more clear now that the same button will be "Mark as spam"
3900                 or "Mark as ham" according to the current message status,
3901                 thanks to Colin).
3902
3903 2006-03-01 [wwp]        2.0.0cvs91
3904
3905         * src/messageview.c
3906         * src/procmsg.c
3907         * src/procmsg.h
3908         * src/summaryview.c
3909         * src/plugins/spamassassin/spamassassin.c
3910         * src/plugins/spamassassin/spamassassin.h
3911                 make learner callbacks return a status (0 for ok),
3912                 handle it in main code to avoid setting flags when learning failed,
3913                 don't learn on TCP if offline in spamassassin,
3914                 thanks to Colin.
3915
3916                 
3917
3918 2006-03-01 [wwp]        2.0.0cvs90
3919
3920         * src/compose.c
3921                 some work around the compose window's account menu,
3922                 patch by Fabien Vantard.
3923
3924 2006-03-01 [wwp]        2.0.0cvs89
3925
3926         * src/plugins/spamassassin/spamassassin.c
3927                 fixed bad logics, was using spamc in local mode and sa-learn
3928                 in remote mode (thanks, Colin).
3929
3930 2006-03-01 [wwp]        2.0.0cvs88
3931
3932         * src/plugins/spamassassin/spamassassin.c
3933         * src/plugins/spamassassin/spamassassin.h
3934         * src/plugins/spamassassin/spamassassin_gtk.c
3935                 made processing of emails w/ sa-plugin an option (default is TRUE),
3936                 fixed Engrish some tooltips, capitalization of some debug messages
3937                 and warnings. The spamassassin plugin now provides two separate
3938                 services: process emails upon incorporation and spamd training.
3939                 Both services (un)register independently but use some common
3940                 plugin settings (transport settings, spam storage location).
3941
3942 2006-02-28 [wwp]        2.0.0cvs87
3943
3944         * src/plugins/spamassassin/spamassassin.c
3945                 fix async flag to spamc cmdline execution (batch exec should
3946                 be asynchronous).
3947
3948 2006-02-27 [wwp]        2.0.0cvs86
3949
3950         * src/plugins/spamassassin/spamassassin.c
3951         * src/plugins/spamassassin/spamassassin.h
3952         * src/plugins/spamassassin/spamassassin_gtk.c
3953                 - added the ability to learn a remote spamassassin server (spamd),
3954                 using spamc.
3955                 - added the spamassassin option 'username', that applies to all
3956                 spamassassin operations (filtering, learning, local or remote).
3957                 The default username is the current unix user (if left blank
3958                 from gtk prefs or config file).
3959                 - commented out some unused code (notebook widget), removed unused
3960                 layout (hbox1).
3961                 - make more widgets sensitive to the transport type.
3962
3963 2006-02-27 [colin]      2.0.0cvs85
3964
3965         * src/plugins/spamassassin/spamassassin.c
3966                 Fix sa-learn call when offline
3967
3968 2006-02-27 [colin]      2.0.0cvs84
3969
3970         * configure.ac
3971         * src/Makefile.am
3972         * src/mainwindow.c
3973         * src/mainwindow.h
3974         * src/messageview.c
3975         * src/messageview.h
3976         * src/prefs_toolbar.c
3977         * src/procmsg.c
3978         * src/stock_pixmap.c
3979         * src/stock_pixmap.h
3980         * src/summaryview.c
3981         * src/toolbar.c
3982         * src/toolbar.h
3983         * src/pixmaps/ham_btn.xpm
3984         * src/pixmaps/spam.xpm
3985         * src/pixmaps/spam_btn.xpm
3986         * src/plugins/spamassassin/spamassassin.c
3987                 Add button in toolbar for spam learning
3988                 Fix a few bugs from the last related commit
3989                 Revert 1.9.6cvs23 which messed up shift-selection
3990
3991 2006-02-24 [colin]      2.0.0cvs83
3992
3993         * src/procmsg.c
3994         * src/summaryview.c
3995         * src/summaryview.h
3996         * src/plugins/spamassassin/spamassassin.c
3997         * src/plugins/spamassassin/spamassassin.h
3998         * src/plugins/spamassassin/spamassassin_gtk.c
3999                 Unregister learner when spamassassin is either
4000                 disabled or over tcp
4001
4002 2006-02-24 [colin]      2.0.0cvs82
4003
4004         * src/Makefile.am
4005         * src/mainwindow.c
4006         * src/mainwindow.h
4007         * src/procmsg.c
4008         * src/procmsg.h
4009         * src/stock_pixmap.c
4010         * src/stock_pixmap.h
4011         * src/summaryview.c
4012         * src/summaryview.h
4013         * src/gtk/icon_legend.c
4014         * src/pixmaps/spam.xpm  ** NEW FILE **
4015         * src/plugins/spamassassin/spamassassin.c
4016         * src/plugins/spamassassin/spamassassin_gtk.c
4017                 Add spam learning interface (Mark/Mark as 
4018                 (spam|ham) menus)
4019
4020 2006-02-24 [wwp]        2.0.0cvs81
4021
4022         * src/compose.c
4023         * src/compose.h
4024         * src/filtering.c
4025                 hide compose window when sending message in batch mode
4026                 (filtering: forward and redirect). Also fixed a wrong
4027                 value returned when sending failed, neutral anyway.
4028                 (Colin, me) 
4029
4030 2006-02-24 [wwp]        2.0.0cvs80
4031
4032         * src/mainwindow.c
4033                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4034
4035 2006-02-24 [paul]       2.0.0cvs79
4036
4037         * src/news.c
4038         * src/news.h
4039         * src/news_gtk.c
4040                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4041                 Thanks to Colin
4042
4043 2006-02-23 [colin]      2.0.0cvs78
4044
4045         * src/alertpanel.c
4046                 Change OK to Close in alertpanel with View log
4047                 button; add accel to View log. Patch by Fabien
4048                 Vantard
4049
4050 2006-02-23 [wwp]        2.0.0cvs77
4051
4052         * src/compose.c
4053                 silly me, there were much more tests to perform, since toolbars can
4054                 really have down to 1 element only.
4055
4056 2006-02-23 [wwp]        2.0.0cvs76
4057
4058         * commitHelper
4059                 fixed indentation from my previous commit. Fallback to VISUAL if
4060                 EDITOR is not set (and to vi, at last resort).
4061
4062 2006-02-23 [wwp]        2.0.0cvs75
4063
4064         * commitHelper
4065                 improved error detection (Colin, me).
4066
4067 2006-02-23 [wwp]        2.0.0cvs74
4068
4069         * src/prefs_toolbar.c
4070                 simplify and fix prefs/toolbars layouting. Combos' contents can
4071                 now be really displayed.
4072
4073 2006-02-23 [wwp]        2.0.0cvs73
4074         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4075         be really displayed.
4076
4077 2006-02-22 [wwp]        2.0.0cvs72
4078
4079         * src/compose.c
4080                 fix a typo in my previous commit (sorry!).
4081
4082 2006-02-22 [wwp]        2.0.0cvs71
4083
4084         * src/prefs_toolbar.c
4085                 fix a crash when adding separators to toolbars,
4086                 also fix some separator item information.
4087
4088 2006-02-22 [wwp]        2.0.0cvs70
4089
4090         * src/compose.c
4091                 fix a crash when redirecting (for instance) when compose window's
4092                 toolbar contents has been customized (when some buttons have been
4093                 removed in fact).
4094
4095 2006-02-21 [wwp]        2.0.0cvs69
4096
4097         * src/summaryview.c
4098         * src/gtk/pluginwindow.c
4099         * src/plugins/pgpcore/prefs_gpg.c
4100                 fix some compilation warnings (feat. remains of removed code).
4101
4102 2006-02-21 [wwp]        2.0.0cvs68
4103
4104         * src/gtk/gtkutils.c
4105                 fix two compilation issues, thanks to Stephan Sachse.
4106
4107 2006-02-20 [colin]      2.0.0cvs67
4108
4109         * src/mainwindow.c
4110                 Don't reselect displayed mail on refocus
4111                 This fixes actions misbehaving 
4112
4113 2006-02-20 [wwp]        2.0.0cvs66
4114
4115         * src/summaryview.c
4116         * src/gtk/gtksctree.c
4117         * src/gtk/gtkshruler.c
4118                 changed more runtime typecast checks.
4119
4120 2006-02-20 [wwp]        2.0.0cvs65
4121
4122         * src/summary_search.c
4123                 find all - summaryview refresh issue fixed, thanks to Colin.
4124
4125 2006-02-20 [wwp]        2.0.0cvs64
4126
4127         * src/gtk/gtkutils.c
4128                 better runtime typecast checks.
4129
4130 2006-02-20 [wwp]        2.0.0cvs63
4131
4132         * src/summary_search.c
4133                 enhancements to the summary search:
4134                         - add the ability to stop the running search
4135                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4136                         - don't search if no criteria (From/To/Subject/Body) is set
4137                         - ensure that a busy mouse pointer is always shown when searching,
4138                           show it even a bit earlier
4139
4140 2006-02-19 [colin]      2.0.0cvs62
4141
4142         * src/compose.c
4143         * src/imap.c
4144         * src/etpan/imap-thread.c
4145         * src/etpan/imap-thread.h
4146                 (Future) IMAP speed improvement on sending
4147                 Will require a libetpan update
4148         * src/summaryview.c
4149         * src/gtk/quicksearch.c
4150                 Make quicksearch clearable while running.
4151
4152 2006-02-17 [colin]      2.0.0cvs61
4153
4154         * src/imap.c
4155         * src/etpan/imap-thread.c
4156         * src/etpan/imap-thread.h
4157                 Check for IMAP certificates
4158                 ** Requires libetpan-0.42-cvs4 
4159                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4160
4161 2006-02-17 [colin]      2.0.0cvs60
4162
4163         * src/messageview.c
4164         * src/prefs_common.c
4165         * src/prefs_common.h
4166         * src/prefs_message.c
4167                 Add pref to display HTML-only mails with plugin, 
4168                 if possible (defaulting to FALSE of course).
4169
4170 2006-02-16 [colin]      2.0.0cvs59
4171
4172         * src/main.c
4173         * src/common/plugin.c
4174         * src/common/plugin.h
4175         * src/gtk/pluginwindow.c
4176                 Keep track of requested (but unloaded) plugins
4177                 in some error cases.
4178
4179 2006-02-16 [wwp]        2.0.0cvs58
4180
4181         * src/gtk/gtkaspell.c
4182         * src/gtk/gtkaspell.h
4183         * src/prefs_spelling.c
4184         * src/compose.c
4185         * src/prefs_common.c
4186         * src/prefs_common.h
4187                 implemented new optional spellchecker behaviour: re-check message when
4188                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4189
4190 2006-02-16 [wwp]        2.0.0cvs57
4191
4192         * src/quote_fmt_parse.y
4193                 pclose popen'ed pipe.
4194
4195 2006-02-15 [colin]      2.0.0cvs56
4196
4197         * src/mimeview.c
4198         * src/mimeview.h
4199                 Let MimeViewers know which MimeView they
4200                 depend of.
4201         * src/summaryview.c
4202                 Swap From/To columns in Sent/Queue/Drafts
4203                 folders
4204         * src/etpan/imap-thread.c
4205                 Use mailstream_low_tls_open() for STARTTLS
4206                 instead of mailstream_low_ssl_open()
4207                 ** REQUIRES libetpan 0.42cvs3 **
4208
4209 2006-02-15 [wwp]        2.0.0cvs55
4210
4211         * src/compose.c
4212         * src/compose.h
4213         * src/message_search.c
4214         * src/message_search.h
4215         * src/textview.c
4216         * src/gtk/gtkutils.c
4217         * src/gtk/gtkutils.h
4218                 added the ability to Find text in the compose window (and a bit
4219                 of code factorization).
4220
4221 2006-02-15 [wwp]        2.0.0cvs54
4222
4223         * src/prefs_gtk.c
4224                 yet another one file was missing (fix for some widgets' sensitivity).
4225                 Thanks Colin!
4226
4227 2006-02-15 [wwp]        2.0.0cvs53
4228
4229         * src/prefs_gtk.h
4230                 oops forgot that file (fix for some widgets' sensitivity).
4231
4232 2006-02-15 [wwp]        2.0.0cvs52
4233
4234         * src/summary_search.c
4235                 implemented advanced summary search options (added the ability
4236                 to use matcher conditions in an advanced search mode).
4237
4238 2006-02-15 [wwp]        2.0.0cvs51
4239
4240         * src/plugins/pgpcore/prefs_gpg.c
4241         * src/prefs_account.c
4242                 fix some widget sensitivity, mostly around some labels in
4243                 account prefs.
4244
4245 2006-02-15 [paul]       2.0.0cvs50
4246
4247         * manual/advanced.xml
4248                 improve Templates info
4249                 written by wwp
4250
4251 2006-02-14 [colin]      2.0.0cvs49
4252
4253         * src/pixmaps/address_book.xpm
4254         * src/pixmaps/preferences.xpm
4255         * src/pixmaps/properties.xpm
4256                 Fix pixmap size - patch by Fabien Vantard
4257
4258 2006-02-13 [colin]      2.0.0cvs48
4259
4260         * src/procmime.c
4261                 Add missing fclose()s on error
4262         * src/textview.c
4263                 Remove unused code
4264         * src/common/utils.c
4265                 Fix temp files not being deleted on windows
4266         Patches by Thomas Gilgin
4267
4268 2006-02-13 [colin]      2.0.0cvs47
4269
4270         * src/mainwindow.c
4271                 Fix exit crash
4272
4273 2006-02-13 [wwp]        2.0.0cvs46
4274
4275         * src/plugins/pgpcore/prefs_gpg.c
4276                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4277
4278 2006-02-12 [colin]      2.0.0cvs45
4279
4280         * src/folderview.c
4281         * src/main.c
4282         * src/mainwindow.c
4283                 Fix "stuff" when quitting
4284
4285 2006-02-12 [wwp]        2.0.0cvs44
4286
4287         * src/prefs_themes.c
4288                 fix typos in debug messages.
4289
4290 2006-02-11 [colin]      2.0.0cvs43
4291
4292         * src/summaryview.c
4293                 don't allow drag/drop from ourself
4294
4295 2006-02-10 [wwp]        2.0.0cvs42
4296
4297         * src/exporthtml.c
4298         * src/html.c
4299         * src/html.h
4300         * src/procmime.c
4301         * src/textview.c
4302                 renamed html_ prefixed functions and data structures to avoid
4303                 namespace clashes w/ other software (gtkhtml2 for instance).
4304                 Closes bug #907.
4305
4306
4307 2006-02-09 [colin]      2.0.0cvs41
4308
4309         * src/summaryview.c
4310                 Fix shitty logic messed up. Thanks Ticho for the hint!
4311
4312 2006-02-09 [wwp]        2.0.0cvs40
4313
4314         * src/gtk/about.c
4315         * src/compose.c
4316         * src/prefs_account.c
4317         * src/prefs_gtk.h
4318         * src/editaddress.c
4319                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4320                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4321                 Browse buttons in accounts prefs.
4322
4323 2006-02-09 [colin]      2.0.0cvs39
4324
4325         * src/matcher.c
4326                 Check for pointer before using its members
4327         * src/gtk/gtksourceprintjob.c
4328                 Fix a wrong warning
4329
4330 2006-02-09 [wwp]        2.0.0cvs38
4331
4332         * src/gtk/filesel.c
4333                 fix few compiler warnings (type mismatch).
4334
4335 2006-02-09 [paul]       2.0.0cvs37
4336
4337         * po/fr.po
4338                 updated by Fabien Vantard
4339
4340 2006-02-08 [colin]      2.0.0cvs36
4341
4342         * src/prefs_common.c
4343         * src/common/defs.h
4344         * src/common/plugin.c
4345                 allow windows and linux configurations to coexist
4346                 patch by Thomas Gilgin
4347
4348 2006-02-08 [colin]      2.0.0cvs35
4349
4350         * src/filtering.c
4351         * src/matcher.c
4352         * src/matcher.h
4353         * src/matcher_parser_parse.y
4354         * src/prefs_filtering_action.c
4355         * src/prefs_matcher.c
4356                 Add the "Ignore thread" filtering
4357                 action
4358
4359 2006-02-08 [colin]      2.0.0cvs34
4360
4361         * src/compose.c
4362         * src/procmime.c
4363         * src/procmime.h
4364                 Fix bug #905 (damaged attachment)
4365                 text files with raw \0's aren't really text files
4366         FOR_STABLE
4367
4368 2006-02-08 [colin]      2.0.0cvs33
4369
4370         * src/summaryview.c
4371                 Fix crasher introduced yesterday
4372
4373 2006-02-08 [wwp]        2.0.0cvs32
4374
4375         * src/compose.c
4376         * src/compose.h
4377                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4378
4379 2006-02-08 [wwp]        2.0.0cvs31
4380
4381         * src/prefs_template.c
4382                 templates enhancement: allow address completion for Cc and Bcc fields
4383                 (it was currently possible for the To field only)
4384
4385 2006-02-08 [colin]      2.0.0cvs30
4386
4387         * src/compose.c
4388                 Don't unblock if not blocked
4389         FOR_STABLE
4390
4391 2006-02-07 [colin]      2.0.0cvs29
4392
4393         * src/action.c
4394                 Forgot to refresh summaryview
4395
4396 2006-02-07 [colin]      2.0.0cvs28
4397
4398         * src/action.c
4399                 Freeze/thaw message list and folder list while
4400                 processing %as{} actions 
4401         * src/compose.c
4402                 Fix auto-wrap disabling after a middle-click
4403                 paste - FOR_STABLE
4404
4405 2006-02-07 [paul]       2.0.0cvs27
4406
4407         * src/folder.c
4408                 fix freeing of uninitialised pointers
4409                 Thanks to Colin
4410
4411 2006-02-06 [colin]      2.0.0cvs26
4412
4413         * src/folder.c
4414                 Use g_slist_prepend in potentially big list
4415
4416 2006-02-06 [colin]      2.0.0cvs25
4417
4418         * src/folder.c
4419                 Completely skip processing if it doesn't 
4420                 exist (faster!)
4421
4422 2006-02-06 [colin]      2.0.0cvs24
4423
4424         * src/folder.c
4425         * src/summaryview.c
4426                 Batch filtering in summaryview (from Tools menu)
4427                 and pre/post//-processing too
4428
4429 2006-02-06 [colin]      2.0.0cvs23
4430
4431         * src/procmsg.h
4432         * src/filtering.c
4433                 Use a special field for batch filtering instead
4434                 of stepping on deferred execution's toes
4435
4436 2006-02-06 [colin]      2.0.0cvs22
4437
4438         * src/action.c
4439         * src/filtering.c
4440         * src/filtering.h
4441         * src/folder.c
4442         * src/summaryview.c
4443                 Fix filtering via menus and actions
4444
4445 2006-02-06 [colin]      2.0.0cvs21
4446
4447         * src/imap.c
4448                 Put the added file directly to cache if possible (will work
4449                 with next libetpan)
4450         * src/filtering.c
4451         * src/filtering.h
4452         * src/inc.c
4453         * src/folder.c
4454         * src/mbox.c
4455         * src/procmsg.h
4456                 Move and copy filtered messages by batches instead of one
4457                 by one - faster on IMAP
4458         * src/procmsg.c
4459                 Add a function that'll possibly be useful later
4460
4461 2006-02-06 [colin]      2.0.0cvs20
4462
4463         * src/addressbook.c
4464                 Use internal mime-type instead of text/plain for d'n'd
4465         * src/compose.c
4466                 Allow attaching files from mimeview's icon list via d'n'd
4467         * src/folderview.c
4468         * src/folderview.h
4469                 Use internal mime-type instead of text/plain for d'n'd
4470                 Don't try to selected opened folder if none is
4471                 Factorize d'n'd from other apps code
4472         * src/headerview.c
4473         * src/textview.c
4474         * src/gtk/gtkutils.c
4475         * src/gtk/gtkutils.h
4476                 Factorize Face/X-Face stuff
4477         * src/mimeview.c
4478                 Fix d'n'd to other apps
4479         * src/prefs_message.c
4480                 Let the XFace pref be usable without libcompface as it also
4481                 applies to Face
4482         * src/summaryview.c
4483                 Fix d'n'd to other apps
4484                 Factorize d'n'd from other apps code
4485
4486 2006-02-06 [wwp]        2.0.0cvs19
4487
4488         * po/it.po
4489                 Italian translation fixes by Andrea Spadaccini (no more confusion
4490                 between filtering and processing, and few changes in the About
4491                 dialog).
4492
4493
4494 2006-02-06 [mones]      2.0.0cvs18
4495
4496         * src/gtk/icon_legend.c
4497                 Improved descriptions allowing better translations
4498
4499 2006-02-05 [colin]      2.0.0cvs17
4500
4501         * src/imap.c
4502                 Add the f*cking missing expunge that caused imap_fetch_env
4503                 to fail after an add_msgs ! :-///
4504         * src/etpan/imap-thread.c
4505                 Add a bit of debug
4506         FOR_STABLE
4507
4508 2006-02-05 [colin]      2.0.0cvs16
4509
4510         * src/common/utils.c
4511                 Don't check for return-path (or we can't put
4512                 back non-sent mails)
4513
4514 2006-02-05 [colin]      2.0.0cvs15
4515
4516         * src/textview.c
4517                 Don't try to display Face header in textview
4518                 when teh headerview's active
4519
4520 2006-02-05 [colin]      2.0.0cvs14
4521
4522         * tools/tbird2syl.py
4523         * tools/Makefile.am
4524                 Add script to import Thunderbird mails
4525
4526 2006-02-05 [colin]      2.0.0cvs13
4527
4528         * src/headerview.c
4529         * src/procheader.c
4530         * src/procmsg.c
4531         * src/procmsg.h
4532         * src/textview.c
4533                 Show Face headers - patch partially by Klaus Flittner
4534
4535 2006-02-05 [colin]      2.0.0cvs12
4536
4537         * src/folderview.c
4538         * src/summaryview.c
4539         * src/common/utils.c
4540         * src/common/utils.h
4541                 Let dnd work from mime icons to summaryview
4542                 and to folderview too
4543                 Add a crude test to avoid trying to add files
4544                 drag'n'dropped when they're not mails
4545
4546 2006-02-04 [colin]      2.0.0cvs11
4547
4548         * src/summaryview.c
4549         * src/mimeview.c
4550                 Fix utf8 conversion
4551
4552 2006-02-04 [colin]      2.0.0cvs10
4553
4554         * src/compose.c
4555         * src/folderview.c
4556         * src/mimeview.c
4557         * src/summaryview.c
4558         * src/summaryview.h
4559                 Added various drag and drop capas:
4560                 From                    To
4561                 summaryview             other apps
4562                 mimeview icons          other apps
4563                 other apps              summaryview
4564                 other apps              folderview
4565
4566                 This shouldn't have broken the existing:
4567                 From                    To
4568                 summaryview             folderview
4569                 folderview              folderview
4570                 summaryview             compose's attachments
4571
4572         Tests welcomed.
4573
4574 2006-02-02 [paul]       2.0.0cvs9
4575
4576         * src/mainwindow.c
4577                 move global option 'Set displayed columns...' out
4578                 of folder option grouping.
4579                 fix sensitivity of 'harvest addresses'
4580         FOR_STABLE
4581
4582 2006-02-01 [colin]      2.0.0cvs8
4583
4584         * src/mimeview.c
4585                 Revert the alertpanel patch, it sucks (intrusive
4586                 and gets in the way of "open")
4587
4588 2006-02-01 [colin]      2.0.0cvs7
4589
4590         * src/compose.c
4591         * src/prefs_account.c
4592         * src/prefs_common.c
4593         * src/common/defs.h
4594         * src/common/utils.c
4595         * src/common/utils.h
4596                 Add ability to edit the signature file
4597                 from the account preferences, and use
4598                 a default for the text editor.
4599                 Patch by Fabien Vantard
4600
4601 2006-02-01 [colin]      2.0.0cvs6
4602
4603         * src/mimeview.c
4604                 Try to get mime type by extension if it is
4605                 application/octet-stream
4606                 Display a window with possible choices when
4607                 encountering unknown mime types
4608         * src/gtk/filesel.c
4609         * src/gtk/filesel.h
4610                 Add preview
4611                 Allow multiple selection in filtered filesel
4612                 (patch by Fabien Vantard)
4613         * src/gtk/pluginwindow.c
4614                 Use it (patch by Fabien Vantard)
4615
4616 2006-02-01 [paul]       2.0.0cvs5
4617
4618         * src/jpilot.c
4619                 fix crash on creating jpilot address book
4620                 Thanks to Colin - FOR_STABLE
4621         * src/prefs_summaries.c
4622         * src/prefs_wrapping.c
4623         * src/gtk/icon_legend.c
4624         * src/gtk/quicksearch.c
4625                 string fixes and additions
4626
4627 2006-02-01 [paul]       2.0.0cvs4
4628
4629         * src/compose.c
4630         * src/mainwindow.c
4631         * src/messageview.c
4632         * src/prefs_send.c
4633                 add Arabic encoding option
4634                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4635
4636 2006-01-31 [colin]      2.0.0cvs3
4637
4638         * src/plugins/pgpcore/passphrase.c
4639                 Convert passphrase to locale encoding
4640         * src/compose.c
4641                 Fix drafting on IMAP. Crappy bug sneaked in
4642                 the release :-/
4643         FOR_STABLE
4644
4645 2006-01-30 [paul]       2.0.0cvs2
4646
4647         * src/gtk/icon_legend.c
4648                 show the new entries
4649
4650 2006-01-30 [colin]      2.0.0cvs1
4651
4652         * src/manual.c
4653                 Check for the file to be present before 
4654                 enabling the menu - FOR_STABLE
4655         * src/gtk/icon_legend.c
4656                 Add folders icons (not all of them, there
4657                 are too much, but the most intriguing ones)
4658
4659 2006-01-30 [paul]       2.0.0
4660
4661         version 2.0.0 released
4662
4663 2006-01-30 [paul]       1.9.100cvs200
4664
4665         * manual/faq.xml
4666         * manual/gpl.xml
4667         * manual/intro.xml
4668         * manual/starting.xml
4669         * manual/sylpheed-claws-manual.xml
4670                 fixes, additions
4671
4672 2006-01-29 [mones]      1.9.100cvs199
4673
4674         * manual/account.xml
4675         * manual/advanced.xml
4676         * manual/glossary.xml
4677                 Some typos fixed, added LDIF term to glossary
4678         * po/es.po
4679                 Fixed leading plus symbol
4680
4681 2006-01-29 [paul]       1.9.100cvs198
4682
4683         * po/fi.po
4684         * po/sk.po
4685                 updated by Tommi Pirinen and Andrej Kacian
4686
4687 2006-01-29 [paul]       1.9.100cvs197
4688
4689         * src/gtk/authors.h
4690                 remove duplicates
4691
4692 2006-01-29 [paul]       1.9.100cvs196
4693
4694         * AUTHORS
4695         * po/nl.po
4696         * src/gtk/authors.h
4697         * tools/claws.i18n.status.pl
4698                 nl translation updated by Tim Dijkstra
4699
4700 2006-01-29 [paul]       1.9.100cvs195
4701
4702         * po/sr.po
4703         * po/sv.po
4704                 updated by Aleksandar Urosevic and Anders Troback
4705
4706 2006-01-28 [colin]      1.9.100cvs194
4707
4708         * src/gtk/gtksourceprintjob.c
4709                 Don't fiddle with PangoLayout when we
4710                 have an image
4711
4712 2006-01-28 [paul]       1.9.100cvs193
4713
4714         * AUTHORS
4715         * po/el.po
4716         * po/zh_CN.po
4717         * src/gtk/authors.h
4718         * tools/claws.i18n.status.pl
4719                 updated translations submitted by Stavros Giannouris
4720                 and Ralgh Young
4721
4722 2006-01-27 [colin]      1.9.100cvs192
4723
4724         * src/summaryview.c
4725         * src/gtk/gtksourceprintjob.c
4726                 Add image printing 
4727                 (libgnomeprint only, of course)
4728
4729 2006-01-27 [paul]       1.9.100cvs191
4730
4731         * po/fr.po
4732         * po/it.po
4733                 updated by Fabien Vantard and Andrea Spadaccini
4734
4735 2006-01-26 [colin]      1.9.100cvs190
4736
4737         * manual/Makefile.am
4738         * configure.ac
4739                 Make building the manual optional 
4740                 (--disable-manual)
4741
4742 2006-01-26 [paul]       1.9.100cvs189
4743
4744         * manual/glossary.xml
4745         * manual/plugins.xml
4746                 edited
4747         * po/en_GB.po
4748                 updated
4749
4750 2006-01-26 [paul]       1.9.100cvs188
4751
4752         * src/prefs_display_header.c
4753         * src/prefs_folder_column.c
4754         * src/prefs_msg_colors.c
4755         * src/prefs_summaries.c
4756         * src/prefs_summary_column.c
4757                 HIGify
4758
4759 2006-01-25 [colin]      1.9.100cvs187
4760
4761         * src/imap.c
4762                 Don't allow moving/copying mails between
4763                 queue/drafts and non-queue/drafts folders
4764                 Fixes bug #897 (message header is resetted 
4765                 if one is copied to Drafts)
4766
4767 2006-01-25 [colin]      1.9.100cvs186
4768
4769         * src/folder.c
4770         * src/mainwindow.c
4771                 Fix subscribed folders not found
4772         * src/compose.c
4773                 Don't try to encode as original mail's charset
4774                 if it's ascii 
4775
4776 2006-01-25 [paul]       1.9.100cvs185
4777
4778         * AUTHORS
4779         * po/Makevars
4780                 updated
4781         * po/de.po
4782         * po/pl.po
4783         * po/pt_BR.po
4784         * po/sr.po
4785                 updates submitted by Stephan Sachse, Emilian Nowak
4786                 and Quar, Frederico Goncalves Guimaraes, and
4787                 Aleksandar Urosevic
4788                 Fix Bug 896, 'PT_BR locale broken'.
4789         * src/gtk/authors.h
4790                 updated
4791
4792 2006-01-24 [mones]      1.9.100cvs184
4793
4794         * manual/glossary.xml
4795                 All current terms finished. Reviewers welcome ;-)
4796         * manual/keyboard.xml
4797                 Fixed column width for pdf output.
4798         * po/es.po
4799                 Updated
4800
4801 2006-01-24 [paul]       1.9.100cvs183
4802
4803         * manual/glossary.xml
4804                 fix id name
4805         * manual/dist/html/Makefile.am
4806         * manual/dist/pdf/Makefile.am
4807         * manual/dist/ps/Makefile.am
4808         * manual/dist/txt/Makefile.am
4809                 fix make deps
4810                 Thanks to Colin
4811
4812 2006-01-24 [mones]      1.9.100cvs182
4813
4814         * manual/glossary.xml
4815                 Nearly finished, some terms missing.
4816
4817 2006-01-23 [paul]       1.9.100cvs181
4818
4819         * manual/dist/html/Makefile.am
4820         * manual/dist/pdf/Makefile.am
4821         * manual/dist/ps/Makefile.am
4822         * manual/dist/txt/Makefile.am
4823         * src/mainwindow.c
4824                 re-enable manual
4825                 Thanks to Colin
4826
4827 2006-01-22 [colin]      1.9.100cvs180
4828
4829         * src/compose.c
4830         * src/gtk/gtkaspell.c
4831                 Don't deselect stuff before right-clicking, with aspell.
4832                 (This prevented right-click Copy, for example).
4833                 Thanks to Clo!
4834
4835 2006-01-22 [paul]       1.9.100cvs179
4836
4837         * src/summary_search.c
4838                 don't fix the widget size as it causes problems
4839                 under localisation.
4840                 Thanks to Emilian Nowak
4841
4842 2006-01-21 [paul]       1.9.100cvs178
4843
4844         * src/prefs_themes.c
4845                 fix broken underlining of label text
4846                 with some translations
4847
4848 2006-01-21 [colin]      1.9.100cvs177
4849
4850         * po/fr.po
4851                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4852
4853 2006-01-20 [colin]      1.9.100cvs176
4854
4855         * configure.ac
4856         * Makefile.am
4857         * manual/Makefile
4858         * manual/dist/html/.cvsignore
4859         * manual/dist/html/Makefile.am
4860         * manual/dist/pdf/.cvsignore
4861         * manual/dist/pdf/Makefile.am
4862         * manual/dist/ps/.cvsignore
4863         * manual/dist/ps/Makefile.am
4864         * manual/dist/txt/.cvsignore
4865         * manual/dist/txt/Makefile.am
4866                 Autotool-ize manual
4867
4868 2006-01-20 [paul]       1.9.100cvs175
4869
4870         * manual/handling.xml
4871                 make Filtering and Searching entries easier to find
4872         * manual/keyboard.xml
4873                 add the remaining default keybinds
4874         * src/prefs_summaries.c
4875                 update the default keybinds
4876
4877 2006-01-20 [paul]       1.9.100cvs174
4878
4879         * src/addressbook.c
4880         * src/addrgather.c
4881         * src/addrharvest.c
4882         * src/editaddress.c
4883         * src/editgroup.c
4884         * src/exphtmldlg.c
4885         * src/expldifdlg.c
4886         * src/exporthtml.c
4887         * src/exportldif.c
4888         * src/ldif.c
4889                 replace 'e-mail' with 'email'
4890         * src/summary_search.c
4891                 add mnemonic to "Find all" button
4892
4893 2006-01-20 [wwp]        1.9.100cvs173
4894
4895         * src/export.c
4896         * src/import.c
4897                 touched mbox import/export buttons for HIG-compliance
4898
4899 2006-01-19 [paul]       1.9.100cvs172
4900
4901         * manual/account.xml
4902         * manual/addrbook.xml
4903         * manual/advanced.xml
4904         * manual/faq.xml
4905         * manual/handling.xml
4906         * manual/intro.xml
4907         * manual/plugins.xml
4908         * manual/starting.xml
4909                 more editing
4910
4911 2006-01-19 [paul]       1.9.100cvs171
4912
4913         * src/toolbar.c
4914                 allow use of trash button while receiving
4915                 Thanks to Colin
4916
4917 2006-01-19 [wwp]        1.9.100cvs170
4918
4919         * src/gtk/quicksearch.c
4920         * src/compose.c
4921                 force text color to black when yellow background is set
4922
4923 2006-01-19 [colin]      1.9.100cvs169
4924
4925         * src/plugins/trayicon/trayicon.c
4926                 Gray out Get Mail when already getting mail
4927
4928 2006-01-18 [paul]       1.9.100cvs168
4929
4930         * src/compose.c
4931                 give widget yellow background was To is
4932                 set via folder prefs
4933         * src/gtk/quicksearch.c
4934                 give widget yellow background when quick
4935                 search is active.
4936                 Thanks to Colin
4937
4938 2006-01-18 [paul]       1.9.100cvs167
4939
4940         * doc/man/sylpheed-claws.1
4941                 add --subscribe option
4942
4943 2006-01-18 [paul]       1.9.100cvs166
4944
4945         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4946         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4947                 use %U instead of %F (%F is broken for user installed
4948                 files in kde 3.5)
4949
4950 2006-01-18 [colin]      1.9.100cvs165
4951
4952         * src/summaryview.c
4953                 Default to Yes in "No more * messages" dialogs
4954
4955 2006-01-17 [colin]      1.9.100cvs164
4956
4957         * src/compose.c
4958                 Possibly fix an invalid iterator causing
4959                 crash
4960
4961 2006-01-17 [colin]      1.9.100cvs163
4962
4963         * src/mimeview.c
4964                 Fix crash when the image disappears under the
4965                 image viewer
4966
4967 2006-01-16 [colin]      1.9.100cvs162
4968
4969         * src/compose.c
4970                 Fix reenabling autowrap
4971
4972 2006-01-16 [colin]      1.9.100cvs161
4973
4974         * src/compose.c
4975                 reset quote_len before getting quote_str
4976
4977 2006-01-16 [colin]      1.9.100cvs160
4978
4979         * src/account.c
4980         * src/account.h
4981         * src/folder.c
4982         * src/imap_gtk.c
4983         * src/mh_gtk.c
4984                 Fix bug #883 (default inbox does not track folder move)
4985
4986 2006-01-16 [colin]      1.9.100cvs159
4987
4988         * src/compose.c
4989         * src/plugins/pgpcore/passphrase.c
4990                 More buttons fixes
4991
4992 2006-01-16 [paul]       1.9.100cvs158
4993
4994         * src/prefs_actions.c
4995         * src/prefs_filtering_action.c
4996         * src/prefs_matcher.c
4997         * src/quote_fmt.c
4998         * src/gtk/description_window.c
4999         * src/gtk/description_window.h
5000         * src/gtk/quicksearch.c
5001                 description window cleanups
5002
5003 2006-01-15 [colin]      1.9.100cvs157
5004
5005         * src/addressbook.c
5006         * src/prefs_filtering.c
5007                 Same here
5008
5009 2006-01-15 [colin]      1.9.100cvs156
5010
5011         * src/folderview.c
5012         * src/mainwindow.c
5013                 Same for "Empty trash"
5014
5015 2006-01-15 [colin]      1.9.100cvs155
5016
5017         * src/inc.c
5018                 Override offline dialog had Yes by default
5019
5020 2006-01-15 [colin]      1.9.100cvs154
5021
5022         * src/summaryview.c
5023                 Delete selected messages? previously had Yes the default
5024
5025 2006-01-15 [colin]      1.9.100cvs153
5026
5027         * src/folder.c
5028         * src/folder.h
5029         * src/main.c
5030                 Check if a mailbox is loaded after all
5031                 plugins are loaded.
5032
5033 2006-01-15 [colin]      1.9.100cvs152
5034
5035         * src/folder.c
5036                 Don't start wizard when there are unloaded folders (will help
5037                 people with only mbox or maildir mailboxes)
5038
5039 2006-01-14 [colin]      1.9.100cvs151
5040
5041         * src/addressbook.c
5042         * src/expldifdlg.c
5043         * src/importldif.c
5044         * src/importmutt.c
5045         * src/importpine.c
5046         * src/mh_gtk.c
5047                 More HIG compliance and fixes
5048
5049 2006-01-14 [colin]      1.9.100cvs150
5050
5051         * src/prefs_filtering_action.c
5052         * src/foldersel.c
5053                 Two forgotten button order changes
5054
5055 2006-01-14 [colin]      1.9.100cvs149
5056
5057         * src/account.c
5058         * src/addressbook.c
5059         * src/compose.c
5060         * src/folderview.c
5061         * src/imap_gtk.c
5062         * src/mainwindow.c
5063         * src/mh_gtk.c
5064         * src/news_gtk.c
5065         * src/prefs_actions.c
5066         * src/prefs_customheader.c
5067         * src/prefs_filtering.c
5068         * src/prefs_matcher.c
5069         * src/prefs_template.c
5070         * src/ssl_manager.c
5071         * src/summaryview.c
5072         * src/textview.c
5073         * src/toolbar.c
5074                 All deletion confirmations are now "Cancel, Delete" 
5075                 instead of "No, Yes"
5076                 Clarified most of the other "No, Yes" to 
5077                 "Cancel, Descriptive_action"
5078                 Rechanged the "Entry not saved" alerts to have 
5079                 "Close, Continue editing"
5080
5081
5082 2006-01-14 [paul]
5083
5084         * 2.0.0-rc4 released
5085
5086 2006-01-14 [paul]       1.9.100cvs148
5087
5088         * src/account.c
5089         * src/addressadd.c
5090         * src/addressbook.c
5091         * src/compose.c
5092         * src/editaddress.c
5093         * src/editbook.c
5094         * src/editgroup.c
5095         * src/editjpilot.c
5096         * src/editldap.c
5097         * src/editvcard.c
5098         * src/exphtmldlg.c
5099         * src/expldifdlg.c
5100         * src/folderview.c
5101         * src/grouplistdialog.c
5102         * src/imap_gtk.c
5103         * src/importmutt.c
5104         * src/importpine.c
5105         * src/inc.c
5106         * src/main.c
5107         * src/mainwindow.c
5108         * src/message_search.c
5109         * src/messageview.c
5110         * src/mh_gtk.c
5111         * src/mimeview.c
5112         * src/news_gtk.c
5113         * src/prefs_actions.c
5114         * src/prefs_customheader.c
5115         * src/prefs_filtering.c
5116         * src/prefs_matcher.c
5117         * src/prefs_template.c
5118         * src/prefs_themes.c
5119         * src/ssl_manager.c
5120         * src/summary_search.c
5121         * src/summaryview.c
5122         * src/textview.c
5123         * src/toolbar.c
5124         * src/gtk/foldersort.c
5125         * src/gtk/gtkaspell.c
5126         * src/gtk/inputdialog.c
5127         * src/gtk/prefswindow.c
5128         * src/plugins/pgpcore/select-keys.c
5129         * src/plugins/trayicon/trayicon.c
5130                 HIG compliant button order
5131
5132 2006-01-14 [mones]      1.9.100cvs147
5133
5134         * po/es.po
5135                 Updated translation
5136
5137 2006-01-13 [paul]       1.9.100cvs146
5138
5139         * AUTHORS
5140         * ChangeLog
5141         * src/gtk/authors.h
5142                 add Joshua M. Kwan to contributors list
5143
5144 2006-01-13 [colin]      1.9.100cvs145
5145
5146         * src/gtk/quicksearch.c
5147                 Don't refocus quick search after executing (Esc or Enter)
5148                 Allows to '/'search something then move up/down in 
5149                 summaryview, and to Esc a search and be back in the 
5150                 summaryview
5151
5152 2006-01-13 [paul]       1.9.100cvs144
5153
5154         * src/plugins/pgpinline/pgpinline.c
5155                 support Content-Type 'application/pgp'
5156                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5157
5158 2006-01-13 [paul]       1.9.100cvs143
5159
5160         * manual/account.xml
5161                 make mention of partial retrieval
5162                 thanks to Colin
5163
5164 2006-01-13 [paul]       1.9.100cvs142
5165
5166         * src/account.c
5167         * src/account.h
5168         * src/action.c
5169         * src/action.h
5170         * src/adbookbase.h
5171         * src/addr_compl.c
5172         * src/addr_compl.h
5173         * src/addrbook.c
5174         * src/addrcache.c
5175         * src/addrcache.h
5176         * src/addrcindex.c
5177         * src/addrcindex.h
5178         * src/addrclip.c
5179         * src/addrclip.h
5180         * src/addrdefs.h
5181         * src/addressadd.c
5182         * src/addressadd.h
5183         * src/addressbook.c
5184         * src/addressbook.h
5185         * src/addrgather.c
5186         * src/addrgather.h
5187         * src/addrharvest.c
5188         * src/addrharvest.h
5189         * src/addrindex.c
5190         * src/addrindex.h
5191         * src/addritem.c
5192         * src/addritem.h
5193         * src/addrquery.c
5194         * src/addrquery.h
5195         * src/addrselect.c
5196         * src/addrselect.h
5197         * src/alertpanel.c
5198         * src/alertpanel.h
5199         * src/browseldap.c
5200         * src/browseldap.h
5201         * src/codeconv.c
5202         * src/codeconv.h
5203         * src/compose.c
5204         * src/compose.h
5205         * src/customheader.c
5206         * src/customheader.h
5207         * src/displayheader.c
5208         * src/displayheader.h
5209         * src/editaddress.c
5210         * src/editaddress.h
5211         * src/editbook.c
5212         * src/editbook.h
5213         * src/editgroup.c
5214         * src/editgroup.h
5215         * src/editjpilot.c
5216         * src/editjpilot.h
5217         * src/editldap.c
5218         * src/editldap.h
5219         * src/editldap_basedn.c
5220         * src/editldap_basedn.h
5221         * src/editvcard.c
5222         * src/editvcard.h
5223         * src/exphtmldlg.c
5224         * src/exphtmldlg.h
5225         * src/expldifdlg.c
5226         * src/expldifdlg.h
5227         * src/export.h
5228         * src/exporthtml.c
5229         * src/exporthtml.h
5230         * src/exportldif.c
5231         * src/exportldif.h
5232         * src/filtering.c
5233         * src/filtering.h
5234         * src/folder.c
5235         * src/folder.h
5236         * src/folder_item_prefs.c
5237         * src/folder_item_prefs.h
5238         * src/foldersel.c
5239         * src/foldersel.h
5240         * src/folderutils.c
5241         * src/folderutils.h
5242         * src/folderview.c
5243         * src/folderview.h
5244         * src/grouplistdialog.c
5245         * src/grouplistdialog.h
5246         * src/headerview.c
5247         * src/html.c
5248         * src/html.h
5249         * src/image_viewer.c
5250         * src/image_viewer.h
5251         * src/imap.c
5252         * src/imap.h
5253         * src/imap_gtk.c
5254         * src/imap_gtk.h
5255         * src/import.h
5256         * src/importldif.c
5257         * src/importldif.h
5258         * src/importmutt.c
5259         * src/importmutt.h
5260         * src/importpine.c
5261         * src/importpine.h
5262         * src/inc.c
5263         * src/inc.h
5264         * src/jpilot.c
5265         * src/jpilot.h
5266         * src/ldapctrl.c
5267         * src/ldapctrl.h
5268         * src/ldaplocate.c
5269         * src/ldaplocate.h
5270         * src/ldapquery.c
5271         * src/ldapquery.h
5272         * src/ldapserver.c
5273         * src/ldapserver.h
5274         * src/ldaputil.c
5275         * src/ldaputil.h
5276         * src/ldif.c
5277         * src/ldif.h
5278         * src/main.c
5279         * src/main.h
5280         * src/mainwindow.c
5281         * src/mainwindow.h
5282         * src/manual.c
5283         * src/manual.h
5284         * src/mbox.c
5285         * src/mbox.h
5286         * src/message_search.c
5287         * src/message_search.h
5288         * src/messageview.c
5289         * src/messageview.h
5290         * src/mh.c
5291         * src/mh.h
5292         * src/mh_gtk.c
5293         * src/mh_gtk.h
5294         * src/mimeview.c
5295         * src/mimeview.h
5296         * src/msgcache.c
5297         * src/msgcache.h
5298         * src/mutt.c
5299         * src/mutt.h
5300         * src/news.c
5301         * src/news.h
5302         * src/news_gtk.c
5303         * src/news_gtk.h
5304         * src/partial_download.c
5305         * src/partial_download.h
5306         * src/pine.c
5307         * src/pine.h
5308         * src/pop.c
5309         * src/pop.h
5310         * src/prefs_account.c
5311         * src/prefs_account.h
5312         * src/prefs_actions.c
5313         * src/prefs_actions.h
5314         * src/prefs_common.c
5315         * src/prefs_common.h
5316         * src/prefs_compose_writing.c
5317         * src/prefs_compose_writing.h
5318         * src/prefs_customheader.c
5319         * src/prefs_customheader.h
5320         * src/prefs_display_header.c
5321         * src/prefs_display_header.h
5322         * src/prefs_filtering.c
5323         * src/prefs_filtering.h
5324         * src/prefs_filtering_action.c
5325         * src/prefs_filtering_action.h
5326         * src/prefs_folder_column.c
5327         * src/prefs_folder_column.h
5328         * src/prefs_folder_item.c
5329         * src/prefs_folder_item.h
5330         * src/prefs_fonts.c
5331         * src/prefs_fonts.h
5332         * src/prefs_gtk.c
5333         * src/prefs_gtk.h
5334         * src/prefs_image_viewer.c
5335         * src/prefs_image_viewer.h
5336         * src/prefs_matcher.c
5337         * src/prefs_matcher.h
5338         * src/prefs_message.c
5339         * src/prefs_msg_colors.c
5340         * src/prefs_msg_colors.h
5341         * src/prefs_other.c
5342         * src/prefs_quote.c
5343         * src/prefs_receive.c
5344         * src/prefs_send.c
5345         * src/prefs_spelling.c
5346         * src/prefs_spelling.h
5347         * src/prefs_summaries.c
5348         * src/prefs_summaries.h
5349         * src/prefs_summary_column.c
5350         * src/prefs_summary_column.h
5351         * src/prefs_template.c
5352         * src/prefs_template.h
5353         * src/prefs_themes.c
5354         * src/prefs_themes.h
5355         * src/prefs_toolbar.c
5356         * src/prefs_toolbar.h
5357         * src/prefs_wrapping.c
5358         * src/prefs_wrapping.h
5359         * src/privacy.c
5360         * src/privacy.h
5361         * src/procheader.c
5362         * src/procheader.h
5363         * src/procmime.c
5364         * src/procmime.h
5365         * src/procmsg.c
5366         * src/procmsg.h
5367         * src/quote_fmt.c
5368         * src/quote_fmt_parse.y
5369         * src/recv.c
5370         * src/recv.h
5371         * src/remotefolder.c
5372         * src/remotefolder.h
5373         * src/send_message.c
5374         * src/send_message.h
5375         * src/setup.c
5376         * src/setup.h
5377         * src/sourcewindow.c
5378         * src/sourcewindow.h
5379         * src/ssl_manager.c
5380         * src/ssl_manager.h
5381         * src/statusbar.c
5382         * src/statusbar.h
5383         * src/stock_pixmap.c
5384         * src/stock_pixmap.h
5385         * src/summary_search.c
5386         * src/summary_search.h
5387         * src/summaryview.c
5388         * src/summaryview.h
5389         * src/syldap.c
5390         * src/syldap.h
5391         * src/textview.c
5392         * src/textview.h
5393         * src/toolbar.c
5394         * src/toolbar.h
5395         * src/undo.c
5396         * src/undo.h
5397         * src/unmime.c
5398         * src/unmime.h
5399         * src/vcard.c
5400         * src/vcard.h
5401         * src/wizard.c
5402         * src/wizard.h
5403         * src/common/base64.c
5404         * src/common/base64.h
5405         * src/common/defs.h
5406         * src/common/hooks.c
5407         * src/common/hooks.h
5408         * src/common/log.c
5409         * src/common/log.h
5410         * src/common/mgutils.c
5411         * src/common/mgutils.h
5412         * src/common/nntp.c
5413         * src/common/nntp.h
5414         * src/common/passcrypt.c
5415         * src/common/passcrypt.h.in
5416         * src/common/plugin.c
5417         * src/common/plugin.h
5418         * src/common/prefs.c
5419         * src/common/prefs.h
5420         * src/common/progressindicator.c
5421         * src/common/progressindicator.h
5422         * src/common/quoted-printable.c
5423         * src/common/quoted-printable.h
5424         * src/common/session.c
5425         * src/common/session.h
5426         * src/common/smtp.c
5427         * src/common/smtp.h
5428         * src/common/socket.c
5429         * src/common/socket.h
5430         * src/common/ssl.c
5431         * src/common/ssl.h
5432         * src/common/ssl_certificate.c
5433         * src/common/ssl_certificate.h
5434         * src/common/stringtable.c
5435         * src/common/stringtable.h
5436         * src/common/sylpheed.c
5437         * src/common/sylpheed.h
5438         * src/common/template.c
5439         * src/common/template.h
5440         * src/common/timing.h
5441         * src/common/utils.c
5442         * src/common/utils.h
5443         * src/common/version.h.in
5444         * src/common/xml.c
5445         * src/common/xml.h
5446         * src/common/xmlprops.c
5447         * src/common/xmlprops.h
5448         * src/gtk/colorlabel.c
5449         * src/gtk/colorsel.c
5450         * src/gtk/colorsel.h
5451         * src/gtk/description_window.c
5452         * src/gtk/description_window.h
5453         * src/gtk/filesel.c
5454         * src/gtk/filesel.h
5455         * src/gtk/foldersort.c
5456         * src/gtk/foldersort.h
5457         * src/gtk/gtkutils.c
5458         * src/gtk/gtkutils.h
5459         * src/gtk/inputdialog.c
5460         * src/gtk/inputdialog.h
5461         * src/gtk/logwindow.c
5462         * src/gtk/logwindow.h
5463         * src/gtk/manage_window.c
5464         * src/gtk/manage_window.h
5465         * src/gtk/menu.c
5466         * src/gtk/menu.h
5467         * src/gtk/pluginwindow.c
5468         * src/gtk/pluginwindow.h
5469         * src/gtk/prefswindow.c
5470         * src/gtk/prefswindow.h
5471         * src/gtk/progressdialog.c
5472         * src/gtk/progressdialog.h
5473         * src/gtk/sslcertwindow.c
5474         * src/gtk/sslcertwindow.h
5475         * src/plugins/clamav/clamav_plugin.c
5476         * src/plugins/clamav/clamav_plugin.h
5477         * src/plugins/clamav/clamav_plugin_gtk.c
5478         * src/plugins/demo/demo.c
5479         * src/plugins/dillo_viewer/dillo_prefs.c
5480         * src/plugins/dillo_viewer/dillo_prefs.h
5481         * src/plugins/dillo_viewer/dillo_viewer.c
5482         * src/plugins/pgpcore/passphrase.c
5483         * src/plugins/pgpcore/passphrase.h
5484         * src/plugins/pgpcore/plugin.c
5485         * src/plugins/pgpcore/select-keys.c
5486         * src/plugins/pgpcore/select-keys.h
5487         * src/plugins/pgpcore/sgpgme.c
5488         * src/plugins/pgpcore/sgpgme.h
5489         * src/plugins/pgpinline/pgpinline.c
5490         * src/plugins/pgpinline/pgpinline.h
5491         * src/plugins/pgpinline/plugin.c
5492         * src/plugins/pgpmime/pgpmime.c
5493         * src/plugins/pgpmime/pgpmime.h
5494         * src/plugins/pgpmime/plugin.c
5495         * src/plugins/spamassassin/spamassassin.c
5496         * src/plugins/spamassassin/spamassassin.h
5497         * src/plugins/spamassassin/spamassassin_gtk.c
5498         * src/plugins/trayicon/trayicon.c
5499                 update copyright header
5500
5501 2006-01-13 [paul]       1.9.100cvs141
5502
5503         * src/account.c
5504         * src/export.c
5505         * src/import.c
5506         * src/mainwindow.c
5507         * src/prefs_account.c
5508         * src/prefs_display_header.c
5509         * src/prefs_receive.c
5510         * src/prefs_send.c
5511         * src/prefs_summaries.c
5512         * src/prefs_themes.c
5513         * src/prefs_toolbar.c
5514         * src/gtk/about.c
5515                 various cleanups
5516
5517 2006-01-12 [colin]      1.9.100cvs140
5518
5519         * src/folder.c
5520         * src/folder.h
5521         * src/main.c
5522                 Add --subscribe option
5523                 Let sylpheed-claws email@domain.com equivalent to --compose
5524                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5525
5526 2006-01-12 [paul]       1.9.100cvs139
5527
5528         * src/mainwindow.c
5529                 append 'Change folder order' label with '...'
5530         * src/prefs_actions.c
5531                 allow reordering of actions list by dnd
5532         * src/gtk/foldersort.c
5533                 make the dialog nicer
5534
5535 2006-01-11 [colin]      1.9.100cvs138
5536
5537         * src/compose.c
5538                 Allow templates without text
5539
5540 2006-01-11 [paul]       1.9.100cvs137
5541
5542         * tools/README
5543         * tools/filter_conv_new.pl
5544                 add info to README
5545                 also check .sylpheed for filter.xml
5546                 be a bit informative to the user
5547
5548 2006-01-11 [colin]      1.9.100cvs136
5549
5550         * src/textview.c
5551                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5552
5553 2006-01-10 [paul]       1.9.100cvs135
5554
5555         * tools/Makefile.am
5556         * tools/filter_conv_new.pl
5557                 add script to convert new style Sylpheed
5558                 filter rules (Sylpheed >= 0.9.99) to
5559                 Claws filtering rules
5560
5561 2006-01-10 [colin]      1.9.100cvs134
5562
5563         * src/compose.c
5564                 Fix broken line joins in certain conditions
5565                 (between two quoted lines: <enter><enter><up>
5566                  <type a wrapped sentence><go in the first line>
5567                  <insert more text><watch as line joining failed>)
5568
5569 2006-01-10 [paul]       1.9.100cvs133
5570
5571         * src/compose.c
5572                 don't report success in error dialog
5573                 thanks to Colin
5574         * src/common/utils.c
5575                 include some trailing punctuations as URI
5576                 thanks to Hiro
5577
5578 2006-01-10 [paul]       1.9.100cvs132
5579
5580         * src/mimeview.c
5581                 fix incompatible pointer type
5582                 warning
5583
5584 2006-01-10 [paul]       1.9.100cvs131
5585
5586         * src/compose.c
5587                 change Subject in window title
5588                 instantaneously
5589
5590 2006-01-09 [colin]      1.9.100cvs130
5591
5592         * src/addressbook.c
5593         * src/headerview.c
5594         * src/mainwindow.c
5595         * src/messageview.c
5596         * src/mimeview.c
5597         * src/noticeview.c
5598         * src/summaryview.c
5599                 Fix possible crashes on exit and in addressbook
5600
5601 2006-01-09 [paul]       1.9.100cvs129
5602
5603         * src/prefs_msg_colors.c
5604                 some cleanups that I forgot last time
5605
5606 2006-01-09 [paul]       1.9.100cvs128
5607
5608         * README
5609         * src/folderview.c
5610         * src/prefs_msg_colors.c
5611                 add previously hidden option, color_new, to
5612                 the gui
5613                 move the page to Display/
5614                 rework the gui
5615
5616 2006-01-09 [wwp]        1.9.100cvs127
5617
5618         * src/prefs_themes.c
5619                 made the prefs/display/themes layouts spacing less condensed
5620                 (and so they match other prefs/pages' look).
5621
5622 2006-01-09 [paul]       1.9.100cvs126
5623
5624         * src/compose.c
5625         * src/prefs_common.c
5626         * src/prefs_common.h
5627         * src/prefs_wrapping.c
5628                 remove 'wrap at send' option
5629
5630 2006-01-06 [colin]      1.9.100cvs125
5631
5632         * src/compose.c
5633                 Just make completely sure we don't insert "manual line breaks" 
5634                 when wrapping... 
5635
5636 2006-01-04 [paul]
5637
5638         * 2.0.0-rc3 released
5639
5640 2006-01-04 [paul]       1.9.100cvs124
5641
5642         * src/folderview.c
5643                 fix bug 882, 'quick scroll in folder list
5644                 displays wrong folder contents'
5645
5646 2006-01-04 [paul]       1.9.100cvs123
5647
5648         * src/plugins/pgpmime/pgpmime.c
5649                 better debug information when signing
5650                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5651
5652 2006-01-03 [colin]      1.9.100cvs122
5653
5654         * configure.ac
5655                 We need to recheck for gpgme 1.0.0 after checking
5656                 for 1.1.1, because if 1.1.1 isn't available, 
5657                 GPGME_LIBS and friends are blanked out by the 
5658                 second check.
5659
5660 2006-01-03 [colin]      1.9.100cvs121
5661
5662         * src/common/prefs.c
5663                 Windows unlink-before rename fix
5664         * src/plugins/pgpcore/sgpgme.c
5665                 Add support for PKA info if available
5666                 Both patches by Werner Koch
5667
5668 2006-01-03 [paul]       1.9.100cvs120
5669
5670         * src/messageview.c
5671                 fix bug 884, 'Send receipt' button visible in queue
5672                 Thanks to Colin
5673
5674 2006-01-02 [colin]      1.9.100cvs119
5675
5676         * src/compose.c
5677         * src/imap.c
5678                 Fix autosave on IMAP and more generally try to
5679                 return the correct ID on a newly added IMAP message
5680
5681 2006-01-02 [paul]       1.9.100cvs118
5682
5683         * manual/keyboard.xml
5684                 edited
5685
5686 2006-01-01 [paul]       1.9.100cvs117
5687
5688         * src/gtk/authors.h
5689                 alphabetical order
5690
5691 2005-12-30 [colin]      1.9.100cvs116
5692
5693         * manual/advanced.xml
5694                 Explain Pre/Post-processing differences.
5695
5696 2005-12-30 [colin]      1.9.100cvs115
5697
5698         * src/mh.c
5699                 Implement copy_msgs for a little optimization
5700         * src/imap.c
5701                 Finish yesterday's fix
5702
5703 2005-12-29 [colin]      1.9.100cvs114
5704
5705         * src/imap.c
5706                 Fix occasional failure in fetching a mail over
5707                 IMAP
5708
5709 2005-12-29 [colin]      1.9.100cvs113
5710
5711         * src/compose.c
5712                 Don't remove a draft when sending it, if it is 
5713                 locked.
5714
5715 2005-12-28 [colin]      1.9.100cvs112
5716
5717         * src/summaryview.c
5718                 Fix leak for real
5719
5720 2005-12-28 [wwp]        1.9.100cvs111
5721
5722         * doc/faq/.cvsignore
5723         * doc/faq/de/.cvsignore
5724         * doc/faq/en/.cvsignore
5725         * doc/faq/es/.cvsignore
5726         * doc/faq/fr/.cvsignore
5727         * doc/faq/it/.cvsignore
5728         * doc/manual/.cvsignore
5729         * doc/manual/de/.cvsignore
5730         * doc/manual/en/.cvsignore
5731         * doc/manual/es/.cvsignore
5732         * doc/manual/fr/.cvsignore
5733         * doc/manual/ja/.cvsignore
5734         * src/plugins/mathml_viewer/.cvsignore
5735                 rollback revival of those files (my bad, sorry for the noise).
5736
5737 2005-12-28 [wwp]        1.9.100cvs110
5738
5739         * src/compose.c
5740                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5741
5742 2005-12-28 [wwp]        1.9.100cvs109
5743
5744         * doc/faq/.cvsignore
5745         * doc/faq/de/.cvsignore
5746         * doc/faq/en/.cvsignore
5747         * doc/faq/es/.cvsignore
5748         * doc/faq/fr/.cvsignore
5749         * doc/faq/it/.cvsignore
5750         * doc/manual/.cvsignore
5751         * doc/manual/de/.cvsignore
5752         * doc/manual/en/.cvsignore
5753         * doc/manual/es/.cvsignore
5754         * doc/manual/fr/.cvsignore
5755         * doc/manual/ja/.cvsignore
5756         * src/plugins/mathml_viewer/.cvsignore
5757         * po/.cvsignore
5758                 more files to ignore.
5759
5760 2005-12-24 [colin]      1.9.100cvs108
5761
5762         * AUTHORS
5763         * src/gtk/authors.h
5764                 Update for Werner
5765
5766 2005-12-24 [colin]      1.9.100cvs107
5767
5768         * src/procmsg.c
5769                 Allow NULL src_msginfo in 
5770                 procmsg_msginfo_new_from_mimeinfo
5771
5772 2005-12-23 [paul]       1.9.100cvs106
5773
5774         * src/plugins/pgpinline/mypgpcore.def
5775                 add this forgotten file
5776
5777 2005-12-23 [colin]      1.9.100cvs105
5778
5779         * src/mainwindow.c
5780                 Fix missing break
5781
5782 2005-12-23 [colin]      1.9.100cvs104
5783
5784         * autogen.sh
5785         * src/folder.c
5786         * src/mh.c
5787         * src/common/plugin.c
5788         * src/common/socket.c
5789         * src/common/socket.h
5790         * src/common/utils.c
5791         * src/common/utils.h
5792         * src/gtk/pluginwindow.c
5793         * src/plugins/pgpcore/plugin.def
5794         * src/plugins/pgpcore/sylpheed.def
5795         * src/plugins/pgpinline/Makefile.am
5796         * src/plugins/pgpinline/plugin.def
5797         * src/plugins/pgpinline/sylpheed.def
5798         * src/plugins/pgpmime/plugin.def
5799         * src/plugins/pgpmime/sylpheed.def
5800                 Various w32 fixes by Werner Koch
5801
5802 2005-12-22 [paul]       1.9.100cvs103
5803
5804         * src/wizard.c
5805                 don't offer IMAP as 'server type' if
5806                 libetpan isn't built in
5807
5808 2005-12-22 [paul]       1.9.100cvs102
5809
5810         * AUTHORS
5811         * src/mainwindow.c
5812         * src/mainwindow.h
5813         * src/toolbar.c
5814         * src/gtk/authors.h
5815                 support GTK_TOOLBAR_BOTH_HORIZ (text
5816                 next to icon) Patch by Marien Zwart
5817                 marienz@users.sf.net
5818                 Also reword the text
5819
5820 2005-12-21 [colin]      1.9.100cvs101
5821
5822         * configure.ac
5823                 Fix DATADIRNAME
5824         * COPYING
5825                 Fix missing section and explicit the exception better
5826         * src/compose.c
5827                 Prevent mail from being lost without notice when an
5828                 SMTP error happens on trying to send an unmodified
5829                 drafted mail.
5830         * src/send_message.c
5831         * src/common/smtp.c
5832                 Fix password remembering when wrong, and add return
5833                 value checks where they should have been
5834         * src/plugins/pgpcore/sylpheed.def
5835         * src/plugins/pgpinline/sylpheed.def
5836         * src/plugins/pgpmime/sylpheed.def
5837                 Add a few symbols needed
5838
5839 2005-12-21 [paul]       1.9.100cvs100
5840
5841         * m4/codeset.m4
5842         * m4/glibc21.m4
5843         * m4/intdiv0.m4
5844         * m4/inttypes-pri.m4
5845         * m4/inttypes.m4
5846         * m4/inttypes_h.m4
5847         * m4/isc-posix.m4
5848         * m4/lcmessage.m4
5849         * m4/stdint_h.m4
5850         * m4/uintmax_t.m4
5851                 gettextization
5852                 thanks to Colin
5853
5854 2005-12-21 [paul]       1.9.100cvs99
5855
5856         * po/sv.po
5857                 fixed by Colin
5858
5859 2005-12-20 [paul]       1.9.100cvs98
5860
5861         * po/sv.po
5862                 updated by Anders Trobäck
5863
5864 2005-12-20 [colin]      1.9.100cvs97
5865
5866         * ABOUT-NLS
5867         * Makefile.am
5868         * autogen.sh
5869         * configure.ac
5870         * config/config.rpath
5871         * config/mkinstalldirs
5872         * m4/Makefile.am
5873         * m4/glibc2.m4
5874         * m4/gnupg.m4
5875         * m4/gpgme.m4
5876         * m4/intmax.m4
5877         * m4/longdouble.m4
5878         * m4/longlong.m4
5879         * m4/printf-posix.m4
5880         * m4/signed.m4
5881         * m4/size_max.m4
5882         * m4/ulonglong.m4
5883         * m4/wchar_t.m4
5884         * m4/wint_t.m4
5885         * m4/xsize.m4
5886         * po/Makefile.in.in
5887         * po/Makevars
5888         * po/bg.po
5889         * po/ca.po
5890         * po/cs.po
5891         * po/de.po
5892         * po/el.po
5893         * po/en_GB.po
5894         * po/es.po
5895         * po/fi.po
5896         * po/fr.po
5897         * po/hr.po
5898         * po/hu.po
5899         * po/it.po
5900         * po/ja.po
5901         * po/ko.po
5902         * po/nb.po
5903         * po/nl.po
5904         * po/pl.po
5905         * po/pt_BR.po
5906         * po/ru.po
5907         * po/sk.po
5908         * po/sr.po
5909         * po/stamp-po
5910         * po/sv.po
5911         * po/zh_CN.po
5912         * po/zh_TW.po
5913         * src/Makefile.am
5914         * src/codeconv.c
5915         * src/compose.c
5916         * src/exporthtml.c
5917         * src/exportldif.c
5918         * src/folder.c
5919         * src/main.c
5920         * src/manual.c
5921         * src/mh.c
5922         * src/mimeview.c
5923         * src/send_message.c
5924         * src/common/Makefile.am
5925         * src/common/fnmatch.c
5926         * src/common/fnmatch.h
5927         * src/common/fnmatch_loop.c
5928         * src/common/nntp.c
5929         * src/common/plugin.c
5930         * src/common/smtp.c
5931         * src/common/socket.c
5932         * src/common/string_match.c
5933         * src/common/sylpheed.c
5934         * src/common/utils.c
5935         * src/common/utils.h
5936         * src/common/w32_dirent.c
5937         * src/common/w32_reg.c
5938         * src/common/w32_signal.c
5939         * src/common/w32_stat.c
5940         * src/common/w32_stdio.c
5941         * src/common/w32_stdlib.c
5942         * src/common/w32_string.c
5943         * src/common/w32_time.c
5944         * src/common/w32_unistd.c
5945         * src/common/w32_wait.c
5946         * src/common/w32lib.h
5947         * src/etpan/Makefile.am
5948         * src/gtk/Makefile.am
5949         * src/plugins/clamav/Makefile.am
5950         * src/plugins/demo/Makefile.am
5951         * src/plugins/dillo_viewer/Makefile.am
5952         * src/plugins/pgpcore/Makefile.am
5953         * src/plugins/pgpcore/passphrase.c
5954         * src/plugins/pgpcore/plugin.def
5955         * src/plugins/pgpcore/sgpgme.c
5956         * src/plugins/pgpcore/sylpheed.def
5957         * src/plugins/pgpcore/version.rc
5958         * src/plugins/pgpinline/Makefile.am
5959         * src/plugins/pgpinline/plugin.def
5960         * src/plugins/pgpinline/sylpheed.def
5961         * src/plugins/pgpinline/version.rc
5962         * src/plugins/pgpmime/Makefile.am
5963         * src/plugins/pgpmime/mypgpcore.def
5964         * src/plugins/pgpmime/plugin.def
5965         * src/plugins/pgpmime/sylpheed.def
5966         * src/plugins/pgpmime/version.rc
5967         * src/plugins/spamassassin/Makefile.am
5968                 Very little ;-) patch from Werner Koch, providing
5969                 infrastructure for cross-compiling to Win32
5970
5971 2005-12-20 [paul]       1.9.100cvs96
5972
5973         * src/account.c
5974         * src/account.h
5975         * src/mainwindow.c
5976         * src/mainwindow.h
5977         * src/toolbar.c
5978         * src/toolbar.h
5979                 add a combo to the Get All button, allowing
5980                 quick retrieval from any account
5981                 Patch by Fabien Vantard, slightly modified
5982                 by Colin
5983         * src/gtk/about.c
5984                 i18n fix. Patch by Fabien Vantard
5985
5986 2005-12-19 [colin]      1.9.100cvs95
5987
5988         * src/compose.c
5989         * src/compose.h
5990                 Don't automatically join lines when they've 
5991                 been separated by the user and not automatically
5992
5993 2005-12-19 [paul]       1.9.100cvs94
5994
5995         * src/gtk/pluginwindow.c
5996                 i18n fix.
5997                 Patch by Fabien Vantard
5998
5999 2005-12-15 [paul]       1.9.100cvs93
6000
6001         * src/common/plugin.c
6002         * src/common/plugin.h
6003         * src/gtk/pluginwindow.c
6004         * src/plugins/clamav/clamav_plugin.c
6005         * src/plugins/demo/demo.c
6006         * src/plugins/dillo_viewer/dillo_viewer.c
6007         * src/plugins/pgpcore/plugin.c
6008         * src/plugins/pgpinline/plugin.c
6009         * src/plugins/pgpmime/plugin.c
6010         * src/plugins/spamassassin/spamassassin.c
6011         * src/plugins/trayicon/trayicon.c
6012                 add plugin_version()
6013
6014 2005-12-15 [colin]      1.9.100cvs92
6015
6016         * src/compose.c
6017                 Further fix bug #875
6018
6019 2005-12-15 [paul]       1.9.100cvs91
6020
6021         * src/gtk/filesel.c
6022                 fix attach_load_dir getting set to
6023                 PLUGINDIR on plugin load
6024
6025 2005-12-14 [mones]      1.9.100cvs90
6026
6027         * manual/ack.xml
6028         * manual/keyboard.xml
6029                 Initial draft and some shortcuts added
6030                 
6031         * po/es.po
6032                 Updated translation
6033
6034 2005-12-14 [colin]      1.9.100cvs89
6035
6036         * src/compose.c
6037         * src/imap.c
6038         * src/summaryview.c
6039         * src/gtk/gtkaspell.c
6040                 More leaks fixed
6041         * src/prefs_folder_item.c
6042                 Fix recursive prefs apply
6043
6044
6045 2005-12-14 [colin]      1.9.100cvs88
6046
6047         * src/compose.c
6048                 Fix bug #875 (Freeze On Inline Forward of 
6049                 Large Message)
6050
6051 2005-12-13 [colin]      1.9.100cvs87
6052
6053         * src/compose.c
6054                 Uniq-ify and sort the mimetypes list
6055                 Patch by Fabien Vantard
6056
6057 2005-12-13 [colin]      1.9.100cvs86
6058
6059         * src/imap.c
6060         * src/etpan/imap-thread.c
6061                 Fix leaks (patch by Hoa)
6062         * src/news.c
6063         * src/common/plugin.c
6064                 Fix leaks
6065
6066 2005-12-12 [colin]
6067
6068         * 2.0.0-rc2 released
6069
6070 2005-12-12 [colin]      1.9.100cvs85
6071
6072         * src/matcher.c
6073                 Fix a leak
6074
6075 2005-12-12 [wwp]        1.9.100cvs84
6076
6077         * src/gtk/icon_legend.c
6078                 fix misbehaviour and crash when closing the legend window
6079         using the Esc key (patch by Fabien Vantard).
6080
6081 2005-12-12 [paul]       1.9.100cvs83
6082
6083         * src/browseldap.c
6084         * src/foldersel.c
6085         * src/prefs_actions.c
6086         * src/prefs_filtering.c
6087         * src/prefs_matcher.c
6088         * src/prefs_spelling.glade      ** REMOVED **
6089         * src/prefs_template.c
6090         * src/gtk/foldersort.glade      ** REMOVED **
6091         * src/gtk/pluginwindow.c
6092         * src/gtk/pluginwindow.glade    ** REMOVED **
6093         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6094                 cleanups
6095
6096 2005-12-11 [paul]       1.9.100cvs82
6097
6098         * src/gtk/filesel.c
6099                 fix attach_load_dir crasher (double free)
6100
6101 2005-12-09 [paul]       1.9.100cvs81
6102
6103         * po/POTFILES.in
6104         * src/mainwindow.c
6105         * src/gtk/Makefile.am
6106         * src/gtk/icon_legend.c
6107         * src/gtk/icon_legend.h
6108                 add icon legend
6109         * src/manual.c
6110                 cleanup
6111
6112 2005-12-09 [paul]       1.9.100cvs80
6113
6114         * src/plugins/pgpcore/passphrase.c
6115                 wrap the label in the dialog
6116
6117 2005-12-09 [colin]      1.9.100cvs79
6118
6119         * src/plugins/pgpcore/sgpgme.c
6120                 Display (untrusted) on not trusted signatures
6121                 Patch by Michal Èihaø <michal@cihar.com>
6122                 Closes bug #867 (Report also key trust)
6123
6124 2005-12-09 [colin]      1.9.100cvs78
6125
6126         * src/common/plugin.c
6127                 Update licence check, following Eben Moglen's advice
6128
6129 2005-12-08 [colin]      1.9.100cvs77
6130
6131         * src/folder.c
6132                 Fix the occasionnal item->cache != NULL 
6133                 assertion failure. 
6134
6135 2005-12-08 [colin]      1.9.100cvs76
6136
6137         * src/mimeview.c
6138         * src/plugins/pgpcore/sgpgme.c
6139                 Print key id when unable to check it
6140                 Closes bug #866 (Show key id when missing)
6141
6142 2005-12-08 [paul]       1.9.100cvs75
6143
6144         * src/prefs_common.c
6145         * src/prefs_common.h
6146         * src/gtk/filesel.c
6147                 remember load attachment dir
6148
6149 2005-12-07 [colin]      1.9.100cvs74
6150
6151         * src/prefs_toolbar.c
6152                 Gtk fixes, patch by Fabien Vantard
6153
6154 2005-12-07 [colin]      1.9.100cvs73
6155
6156         * src/action.c
6157         * src/compose.c
6158         * src/compose.h
6159                 Fix bug #839 (Quoted text isn't colored after 
6160                 executing an action)
6161         * src/common/plugin.c
6162                 Require plugins to declare their licence in plugin_licence()
6163                 Refuse to load non-GPL plugins as they'd be illegal (as 
6164                 derived works of Sylpheed-Claws, they must be GPL).
6165         * src/plugins/clamav/clamav_plugin.c
6166         * src/plugins/demo/demo.c
6167         * src/plugins/dillo_viewer/dillo_viewer.c
6168         * src/plugins/pgpcore/plugin.c
6169         * src/plugins/pgpinline/plugin.c
6170         * src/plugins/pgpmime/plugin.c
6171         * src/plugins/spamassassin/spamassassin.c
6172         * src/plugins/trayicon/trayicon.c
6173                 Add plugin_licence()
6174
6175 2005-12-07 [paul]       1.9.100cvs72
6176
6177         * configure.ac
6178         * src/mainwindow.c
6179         * src/manual.c
6180         * src/manual.h
6181         * src/common/defs.h
6182                 clean up after local FAQ removal and
6183                 temporary manual removal
6184
6185 2005-12-06 [colin]      1.9.100cvs71
6186
6187         * configure.ac
6188         * doc/Makefile.am
6189         * doc/faq/.cvsignore
6190         * doc/faq/Makefile.am
6191         * doc/faq/de/.cvsignore
6192         * doc/faq/de/Makefile.am
6193         * doc/faq/de/sylpheed-faq-1.html
6194         * doc/faq/de/sylpheed-faq-2.html
6195         * doc/faq/de/sylpheed-faq-3.html
6196         * doc/faq/de/sylpheed-faq.html
6197         * doc/faq/en/.cvsignore
6198         * doc/faq/en/Makefile.am
6199         * doc/faq/en/sylpheed-faq-1.html
6200         * doc/faq/en/sylpheed-faq-2.html
6201         * doc/faq/en/sylpheed-faq-3.html
6202         * doc/faq/en/sylpheed-faq-4.html
6203         * doc/faq/en/sylpheed-faq.html
6204         * doc/faq/es/.cvsignore
6205         * doc/faq/es/Makefile.am
6206         * doc/faq/es/sylpheed-faq-1.html
6207         * doc/faq/es/sylpheed-faq-2.html
6208         * doc/faq/es/sylpheed-faq-3.html
6209         * doc/faq/es/sylpheed-faq-4.html
6210         * doc/faq/es/sylpheed-faq.html
6211         * doc/faq/fr/.cvsignore
6212         * doc/faq/fr/Makefile.am
6213         * doc/faq/fr/sylpheed-faq-1.html
6214         * doc/faq/fr/sylpheed-faq-2.html
6215         * doc/faq/fr/sylpheed-faq-3.html
6216         * doc/faq/fr/sylpheed-faq.html
6217         * doc/faq/it/.cvsignore
6218         * doc/faq/it/Makefile.am
6219         * doc/faq/it/sylpheed-faq-1.html
6220         * doc/faq/it/sylpheed-faq-2.html
6221         * doc/faq/it/sylpheed-faq-3.html
6222         * doc/faq/it/sylpheed-faq.html
6223         * doc/manual/.cvsignore
6224         * doc/manual/Makefile.am
6225         * doc/manual/de/.cvsignore
6226         * doc/manual/de/Makefile.am
6227         * doc/manual/de/sylpheed-1.html
6228         * doc/manual/de/sylpheed-10.html
6229         * doc/manual/de/sylpheed-11.html
6230         * doc/manual/de/sylpheed-12.html
6231         * doc/manual/de/sylpheed-13.html
6232         * doc/manual/de/sylpheed-14.html
6233         * doc/manual/de/sylpheed-15.html
6234         * doc/manual/de/sylpheed-16.html
6235         * doc/manual/de/sylpheed-17.html
6236         * doc/manual/de/sylpheed-18.html
6237         * doc/manual/de/sylpheed-19.html
6238         * doc/manual/de/sylpheed-2.html
6239         * doc/manual/de/sylpheed-20.html
6240         * doc/manual/de/sylpheed-3.html
6241         * doc/manual/de/sylpheed-4.html
6242         * doc/manual/de/sylpheed-5.html
6243         * doc/manual/de/sylpheed-6.html
6244         * doc/manual/de/sylpheed-7.html
6245         * doc/manual/de/sylpheed-8.html
6246         * doc/manual/de/sylpheed-9.html
6247         * doc/manual/de/sylpheed.html
6248         * doc/manual/en/.cvsignore
6249         * doc/manual/en/Makefile.am
6250         * doc/manual/en/sylpheed-1.html
6251         * doc/manual/en/sylpheed-10.html
6252         * doc/manual/en/sylpheed-11.html
6253         * doc/manual/en/sylpheed-12.html
6254         * doc/manual/en/sylpheed-13.html
6255         * doc/manual/en/sylpheed-14.html
6256         * doc/manual/en/sylpheed-15.html
6257         * doc/manual/en/sylpheed-16.html
6258         * doc/manual/en/sylpheed-17.html
6259         * doc/manual/en/sylpheed-18.html
6260         * doc/manual/en/sylpheed-19.html
6261         * doc/manual/en/sylpheed-2.html
6262         * doc/manual/en/sylpheed-20.html
6263         * doc/manual/en/sylpheed-21.html
6264         * doc/manual/en/sylpheed-22.html
6265         * doc/manual/en/sylpheed-3.html
6266         * doc/manual/en/sylpheed-4.html
6267         * doc/manual/en/sylpheed-5.html
6268         * doc/manual/en/sylpheed-6.html
6269         * doc/manual/en/sylpheed-7.html
6270         * doc/manual/en/sylpheed-8.html
6271         * doc/manual/en/sylpheed-9.html
6272         * doc/manual/en/sylpheed.html
6273         * doc/manual/es/.cvsignore
6274         * doc/manual/es/Makefile.am
6275         * doc/manual/es/sylpheed-1.html
6276         * doc/manual/es/sylpheed-10.html
6277         * doc/manual/es/sylpheed-11.html
6278         * doc/manual/es/sylpheed-12.html
6279         * doc/manual/es/sylpheed-13.html
6280         * doc/manual/es/sylpheed-14.html
6281         * doc/manual/es/sylpheed-15.html
6282         * doc/manual/es/sylpheed-16.html
6283         * doc/manual/es/sylpheed-17.html
6284         * doc/manual/es/sylpheed-18.html
6285         * doc/manual/es/sylpheed-19.html
6286         * doc/manual/es/sylpheed-2.html
6287         * doc/manual/es/sylpheed-20.html
6288         * doc/manual/es/sylpheed-3.html
6289         * doc/manual/es/sylpheed-4.html
6290         * doc/manual/es/sylpheed-5.html
6291         * doc/manual/es/sylpheed-6.html
6292         * doc/manual/es/sylpheed-7.html
6293         * doc/manual/es/sylpheed-8.html
6294         * doc/manual/es/sylpheed-9.html
6295         * doc/manual/es/sylpheed.html
6296         * doc/manual/fr/.cvsignore
6297         * doc/manual/fr/Makefile.am
6298         * doc/manual/fr/sylpheed-1.html
6299         * doc/manual/fr/sylpheed-10.html
6300         * doc/manual/fr/sylpheed-11.html
6301         * doc/manual/fr/sylpheed-12.html
6302         * doc/manual/fr/sylpheed-13.html
6303         * doc/manual/fr/sylpheed-14.html
6304         * doc/manual/fr/sylpheed-15.html
6305         * doc/manual/fr/sylpheed-16.html
6306         * doc/manual/fr/sylpheed-17.html
6307         * doc/manual/fr/sylpheed-18.html
6308         * doc/manual/fr/sylpheed-19.html
6309         * doc/manual/fr/sylpheed-2.html
6310         * doc/manual/fr/sylpheed-20.html
6311         * doc/manual/fr/sylpheed-3.html
6312         * doc/manual/fr/sylpheed-4.html
6313         * doc/manual/fr/sylpheed-5.html
6314         * doc/manual/fr/sylpheed-6.html
6315         * doc/manual/fr/sylpheed-7.html
6316         * doc/manual/fr/sylpheed-8.html
6317         * doc/manual/fr/sylpheed-9.html
6318         * doc/manual/fr/sylpheed.html
6319         * doc/manual/ja/.cvsignore
6320         * doc/manual/ja/Makefile.am
6321         * doc/manual/ja/sylpheed-1.html
6322         * doc/manual/ja/sylpheed-10.html
6323         * doc/manual/ja/sylpheed-11.html
6324         * doc/manual/ja/sylpheed-12.html
6325         * doc/manual/ja/sylpheed-13.html
6326         * doc/manual/ja/sylpheed-14.html
6327         * doc/manual/ja/sylpheed-15.html
6328         * doc/manual/ja/sylpheed-16.html
6329         * doc/manual/ja/sylpheed-17.html
6330         * doc/manual/ja/sylpheed-18.html
6331         * doc/manual/ja/sylpheed-19.html
6332         * doc/manual/ja/sylpheed-2.html
6333         * doc/manual/ja/sylpheed-20.html
6334         * doc/manual/ja/sylpheed-3.html
6335         * doc/manual/ja/sylpheed-4.html
6336         * doc/manual/ja/sylpheed-5.html
6337         * doc/manual/ja/sylpheed-6.html
6338         * doc/manual/ja/sylpheed-7.html
6339         * doc/manual/ja/sylpheed-8.html
6340         * doc/manual/ja/sylpheed-9.html
6341         * doc/manual/ja/sylpheed.html
6342         * doc/manual/ja/sylpheed.sgml
6343         * src/mainwindow.c
6344                 Remove outdated manual and faq. Noisy, eh?
6345
6346 2005-12-06 [colin]      1.9.100cvs70
6347
6348         * src/compose.c
6349         * src/quote_fmt_parse.y
6350         * src/undo.c
6351         * src/undo.h
6352                 Allow %X to position cursor at 0 
6353                 (no %X = before signature)
6354                 Fix paste as quotation putting the cursor at 0
6355                 Fix undo offsets when pasting
6356                 Insert the quote_fmt at once instead of line 
6357                 by line
6358                 Fix [Edited] when starting to reply/forward
6359
6360 2005-12-06 [paul]       1.9.100cvs69
6361
6362         * src/plugins/clamav/clamav_plugin_gtk.c
6363                 add another tooltip
6364         * src/plugins/spamassassin/spamassassin_gtk.c
6365                 rework spamassassin_create_widget_func()
6366
6367 2005-12-05 [colin]      1.9.100cvs68
6368
6369         * po/POTFILES.in
6370                 Fix make release ;-)
6371
6372 2005-12-05 [colin]      1.9.100cvs67
6373
6374         * src/compose.c
6375         * src/compose.h
6376                 Fix cursor positioning (not obeying %X)
6377
6378 2005-12-05 [paul]       1.9.100cvs66
6379
6380         * src/plugins/dillo_viewer/dillo_prefs.c
6381                 fix compilation warning
6382
6383 2005-12-05 [paul]       1.9.100cvs65
6384
6385         * src/prefs_spelling.c
6386         * src/plugins/trayicon/trayicon.c
6387                 cleanups - remove unused stuff
6388
6389 2005-12-05 [paul]       1.9.100cvs64
6390
6391         * README
6392         * manual/plugins.xml
6393                 remove info about removed mathml_viewer plugin
6394
6395 2005-12-05 [paul]       1.9.100cvs63
6396
6397         * configure.ac
6398         * src/plugins/Makefile.am
6399         * src/plugins/mathml_viewer/.cvsignore
6400         * src/plugins/mathml_viewer/Makefile.am
6401         * src/plugins/mathml_viewer/mathml_viewer.c
6402                 remove unmaintained mathml_viewer plugin
6403
6404 2005-12-05 [paul]       1.9.100cvs62
6405
6406         * src/summaryview.c
6407                 obey prefs_common.always_show_msg when
6408                 moving a msg
6409                 Thanks to Colin
6410
6411 2005-12-05 [paul]       1.9.100cvs61
6412
6413         * src/compose.c
6414         * src/prefs_account.c
6415         * src/prefs_filtering.c
6416         * src/prefs_quote.c
6417         * src/prefs_spelling.c
6418         * src/prefs_toolbar.c
6419         * src/summaryview.c
6420         * src/gtk/gtkutils.c
6421         * src/gtk/quicksearch.c
6422         * src/plugins/dillo_viewer/dillo_prefs.c
6423                 dialog cleanups
6424
6425 2005-12-04 [paul]       1.9.100cvs60
6426
6427         * src/inc.c
6428         * src/prefs_account.c
6429         * src/prefs_account.h
6430                 allow a Local account to specify a
6431                 default inbox
6432                 (closes bug 843 'Inbox cannot be changed for local
6433                  mailboxes')
6434
6435 2005-12-04 [colin]      1.9.100cvs59
6436
6437         * src/plugins/trayicon/trayicon.c
6438                 Remove Get, rename Get All to Get Mail in order to
6439                 be consistent with the default main toolbar
6440
6441 2005-12-03 [colin]      1.9.100cvs58
6442
6443         * manual/gpl.xml
6444         * manual/sylpheed-claws-manual.xml
6445                 Add GPL appendix
6446
6447 2005-12-03 [paul]       1.9.100cvs57
6448
6449         * AUTHORS
6450         * po/sv.po
6451         * src/gtk/authors.h
6452                 new (partially complete) Swedish translation
6453                 by Anders Troback <sylpheed@troback.com>
6454
6455 2005-12-02 [paul]       1.9.100cvs56
6456
6457         * configure.ac
6458                 libetpan 0.41 required
6459
6460 2005-12-02 [paul]       1.9.100cvs55
6461
6462         * src/plugins/clamav/clamav_plugin.c
6463         * src/plugins/clamav/clamav_plugin.h
6464         * src/plugins/clamav/clamav_plugin_gtk.c
6465         * src/plugins/spamassassin/spamassassin.c
6466         * src/plugins/spamassassin/spamassassin.h
6467         * src/plugins/spamassassin/spamassassin_gtk.c
6468                 unregister prefs pages on unloading, thus
6469                 preventing a crash
6470                 (thanks to Colin for the hint)
6471
6472 2005-12-02 [wwp]        1.9.100cvs54
6473
6474         * src/quote_fmt.h
6475         * src/quote_fmt_parse.y
6476                 fix misuse of gboolean*, use gboolean instead
6477                 (thanks to Paul, Colin, for pointing out that scaring one)
6478
6479 2005-12-02 [paul]       1.9.100cvs53
6480
6481         * src/plugins/clamav/clamav_plugin.c
6482                 int no --> unsigned int no
6483         * src/plugins/clamav/clamav_plugin_gtk.c
6484                 rework config page
6485
6486 2005-12-02 [wwp]        1.9.100cvs52
6487
6488         * src/compose.c
6489         * src/prefs_template.c
6490         * src/quote_fmt.h
6491         * src/quote_fmt_parse.y
6492                 prevent from executing |f and |p templates commands when
6493                 adding or replacing templates in prefs (avoids annoying and
6494                 potentially dangerous behaviours)
6495
6496 2005-12-02 [paul]       1.9.100cvs51
6497
6498         * src/prefs_common.c
6499                 allow translation of some default values
6500                 Patch by Fabien Vantard
6501
6502 2005-12-02 [paul]       1.9.100cvs50
6503
6504         * src/codeconv.c
6505         * src/codeconv.h
6506         * src/prefs_common.c
6507         * src/prefs_common.h
6508         * src/prefs_message.c
6509         * src/textview.c
6510                 remove obsolete 'convert_mb_alnum' option
6511                 and related stuff
6512         * src/gtk/about.c
6513                 remove unused 'about_textview_visibility_notify'
6514
6515 2005-12-02 [paul]       1.9.100cvs49
6516
6517         * src/prefs_account.c
6518         * src/prefs_compose_writing.c
6519         * src/prefs_fonts.c
6520         * src/prefs_gtk.h
6521         * src/prefs_image_viewer.c
6522         * src/prefs_message.c
6523         * src/prefs_other.c
6524         * src/prefs_receive.c
6525         * src/prefs_send.c
6526         * src/prefs_spelling.c
6527         * src/prefs_summaries.c
6528         * src/prefs_wrapping.c
6529         * src/plugins/dillo_viewer/dillo_prefs.c
6530         * src/plugins/pgpcore/prefs_gpg.c
6531                 several cleanups to the prefs dialogs
6532                 (slightly modified) patch by Fabien Vantard
6533
6534 2005-12-02 [paul]       1.9.100cvs48
6535
6536         * src/main.c
6537                 --exit means exit
6538         * src/send_message.c
6539                 fix crash on send when connection fails
6540
6541         Thanks to Colin
6542
6543 2005-12-01 [colin]      1.9.100cvs47
6544
6545         * src/html.c
6546                 Translate &hellip; to "..."
6547
6548 2005-11-30 [colin]      1.9.100cvs46
6549
6550         * src/matcher.c
6551         * src/matcher.h
6552                 Optimize back yesterday's fix.
6553
6554 2005-11-30 [paul]       1.9.100cvs45
6555
6556         * manual/faq.xml
6557                 standardised
6558         * manual/intro.xml
6559                 written by Colin, edited by me
6560
6561 2005-11-29 [colin]      1.9.100cvs44
6562
6563         * src/matcher.c
6564                 Skip headers unconditionnaly in match_body if the
6565                 rule is not message or ~message
6566
6567 2005-11-29 [colin]      1.9.100cvs43
6568
6569         * src/matcher.c
6570                 Fix body_part and such, not skipping headers 
6571                 if the matchcriteria wasn't the first in the rule
6572
6573 2005-11-29 [colin]      1.9.100cvs42
6574
6575         * src/compose.c
6576                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6577                 option missing from message view window)
6578                 Fix double text D'n'D with gtk-2.8
6579         * src/matcher.c
6580                 Fix ~message, ~headers_part, ~body_part rules
6581         * src/messageview.c
6582                 Add Windows-1252 (Closes bug #863)
6583                 Fix accels
6584         * src/gtk/gtkaspell.c
6585                 Properly destroy accels in all menus
6586
6587 2005-11-29 [mones]      1.9.100cvs41
6588
6589         * po/es.po
6590                 Updated.
6591
6592 2005-11-27 [colin]      1.9.100cvs40
6593
6594         * src/mh_gtk.c
6595                 "/Remove mailbox" -> "/Remove mailbox..."
6596
6597 2005-11-27 [paul]       1.9.100cvs39
6598
6599         * AUTHORS
6600         * po/de.po
6601         * src/gtk/authors.h
6602                 updated by new maintainer, Stephan Sachse
6603
6604 2005-11-27 [paul]       1.9.100cvs38
6605
6606         * manual/faq.xml
6607                 written by Colin, edited by me
6608
6609 2005-11-27 [paul]       1.9.100cvs37
6610
6611         * src/prefs_common.c
6612         * src/prefs_common.h
6613         * src/prefs_receive.c
6614         * src/prefs_summaries.c
6615                 move 'go to inbox after receiving new mail'
6616                 option from display/sumamaries to mail
6617                 handling/receive, and rework prefs_summaries
6618                 dialog a little
6619
6620 2005-11-25 [martin]     1.9.100cvs36
6621
6622         * po/de.po
6623             fixed windows-1252 translation;
6624             translated some new and fuzzy strings
6625
6626 2005-11-25 [paul]       1.9.100cvs35
6627
6628         * src/plugins/clamav/clamav_plugin.c
6629                 complete the update done in cvs34
6630
6631 2005-11-25 [paul]       1.9.100cvs34
6632
6633         * src/plugins/clamav/clamav_plugin.c
6634                 reflect upstream changes
6635
6636 2005-11-25 [paul]       1.9.100cvs33
6637
6638         * manual/ack.xml
6639         * manual/plugins.xml
6640         * manual/sylpheed-claws-manual.xml
6641                 written/updated by Colin, edited by me
6642         * tools/acroread2sylpheed.pl
6643                 update binary name
6644
6645 2005-11-24 [colin]      1.9.100cvs32
6646
6647         * src/compose.c
6648                 Fix bug #856 (reediting messages forgets Request
6649                 Return Receipt)
6650
6651 2005-11-24 [paul]       1.9.100cvs31
6652
6653         * manual/addrbook.xml
6654         * manual/starting.xml
6655                 written by Colin, proofread, edited, adapted by me
6656         * manual/advanced.xml
6657                 add some Actions examples
6658         * src/importldif.c
6659                 use a Save button instead of a Close button
6660         * src/wizard.c
6661                 indicate mandatory fields
6662                 fix page display
6663                 Thanks to Colin
6664
6665 2005-11-23 [colin]      1.9.100cvs30
6666
6667         * src/addressbook.c
6668                 Rename menu item, fix possible crash after
6669                 deletion of books
6670         * src/addrindex.c
6671                 Allow searching for '*' in ldap
6672         * src/browseldap.c
6673                 Fix "Browse Entry" (did anyone use it?)
6674         * src/wizard.c
6675                 Add guards for mandatory information
6676
6677 2005-11-23 [paul]       1.9.100cvs29
6678
6679         * manual/advanced.xml
6680                 corrections to the English
6681
6682 2005-11-23 [colin]      1.9.100cvs28
6683
6684         * src/mimeview.c
6685                 Fix possible crash at exit. After the call to
6686                 gtk_container_remove(), the Viewer's widget has no
6687                 more parent so gtk+ automatically frees it and its
6688                 sons. If destroy_viewer() then try to access it,
6689                 problems ensue.
6690
6691 2005-11-22 [colin]      1.9.100cvs27
6692
6693         * src/compose.c
6694         * src/gtk/gtkaspell.c
6695                 Fix right-clicking on a misspelled word
6696                 Fix More... in suggestions menu
6697
6698 2005-11-22 [wwp]        1.9.100cvs26
6699
6700         * src/prefs_template.c
6701                 templates works: re-sort templates list when adding or replacing,
6702                 prevent from adding or replacing when the template name is empty
6703
6704 2005-11-21 [colin]      1.9.100cvs25
6705
6706         * src/addressbook.c
6707                 Fix some addressbook suckage (dnd, select all)
6708         * src/compose.c
6709         * src/gtk/gtkaspell.c
6710         * src/gtk/gtkaspell.h
6711                 Make the spellchecker menu work with the 
6712                 GtkTextView one instead of overriding it
6713
6714 2005-11-20 [paul]       1.9.100cvs24
6715
6716         * manual/handling.xml
6717                 proofread and corrected
6718
6719 2005-11-20 [paul]       1.9.100cvs23
6720
6721         * manual/Makefile
6722                 generate html as one file
6723         * manual/advanced.xml
6724                 fix output generation
6725                 reformat hidden options list
6726         * manual/manual.xml     ** REMOVED **
6727         * manual/sylpheed-claws-manual.xml      ** ADDED **
6728                 renamed
6729
6730 2005-11-18 [colin]      1.9.100cvs22
6731
6732         * src/prefs_account.c
6733                 Fix layout in news and mbox accounts
6734         * manual/account.xml
6735         * manual/advanced.xml
6736                 New contents for Paul to check :)
6737
6738 2005-11-18 [wwp]        1.9.100cvs21
6739
6740         * src/gtk/quicksearch.c
6741                 don't update extended quicksearch buttons twice
6742
6743 2005-11-18 [paul]       1.9.100cvs20
6744
6745         * src/textview.c
6746                 complete 1.9.100cvs19
6747
6748 2005-11-18 [paul]       1.9.100cvs19
6749
6750         * src/compose.c
6751                 cosmetic improvements
6752         * src/textview.c
6753                 also list text/* attachments
6754
6755 2005-11-18 [colin]      1.9.100cvs18
6756
6757         * src/summaryview.c
6758                 Use column 0 instead of -1 in 
6759                 gtk_ctree_node_moveto, in a naive
6760                 hope it'll fix the gtk-related crashes
6761
6762 2005-11-18 [colin]      1.9.100cvs17
6763
6764         * src/gtk/inputdialog.c
6765                 Fix icon staying the first one
6766
6767 2005-11-17 [wwp]        1.9.100cvs16
6768                 fix possible problem showing some quicksearch buttons, and a bad
6769                 call to g_return_if_fail in a function that returns a value (both
6770                 fixes by Fabien Vantard)
6771
6772 2005-11-15 [wwp]        1.9.100cvs15
6773
6774         * src/gtk/quicksearch.c
6775                 added a tooltip to that obscure ... quicksearch button
6776
6777 2005-11-15 [wwp]        1.9.100cvs14
6778
6779         * src/gtk/quicksearch.c
6780                 add a quicksearch helper to filtering expression users: the ... button
6781                 raises the condition expr window. condition expressions set up w/ this
6782                 window are used by the quicksearch if the user closes it pressing OK.
6783
6784 2005-11-14 [paul]       1.9.100cvs13
6785
6786         * src/plugins/clamav/clamav_plugin.c
6787         * src/plugins/spamassassin/spamassassin.c
6788                 change plugin type following recent merging
6789
6790 2005-11-14 [wwp]        1.9.100cvs12
6791
6792         * src/folder.c
6793                 prevent from crashing when copying/moving message(s) from and
6794                 to the same folder
6795
6796 2005-11-14 [paul]       1.9.100cvs11
6797
6798         * src/plugins/clamav/Makefile.am
6799         * src/plugins/clamav/clamav_plugin.c
6800         * src/plugins/clamav/clamav_plugin.h
6801         * src/plugins/clamav/clamav_plugin_gtk.c
6802                 also merge clamav and clamav_gtk plugins
6803
6804 2005-11-13 [colin]      1.9.100cvs10
6805
6806         * configure.ac
6807         * src/plugins/spamassassin/Makefile.am
6808         * src/plugins/spamassassin/spamassassin.c
6809         * src/plugins/spamassassin/spamassassin.h
6810         * src/plugins/spamassassin/spamassassin_gtk.c
6811                 Merge spamassassin and spamassassin_gtk plugins,
6812                 and build it by default.
6813
6814 2005-11-12 [colin]      1.9.100cvs9
6815
6816         * src/etpan/imap-thread.c
6817                 Fix gcc warning
6818
6819 2005-11-12 [colin]      1.9.100cvs8
6820
6821         * src/procmime.c
6822                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6823
6824 2005-11-10 [colin]      1.9.100cvs7
6825
6826         * src/main.c
6827                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6828                 minimised state)
6829
6830 2005-11-10 [wwp]        1.9.100cvs6
6831
6832         * src/gtk/description_window.c
6833                 fix a crash when closing description windows using the WM's [X] button
6834
6835 2005-11-09 [colin]      1.9.100cvs5
6836
6837         * src/common/ssl.c
6838                 Update libetpan call to follow upstream
6839                 (yes, this requires libetpan-0.40cvs3)
6840
6841 2005-11-08 [colin]      1.9.100cvs4
6842
6843         * src/compose.c
6844         * src/textview.c
6845         * src/common/utils.c
6846         * src/common/utils.h
6847                 Enhance the email parser
6848
6849 2005-11-08 [colin]      1.9.100cvs3
6850
6851         * src/procmime.c
6852                 Fix what looks like an off-by-one (fixes 
6853                 attachments from the Bat)
6854
6855 2005-11-08 [wwp]        1.9.100cvs2
6856
6857         * src/main.c
6858                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6859
6860 2005-11-08 [wwp]        1.9.100cvs1
6861
6862         * src/main.c
6863                 allow exiting Sylpheed-Claws from command-line
6864
6865 2005-11-08 [paul]       1.9.100
6866
6867         1.9.100 released
6868
6869 2005-11-07 [colin]      1.9.99cvs17
6870
6871         * src/addritem.c
6872         * src/ldif.c
6873                 Fix import of base-64 encoded items
6874
6875 2005-11-07 [colin]      1.9.99cvs16
6876
6877         * src/send_message.c
6878                 Fix bug #314 (Queue does not empty under certain 
6879                 circumstances)
6880
6881 2005-11-07 [paul]       1.9.99cvs15
6882
6883         * src/mutt.c
6884         * src/pine.c
6885                 fix buffer overflows
6886                 Thanks to Colin
6887
6888 2005-11-07 [paul]       1.9.99cvs14
6889
6890         * doc/man/Makefile.am
6891         * doc/man/sylpheed-claws.1      ** ADDED **
6892         * doc/man/sylpheed.1            ** DELETED **
6893                 rename and update the man file
6894
6895 2005-11-06 [colin]      1.9.99cvs13
6896
6897         * src/ldif.c
6898                 Fix ldif_get_line() that returned empty strings
6899                 (Didn't understand why). Also fix a possible
6900                 buffer overflow.
6901
6902 2005-11-06 [wwp]        1.9.99cvs12
6903
6904         * src/textview.c
6905         * src/gtk/about.c
6906         * src/gtk/gtkutils.c
6907         * src/gtk/gtkutils.h
6908                 fix a compilation warning,
6909                 make links sensitive in the about dialog
6910
6911 2005-11-04 [wwp]        1.9.99cvs11
6912
6913         * src/gtk/about.c
6914                 don't wrap or translate URIs, and a bit text format cleanup
6915
6916 2005-11-04 [wwp]        1.9.99cvs10
6917
6918         * src/gtk/about.c
6919                 better textview tagging implementation (no more use of marks for
6920                 postponed tagging)
6921
6922 2005-11-02 [colin]      1.9.99cvs9
6923
6924         * src/common/ssl.c
6925                 Forgot an ifdef
6926
6927 2005-11-02 [colin]      1.9.99cvs8
6928
6929         * configure.ac
6930                 Require libetpan-0.40 due to upstream fix
6931         * src/common/ssl.c
6932                 Tell libetpan not to call SSL_Library_Init,
6933                 as we do it ourselves.
6934
6935 2005-11-02 [colin]      1.9.99cvs7
6936
6937         * po/POTFILES.in
6938                 Add missing files (thanks to Fabien Vantard)
6939
6940 2005-11-02 [colin]      1.9.99cvs6
6941
6942         * src/summaryview.c
6943                 Fix totals when read messages are hidden or quicksearch
6944                 is on
6945         * src/ssl_manager.c
6946         * src/ssl_manager.h
6947         * src/common/ssl_certificate.c
6948         * src/common/ssl_certificate.h
6949         * src/gtk/sslcertwindow.c
6950         * src/gtk/sslcertwindow.h
6951                 Fix copyright on my stuff
6952
6953 2005-11-02 [wwp]        1.9.99cvs5
6954
6955         * src/prefs_themes.c
6956                 fix directory name checking (theme installation/removal),
6957                 made related error a bit more verbose
6958
6959 2005-11-02 [colin]      1.9.99cvs4
6960
6961         * src/summaryview.c
6962                 Fix typo (probably fixes bug #841 (Sort by the From 
6963                 field doesn't work)
6964
6965 2005-11-02 [paul]       1.9.99cvs3
6966
6967         * po/ko.po
6968         * po/nb.po
6969                 updated by SungHyun Nam, Geir Helland
6970         * src/wizard.c
6971                 fix typo in welcome message. spotted by
6972                 Andrea Spadaccini
6973
6974 2005-11-01 [colin]      1.9.99cvs2
6975
6976         * src/compose.c
6977                 Fix replying to ml wen confirming subscription
6978         * src/messageview.c
6979         * src/mimeview.c
6980         * src/mimeview.h
6981         * src/privacy.h
6982         * src/summaryview.c
6983                 Make key check non blocking
6984
6985 2005-10-31 [paul]       1.9.99cvs1
6986
6987         * tools/claws.i18n.status.pl
6988                 updated for ChangeLog
6989
6990 2005-10-31 [paul]       1.9.99
6991
6992         1.9.99 released
6993
6994 2005-10-31 [paul]       1.9.15cvs131
6995
6996         * .cvsignore
6997         * ChangeLog
6998         * ChangeLog.claws       ** REMOVED **
6999         * ChangeLog-gtk2.claws  ** REMOVED **
7000         * ChangeLog.gtk1        ** ADDED **
7001         * INSTALL
7002         * Makefile.am
7003         * NEWS
7004         * README
7005         * README.claws          ** REMOVED **
7006         * README.jp             ** REMOVED **
7007         * RELEASE_NOTES         ** ADDED **
7008         * RELEASE_NOTES.claws   ** REMOVED **
7009         * commitHelper
7010         * configure.ac
7011         * sylpheed.spec.in      ** REMOVED **
7012                 tidy up and update the default docs:
7013                 ChangeLog.claws is renamed ChangeLog.gtk1
7014                 ChangeLog-gtk2.claws is renamed ChangeLog
7015                 README.claws is renamed README
7016                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7017
7018 2005-10-31 [paul]       1.9.15cvs130
7019
7020         * po/it.po
7021                 fix errors
7022
7023 2005-10-31 [paul]       1.9.15cvs129
7024
7025         * po/ca.po
7026         * po/de.po
7027         * po/en_GB.po
7028         * po/fr.po
7029         * po/it.po
7030         * po/pt_BR.po
7031         * po/sk.po
7032         * po/sr.po
7033         * po/zh_CN.po
7034                 updated by Miquel Oliete, Stephan Sachse and
7035                 Thomas Gilgin, me, Fabien Vantard, Andrea
7036                 Spadaccini, Frederico Goncalves Guimaraes,
7037                 Andrej Kacian, Aleksandar Urosevic, and
7038                 Ralgh Young.
7039
7040 2005-10-31 [mones]      1.9.15cvs128
7041
7042         * manual/faq.xml
7043                 More questions.
7044         
7045         * po/es.po
7046                 Updated for release.
7047
7048 2005-10-30 [colin]      1.9.15cvs127
7049
7050         * src/compose.c
7051                 Place cursor before rewrapping (fixes cursor
7052                 pos if quotation gets rewrapped)
7053
7054 2005-10-29 [paul]       1.9.15cvs126
7055
7056         * src/crash.c
7057         * src/foldersel.c
7058         * src/main.c
7059         * src/messageview.c
7060         * src/toolbar.c
7061         * src/gtk/authors.h
7062                 corrections to text items
7063
7064 2005-10-28 [colin]      1.9.15cvs125
7065
7066         * src/messageview.c
7067                 Make "hit 'C' to check sig" work from extern 
7068                 messageviews
7069
7070 2005-10-27 [colin]      1.9.15cvs124
7071
7072         * src/summaryview.c
7073                 Add a hack to avoid segfaulting when hammering 
7074                 on gtk's events
7075
7076 2005-10-27 [wwp]        1.9.15cvs123
7077
7078         * src/prefs_themes.c
7079                 sort list of themes names in themes prefs
7080
7081 2005-10-27 [paul]       1.9.15cvs122
7082
7083         * src/folder.c
7084         * src/prefs_account.c
7085                 fix building on Solaris
7086                 Patch by Alex Moore
7087
7088 2005-10-27 [wwp]        1.9.15cvs121
7089
7090         * src/summaryview.c
7091         * src/gtk/gtksctree.c
7092                 speed up unselecting messages in summary view (thanks to Colin)
7093
7094 2005-10-27 [paul]       1.9.15cvs120
7095
7096         * src/mainwindow.c
7097                 fix a compilation warning
7098         * src/summaryview.c
7099                 fix updating of 'n items selected' count
7100                 when deselecting
7101
7102 2005-10-27 [martin]     1.9.15cvs119
7103
7104         * src/action.c
7105                 ignore actions with a leading '/' in the action menu name
7106                 fixes a crash on menu creation
7107         * src/prefs_actions.c
7108                 do not allow a leading '/' in the action menu name
7109
7110 2005-10-27 [paul]       1.9.15cvs118
7111
7112         * src/main.c
7113                 fix compilation warning
7114
7115 2005-10-27 [paul]       1.9.15cvs117
7116
7117         * src/procmime.c
7118                 add #if HAVE_LOCALE_H
7119
7120 2005-10-27 [paul]       1.9.15cvs116
7121
7122         * src/plugins/clamav/clamav_plugin.c
7123         * src/plugins/dillo_viewer/dillo_viewer.c
7124         * src/plugins/mathml_viewer/mathml_viewer.c
7125         * src/plugins/pgpcore/plugin.c
7126         * src/plugins/pgpinline/plugin.c
7127         * src/plugins/pgpmime/plugin.c
7128         * src/plugins/spamassassin/spamassassin.c
7129         * src/plugins/trayicon/trayicon.c
7130                 plugin_init() : make error messages more
7131                 informative
7132
7133 2005-10-26 [wwp]        1.9.15cvs115
7134
7135         * src/prefs_matcher.c
7136                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7137
7138 2005-10-26 [wwp]        1.9.15cvs114
7139
7140         * src/procmime.c
7141         * src/gtk/gtksctree.c
7142         * src/plugins/spamassassin/libspamc.c
7143         * src/plugins/spamassassin/spamassassin.c
7144                 fix some compilation warnings more
7145
7146 2005-10-26 [mones]      1.9.15cvs113
7147
7148         * po/es.po
7149                 Updated translation
7150
7151 2005-10-26 [paul]       1.9.15cvs112
7152
7153         * src/prefs_message.c
7154                 give all display_xface stuff the
7155                 #if HAVE_LIBCOMPFACE treatment, thus
7156                 preventing a crash
7157                 (Thanks to Wolfgang Enderlein)
7158
7159 2005-10-26 [colin]      1.9.15cvs111
7160
7161         * src/gedit-print.c
7162                 Fix date format
7163         * src/imap_gtk.c
7164         * src/news_gtk.c
7165                 Remove context menu items that should not be there
7166         * src/jpilot.c
7167                 Fix encoding
7168         * src/main.c
7169         * src/mainwindow.c
7170                 Don't show the mainwindow too soon
7171
7172 2005-10-26 [wwp]        1.9.15cvs110
7173
7174         * src/folder.c
7175         * src/manual.c
7176         * src/summaryview.c
7177                 fix uninitialized pointers in the folder updating hook
7178                 (thanks to Colin)
7179
7180 2005-10-25 [mones]      1.9.15cvs109
7181
7182         * manual/faq.xml
7183                 General information subsection completed. 
7184                 Removed archaic references.
7185                 
7186         * manual/Makefile
7187         * manual/dtd/manual.dsl
7188                 Added customization stylesheet for getting paragraphs
7189                 fully justified in PDF output (as suggested by Colin).
7190
7191 2005-10-25 [colin]      1.9.15cvs108
7192
7193         * src/compose.c
7194                 Fix a second leak
7195
7196 2005-10-25 [colin]      1.9.15cvs107
7197
7198         * src/addrbook.c
7199         * src/addrindex.c
7200                 Fix leak (xml_get_element() allocates memory)
7201         * src/compose.c
7202                 Fix leak + dead code (shame!)
7203         * src/procmime.c
7204                 Fix leak
7205
7206 2005-10-25 [colin]      1.9.15cvs106
7207
7208         * src/mimeview.c
7209                 Fix encoding issue in Save all and in 
7210                 overwrite-confirmation alertpanel
7211
7212 2005-10-25 [colin]      1.9.15cvs105
7213
7214         * src/common/socket.c
7215                 Fix a leak - Thanks to Christopher Aillon
7216                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7217
7218 2005-10-25 [paul]       1.9.15cvs104
7219
7220         * src/wizard.c
7221                 Always guess servers from the right-hand
7222                 email part and guess username from the
7223                 left-hand part. (Thanks to Colin)
7224                 add an X-Face to the welcome message
7225
7226 2005-10-25 [paul]       1.9.15cvs103
7227
7228         * manual/handling.xml
7229                 written by Colin, edited by me
7230
7231 2005-10-25 [wwp]        1.9.15cvs102
7232
7233         * src/folderview.c
7234         * src/grouplistdialog.c
7235         * src/imap.c
7236         * src/noticeview.c
7237                 fix some compilation warnings
7238
7239 2005-10-24 [paul]
7240
7241         1.9.99-rc3 released
7242
7243 2005-10-24 [paul]       1.9.15cvs101
7244
7245         * src/gtk/about.c
7246                 fix window sizing
7247
7248 2005-10-24 [paul]       1.9.15cvs100
7249
7250         * src/pixmaps/offline.xpm
7251         * src/pixmaps/online.xpm
7252                 replace with last default versions
7253
7254 2005-10-24 [colin]      1.9.15cvs99
7255
7256         * src/imap.c
7257                 Fix bug when moving a folder
7258         * src/imap_gtk.c
7259         * src/mh_gtk.c
7260                 "Delete folder" pops up a window, so it 
7261                 should be suffixed with "..."
7262         * src/plugins/pgpcore/sgpgme.c
7263                 Include locale.h
7264
7265 2005-10-24 [mones]      1.9.15cvs98
7266
7267         * manual/Makefile
7268         * manual/account.xml
7269         * manual/ack.xml
7270         * manual/addrbook.xml
7271         * manual/advanced.xml
7272         * manual/faq.xml
7273         * manual/glossary.xml
7274         * manual/gpl.xml
7275         * manual/handling.xml
7276         * manual/intro.xml
7277         * manual/keyboard.xml
7278         * manual/manual.xml
7279         * manual/plugins.xml
7280         * manual/starting.xml
7281         * manual/dtd/sdocbook.dtd
7282                 Initial manual structure and some content.
7283
7284 2005-10-23 [wwp]        1.9.15cvs97
7285
7286         * src/gtk/about.c
7287                 fix a typo
7288
7289 2005-10-23 [wwp]        1.9.15cvs96
7290
7291         * src/gtk/about.c
7292         * src/gtk/authors.h
7293                 rework of the about window (main work by Paul), also featuring a few
7294                 fixes for typos and duplicate names
7295
7296 2005-10-23 [wwp]        1.9.15cvs95
7297
7298         * src/.cvsignore
7299                 Ignore the right binary name (sylpheed-claws now)
7300
7301 2005-10-23 [paul]       1.9.15cvs94
7302
7303         * src/compose.c
7304                 when using Folder Pref 'Default To for
7305                 replies' make the entry in the Compose
7306                 window bold
7307                 Patch by Fabien Vantard
7308
7309 2005-10-22 [colin]      1.9.15cvs93
7310
7311         * src/codeconv.c
7312                 Fix leak
7313
7314 2005-10-22 [colin]      1.9.15cvs92
7315
7316         * src/codeconv.c
7317                 try to convert using locale (apart utf8) if necessary
7318
7319 2005-10-22 [colin]      1.9.15cvs91
7320
7321         * src/pixmaps/new.xpm
7322         * src/pixmaps/unread.xpm
7323                 Make the unread envelope blue again and
7324                 saturate the new one a bit more.
7325
7326 2005-10-22 [colin]      1.9.15cvs90
7327
7328         * src/compose.c
7329                 When replying to a mail sent by one of our accounts,
7330                 use the original list of recipients. Let 'Reply All'
7331                 and 'Reply to sender' work like previously.
7332
7333 2005-10-21 [colin]      1.9.15cvs89
7334
7335         * src/prefs_filtering.c
7336                 Clear fields after add and replace
7337         * src/textview.c
7338                 Display xface differently (better)
7339         * src/plugins/pgpinline/pgpinline.c
7340                 Fix crappy encodings/recodings
7341
7342 2005-10-21 [paul]       1.9.15cvs88
7343
7344         * src/compose.c
7345         * src/prefs_folder_item.c
7346         * src/toolbar.c
7347                 fix news folder Folder Properties
7348                 (thanks to Colin)
7349         * src/folderview.c
7350                 update folderview after Themes change
7351                 keep selected folder selected
7352                 (thanks to Colin)
7353
7354 2005-10-21 [paul]       1.9.15cvs87
7355
7356         * tools/Makefile.am
7357         * tools/OOo2sylpheed.pl
7358         * tools/README
7359         * tools/README.sylprint
7360         * tools/asus_mailled.sh         ** REMOVED **
7361         * tools/filter_conv.pl
7362         * tools/freshmeat_search.pl
7363         * tools/google_search.pl
7364         * tools/gpg-sign-syl            ** REMOVED **
7365         * tools/kmail2sylpheed.pl
7366         * tools/kmail2sylpheed_v2.pl
7367         * tools/multiwebsearch.pl
7368         * tools/nautilus2sylpheed.sh
7369         * tools/newscache_clean.pl
7370         * tools/outlook2sylpheed.pl
7371         * tools/sylpheed-switcher       ** REMOVED **
7372         * tools/sylprint.pl
7373         * tools/sylprint.rc
7374         * tools/tb2sylpheed
7375         * tools/vcard2xml.py
7376         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7377                 update default config dir
7378                 update binary name (thanks to Fabien Vantard)
7379                 remove obsolete scripts
7380
7381 2005-10-21 [colin]      1.9.15cvs86
7382
7383         * src/inc.c
7384                 Fix possible leak and units. Based on a patch by
7385                 Fabien Vantard.
7386
7387 2005-10-20 [colin]      1.9.15cvs85
7388
7389         * src/textview.c
7390                 Clear xface when clearing textview
7391
7392 2005-10-20 [colin]      1.9.15cvs84
7393
7394         * configure.ac
7395         * src/folderview.c
7396         * src/headerview.c
7397         * src/main.c
7398         * src/prefs_common.c
7399         * src/prefs_common.h
7400         * src/prefs_message.c
7401         * src/textview.c
7402         * src/textview.h
7403         * src/common/defs.h
7404         * src/common/utils.c
7405         * src/common/utils.h
7406         * src/gtk/gtkutils.c
7407         * src/gtk/gtkutils.h
7408                 Migrate config to .sylpheed-claws (Automatically)
7409                 Add a way to get the Xface in the TextView
7410
7411 2005-10-20 [colin]      1.9.15cvs83
7412
7413         * src/gtk/Makefile.am
7414         * src/gtk/about.c
7415         * src/gtk/authors.h
7416                 Make the about dialog *grooovy*
7417
7418 2005-10-20 [colin]      1.9.15cvs82
7419
7420         * src/mimeview.c
7421                 Use "Open with" on double click if no command
7422                 was found
7423
7424 2005-10-20 [colin]      1.9.15cvs81
7425
7426         * src/imap.c
7427         * src/etpan/imap-thread.c
7428                 Fix possible crash.
7429
7430 2005-10-20 [paul]       1.9.15cvs80
7431
7432         * src/folder.c
7433                 don't show clipkey icon if the only
7434                 attachment is the signature
7435                 Patch by Colin
7436
7437 2005-10-20 [paul]       1.9.15cvs79
7438
7439         * AUTHORS
7440         * src/plugins/pgpmime/pgpmime.c
7441                 name the PGP/MIME signature 'signature.asc'
7442                 Patch by Andrew Nelson <freeandy@gmail.com>
7443
7444 2005-10-19 [colin]      1.9.15cvs78
7445
7446         * src/plugins/pgpmime/pgpmime.c
7447                 Oops, no need to double-check though
7448
7449 2005-10-19 [colin]      1.9.15cvs77
7450
7451         * src/plugins/pgpinline/pgpinline.c
7452         * src/plugins/pgpmime/pgpmime.c
7453                 Check that my_tmpfile() doesn't 
7454                 return NULL
7455
7456 2005-10-19 [colin]      1.9.15cvs76
7457
7458         * src/common/utils.c
7459                 Use shorter mime boundaries to avoid having
7460                 MTAs rewrapping our headers, breaking the
7461                 PGP signature in the process 
7462         * src/compose.c
7463         * src/plugins/pgpmime/pgpmime.c
7464                 Check for boundary uniqueness to be sure
7465                 it won't happen, instead of hoping for the
7466                 best
7467
7468 2005-10-19 [colin]      1.9.15cvs75
7469
7470         * sylpheed-claws.desktop
7471         * src/Makefile.am
7472         * src/main.c
7473                 Ship a sylpheed-claws binary instead
7474                 of a sylpheed one. Change the socket
7475                 name, too
7476         * src/folderview.c
7477                 Update folder only if it changed
7478         * src/wizard.c
7479                 Fix i18n in welcome mail, patch by
7480                 Fabien Vantard
7481
7482 2005-10-19 [paul]
7483
7484         1.9.99-rc2 released
7485
7486 2005-10-19 [paul]       1.9.15cvs74
7487
7488         * src/folder.c
7489         * src/folderview.c
7490                 fix summaryview update
7491                 Patch by Colin
7492
7493 2005-10-18 [colin]      1.9.15cvs73
7494
7495         * src/plugins/pgpcore/passphrase.c
7496                 Don't XGrabServer, and try a bit more to 
7497                 sync everything before grabbing mouse/keyboard
7498
7499 2005-10-18 [colin]      1.9.15cvs72
7500
7501         * src/Makefile.am
7502         * src/addressadd.c
7503         * src/addressbook.c
7504         * src/folderview.c
7505         * src/grouplistdialog.c
7506         * src/mimeview.c
7507         * src/stock_pixmap.c
7508         * src/stock_pixmap.h
7509         * src/summaryview.c
7510         * src/gtk/gtksctree.c
7511         * src/gtk/gtksctree.h
7512         * src/pixmaps/empty.xpm
7513                 Implement a wrapper call for gtk_ctree_set_node_info
7514                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7515                 pixmap instead of a NULL one. This works around some
7516                 memory problems deep inside gtk, revealed by valgrind,
7517                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7518                 as locked crashes sylpheed.), as well as, probably, 
7519                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7520
7521 2005-10-17 [colin]      1.9.15cvs71
7522
7523         * src/mimeview.c
7524                 Provide visual feedback when checking
7525                 signature
7526
7527 2005-10-17 [colin]      1.9.15cvs70
7528
7529         * src/main.c
7530                 Keep the folder list frozen while checking caches...
7531
7532 2005-10-17 [colin]      1.9.15cvs69
7533
7534         * src/addr_compl.c
7535                 Fi bug #833 (Autocompleting from addressbook 
7536                 fails with extended chars)
7537         * src/imap.c
7538                 Fix 'adding messages' staying in statusbar
7539                 after an error
7540
7541 2005-10-17 [wwp]        1.9.15cvs68
7542
7543         * src/ssl_manager.c
7544                 Fix buttons' layout resizing when window size changes
7545
7546 2005-10-17 [wwp]        1.9.15cvs67
7547
7548         * src/account.c
7549         * src/prefs_account.c
7550         * src/prefs_common.c
7551         * src/prefs_common.h
7552         * src/prefs_folder_item.c
7553         * src/prefs_gtk.c
7554         * src/gtk/logwindow.c
7555         * src/gtk/pluginwindow.c
7556         * src/gtk/prefswindow.c
7557         * src/gtk/prefswindow.h
7558                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7559
7560 2005-10-17 [paul]       1.9.15cvs66
7561
7562         * configure.ac
7563                 fix missing libetpan message
7564         * po/en_GB.po
7565                 updated
7566         * src/crash.c
7567         * src/manual.c
7568         * src/prefs_themes.c
7569         * src/common/defs.h
7570                 add some new URI defines, change some
7571                 others
7572         * src/wizard.c
7573                 make welcome message translatable
7574                 small improvements to english
7575                 other tweaks
7576         * src/gtk/menu.c
7577                 fix warnings
7578
7579 2005-10-17 [paul]       1.9.15cvs65
7580
7581         * src/summaryview.c
7582                 fix column titles
7583
7584 2005-10-16 [mones]      1.9.15cvs64
7585
7586         * po/es.po
7587                 Updated translation
7588
7589 2005-10-16 [colin]
7590
7591         1.9.99-rc1 released
7592
7593 2005-10-16 [colin]      1.9.15cvs63
7594
7595         * src/wizard.c
7596                 Fix whitespace
7597
7598 2005-10-16 [colin]      1.9.15cvs62
7599
7600         * src/toolbar.c
7601                 s/Get All/Get Mail/
7602         * src/wizard.c
7603                 Real welcome mail text, thanks Paul
7604
7605 2005-10-16 [colin]      1.9.15cvs61
7606
7607         * src/editldap.c
7608         * src/exporthtml.c
7609         * src/main.c
7610         * src/mainwindow.c
7611         * src/prefs_themes.c
7612         * src/prefs_toolbar.c
7613         * src/plugins/demo/demo.c
7614         * src/plugins/trayicon/trayicon.c
7615                 s/Sylpheed/Sylpheed-Claws/
7616
7617 2005-10-16 [colin]      1.9.15cvs60
7618
7619         * src/wizard.c
7620                 Add a welcome email in the first empty mailbox
7621         * src/prefs_common.c
7622                 Change one more default
7623
7624 2005-10-16 [colin]      1.9.15cvs59
7625
7626         * src/wizard.c
7627                 Remove printf
7628
7629 2005-10-16 [colin]      1.9.15cvs58
7630
7631         * src/toolbar.c
7632         * src/prefs_common.c
7633                 Change some defaults
7634
7635 2005-10-16 [colin]      1.9.15cvs57
7636
7637         * src/toolbar.c
7638         * src/prefs_common.c
7639                 Change some defaults
7640
7641 2005-10-16 [colin]      1.9.15cvs56
7642
7643         * src/wizard.c
7644                 By default, initialize fonts to have
7645                 the same size as normal GtkWidgets
7646
7647 2005-10-16 [colin]      1.9.15cvs55
7648
7649         * src/mimeview.c
7650                 Fix message a bit more
7651
7652 2005-10-16 [colin]      1.9.15cvs54
7653
7654         * src/addressbook.c
7655                 Second attempt at flicker fixing
7656
7657 2005-10-16 [colin]      1.9.15cvs53
7658
7659         * src/addressbook.c
7660                 Fix flicker
7661
7662 2005-10-16 [wwp]        1.9.15cvs52
7663
7664         * src/addressbook.c
7665         * src/editaddress.c
7666         * src/prefs_common.c
7667         * src/prefs_common.h
7668                 Remember window sizes (address book)
7669
7670 2005-10-16 [wwp]        1.9.15cvs51
7671
7672         * src/plugins/clamav/clamav_plugin_gtk.c
7673         * src/plugins/spamassassin/spamassassin_gtk.c
7674                 Fix compilation warnings (missing #include).
7675
7676 2005-10-16 [colin]      1.9.15cvs50
7677
7678         * src/mimeview.c
7679         * src/summaryview.c
7680         * src/textview.c
7681                 Make 'c' check signature, and forward
7682                 c, l, y, t from summaryview to mimeview
7683
7684 2005-10-16 [colin]      1.9.15cvs49
7685
7686         * src/addressbook.c
7687                 Put border around buttons
7688         * src/mainwindow.c
7689         * src/summaryview.c
7690                 Rework menus (Patch based on a patch
7691                 by Paul)
7692
7693 2005-10-15 [wwp]        1.9.15cvs48
7694
7695         * src/editjpilot.c
7696         * src/editldap.c
7697         * src/editvcard.c
7698         * src/exphtmldlg.c
7699         * src/expldifdlg.c
7700         * src/export.c
7701         * src/import.c
7702         * src/importldif.c
7703         * src/importmutt.c
7704         * src/importpine.c
7705         * src/prefs_account.c
7706         * src/prefs_spelling.c
7707         * src/gtk/gtkutils.c
7708         * src/gtk/gtkutils.h
7709         * src/plugins/clamav/clamav_plugin_gtk.c
7710         * src/plugins/spamassassin/spamassassin_gtk.c
7711                 use nicer browse-for-file/dir buttons than the "..." ones,
7712                 code factorizing more.
7713
7714 2005-10-14 [colin]      1.9.15cvs47
7715
7716         * src/mainwindow.c
7717                 set relief on the account switcher so that people see it
7718                 grey out Create processing rules when no message is selected
7719         * src/prefs_filtering.c
7720                 ask before closing if the rule has not been modified, even if
7721                 it's not valid
7722         * src/prefs_matcher.c
7723                 fix sensitivity when entering the dialog
7724         * src/gtk/inputdialog.c
7725                 display a better icon on password ask
7726         * src/plugins/pgpcore/passphrase.c
7727                 make the dialog look better
7728
7729 2005-10-14 [paul]       1.9.15cvs46
7730
7731         * src/folderview.c
7732                 indicate presense of marked msgs in
7733                 unexpanded subfolders
7734
7735 2005-10-14 [paul]       1.9.15cvs45
7736
7737         * src/prefs_actions.c
7738         * src/prefs_common.c
7739         * src/prefs_common.h
7740         * src/prefs_filtering_action.c
7741         * src/prefs_matcher.c
7742         * src/prefs_template.c
7743                 remember window sizes
7744                 fix Info button size
7745
7746         Patches by wwp
7747
7748 2005-10-13 [colin]      1.9.15cvs44
7749
7750         * src/mimeview.c
7751         * src/noticeview.c
7752         * src/noticeview.h
7753                 Add a tooltip on the icon (optional) 
7754                 Get rid of the signature buttons and only
7755                 use the icon+tooltip
7756
7757 2005-10-13 [colin]      1.9.15cvs43
7758
7759         * src/noticeview.c
7760         * src/noticeview.h
7761                 Add hand cursor for hovering over icon
7762
7763 2005-10-13 [colin]      1.9.15cvs42
7764
7765         * src/summaryview.c
7766                 Fix crash when quicksearch's hidden 
7767                 at startup
7768
7769 2005-10-13 [colin]      1.9.15cvs41
7770
7771         * src/compose.c
7772                 Set subject when forwarding multiple mails
7773                 Check that other recipient than the default Cc or Bcc
7774                 have been set before sending.
7775
7776 2005-10-13 [colin]      1.9.15cvs40
7777
7778         * src/imap.c
7779                 Batch per-folder
7780                 Introduce locking, but don't use it yet
7781
7782 2005-10-13 [colin]      1.9.15cvs39
7783
7784         * src/gtk/quicksearch.c
7785                 Reset quicksearch when hiding it
7786                 Make sticky a real pref
7787
7788 2005-10-13 [colin]      1.9.15cvs38
7789
7790         * src/summaryview.c
7791                 Faster prefs apply
7792
7793 2005-10-13 [colin]      1.9.15cvs37
7794
7795         * src/mimeview.c
7796         * src/noticeview.c
7797         * src/noticeview.h
7798         * src/plugins/pgpcore/sgpgme.c
7799                 Make privacy icon clickable
7800                 Move Trust field in Full info
7801                 When trust is less than full, don't display
7802                 a warning icon
7803
7804 2005-10-13 [colin]      1.9.15cvs36
7805
7806         * src/folder.c
7807                 Batch on flags sync
7808         * src/folderview.c
7809                 Revert speed hack which is dangerous in fact
7810                 Apply prefs faster
7811
7812 2005-10-13 [colin]      1.9.15cvs35
7813
7814         * src/folder_item_prefs.c
7815                 Fix pref corruption on folder move. Patch
7816                 by wwp
7817
7818 2005-10-13 [paul]       1.9.15cvs34
7819
7820         * src/export.c
7821         * src/import.c
7822                 fix typos in g_warnings
7823         * src/prefs_account.c
7824                 add a file selector for Signature file
7825
7826         Patches by wwp
7827
7828 2005-10-12 [colin]      1.9.15cvs33
7829
7830         * src/mimeview.c
7831                 Provide a quick way to go back from a
7832                 signature's full info to the email part
7833
7834 2005-10-12 [colin]      1.9.15cvs32
7835
7836         * src/compose.c
7837                 Remove old hack of encoding signed mails with base64.
7838                 QP works equally well.
7839
7840 2005-10-12 [colin]      1.9.15cvs31
7841
7842         * src/crash.c
7843                 Replace deprecated GtkText with GtkTextView
7844         * src/imap.c
7845                 Fix a logic bug about counts in imap_select
7846                 (previously un-triggered)
7847         * src/mainwindow.c
7848         * src/summaryview.c
7849         * src/news.c
7850                 Allow local deletion of news posts
7851         * src/mimeview.c
7852                 Show GPG noticeview on the message/rfc822 part
7853                 in addition to the text/plain one
7854         * src/prefs_image_viewer.c
7855           src/plugins/pgpcore/prefs_gpg.c
7856                 Polish (set the label as part of the checkbox)
7857         * src/wizard.c
7858                 Don't sit there doing nothing after destroying
7859                 the window - return err
7860
7861 2005-10-11 [colin]      1.9.15cvs30
7862
7863         * src/folderview.c
7864                 Apply processing rules before showing folders.
7865                 Early folder show (before flags sync) will only
7866                 be done when there are no processing rules (nor
7867                 pre- or post- ones)
7868         * src/imap.c
7869                 Fix stuff related to mail subdir, creation and 
7870                 deletion of folders 
7871         * src/imap_gtk.c
7872                 Don't allow creation of folders in NoInferior
7873                 folders, as it won't work
7874
7875 2005-10-10 [colin]      1.9.15cvs29
7876
7877         * src/compose.c
7878                 Reselect "None" Privacy system when selecting an
7879                 account with no privacy system defined
7880
7881 2005-10-10 [colin]      1.9.15cvs28
7882
7883         * src/mainwindow.c
7884                 Add Windows-1252 encoding
7885         * src/prefs_common.c
7886                 Rework some defaults:
7887                 - autosave to draft by default
7888                 - don't show header pane (it's already in the textview)
7889                 - Select first new or unread mail on entry
7890                 - Assume 'Yes' to change folder when there's no more
7891                   unread message
7892         * src/prefs_matcher.c
7893                 Fix a gtk assertion failure
7894         * src/gtk/colorlabel.c
7895                 Workaround bad repainting on selection
7896         * src/main.c
7897                 Freeze/thaw (a bit faster on ssh -X)
7898         * src/msgcache.c
7899                 Get rid of StrdupConverter that just adds an
7900                 extra strdup/free 
7901         * src/etpan/imap_thread.c
7902                 memset buf to 0
7903
7904 2005-10-10 [colin]      1.9.15cvs27
7905
7906         * src/export.c
7907         * src/import.c
7908                 Fix compile on gtk 2.4. Patch by wwp
7909
7910 2005-10-09 [colin]      1.9.15cvs26
7911
7912         * src/mainwindow.c
7913         * src/messageview.c
7914         * src/summaryview.c
7915                 Clarify forward menus. Patch by wwp
7916
7917 2005-10-09 [colin]      1.9.15cvs25
7918
7919         * src/compose.c
7920         * src/compose.h
7921                 Fix bug #829 (Non-working "Encrypt message by 
7922                 default when replying to an encrypted message")
7923
7924 2005-10-08 [colin]      1.9.15cvs24
7925
7926         * src/wizard.c
7927                 Fix bug #827 ("Welcome" setup wizard after a 
7928                 permission error gives up & forgets itself.)
7929
7930 2005-10-08 [colin]      1.9.15cvs23
7931
7932         * src/procmime.c
7933                 Fix bug #828 (Ignoring headers with spaces around = sign)
7934
7935 2005-10-08 [colin]      1.9.15cvs22
7936
7937         * src/export.c
7938                 Warning fix by wwp
7939
7940 2005-10-08 [colin]      1.9.15cvs21
7941
7942         * src/folder.c
7943         * src/folder.h
7944                 Add a processing_pending indicator, set on 
7945                 folder_item_open and cleared after 
7946                 folder_item_process_open
7947         * src/folderview.c
7948         * src/summaryview.c
7949                 wrap procmsg_msginfo_*_flags, and in the
7950                 wrapper check that there's no folder processing 
7951                 pending. If there is, defer the flags change until 
7952                 processing is done to avoid stepping over each
7953                 other's toes.
7954                 Freeze during processing, but not during scanning.
7955
7956 2005-10-07 [colin]      1.9.15cvs20
7957
7958         * src/plugins/pgpcore/passphrase.c
7959                 Fix bug #826 (X-Server hangs when 
7960                 right-clicking a PGP encrypted message)
7961
7962 2005-10-07 [paul]       1.9.15cvs19
7963
7964         * src/compose.c
7965                 fix compose_entries[]
7966                 patch by Fabien Vantard
7967
7968 2005-10-06 [colin]      1.9.15cvs18
7969
7970         * src/pixmaps/address.xpm
7971         * src/pixmaps/address_book.xpm
7972         * src/pixmaps/book.xpm
7973         * src/pixmaps/check_spelling.xpm
7974         * src/pixmaps/checkbox_off.xpm
7975         * src/pixmaps/checkbox_on.xpm
7976         * src/pixmaps/close.xpm
7977         * src/pixmaps/complete.xpm
7978         * src/pixmaps/continue.xpm
7979         * src/pixmaps/deleted.xpm
7980         * src/pixmaps/down_arrow.xpm
7981         * src/pixmaps/exec.xpm
7982         * src/pixmaps/forwarded.xpm
7983         * src/pixmaps/group.xpm
7984         * src/pixmaps/ignorethread.xpm
7985         * src/pixmaps/interface.xpm
7986         * src/pixmaps/jpilot.xpm
7987         * src/pixmaps/ldap.xpm
7988         * src/pixmaps/linewrap.xpm
7989         * src/pixmaps/linewrapcurrent.xpm
7990         * src/pixmaps/mail.xpm
7991         * src/pixmaps/mail_attach.xpm
7992         * src/pixmaps/mail_compose.xpm
7993         * src/pixmaps/mail_forward.xpm
7994         * src/pixmaps/mail_receive.xpm
7995         * src/pixmaps/mail_receive_all.xpm
7996         * src/pixmaps/mail_reply.xpm
7997         * src/pixmaps/mail_reply_to_all.xpm
7998         * src/pixmaps/mail_reply_to_author.xpm
7999         * src/pixmaps/mail_send.xpm
8000         * src/pixmaps/mail_send_queue.xpm
8001         * src/pixmaps/mime_application.xpm
8002         * src/pixmaps/mime_audio.xpm
8003         * src/pixmaps/mime_image.xpm
8004         * src/pixmaps/mime_message.xpm
8005         * src/pixmaps/mime_text_enriched.xpm
8006         * src/pixmaps/mime_text_html.xpm
8007         * src/pixmaps/mime_text_plain.xpm
8008         * src/pixmaps/mime_unknown.xpm
8009         * src/pixmaps/new.xpm
8010         * src/pixmaps/news_compose.xpm
8011         * src/pixmaps/offline.xpm
8012         * src/pixmaps/online.xpm
8013         * src/pixmaps/paste.xpm
8014         * src/pixmaps/preferences.xpm
8015         * src/pixmaps/privacy_emblem_encrypted.xpm
8016         * src/pixmaps/privacy_expired.xpm
8017         * src/pixmaps/privacy_failed.xpm
8018         * src/pixmaps/privacy_passed.xpm
8019         * src/pixmaps/privacy_signed.xpm
8020         * src/pixmaps/privacy_unknown.xpm
8021         * src/pixmaps/privacy_warn.xpm
8022         * src/pixmaps/properties.xpm
8023         * src/pixmaps/replied.xpm
8024         * src/pixmaps/search.xpm
8025         * src/pixmaps/unread.xpm
8026         * src/pixmaps/up_arrow.xpm
8027         * src/pixmaps/vcard.xpm
8028                 Modernize internal theme, with icons from the 
8029                 Gnomaws theme. Keep some of the old ones where
8030                 they were better.
8031
8032 2005-10-06 [colin]      1.9.15cvs17
8033
8034         * src/summaryview.c
8035                 Little optimisations + bugfix
8036         * src/toolbar.c
8037                 Remove default useless items - useless being defined
8038                 by the default relevant prefs
8039         * src/wizard.c
8040                 include config.h to make gettext work
8041         * src/prefs_themes.c
8042                 Fix selection of current theme in prefs
8043
8044 2005-10-06 [colin]      1.9.15cvs16
8045
8046         * src/prefs_common.c
8047         * src/prefs_common.h
8048         * src/prefs_summaries.c
8049         * src/folderview.c
8050                 Add a warning dialog on Mark all read 
8051                 (with pref to get rid of it)
8052
8053 2005-10-06 [paul]       1.9.15cvs15
8054
8055         * po/nb.po
8056         * po/pt_BR.po
8057                 updated by Geir Helland and Frederico
8058                 Goncalves Guimaraes
8059
8060 2005-10-05 [colin]      1.9.15cvs14
8061
8062         * src/folder.c
8063         * src/folder.h
8064         * src/folderview.c
8065         * src/folderview.h
8066         * src/imap_gtk.c
8067         * src/mh_gtk.c
8068         * src/mainwindow.c
8069         * src/setup.c
8070                 add a way to rescan without rebuilding
8071                 make moving a bit faster (less folders changes)
8072                 don't lock the tree on Get 
8073         * src/imap.c
8074                 Don't re-delete deleted messages before expunging
8075         * src/summaryview.c
8076                 Set batch mode when deleting mails
8077
8078 2005-10-05 [paul]       1.9.15cvs13
8079
8080         * src/mainwindow.c
8081         * src/mainwindow.h
8082                 fix disabled Execute menu item
8083         * src/toolbar.c
8084                 match the change in 1.9.15cvs10: use Compose
8085                 instead of News by default
8086
8087 2005-10-04 [colin]      1.9.15cvs12
8088
8089         * src/compose.c
8090                 When replying to an ML post with Reply-To set
8091                 to the poster's email, honor it (as before),
8092                 but also honor our user's request to reply to
8093                 the mailing list: set the ML address in the To
8094                 field and the Reply-To address in the Cc: 
8095                 field.
8096
8097 2005-10-04 [colin]      1.9.15cvs11
8098
8099         * src/plugins/trayicon/trayicon.c
8100                 Finish cosmetic change - thanks to wwp
8101
8102 2005-10-04 [colin]      1.9.15cvs10
8103
8104         * src/toolbar.c
8105                 Use Compose instead of Email by default.
8106                 Spotted by wwp.
8107
8108 2005-10-04 [colin]      1.9.15cvs9
8109
8110         * src/folder.c
8111         * src/folder.h
8112         * src/folderview.c
8113         * src/imap.c
8114         * src/etpan/imap-thread.c
8115         * src/etpan/imap-thread.h
8116                 Try to make IMAP faster, by simplifying SEARCH
8117                 commands, avoiding sending two STATUS in a row,
8118                 and deferring flags sync and processing just
8119                 after displaying the folder. 
8120                 This will update the SummaryView in certain
8121                 cases (new mails not already fetched, flags
8122                 changed from another client) but in a non-
8123                 blocking manner.
8124
8125 2005-10-04 [colin]      1.9.15cvs8
8126
8127         * src/plugins/trayicon/trayicon.c
8128                 Relabel "Offline" to "Work offline"
8129
8130 2005-10-04 [colin]      1.9.15cvs7
8131
8132         * src/export.c
8133         * src/import.c
8134         * src/mbox.c
8135                 Fix mbox import/export buglets
8136                 Patch by wwp
8137         * src/plugins/trayicon/trayicon.c
8138                 Add offline swithc
8139                 Patch by wwp
8140
8141 2005-10-04 [colin]      1.9.15cvs6
8142
8143         * src/folder.c
8144         * src/folderview.c
8145         * src/summaryview.c
8146                 Better fix (don't break mark all read) for cvs2
8147
8148 2005-10-03 [colin]      1.9.15cvs5
8149
8150         * src/folder.c
8151                 Use a sane sort by default
8152
8153 2005-10-03 [colin]      1.9.15cvs4
8154
8155         * src/inc.c
8156                 Add a 'Only once' button for overriding offline mode
8157         * src/prefs_account.c
8158         * src/wizard.c
8159                 Add Local mbox to the wizard
8160                 Add IMAP subdir to the wizard (or the wizard is useless
8161                 for such accounts, or even worse than useless)
8162                 Move IMAP subdir from Advanced to Receive tab, as it's
8163                 not that uncommon
8164
8165 2005-10-03 [colin]      1.9.15cvs3
8166
8167         * src/send_message.c
8168                 Forgot this one in cvs1
8169
8170 2005-10-03 [colin]      1.9.15cvs2
8171
8172         * src/folder.c
8173                 Faster close when leaving a folder with lots
8174                 of new mails. Idea by David Relson.
8175
8176 2005-10-03 [colin]      1.9.15cvs1
8177
8178         * src/compose.c
8179         * src/imap.c
8180         * src/inc.c
8181         * src/main.c
8182         * src/messageview.c
8183         * src/news.c
8184         * src/summaryview.c
8185         * src/gtk/sslcertwindow.c
8186         * src/plugins/trayicon/trayicon.c
8187                 Add accels to every AlertPanel. Patch by Fabien 
8188                 Vantard
8189
8190 2005-10-03 [paul]       1.9.15
8191
8192         1.9.15 released
8193
8194 2005-10-03 [paul]       1.9.14cvs68
8195
8196         * po/ca.po
8197         * po/de.po
8198         * po/es.po
8199         * po/fi.po
8200         * po/fr.po
8201         * po/sk.po
8202         * po/sr.po
8203         * po/zh_CN.po
8204                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8205                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8206                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8207
8208 2005-10-03 [paul]       1.9.14cvs67
8209
8210         * src/send_message.c
8211                 prevent hang on Cancel
8212                 patch by Colin
8213
8214 2005-10-03 [paul]       1.9.14cvs66
8215
8216         * src/main.c
8217                 fix crash in IMAP caused by discrepancy
8218                 between check_at_startup and offline mode
8219                 Patch by Colin
8220
8221 2005-10-01 [paul]       1.9.14cvs65
8222
8223         * src/inc.c
8224                 fix engrish
8225
8226 2005-10-01 [paul]       1.9.14cvs64
8227         * src/export.c
8228         * src/import.c
8229                 synchronise import_mbox() and export_mbox()
8230         * src/mbox.c
8231                 proc_mbox(): add alert if file cannot be opened
8232                 export_list_to_mbox(): test if dest file exists,
8233                 prompt user to overwrite if it does. add alert
8234                 if file cannot be created
8235                                                                 
8236         Patch by wwp
8237                                                                                                                 
8238
8239 2005-09-30 [paul]       1.9.14cvs63
8240
8241         * src/addressbook.c
8242                 Fix sensitivity of a menu
8243         * src/codeconv.c
8244                 Respect hidden pref for mails with no encoding
8245         * src/common/xml.c
8246                 Fix memory corruption
8247         * src/plugins/pgpcore/sgpgme.c
8248                 Fix segfault on incomplete sigs, and display
8249                 of S/Mime UIDs
8250
8251         Patches by Colin
8252
8253 2005-09-30 [colin]      1.9.14cvs62
8254
8255         * src/partial_download.c
8256                 Little logic fix in almost-dead code
8257         * src/pop.c
8258                 Fix partial download when there's no new mail
8259
8260 2005-09-29 [paul]       1.9.14cvs61
8261
8262         * src/plugins/pgpinline/pgpinline.c
8263                 fix bug 819, 'crash accessing sign message'
8264                 Patch by Colin
8265
8266 2005-09-28 [martin]     1.9.14cvs60
8267
8268         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8269                 fix bug #790 (Crash when restarting window manager (fluxbox))
8270
8271 2005-09-28 [paul]       1.9.14cvs59
8272
8273         * src/gtk/gtkaspell.c
8274                 fix off-by-one typo
8275
8276 2005-09-27 [colin]      1.9.14cvs58
8277
8278         * src/plugins/pgpcore/sgpgme.c
8279                 Report error when there's one, instead of
8280                 "Signature unchecked" 
8281
8282 2005-09-27 [colin]      1.9.14cvs57
8283
8284         * src/prefs_quote.c
8285                 Fix bug #816 (Weird quotation with spaces)
8286
8287 2005-09-27 [colin]      1.9.14cvs56
8288
8289         * src/codeconv.c
8290         * src/compose.c
8291         * src/compose.h
8292                 Put subject in compose's title
8293                 Fix Automatic encoding so that it's really automatic:
8294                 first try default locale's charset, then charset of the replied mail, 
8295                 then utf-8
8296                 Fix encoding of headers (must be in strict mode too)
8297
8298 2005-09-26 [colin]      1.9.14cvs55
8299
8300         * src/gtk/gtkaspell.c
8301                 Fix previous patch - don't color the space,
8302                 just uncolor it :)
8303
8304 2005-09-26 [colin]      1.9.14cvs54
8305
8306         * src/gtk/gtkaspell.c
8307                 Unmark space if possible
8308
8309 2005-09-26 [colin]      1.9.14cvs53
8310
8311         * src/imap.c
8312                 log_error instead of alertpanel according to the pref
8313         * src/etpan/imap-thread.c
8314                 Print connect status, copy only necessary size to 
8315                 logger
8316         * src/plugins/pgpmime/pgpmime.c
8317                 Handle S/Mime signatures (verification only). Patch based
8318                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8319
8320 2005-09-26 [paul]       1.9.14cvs52
8321
8322         * src/common/passcrypt.c
8323                 this 'workaround' not necessary on NetBSD.
8324                 Thanks to Daniel Gustafson
8325
8326 2005-09-26 [paul]
8327
8328         1.9.15-rc4 released
8329
8330 2005-09-26 [paul]       1.9.14cvs51
8331
8332         * src/summaryview.c
8333                 Skip currently selected message when
8334                 looking for next new or unread message
8335                 in current folder. Patch by Colin
8336         * src/common/passcrypt.c
8337                 eliminate warnings on *BSD. Patch by
8338                 Daniel Gustafson
8339
8340 2005-09-26 [colin]      1.9.14cvs50
8341
8342         * src/procmsg.c
8343                 Call postfiltering hook anyway
8344
8345 2005-09-22 [colin]      1.9.14cvs49
8346
8347         * src/codeconv.c
8348         * src/codeconv.h
8349                 Add a strict mode that doesn't replace with _
8350         * src/compose.c
8351         * src/compose.h
8352                 Use strict conversion while sending
8353                 Fix race when drafting while sending (happens
8354                 on IMAP)
8355                 Fix d'n'd of messages from summaryview
8356         * src/prefs_common.c
8357         * src/prefs_common.h
8358                 add hidden utf8_instead_of_locale_for_broken_mail 
8359                 pref for people that preferred the default charset 
8360                 to be utf8 for broken mails
8361         * src/quote_fmt_parse.y
8362                 fix bug #815 (No quote insert if "From:" fied 
8363                 contained Russian letters)
8364         * src/summaryview.c
8365                 Fix d'n'd of messages to compose
8366
8367 2005-09-22 [paul]       1.9.14cvs48
8368
8369         * src/compose.c
8370                 fix bug where attachments Name entry
8371                 would display Path instead
8372
8373 2005-09-21 [paul]       1.9.14cvs47
8374
8375         * README
8376         * README.jp
8377         * configure.ac
8378         * config/config.rpath
8379         * doc/manual/en/sylpheed-20.html
8380         * doc/manual/es/sylpheed-20.html
8381         * po/bg.po
8382         * po/ca.po
8383         * po/de.po
8384         * po/es.po
8385         * po/fr.po
8386         * po/it.po
8387         * po/pt_BR.po
8388         * po/sk.po
8389         * po/zh_TW.po
8390         * src/account.c
8391         * src/account.h
8392         * src/action.c
8393         * src/action.h
8394         * src/adbookbase.h
8395         * src/addr_compl.c
8396         * src/addr_compl.h
8397         * src/addrbook.c
8398         * src/addrbook.h
8399         * src/addrcache.c
8400         * src/addrcache.h
8401         * src/addrcindex.c
8402         * src/addrcindex.h
8403         * src/addrclip.c
8404         * src/addrclip.h
8405         * src/addrdefs.h
8406         * src/addressadd.c
8407         * src/addressadd.h
8408         * src/addressbook.c
8409         * src/addressbook.h
8410         * src/addressitem.h
8411         * src/addrgather.c
8412         * src/addrgather.h
8413         * src/addrharvest.c
8414         * src/addrharvest.h
8415         * src/addrindex.c
8416         * src/addrindex.h
8417         * src/addritem.c
8418         * src/addritem.h
8419         * src/addrquery.c
8420         * src/addrquery.h
8421         * src/addrselect.c
8422         * src/addrselect.h
8423         * src/alertpanel.c
8424         * src/alertpanel.h
8425         * src/browseldap.c
8426         * src/browseldap.h
8427         * src/codeconv.c
8428         * src/codeconv.h
8429         * src/compose.c
8430         * src/compose.h
8431         * src/crash.c
8432         * src/crash.h
8433         * src/customheader.c
8434         * src/customheader.h
8435         * src/displayheader.c
8436         * src/displayheader.h
8437         * src/editaddress.c
8438         * src/editaddress.h
8439         * src/editbook.c
8440         * src/editbook.h
8441         * src/editgroup.c
8442         * src/editgroup.h
8443         * src/editjpilot.c
8444         * src/editjpilot.h
8445         * src/editldap.c
8446         * src/editldap.h
8447         * src/editldap_basedn.c
8448         * src/editldap_basedn.h
8449         * src/editvcard.c
8450         * src/editvcard.h
8451         * src/enriched.c
8452         * src/enriched.h
8453         * src/exphtmldlg.c
8454         * src/exphtmldlg.h
8455         * src/expldifdlg.c
8456         * src/expldifdlg.h
8457         * src/export.c
8458         * src/export.h
8459         * src/exporthtml.c
8460         * src/exporthtml.h
8461         * src/exportldif.c
8462         * src/exportldif.h
8463         * src/filtering.c
8464         * src/filtering.h
8465         * src/folder.c
8466         * src/folder.h
8467         * src/folder_item_prefs.c
8468         * src/folder_item_prefs.h
8469         * src/foldersel.c
8470         * src/foldersel.h
8471         * src/folderutils.c
8472         * src/folderutils.h
8473         * src/folderview.c
8474         * src/folderview.h
8475         * src/grouplistdialog.c
8476         * src/grouplistdialog.h
8477         * src/headerview.c
8478         * src/headerview.h
8479         * src/html.c
8480         * src/html.h
8481         * src/image_viewer.c
8482         * src/image_viewer.h
8483         * src/imap.c
8484         * src/imap.h
8485         * src/imap_gtk.c
8486         * src/imap_gtk.h
8487         * src/import.c
8488         * src/import.h
8489         * src/importldif.c
8490         * src/importldif.h
8491         * src/importmutt.c
8492         * src/importmutt.h
8493         * src/importpine.c
8494         * src/importpine.h
8495         * src/inc.c
8496         * src/inc.h
8497         * src/jpilot.c
8498         * src/jpilot.h
8499         * src/ldapctrl.c
8500         * src/ldapctrl.h
8501         * src/ldaplocate.c
8502         * src/ldaplocate.h
8503         * src/ldapquery.c
8504         * src/ldapquery.h
8505         * src/ldapserver.c
8506         * src/ldapserver.h
8507         * src/ldaputil.c
8508         * src/ldaputil.h
8509         * src/ldif.c
8510         * src/ldif.h
8511         * src/localfolder.c
8512         * src/localfolder.h
8513         * src/main.c
8514         * src/main.h
8515         * src/mainwindow.c
8516         * src/mainwindow.h
8517         * src/manual.c
8518         * src/manual.h
8519         * src/matcher.c
8520         * src/matcher.h
8521         * src/matcher_parser.h
8522         * src/matcher_parser_lex.l
8523         * src/matcher_parser_parse.y
8524         * src/mbox.c
8525         * src/mbox.h
8526         * src/message_search.c
8527         * src/message_search.h
8528         * src/messageview.c
8529         * src/messageview.h
8530         * src/mh.c
8531         * src/mh.h
8532         * src/mh_gtk.c
8533         * src/mh_gtk.h
8534         * src/mimeview.c
8535         * src/mimeview.h
8536         * src/msgcache.c
8537         * src/msgcache.h
8538         * src/mutt.c
8539         * src/mutt.h
8540         * src/news.c
8541         * src/news.h
8542         * src/news_gtk.c
8543         * src/news_gtk.h
8544         * src/noticeview.c
8545         * src/noticeview.h
8546         * src/partial_download.c
8547         * src/partial_download.h
8548         * src/pine.c
8549         * src/pine.h
8550         * src/pop.c
8551         * src/pop.h
8552         * src/prefs_account.c
8553         * src/prefs_account.h
8554         * src/prefs_actions.c
8555         * src/prefs_actions.h
8556         * src/prefs_common.c
8557         * src/prefs_common.h
8558         * src/prefs_compose_writing.c
8559         * src/prefs_compose_writing.h
8560         * src/prefs_customheader.c
8561         * src/prefs_customheader.h
8562         * src/prefs_display_header.c
8563         * src/prefs_display_header.h
8564         * src/prefs_ext_prog.c
8565         * src/prefs_ext_prog.h
8566         * src/prefs_filtering.c
8567         * src/prefs_filtering.h
8568         * src/prefs_filtering_action.c
8569         * src/prefs_filtering_action.h
8570         * src/prefs_folder_column.c
8571         * src/prefs_folder_column.h
8572         * src/prefs_folder_item.c
8573         * src/prefs_folder_item.h
8574         * src/prefs_fonts.c
8575         * src/prefs_fonts.h
8576         * src/prefs_gtk.c
8577         * src/prefs_gtk.h
8578         * src/prefs_image_viewer.c
8579         * src/prefs_image_viewer.h
8580         * src/prefs_matcher.c
8581         * src/prefs_matcher.h
8582         * src/prefs_message.c
8583         * src/prefs_message.h
8584         * src/prefs_msg_colors.c
8585         * src/prefs_msg_colors.h
8586         * src/prefs_other.c
8587         * src/prefs_other.h
8588         * src/prefs_quote.c
8589         * src/prefs_quote.h
8590         * src/prefs_receive.c
8591         * src/prefs_receive.h
8592         * src/prefs_send.c
8593         * src/prefs_send.h
8594         * src/prefs_spelling.c
8595         * src/prefs_spelling.h
8596         * src/prefs_summaries.c
8597         * src/prefs_summaries.h
8598         * src/prefs_summary_column.c
8599         * src/prefs_summary_column.h
8600         * src/prefs_template.c
8601         * src/prefs_template.h
8602         * src/prefs_themes.c
8603         * src/prefs_themes.h
8604         * src/prefs_toolbar.c
8605         * src/prefs_toolbar.h
8606         * src/prefs_wrapping.c
8607         * src/prefs_wrapping.h
8608         * src/privacy.c
8609         * src/privacy.h
8610         * src/procheader.c
8611         * src/procheader.h
8612         * src/procmime.c
8613         * src/procmime.h
8614         * src/procmsg.c
8615         * src/procmsg.h
8616         * src/quote_fmt.c
8617         * src/quote_fmt_parse.y
8618         * src/recv.c
8619         * src/recv.h
8620         * src/remotefolder.c
8621         * src/remotefolder.h
8622         * src/send_message.c
8623         * src/send_message.h
8624         * src/setup.c
8625         * src/setup.h
8626         * src/simple-gettext.c
8627         * src/sourcewindow.c
8628         * src/sourcewindow.h
8629         * src/ssl_manager.c
8630         * src/ssl_manager.h
8631         * src/statusbar.c
8632         * src/statusbar.h
8633         * src/stock_pixmap.c
8634         * src/stock_pixmap.h
8635         * src/summary_search.c
8636         * src/summary_search.h
8637         * src/summaryview.c
8638         * src/summaryview.h
8639         * src/syldap.c
8640         * src/syldap.h
8641         * src/textview.c
8642         * src/textview.h
8643         * src/toolbar.c
8644         * src/toolbar.h
8645         * src/undo.c
8646         * src/undo.h
8647         * src/unmime.c
8648         * src/unmime.h
8649         * src/vcard.c
8650         * src/vcard.h
8651         * src/wizard.c
8652         * src/wizard.h
8653         * src/common/base64.c
8654         * src/common/base64.h
8655         * src/common/defs.h
8656         * src/common/hooks.c
8657         * src/common/hooks.h
8658         * src/common/log.c
8659         * src/common/log.h
8660         * src/common/md5.c
8661         * src/common/md5.h
8662         * src/common/mgutils.c
8663         * src/common/mgutils.h
8664         * src/common/nntp.c
8665         * src/common/nntp.h
8666         * src/common/passcrypt.c
8667         * src/common/passcrypt.h.in
8668         * src/common/plugin.c
8669         * src/common/plugin.h
8670         * src/common/prefs.c
8671         * src/common/prefs.h
8672         * src/common/progressindicator.c
8673         * src/common/progressindicator.h
8674         * src/common/quoted-printable.c
8675         * src/common/quoted-printable.h
8676         * src/common/session.c
8677         * src/common/session.h
8678         * src/common/smtp.c
8679         * src/common/smtp.h
8680         * src/common/socket.c
8681         * src/common/socket.h
8682         * src/common/ssl.c
8683         * src/common/ssl.h
8684         * src/common/ssl_certificate.c
8685         * src/common/ssl_certificate.h
8686         * src/common/string_match.c
8687         * src/common/string_match.h
8688         * src/common/stringtable.c
8689         * src/common/sylpheed.c
8690         * src/common/sylpheed.h
8691         * src/common/template.c
8692         * src/common/template.h
8693         * src/common/timing.h
8694         * src/common/utils.c
8695         * src/common/utils.h
8696         * src/common/uuencode.c
8697         * src/common/uuencode.h
8698         * src/common/version.h.in
8699         * src/common/xml.c
8700         * src/common/xml.h
8701         * src/common/xmlprops.c
8702         * src/common/xmlprops.h
8703         * src/gtk/about.c
8704         * src/gtk/about.h
8705         * src/gtk/colorlabel.c
8706         * src/gtk/colorlabel.h
8707         * src/gtk/colorsel.c
8708         * src/gtk/colorsel.h
8709         * src/gtk/description_window.c
8710         * src/gtk/description_window.h
8711         * src/gtk/filesel.c
8712         * src/gtk/filesel.h
8713         * src/gtk/foldersort.c
8714         * src/gtk/foldersort.h
8715         * src/gtk/gtkutils.c
8716         * src/gtk/gtkutils.h
8717         * src/gtk/inputdialog.c
8718         * src/gtk/inputdialog.h
8719         * src/gtk/logwindow.c
8720         * src/gtk/logwindow.h
8721         * src/gtk/manage_window.c
8722         * src/gtk/manage_window.h
8723         * src/gtk/menu.c
8724         * src/gtk/menu.h
8725         * src/gtk/pluginwindow.c
8726         * src/gtk/pluginwindow.h
8727         * src/gtk/prefswindow.c
8728         * src/gtk/prefswindow.h
8729         * src/gtk/progressdialog.c
8730         * src/gtk/progressdialog.h
8731         * src/gtk/quicksearch.c
8732         * src/gtk/quicksearch.h
8733         * src/gtk/sslcertwindow.c
8734         * src/gtk/sslcertwindow.h
8735         * src/plugins/clamav/clamav_plugin.c
8736         * src/plugins/clamav/clamav_plugin.h
8737         * src/plugins/clamav/clamav_plugin_gtk.c
8738         * src/plugins/demo/demo.c
8739         * src/plugins/dillo_viewer/dillo_prefs.c
8740         * src/plugins/dillo_viewer/dillo_prefs.h
8741         * src/plugins/dillo_viewer/dillo_viewer.c
8742         * src/plugins/mathml_viewer/mathml_viewer.c
8743         * src/plugins/pgpcore/passphrase.c
8744         * src/plugins/pgpcore/passphrase.h
8745         * src/plugins/pgpcore/plugin.c
8746         * src/plugins/pgpcore/prefs_gpg.c
8747         * src/plugins/pgpcore/prefs_gpg.h
8748         * src/plugins/pgpcore/select-keys.c
8749         * src/plugins/pgpcore/select-keys.h
8750         * src/plugins/pgpcore/sgpgme.c
8751         * src/plugins/pgpcore/sgpgme.h
8752         * src/plugins/pgpinline/pgpinline.c
8753         * src/plugins/pgpinline/pgpinline.h
8754         * src/plugins/pgpinline/plugin.c
8755         * src/plugins/pgpmime/pgpmime.c
8756         * src/plugins/pgpmime/pgpmime.h
8757         * src/plugins/pgpmime/plugin.c
8758         * src/plugins/spamassassin/spamassassin.c
8759         * src/plugins/spamassassin/spamassassin.h
8760         * src/plugins/spamassassin/spamassassin_gtk.c
8761         * src/plugins/trayicon/trayicon.c
8762         * tools/OOo2sylpheed.pl
8763         * tools/acroread2sylpheed.pl
8764         * tools/asus_mailled.sh
8765         * tools/filter_conv.pl
8766         * tools/freshmeat_search.pl
8767         * tools/google_search.pl
8768         * tools/kmail2sylpheed.pl
8769         * tools/kmail2sylpheed_v2.pl
8770         * tools/maildir2sylpheed.pl
8771         * tools/multiwebsearch.pl
8772         * tools/newscache_clean.pl
8773         * tools/outlook2sylpheed.pl
8774         * tools/sylpheed-switcher
8775         * tools/update-po
8776         * tools/vcard2xml.py
8777         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8778                 update FSF address
8779
8780 2005-09-21 [colin]      1.9.14cvs46
8781
8782         * src/gedit-print.c
8783         * src/procmsg.c
8784         * src/procmsg.h
8785         * src/textview.c
8786         * src/summaryview.c
8787                 Remove some printing hacks (deselection/reselection),
8788                 which by the way fix printing the currently 
8789                 displayed mime part (still only text)
8790                 Plus a little optimisation of summary_show
8791
8792
8793 2005-09-20 [colin]      1.9.14cvs45
8794
8795         * src/mainwindow.c
8796         * src/messageview.c
8797                 GUI fixups: add accels, set message
8798                 view title to displayed mail's subject
8799         * src/prefs_spelling.c
8800         * src/gtk/gtkaspell.c
8801                 GUI fixups: allow underlining misspelled
8802                 words instead of coloring them (a11y!)
8803
8804 2005-09-19 [colin]
8805
8806         1.9.15rc3 released
8807
8808 2005-09-19 [colin]      1.9.14cvs44
8809
8810         * src/compose.c
8811                 Fix draft message
8812         * src/gtk/gtkaspell.c
8813                 Fix wrong test ;-)
8814
8815 2005-09-19 [colin]      1.9.14cvs43
8816
8817         * src/addressbook.c
8818                 Fix sensitivity of Delete button
8819         * src/compose.c
8820                 Warn if the requested Privacy system
8821                 is not available
8822         * src/exphtmldlg.c
8823         * src/expldifdlg.c
8824         * src/importldif.c
8825         * src/importmutt.c
8826         * src/importpine.c
8827                 Fix crappy UI
8828         * src/
8829         * src/ssl.h
8830         * src/prefs_account.h
8831         * src/prefs_account.c
8832                 Save SSL prefs even in builds that have
8833                 SSL support disable
8834         * src/imap.c
8835         * src/inc.c
8836         * src/news.c
8837         * src/send_message.c
8838                 Warn if connection should be secure, but
8839                 SSL support isn't compiled in
8840         * src/gtkaspell.c
8841                 Fix word separation on UTF-8 systems
8842                 Fixes bug #812 (Strange inline spellchecking)
8843         * src/compose.c
8844                 Warn if the requested Privacy system
8845                 is not available
8846                 Factorize offline warning
8847         * src/imap.c
8848         * src/imap_gtk.c
8849         * src/imap_gtk.h
8850         * src/inc.h
8851         * src/news_gtk.c
8852         * src/news_gtk.h
8853         * src/messageview.c
8854                 Factorize offline warning
8855
8856 2005-09-19 [paul]
8857
8858         1.9.15-rc2 released
8859
8860 2005-09-18 [colin]      1.9.14cvs42
8861
8862         * src/codeconv.c
8863         * src/codeconv.h
8864         * src/procmime.c
8865                 Add a way to get locale's charset ignoring utf-8,
8866                 and use that as default encoding for broken mails
8867
8868 2005-09-18 [colin]      1.9.14cvs41
8869
8870         * src/gtk/logwindow.c
8871                 Translate string. Patch by Fabien Vantard
8872
8873 2005-09-18 [colin]      1.9.14cvs40
8874
8875         * configure.ac
8876                 Fix bug #803 (IMAP/SSL support breaks with 
8877                 GnuTLS libetpan 0.38)
8878
8879 2005-09-18 [colin]      1.9.14cvs39
8880
8881         * src/codeconv.c
8882         * src/compose.c
8883         * src/procmime.c
8884                 More charsets fixes. Fixes bug #806 (non
8885                 ascii characters in subject line)
8886
8887 2005-09-17 [paul]       1.9.14cvs38
8888
8889         * src/folderview.c
8890         * src/mainwindow.c
8891                 fix gcc-2.95 issues
8892                 Patch by Pawel Pekala
8893
8894 2005-09-17 [colin]      1.9.14cvs37
8895
8896         * src/addrindex.c
8897                 bugfix for NO-USE LDAP compilation, patch 
8898                 by Fabien Vantard
8899
8900 2005-09-17 [colin]      1.9.14cvs36
8901
8902         * src/prefs_actions.c
8903         * src/prefs_customheader.c
8904         * src/prefs_display_header.c
8905         * src/prefs_filtering_action.c
8906         * src/prefs_matcher.c
8907         * src/prefs_toolbar.c
8908                 Fix strange casts (less elegant but
8909                 works better)
8910
8911 2005-09-16 [colin]      1.9.14cvs35
8912
8913         * src/jpilot.c
8914                 Missed that one
8915
8916 2005-09-16 [colin]      1.9.14cvs34
8917
8918         * configure.ac
8919         * src/Makefile.am
8920         * src/addr_compl.c
8921         * src/addrindex.c
8922         * src/browseldap.c
8923         * src/editldap.c
8924         * src/ldaplocate.c
8925         * src/ldapquery.c
8926         * src/ldapquery.h
8927         * src/ldapserver.c
8928         * src/ldapserver.h
8929         * src/main.c
8930         * src/matcher_parser_parse.y
8931         * src/prefs_themes.c
8932         * src/etpan/Makefile.am
8933         * src/gtk/description_window.c
8934         * src/plugins/clamav/Makefile.am
8935         * src/plugins/clamav/clamav_plugin.c
8936         * src/plugins/dillo_viewer/Makefile.am
8937         * src/plugins/pgpcore/Makefile.am
8938         * src/plugins/pgpinline/Makefile.am
8939         * src/plugins/pgpmime/Makefile.am
8940         * src/plugins/trayicon/Makefile.am
8941                 Fix 100% cpu usage in address completion list
8942                 Fix little bugs (return with no values etc)
8943                 Fix all warnings (with common CFLAGS)
8944
8945 2005-09-15 [colin]      1.9.14cvs33
8946
8947         * src/addressbook.c
8948                 Fix bug where sometimes a group's email list is empty,
8949                 force its refresh (probably fixes "Re: how to create a 
8950                 distribution list")
8951         * src/ldapquery.c
8952                 Don't return to the callback in the main thread from the
8953                 fetch thread (or face segs!)
8954
8955 2005-09-15 [paul]       1.9.14cvs32
8956
8957         * src/prefs_matcher.c
8958                 forgotten in last commit
8959
8960 2005-09-15 [paul]       1.9.14cvs31
8961
8962         * src/prefs_actions.c
8963         * src/prefs_filtering_action.c
8964         * src/prefs_quote.c
8965         * src/quote_fmt.c
8966         * src/summaryview.c
8967         * src/gtk/description_window.c
8968         * src/gtk/description_window.h
8969         * src/gtk/quicksearch.c
8970                 allow interaction with the called
8971                 description window
8972                 Patch by Anders Hammar
8973
8974 2005-09-14 [paul]       1.9.14cvs30
8975
8976         * src/compose.c
8977                 fix a little annoyance when pasting with 3rd button 
8978                 with wrap_pastes=0 and wrap_input=1
8979                 Patch by Colin
8980
8981 2005-09-14 [paul]       1.9.14cvs29
8982
8983         * src/prefs_account.c
8984                 disable 'Filter messages on receiving' for
8985                 SMTP-only accounts
8986                 Patch  by Anders Hammar
8987
8988 2005-09-14 [paul]       1.9.14cvs28
8989
8990         * po/sk.po
8991                 fix crash
8992                 updated by Andrej Kacian
8993
8994 2005-09-14 [paul]
8995
8996         1.9.15-rc1 released
8997
8998 2005-09-14 [paul]       1.9.14cvs27
8999
9000         * po/es.po
9001                 updated by Ricardo Mones Lastra
9002         * src/compose.c
9003         * src/compose.h
9004                 associate no_wrap_tags to Compose windows
9005                 instead of using a static one
9006                 Patch by Colin
9007         * src/mbox.c
9008                 fix proc_mbox()
9009                 Patch by wwp
9010         * src/textview.c
9011                 remove unneeded printf()
9012
9013 2005-09-14 [paul]       1.9.14cvs26
9014
9015         * src/addrcache.c
9016         * src/codeconv.h
9017         * src/folder.h
9018         * src/mainwindow.h
9019         * src/mh.c
9020         * src/mimeview.h
9021         * src/partial_download.c
9022         * src/pop.c
9023         * src/prefs_account.c
9024         * src/prefs_account.h
9025         * src/prefs_actions.c
9026         * src/prefs_customheader.c
9027         * src/prefs_display_header.c
9028         * src/prefs_filtering_action.c
9029         * src/prefs_matcher.c
9030         * src/prefs_toolbar.c
9031         * src/privacy.h
9032         * src/procmime.c
9033         * src/procmime.h
9034         * src/procmsg.h
9035         * src/textview.c
9036         * src/undo.h
9037         * src/common/plugin.c
9038         * src/common/session.h
9039         * src/common/socket.c
9040         * src/common/socket.h
9041         * src/common/template.c
9042         * src/gtk/gtkaspell.c
9043         * src/gtk/quicksearch.h
9044         * src/plugins/pgpcore/passphrase.c
9045         * src/plugins/pgpcore/prefs_gpg.h
9046         * src/plugins/pgpcore/select-keys.c
9047         * src/plugins/pgpcore/select-keys.h
9048         * src/plugins/pgpcore/sgpgme.c
9049         * src/plugins/pgpinline/pgpinline.c
9050         * src/plugins/pgpmime/pgpmime.c
9051         * src/plugins/trayicon/trayicon.c
9052                 fix compilation warnings
9053                 Patch by Daniel Gustafson
9054
9055 2005-09-14 [paul]       1.9.14cvs25
9056
9057         * src/addressbook.c
9058                 add missing column header, and other small
9059                 bug fixes
9060                 Patch by Anders Hammar
9061
9062 2005-09-13 [colin]      1.9.14cvs24
9063
9064         * src/gtk/gtkaspell.c
9065                 Fix non-utf8 in menu
9066                 Fix little leaks
9067                 Nullify struct members after free()s
9068
9069 2005-09-13 [colin]      1.9.14cvs23
9070
9071         * src/compose.c
9072                 Test utf8 compliance before inserting to 
9073                 buffer, and try to convert if necessary
9074         * src/procmime.c
9075                 If no charset is present, use the locale 
9076                 one instead of us-ascii
9077         * src/procmsg.c
9078                 Add Sender, List-Post and To in the checked 
9079                 headers for automatic rules creation 
9080                 (thanks to wwp)
9081         * src/prefs_themes.c
9082         * src/gtk/gtkaspell.c
9083                 Remove deprecated functions. 
9084                 patch by Daniel Gustafson
9085
9086 2005-09-12 [colin]      1.9.14cvs22
9087
9088         * src/compose.c
9089                 Fix bug #448 (Scrolling/Redraw issue with 
9090                 address-fields in Header)
9091         * src/mainwindow.c
9092         * src/summaryview.c
9093         * src/summaryview.h
9094                 Fix loss of MSG_MARKED on move/copy
9095                 Fix bug #804 (Quicksearch togglebutton doesn't 
9096                 get depressed after '/' key is pressed)
9097
9098 2005-09-12 [paul]       1.9.14cvs21
9099
9100         * AUTHORS
9101         * src/gtk/logwindow.c
9102                 add 'Clear Log' to popup menu
9103                 Patch by Anders Hammar <anders.hammar@telia.com>
9104
9105 2005-09-12 [paul]       1.9.14cvs20
9106
9107         * src/compose.c
9108                 set correct sensitivity on attachments
9109                 popup menu
9110         * src/folder.c
9111                 fix typo
9112         * src/prefs_spelling.c
9113                 fix crash when no LANG env is set
9114         * src/common/xml.c
9115                 fix crash in wizard
9116                 don't use memeory after free
9117
9118         All patches by Daniel Gustafson
9119
9120 2005-09-12 [paul]       1.9.14cvs19
9121
9122         * src/prefs_themes.c
9123                 make theme info selectable
9124         * src/gtk/description_window.c
9125                 make window non-modal
9126         * tools/README
9127                 add details of asus_mailed.sh
9128         * tools/claws.i18n.status.pl
9129                 update for new zh_TW translator
9130                 widen the output
9131                 create alternate coloured lines
9132                 improve readability
9133
9134 2005-09-10 [colin]      1.9.14cvs18
9135
9136         * src/plugins/pgpcore/select-keys.c
9137                 Better order for the buttons
9138
9139 2005-09-10 [colin]      1.9.14cvs17
9140
9141         * src/compose.c
9142         * src/plugins/pgpcore/select-keys.c
9143         * src/plugins/pgpcore/select-keys.h
9144         * src/plugins/pgpcore/sgpgme.c
9145                 Add a "Don't encrypt" button to the key
9146                 selection dialog. Fixes bug #177 (There should be a 
9147                 'Don't encrypt button in the Select Keys dialog)
9148
9149 2005-09-10 [colin]      1.9.14cvs16
9150
9151         * src/compose.c
9152                 Fix bug #572 (%X option does not work with templates)
9153
9154 2005-09-10 [colin]      1.9.14cvs15
9155
9156         * src/toolbar.c 
9157                 Remove g_print
9158
9159 2005-09-10 [colin]      1.9.14cvs14
9160
9161         * src/imap.c
9162                 Fix a possible crash
9163
9164 2005-09-09 [colin]      1.9.14cvs13
9165
9166         * src/imap.c
9167         * src/etpan/imap-thread.c
9168         * src/etpan/imap-thread.h
9169                 Fix moving from queue or drafts to normal folders
9170                 Fix bug #794 (No way to delete without expunging)
9171                 Take flags unset by other mailers into account
9172                 Take deleted flag set by other mailers into account
9173                 Fix unsetting REPLIED flag
9174                 Fix crash when capabilities can't be retrieved
9175         * src/mainwindow.c
9176         * src/mainwindow.h
9177                 Add M_DELAYED_FLAGS condition, and let the user use
9178                 Execute in order to be able to expunge deleted mails,
9179                 even if he's not in delayed execute mode
9180         * src/prefs_spelling.c
9181                 Use 'en' dictionary by default if LANG is POSIX or C
9182         * src/gtk/prefswindow.c
9183                 Fix bug #767 (Preferences windows expanding) by making
9184                 the window a bit larger when the resolution is greater
9185                 than 640x480, and by putting the prefs in a
9186                 GtkScrolledWindow.
9187
9188 2005-09-09 [paul]       1.9.14cvs12
9189
9190         * AUTHORS
9191         * configure.ac
9192         * po/zh_TW.Big5.po      ** REMOVED **
9193         * po/zh_TW.po           ** ADDED **
9194                 updated by Wei-Lun Chao
9195
9196 2005-09-09 [paul]       1.9.14cvs11
9197
9198         * src/mainwindow.c
9199                 fix asserts
9200         * src/common/xml.c
9201                 delay memory allocation until file is
9202                 opened successfully
9203                 Patch by Daniel Gustafson
9204
9205 2005-09-09 [colin]      1.9.14cvs10
9206
9207         * src/imap.c
9208                 Add guards
9209
9210 2005-09-08 [colin]      1.9.14cvs9
9211
9212         * src/compose.c
9213                 Alert when we can't save draft
9214                 Fix various wrap/color issues
9215                 Add mid-click pasting respecting wrap_paste option
9216         * src/folder.c
9217         * src/folder.h
9218         * src/folder_item_prefs.c
9219         * src/folder_item_prefs.h
9220         * src/imap.c
9221         * src/imap_gtk.c
9222         * src/imap_gtk.h
9223         * src/main.c
9224         * src/mainwindow.c
9225         * src/mainwindow.h
9226         * src/news.c
9227         * src/news_gtk.c
9228         * src/news_gtk.h
9229         * src/prefs_folder_item.c
9230                 Fix the impossibility to synchronise folders for
9231                 offline use (IMAP and NNTP are concerned)
9232
9233 2005-09-08 [colin]      1.9.14cvs8
9234
9235         * configure.ac
9236                 Build LDAP and JPilot by default if available
9237         * src/textview.c
9238                 Fix use after free
9239
9240 2005-09-08 [paul]       1.9.14cvs7
9241
9242         * doc/manual/en/sylpheed-1.html
9243         * doc/manual/en/sylpheed-18.html
9244         * doc/manual/en/sylpheed-19.html
9245         * doc/manual/en/sylpheed-4.html
9246         * doc/manual/en/sylpheed-6.html
9247         * doc/manual/en/sylpheed.html
9248                 a few minor updates, plus include some
9249                 details about plugins and their requirements
9250         * src/mainwindow.c
9251                 minor changes to English in /View/Sort
9252
9253 2005-09-07 [colin]      1.9.14cvs6
9254
9255         * doc/manual/en/sylpheed-1.html
9256         * doc/manual/en/sylpheed-10.html
9257         * doc/manual/en/sylpheed-11.html
9258         * doc/manual/en/sylpheed-12.html
9259         * doc/manual/en/sylpheed-13.html
9260         * doc/manual/en/sylpheed-14.html
9261         * doc/manual/en/sylpheed-15.html
9262         * doc/manual/en/sylpheed-16.html
9263         * doc/manual/en/sylpheed-17.html
9264         * doc/manual/en/sylpheed-18.html
9265         * doc/manual/en/sylpheed-19.html
9266         * doc/manual/en/sylpheed-2.html
9267         * doc/manual/en/sylpheed-20.html
9268         * doc/manual/en/sylpheed-21.html
9269         * doc/manual/en/sylpheed-22.html
9270         * doc/manual/en/sylpheed-3.html
9271         * doc/manual/en/sylpheed-4.html
9272         * doc/manual/en/sylpheed-5.html
9273         * doc/manual/en/sylpheed-6.html
9274         * doc/manual/en/sylpheed-7.html
9275         * doc/manual/en/sylpheed-8.html
9276         * doc/manual/en/sylpheed-9.html
9277         * doc/manual/en/sylpheed.html
9278                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9279
9280 2005-09-07 [colin]      1.9.14cvs5
9281
9282         * src/mainwindow.c
9283                 Make labels more to-the-point
9284
9285 2005-09-07 [colin]      1.9.14cvs4
9286
9287         * doc/manual/en/sylpheed-1.html
9288         * doc/manual/en/sylpheed-12.html
9289         * doc/manual/en/sylpheed-13.html
9290         * doc/manual/en/sylpheed-14.html
9291         * doc/manual/en/sylpheed-15.html
9292         * doc/manual/en/sylpheed-16.html
9293         * doc/manual/en/sylpheed-17.html
9294         * doc/manual/en/sylpheed-18.html
9295         * doc/manual/en/sylpheed-19.html
9296         * doc/manual/en/sylpheed-2.html
9297         * doc/manual/en/sylpheed-20.html
9298         * doc/manual/en/sylpheed-21.html
9299         * doc/manual/en/sylpheed-22.html
9300         * doc/manual/en/sylpheed-4.html
9301         * doc/manual/en/sylpheed-5.html
9302         * doc/manual/en/sylpheed-6.html
9303         * doc/manual/en/sylpheed-7.html
9304         * doc/manual/en/sylpheed-8.html
9305         * doc/manual/en/sylpheed-9.html
9306         * doc/manual/en/sylpheed.html
9307                 Update manual
9308
9309 2005-09-07 [colin]      1.9.14cvs3
9310
9311         * doc/faq/en/sylpheed-faq-1.html
9312         * doc/faq/en/sylpheed-faq-2.html
9313         * doc/faq/en/sylpheed-faq-3.html
9314         * doc/faq/en/sylpheed-faq.html
9315                 Update FAQ
9316
9317 2005-09-07 [colin]      1.9.14cvs2
9318
9319         * src/folderview.c
9320         * src/procmsg.c
9321         * src/summaryview.c
9322         * src/toolbar.c
9323                 Fix special subfolders:
9324                 - Inherit parent's icon
9325                 - sent contents of queues subfolders
9326                 - empty subfolders of trashes
9327         * src/mainwindow.c
9328                 Remove outdated manual and faq entries
9329         * src/common/utils.c
9330                 Add quotes around %s coming from mailcap
9331
9332 2005-09-07 [colin]      1.9.14cvs1
9333
9334         * src/compose.c
9335                 After saving draft, set modified to FALSE
9336         * src/mimeview.c
9337         * src/common/utils.c
9338         * src/common/utils.h
9339                 Try to open mime parts using what is 
9340                 indicated in ~/.mailcap or /etc/mailcap,
9341                 if possible.
9342
9343 2005-09-05 [paul]       1.9.14
9344
9345         1.9.14 released
9346
9347         * po/sk.po
9348                 updated by Andrej Kacian
9349
9350 2005-09-05 [paul]       1.9.13cvs83
9351
9352         * po/de.po
9353         * po/es.po
9354         * po/fi.po
9355         * po/fr.po
9356         * po/nb.po
9357         * po/pt_BR.po
9358         * po/sr.po
9359                 updated translations by Thomas Gilgin, Ricardo Mones
9360                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9361                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9362
9363 2005-09-04 [paul]       1.9.13cvs82
9364
9365         * src/compose.c
9366                 only warn about exceeded line length limit
9367                 on send
9368
9369 2005-09-04 [paul]       1.9.13cvs81
9370
9371         * src/compose.c
9372                 fix crash in 'line length exceeded' dialogue
9373
9374 2005-09-02 [paul]       1.9.13cvs80
9375
9376         * src/imap.c
9377                 fix bug 795, 'Connection lost IMAP'
9378                 and add statusbar prints
9379                 Patch by Colin
9380
9381 2005-09-02 [paul]       1.9.13cvs79
9382
9383         * src/compose.c
9384                 compose_wrap_paragraph() becomes
9385                 compose_beautify_paragraph()
9386                 Patch by Colin
9387
9388 2005-09-02 [colin]      1.9.13cvs78
9389
9390         * src/folderview.c
9391                 Micro-fix
9392
9393 2005-09-01 [colin]      1.9.13cvs77
9394
9395         * src/imap.c
9396                 Maybe fix bug #795 (Connection lost IMAP)
9397                 Don't try to send logout when we're disconnected.
9398         * src/summaryview.c
9399                 Include locked and marked emails in HRM
9400                 view. Fixes bug #800 (Locked messages no longer 
9401                 show up when hide read messages is used)
9402
9403 2005-09-01 [paul]       1.9.13cvs76
9404
9405         * src/prefs_common.c
9406                 fix bad cutting
9407
9408 2005-08-31 [colin]      1.9.13cvs75
9409
9410         * src/folderview.c
9411         * src/folderview.h
9412         * src/prefs_summaries.c
9413         * src/summaryview.c
9414                 Fix "go to next new", fix preference
9415                 (Open unread/next swapped)
9416
9417 2005-08-31 [paul]       1.9.13cvs74
9418
9419         * src/compose.c
9420         * src/folderview.c
9421         * src/headerview.c
9422         * src/headerview.h
9423         * src/mainwindow.c
9424         * src/prefs_common.c
9425         * src/prefs_common.h
9426         * src/prefs_fonts.c
9427         * src/summaryview.c
9428         * src/textview.c
9429         * src/common/defs.h
9430                 remove obsolete BOLD_FONT setting
9431                 fix font update in headerview and textview
9432                 headers after prefs change
9433                 Patch By Colin
9434
9435 2005-08-31 [paul]
9436
9437         1.9.14-rc4 released
9438
9439 2005-08-30 [colin]      1.9.13cvs73
9440
9441         * src/summaryview.c
9442                 When Hide read messages is selected and we
9443                 refresh the summaryview, don't remove the 
9444                 currently displayed message. Fixes bug #797
9445                 (Summary view reloads when new mail is 
9446                 downloaded in 1.9.14 rc)
9447
9448 2005-08-30 [colin]      1.9.13cvs72
9449
9450         * src/folderview.c
9451                 Fix flickering
9452         * src/mainwindow.c
9453                 Remove useless callback
9454         * src/mimeview.c
9455         * src/gtk/filesel.c
9456         * src/gtk/filesel.h
9457                 Add a filesel_select_file_save_folder() - used by Save All
9458
9459 2005-08-29 [paul]       1.9.13cvs71
9460
9461         * AUTHORS
9462         * src/matcher_parser_parse.y
9463         * src/etpan/imap-thread.c
9464                 fix building on FreeBSD
9465                 Patch by Daniel Gustafson <daniel@hobbit.se>
9466
9467 2005-08-29 [paul]       1.9.13cvs70
9468
9469         * src/plugins/pgpinline/pgpinline.c
9470                 only initialise sig result if it's been handled
9471                 Patch by Colin
9472
9473 2005-08-29 [paul]       1.9.13cvs69
9474         
9475         Patches by Colin:
9476
9477         * src/imap.c
9478         * src/common.utils.c
9479         * src/common/utils.h
9480                 optimisation
9481         * src/stock_pixmap.h
9482                 fix wrong icon reference
9483         * src/pixmaps/trash_btn.xpm
9484                 replace with nicer image
9485
9486 2005-08-28 [colin]      1.9.13cvs68
9487
9488         * src/Makefile.am
9489         * src/stock_pixmap.c
9490         * src/stock_pixmap.h
9491         * src/toolbar.c
9492         * src/pixmaps/trash_btn.xpm
9493                 Add a specific trash xpm for the button
9494
9495 2005-08-28 [colin]      1.9.13cvs67
9496
9497         * src/imap.c
9498                 Fix leak
9499
9500 2005-08-27 [colin]      1.9.13cvs66
9501
9502         * src/imap.c
9503         * src/procmime.c
9504                 Correctly fix "Problem with replies", fixes
9505                 pgpmime encryption too. 
9506
9507 2005-08-27 [colin]      1.9.13cvs65
9508
9509         * src/folder.c
9510         * src/procmsg.c
9511         * src/procmsg.h
9512         * src/summaryview.c
9513                 Fix bug #517 (messages removed from summaryview 
9514                 when moving fails)
9515
9516 2005-08-27 [colin]      1.9.13cvs64
9517
9518         * tools/Makefile.am
9519         * tools/asus_mailled.sh
9520                 Add a script to blink ASUS laptops' mail LED where there
9521                 is unread mail.
9522
9523 2005-08-27 [colin]      1.9.13cvs63
9524
9525         * src/imap.c
9526         * src/etpan/imap-thread.c
9527         * src/etpan/imap-thread.h
9528                 Implement automatic choosing of login method
9529                 Fixes bug #791
9530         * src/gtk/.cvsignore
9531                 Add sylpheed-marshal.[ch]
9532
9533 2005-08-27 [colin]      1.9.13cvs62
9534
9535         * src/common/utils.c
9536                 Fix confusing perror
9537
9538 2005-08-27 [colin]      1.9.13cvs61
9539
9540         * src/toolbar.c
9541         * src/toolbar.h
9542                 Remove A_DELETE, replace it with 
9543                 A_TRASH and A_DELETE_REAL. Automatically
9544                 rewrite config files to replace A_DELETE
9545                 with A_TRASH (no functionality change).
9546                 Fixes half of #794
9547
9548 2005-08-26 [colin]      1.9.13cvs60
9549
9550         * src/procmime.c
9551                 Previous "Problem with replies" fix brought other
9552                 problems, fixing them
9553
9554 2005-08-26 [colin]      1.9.13cvs59
9555
9556         * src/procmime.c
9557                 Fix "Problem with replies". This happened only
9558                 on IMAP...
9559         * src/procmsg.c
9560                 Factorize code a bit
9561         * src/compose.c
9562                 Speed improvement on very long messages (wrapping)
9563                 Fix signature color on Reedit and Redirect
9564                 On Reedit, don't attach pgp-signatures parts, but
9565                 set signing to On.
9566
9567 2005-08-24 [paul]       1.9.13cvs58
9568
9569         * src/compose.c
9570                 don't claim success when clicking
9571                 Cancel on the passphrase box.
9572                 Patch by Colin
9573
9574 2005-08-24 [paul]       1.9.13cvs57
9575
9576         * src/main.c
9577                 fix misplaced sylpheed.log
9578         * src/common/defs.h
9579                 define UIDL_DIR
9580
9581 2005-08-24 [paul]       1.9.13cvs56
9582
9583         * src/imap.c
9584         * src/etpan/imap-thread.c
9585         * src/etpan/imap-thread.h
9586                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9587                 Patch by Colin
9588         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9589         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9590                 remove autogenerated files
9591         * tools/kdeservicemenu/README
9592         * tools/kdeservicemenu/install.sh
9593         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9594         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9595                 use Claws icon, use 'Sylpheed-Claws' in menu,
9596                 use kdialog, and other cleanups
9597
9598 2005-08-23 [paul]       1.9.13cvs55
9599
9600         * src/compose.c
9601                 fix paste/wrap crash
9602                 Patch by Colin
9603
9604 2005-08-23 [paul]       1.9.13cvs54
9605
9606         * src/main.c
9607                 fix crash recovery
9608                 Patch by Colin
9609
9610 2005-08-23 [paul]       1.9.13cvs53
9611
9612         * src/addressbook.c
9613         * src/editaddress.c
9614                 view all data of LDAP contacts
9615                 Patch by Colin
9616
9617 2005-08-23 [paul]       1.9.13cvs52
9618
9619         * src/addressbook.c
9620                 fix issues with the Search field
9621                 Patch by Colin
9622
9623 2005-08-22 [paul]       1.9.13cvs51
9624
9625         * src/folderview.c
9626                 put name of folder in processing dialog
9627                 title
9628         * src/prefs_folder_item.c
9629                 improve english usage
9630
9631 2005-08-22 [paul]       1.9.13cvs50
9632
9633         * src/filtering.c
9634         * src/filtering.h
9635         * src/matcher.c
9636         * src/matcher_parser_lex.l
9637         * src/matcher_parser_parse.y
9638         * src/prefs_filtering.c
9639                 add Filtering/Processing rule names feature.
9640                 (the incompatible old matcherrc is saved as
9641                 matcherrc.pre_names).
9642                 Patch by Colin
9643
9644 2005-08-22 [paul]       1.9.13cvs49
9645
9646         * src/procmsg.c
9647                 fix colour labelling
9648                 Patch by Colin
9649
9650 2005-08-22 [paul]       1.9.13cvs48
9651
9652         * src/textview.c
9653                 fix open_image_cb()
9654
9655 2005-08-22 [paul]       1.9.13cvs47
9656
9657         * src/imap.c
9658                 fix bug 789, 'SC crashes with imap (CVS ver)'
9659                 Patch by Colin
9660
9661 2005-08-22 [paul]       1.9.13cvs46
9662
9663         * src/mimeview.c
9664         * src/prefs_common.c
9665         * src/common/defs.h
9666                 define reused defaults in defs.h
9667         * src/textview.c
9668                 add 'Open image' to image popup menu
9669
9670 2005-08-21 [colin]      1.9.13cvs45
9671
9672         * src/summaryview.c
9673                 Fix bug #788 (Bogus "From" address displayed)
9674
9675 2005-08-20 [colin]      1.9.13cvs44
9676
9677         * src/folder.c
9678                 Fix buf #787 (multilevel delete causes SIGSEGV)
9679
9680 2005-08-19 [colin]      1.9.13cvs43
9681
9682         * src/inc.c
9683         * src/prefs_common.c
9684         * src/prefs_common.h
9685                 Add an hidden pref to allow modifying the
9686                 update stepping in incorporation.
9687                 Patch by wwp.
9688
9689 2005-08-19 [colin]      1.9.13cvs42
9690
9691         * src/compose.c
9692         * src/procmime.c
9693                 Workaround for broken MUAs: encode 
9694                 Content-type: name: as ASCII and 
9695                 Content-Disposition: filename: as
9696                 per rfc2231
9697         * src/prefs_account.c
9698                 Fix invisible-ness of SMTP SSL prefs
9699                 in NNTP accounts
9700
9701 2005-08-19 [paul]       1.9.13cvs41
9702
9703         * src/compose.c
9704         * src/prefs_common.c
9705         * src/prefs_common.h
9706         * src/prefs_wrapping.c
9707                 paste with or without wrapping.
9708                 patch by Colin
9709
9710 2005-08-19 [paul]       1.9.13cvs40
9711
9712         * src/prefs_common.c
9713         * src/prefs_common.h
9714         * src/summaryview.c
9715                 reintroduce enable_swap_from as a
9716                 hidden pref. patch by Colin
9717         * src/quote_fmt_parse.y
9718         * src/plugins/clamav/clamav_plugin.c
9719         * src/plugins/dillo_viewer/dillo_viewer.c
9720         * src/plugins/mathml_viewer/mathml_viewer.c
9721         * src/plugins/pgpcore/sgpgme.c
9722         * src/plugins/pgpinline/pgpinline.c
9723         * src/plugins/pgpmime/pgpmime.c
9724                 tidy up. patch by Colin
9725
9726 2005-08-19 [paul]       1.9.13cvs39
9727
9728         * configure.ac
9729                 complete cvs38's sync
9730         * src/editaddress.c
9731         * src/gedit-print.c
9732         * src/mutt.c
9733         * src/etpan/etpan-log.c
9734         * src/etpan/imap-thread.c
9735         * src/gtk/gtksourceprintjob.c
9736                 fix compilation warnings
9737                 (patch by Colin)
9738
9739 2005-08-19 [paul]       1.9.13cvs38
9740
9741         sync with main:
9742
9743         * src/account.c
9744         * src/action.c
9745         * src/addrbook.c
9746         * src/addrcache.c
9747         * src/addrharvest.c
9748         * src/addrindex.c
9749         * src/codeconv.c
9750         * src/compose.c
9751         * src/crash.c
9752         * src/exporthtml.c
9753         * src/exportldif.c
9754         * src/folder.c
9755         * src/image_viewer.c
9756         * src/inc.c
9757         * src/inc.h
9758         * src/jpilot.c
9759         * src/ldif.c
9760         * src/main.c
9761         * src/matcher.c
9762         * src/mbox.c
9763         * src/messageview.c
9764         * src/mh.c
9765         * src/mimeview.c
9766         * src/msgcache.c
9767         * src/mutt.c
9768         * src/news.c
9769         * src/partial_download.c
9770         * src/pine.c
9771         * src/pop.c
9772         * src/prefs_actions.c
9773         * src/prefs_common.c
9774         * src/prefs_customheader.c
9775         * src/prefs_display_header.c
9776         * src/prefs_gtk.c
9777         * src/prefs_themes.c
9778         * src/procheader.c
9779         * src/procmime.c
9780         * src/procmsg.c
9781         * src/recv.c
9782         * src/send_message.c
9783         * src/simple-gettext.c
9784         * src/sourcewindow.c
9785         * src/textview.c
9786         * src/vcard.c
9787         * src/common/defs.h
9788         * src/common/log.c
9789         * src/common/plugin.c
9790         * src/common/prefs.c
9791         * src/common/session.c
9792         * src/common/session.h
9793         * src/common/socket.c
9794         * src/common/socket.h
9795         * src/common/ssl_certificate.c
9796         * src/common/template.c
9797         * src/common/utils.c
9798         * src/common/utils.h
9799         * src/common/xml.c
9800         * src/gtk/about.c
9801         added wrappers for C library function that
9802                 take pathname arguments.
9803                 enabled compilation with MinGW.
9804                 use GDir instead of directly using opendir().
9805                 added rename_force().
9806
9807 2005-08-19 [paul]       1.9.13cvs37
9808         
9809         patches by Colin:
9810         * src/compose.c
9811                 fix privacy settings on re-editing
9812                 a sent message
9813         * src/jpilot.c
9814                 fix encoding bug
9815         * src/folder.c
9816         * src/procmsg.c
9817         * src/procmsg.h
9818         * src/summaryview.c
9819                 flag changing optimisation
9820
9821 2005-08-18 [martin]     1.9.13cvs36
9822
9823         * commitHelper
9824             added my login
9825         * src/addrcache.c
9826         * src/addrharvest.c
9827         * src/addrindex.c
9828         * src/compose.c
9829         * src/grouplistdialog.c
9830         * src/main.c
9831         * src/mainwindow.c
9832         * src/msgcache.c
9833         * src/mutt.c
9834         * src/pine.c
9835         * src/prefs_account.c
9836         * src/prefs_themes.c
9837         * src/stock_pixmap.c
9838         * src/summaryview.c
9839         * src/gtk/about.c
9840         * src/gtk/logwindow.c
9841             removed deprecated glib and gdk stuff
9842         * src/plugins/pgpcore/select-keys.c
9843             convert attributes from locale to utf8
9844
9845 2005-08-17 [paul]       1.9.13cvs35
9846
9847         * src/account.c
9848         * src/addressbook.c
9849                 use new GTK_STOCK_ icons if available
9850         * src/summaryview.c
9851         * src/gtk/gtksctree.c
9852         * src/gtk/gtksctree.h
9853                 faster range select. patch by Colin
9854
9855 2005-08-17 [paul]       1.9.13cvs34
9856
9857         patches by colin:
9858         * src/addressbook.c
9859         * src/addressitem.h
9860                 Add an edit button for contacts, fix selections
9861                 of gtksctree items
9862         * src/editaddress.c
9863                 Change labels, let Save be always possible in the
9864                 email and user atributes tabs
9865         * src/folderview.c
9866                 fix sort issues
9867         * src/summaryview.c
9868                 select next item instead of the displayed one
9869                 after deletion
9870
9871         * src/gtk/progressdialog.c
9872                 use prefs_common.enable_rules_hint
9873
9874 2005-08-13 [hoa]        1.9.13cvs33
9875
9876         * src/etpan/imap-thread.c
9877                 fixed build on Solaris.
9878
9879 2005-08-10 [colin]      1.9.13cvs32
9880
9881         * src/procmsg.c
9882                 Fix cvs31 (missing fclose before reading
9883                 the file)
9884
9885 2005-08-10 [colin]      1.9.13cvs31
9886
9887         * src/procmsg.c
9888                 Fix procmsg_msginfo_new_from_mimeinfo() when
9889                 the MimeInfo isn't stored in memory. This fixes
9890                 replying to an attached message.
9891
9892 2005-08-10 [colin]      1.9.13cvs30
9893
9894         * src/mainwindow.c
9895                 Fix slowness in account changing
9896
9897 2005-08-10 [colin]      1.9.13cvs29
9898
9899         * src/folder.c
9900         * src/folderutils.c
9901         * src/folderview.c
9902         * src/imap_gtk.c
9903         * src/mainwindow.c
9904         * src/mh_gtk.c
9905         * src/procmsg.c
9906         * src/summaryview.c
9907                 Optimize folder_has_parent_of_type
9908                 Prevent moving special sub-folders from contextual menus
9909                 Rework message a bit ("Empty all messages" -> "Delete all
9910                 messages")
9911                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9912                 and "Deleted Items" folders)
9913
9914 2005-08-08 [colin]      1.9.13cvs28
9915
9916         * src/summaryview.c
9917         * src/prefs_summaries.c
9918                 Make "Select first unread|new" more flexible
9919                 (just prioritize new or unread)
9920
9921 2005-08-08 [colin]      1.9.13cvs27
9922
9923         * src/summaryview.c
9924                 If "select first new" is selected and there only
9925                 are unread messages, fallback to "select first
9926                 unread".
9927
9928 2005-08-08 [colin]      1.9.13cvs26
9929
9930         * src/folder.c
9931                 Fix shameful bugs (and bug #779)
9932
9933 2005-08-08 [colin]      1.9.13cvs25
9934
9935         * src/folder.c
9936         * src/folder.h
9937                 Cache parents' type to make folder_has_parent_of_type
9938                 faster
9939         * src/folderview.c
9940                 Forbid DnD of special sub-folders
9941         * src/procmsg.c
9942         * src/procmsg.h
9943                 Add MAIL_POSTFILTERING_HOOK
9944         * src/summaryview.c
9945                 Revert over-zealous deletion of the use_addr_book 
9946                 code
9947
9948 2005-08-07 [colin]      1.9.13cvs24
9949
9950         * src/folder.c
9951                 Fix big mistake (passing MsgInfo instead 
9952                 of FolderItem)
9953
9954 2005-08-07 [colin]      1.9.13cvs23
9955
9956         * src/compose.c
9957         * src/folder.c
9958         * src/folder.h
9959         * src/foldersel.c
9960         * src/folderutils.c
9961         * src/folderview.c
9962         * src/imap.c
9963         * src/mainwindow.c
9964         * src/messageview.c
9965         * src/mh.c
9966         * src/msgcache.c
9967         * src/procmime.c
9968         * src/summaryview.c
9969                 Make subfolders of Drafts, Queue, Outbox, Trash
9970                 work like their parents. 
9971                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9972
9973 2005-08-07 [colin]      1.9.13cvs22
9974
9975         * src/addressbook.c
9976                 Fix bug #771 (Dragged contacts not saved)
9977
9978 2005-08-07 [paul]       1.9.13cvs21
9979
9980         * src/summaryview.c
9981                 fix bug 32 'Search Doesn't display results
9982                 if "Hide Read Messages" is chosen'
9983                 be more literal in interpreting 'Hide read
9984                 messages'
9985
9986 2005-08-07 [colin]      1.9.13cvs20
9987
9988         * src/folderview.c
9989                 Add debug
9990         * src/summaryview.c
9991                 Faster 'unthread_for_execution'
9992
9993 2005-08-06 [paul]       1.9.13cvs19
9994
9995         * src/mainwindow.c
9996                 add mnemonics to Set displayed columns
9997                 fix bug where msgview_visible option was
9998                 overwritten as TRUE on startup
9999
10000 2005-08-06 [paul]       1.9.13cvs18
10001
10002         * src/mainwindow.c
10003                 refer to 'displayed columns in folder/message
10004                 list' not 'displayed items in summary/message view'
10005         * src/prefs_display_header.c
10006                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10007                 be consistent with similar dialogues
10008         * src/prefs_folder_column.c
10009         * src/prefs_summary_column.c
10010                 'columns' not 'items', and folder and message lists,
10011                 instead of folder and summary views;
10012                 Use 'Hidden columns' as list heading not 'Available
10013                 items';
10014                 move the 'Remove' button to the right hand side;
10015                 top-align the buttons;
10016                 remove unneeded vbox
10017         * src/prefs_summaries.c
10018                 put the 2 column prefs buttons in a frame to reduce
10019                 overall width; refer to columns not items &c.
10020
10021 2005-08-05 [colin]      1.9.13cvs17
10022
10023         * src/prefs_common.c
10024         * src/prefs_common.h
10025         * src/mainwindow.c
10026         * src/compose.c
10027         * src/messageview.c
10028                 Add an hidden toolbar_detachable pref, so
10029                 that I can get rid of these painful handles
10030                 in the toolbars. Defaults to TRUE to avoid
10031                 changing the GUI on unsuspecting people...
10032
10033 2005-08-05 [colin]      1.9.13cvs16
10034
10035         * src/Makefile.am
10036         * src/prefs_folder_column.c
10037         * src/prefs_folder_column.h
10038                 Add prefs for folder columns
10039         * src/folderview.c
10040         * src/folderview.h
10041         * src/mainwindow.c
10042         * src/mainwindow.h
10043         * src/prefs_common.c
10044         * src/prefs_common.h
10045         * src/prefs_summaries.c
10046                 Use them
10047         * src/prefs_summary_column.c
10048         * src/summaryview.c
10049         * src/summaryview.h
10050                 Add a To column
10051         * src/textview.c
10052         * src/common/utils.c
10053         * src/common/utils.h
10054                 Move uri colourisation functions
10055                 to utils
10056         * src/compose.c
10057                 Colourise URIs
10058         * src/imap.c
10059                 Fix bug with LIST where we'd try
10060                 to get Folder//////[...]/// 
10061
10062 2005-08-05 [paul]       1.9.13cvs15
10063
10064         * src/prefs_summaries.c
10065                 improve the English usage
10066         * src/summaryview.c
10067                 set font on column change
10068                 thanks to Colin
10069
10070 2005-08-05 [paul]       1.9.13cvs14
10071
10072         * src/prefs_common.c
10073         * src/prefs_common.h
10074         * src/prefs_summaries.c
10075         * src/summaryview.c
10076                 replace 'open_unread_on_enter' option with
10077                 'select_on_entry' option. opening/not opening
10078                 is now exclusively controlled by 'always_show_msg'
10079
10080 2005-08-04 [colin]      1.9.13cvs13
10081
10082         * src/compose.c
10083                 Remove dead code
10084                 Add colourisation of quotes and signatures
10085         * src/folderview.c
10086                 Fix possible crashes
10087         * src/messageview.c
10088                 Change an assert that is no problem
10089         * src/news.c
10090         * src/news_gtk.c
10091         * src/news_gtk.h
10092                 Fix offline mode
10093         * src/gtk/quicksearch.c
10094                 Fix a possible crash
10095
10096 2005-08-03 [colin]      1.9.13cvs12
10097
10098         * src/prefs_account.c
10099                 Fix bug #777 (Sylpheed crash in account configuration)
10100
10101 2005-08-03 [colin]      1.9.13cvs11
10102
10103         * src/addressbook.c
10104         * src/editaddress.c
10105         * src/editgroup.c
10106                 Fixing addressbook, round 2
10107         * src/textview.c
10108                 Fix emphasis color on rechecking 'Colorize messages'
10109
10110 2005-08-03 [paul]       1.9.13cvs10
10111
10112         sync with main
10113
10114         * src/addr_compl.c
10115         * src/compose.c
10116         * src/main.c
10117         * src/pop.c
10118         * src/prefs_account.c
10119         * src/procmime.c
10120         * src/procmsg.c
10121         * src/quote_fmt_parse.y
10122         * src/textview.c
10123         * src/common/quoted-printable.c
10124         * src/common/utils.c
10125         * src/common/utils.h
10126         * src/common/xml.c
10127                 replaced incorrect locale-independent
10128                 ctype functions with GLib's. Corrected
10129                 signedness mismatch.
10130         * src/headerview.c
10131                 headerview_create(): added spacing for vbox.
10132         * src/gtk/about.c
10133                 set focus to the OK button.
10134
10135 2005-08-03 [colin]      1.9.13cvs9
10136
10137         * src/folderview.c
10138                 Fix possible crash
10139
10140 2005-08-02 [colin]      1.9.13cvs8
10141
10142         * src/mainwindow.c
10143                 Fix cast
10144         * src/addressbook.c
10145         * src/addressitem.h
10146                 Fix a cast and more generally, try to make the
10147                 GUI more intuitive and consistent (round 1)
10148
10149 2005-08-02 [paul]       1.9.13cvs7
10150
10151         * src/folder.h
10152                 missing in 1.9.13cvs6
10153
10154 2005-08-02 [colin]      1.9.13cvs6
10155
10156         * src/folder.c
10157                 Fix one more leak
10158
10159 2005-08-02 [colin]      1.9.13cvs5
10160
10161         * src/folder.c
10162         * src/folderview.c
10163         * src/imap.c
10164         * src/main.c
10165         * src/mbox.c
10166         * src/procmsg.c
10167         * src/summaryview.c
10168                 Fix a number of folder_item_get_msg_list()-related
10169                 leaks (missing procmsg_msginfo_free()s)
10170
10171 2005-08-01 [colin]      1.9.13cvs4
10172
10173         * src/folderview.c
10174         * src/folderview.h
10175         * src/mainwindow.c
10176         * src/prefs_fonts.c
10177         * src/prefs_summaries.c
10178         * src/prefs_themes.c
10179         * src/summaryview.c
10180         * src/summaryview.h
10181         * src/textview.c
10182         * src/textview.h
10183                 Fix instant-apply of summary and folderview-related prefs
10184                 Fix erroneous g_free and alertpanels in prefs_theme
10185                 Add instant-apply for fonts
10186                 Defer applying of prefs a little bit so it's done only
10187                 once even if requested by multiples prefs pages
10188
10189 2005-08-01 [paul]       1.9.13cvs3
10190
10191         * src/main.c
10192                 fix bug 776 'S.C. crashes on close'
10193                 thanks to Colin
10194         * src/etpan/etpan-thread-manager-types.h
10195                 add missing include
10196                 thanks to Hoa
10197
10198 2005-07-25 [paul]       1.9.13cvs2
10199
10200         * src/summaryview.c
10201                 fix typos. spotted by Fabien Vantard
10202
10203 2005-07-24 [paul]       1.9.13cvs1
10204
10205         * doc/man/sylpheed.1
10206                 update man page, incorporating fix of
10207                 bug 769 'Typo in manpage'
10208         * src/etpan/imap-thread.c
10209                 fix NetBSD openssl dependencies. patch by
10210                 George Michaelson <ggm@apnic.net>
10211         * po/pt_BR.po
10212                 updated by Frederico Goncalves Guimaraes
10213
10214 2005-07-22 [paul]       1.9.13
10215
10216         1.9.13 release
10217
10218 2005-07-22 [paul]       1.9.12cvs91
10219
10220         * AUTHORS
10221         * INSTALL
10222         * README.claws
10223         * RELEASE_NOTES.claws
10224                 updated for release
10225         * configure.ac
10226         * po/nb.po
10227         * tools/claws.i18n.status.pl
10228                 add Norwegian translation. submiited by
10229                 Geir Helland <pjallabais@users.sourceforge.net>
10230         * po/ca.po
10231         * po/de.po
10232         * po/es.po
10233         * po/fi.po
10234         * po/fr.po
10235         * po/it.po
10236         * po/sk.po
10237         * po/sr.po
10238         * po/zh_CN.po
10239                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10240                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10241                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10242                 Yang Guilong
10243         * src/plugins/clamav/clamav_plugin_gtk.c
10244         * src/plugins/spamassassin/spamassassin_gtk.c
10245                 replace outdated description strings
10246
10247 2005-07-21 [colin]      1.9.12cvs90
10248
10249         * src/folder.c
10250                 Set folder to batch mode when scanning it. Makes deletion
10251                 of unread mails on IMAP much faster (due to the UNREAD 
10252                 flag unsetting)
10253
10254 2005-07-21 [darko]      1.9.12cvs89
10255
10256         * configure.ac
10257                 link against libresolv if necessary (patch by Paul)
10258         * src/msgcache.c
10259                 use glib's portable macros to determine endianness
10260
10261 2005-07-21 [paul]       1.9.12cvs88
10262
10263         * src/crash.c
10264         * src/gtk/about.c
10265                 update compiled-in features list
10266
10267 2005-07-20 [colin]      1.9.12cvs87
10268
10269         * src/folder.c
10270         * src/textview.c
10271                 Gcc 2.9x compilation fixes, thanks to Darko
10272         * src/plugins/clamav/clamav_plugin.c
10273                 Little optimisation: load virus database only once
10274         * src/plugins/spamassassin/spamassassin.c
10275                 Big optimisation: filtering one mail took at least 1 second,
10276                 now it takes at least 50ms. Doesn't speed up spamassassin 
10277                 itself, but should already be much more tolerable.
10278
10279 2005-07-20 [colin]      1.9.12cvs86
10280
10281         * src/summaryview.c
10282                 Fix performance issue
10283
10284 2005-07-19 [colin]      1.9.12cvs85
10285
10286         * src/plugins/pgpinline/plugin.c
10287                 Fix warning
10288
10289 2005-07-19 [colin]      1.9.12cvs84
10290
10291         * configure.ac
10292         * src/plugins/Makefile.am
10293         * src/plugins/pgpinline/.cvsignore
10294         * src/plugins/pgpinline/Makefile.am
10295         * src/plugins/pgpinline/pgpinline.c
10296         * src/plugins/pgpinline/pgpinline.deps
10297         * src/plugins/pgpinline/pgpinline.h
10298         * src/plugins/pgpinline/plugin.c
10299                 Put pgpinline in the main tree
10300
10301 2005-07-19 [paul]       1.9.12cvs83
10302
10303         * src/prefs_actions.c
10304                 prevent '//' in menu names, which cause a crash
10305                 thanks to Colin
10306
10307 2005-07-19 [paul]       1.9.12cvs82
10308
10309         * configure.ac
10310                 be generally more informative in configure output.
10311                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10312                 '[ --disable-openssl ...', as --enable-openssl is default
10313                 PGP/MIME: don't check for GPGME again, check for
10314                 pgpcore instead. Therefore prevent the possibility of
10315                 attempting to build pgpmime if pgpcore dependencies are
10316                 not met
10317                 ClamAV: use pkgconfig to check for lib
10318                 libgnomeprint: revert logic on inner test to match
10319                 everything else
10320         * src/plugins/pgpcore/sgpgme.c
10321                 add missing include
10322
10323 2005-07-19 [colin]      1.9.12cvs81
10324
10325         * src/summaryview.c
10326                 Fix slow thread rebuilding in particular
10327                 cases
10328
10329 2005-07-19 [paul]       1.9.12cvs80
10330
10331         * sylpheed-claws.desktop
10332                 fix typo, spotted by Stephan Sachse
10333         * src/account.c
10334                 replace GTK_STOCK_ADD with
10335                 GTK_STOCK_NEW button
10336
10337 2005-07-18 [colin]      1.9.12cvs79
10338
10339         * src/etpan/imap-thread.c
10340                 Fix return value (Thanks Hoa)
10341
10342 2005-07-18 [colin]      1.9.12cvs78
10343
10344         * src/imap.c
10345                 Allow empty passwords
10346                 Create drafts/queue/outbox if necessary
10347         * src/summaryview.c
10348                 Remove old code
10349         * src/etpan/imap-thread.c
10350                 Fix STARTTLS (Thanks to Hoa)
10351
10352 2005-07-18 [paul]       1.9.12cvs77
10353
10354         * ChangeLog-gtk2.jp
10355         * ChangeLog.jp
10356                 removed
10357         * Makefile.am
10358                 updated to reflect additions and removals
10359         * TODO
10360                 updated to be claws-specific
10361         * TODO-gtk2
10362         * TODO-gtk2.jp
10363         * TODO.jp
10364         * sylpheed-128x128.png
10365         * sylpheed-64x64.png
10366                 removed
10367         * sylpheed-claws-128x128.png
10368         * sylpheed-claws-64x64.png
10369         * sylpheed-claws.desktop
10370         * sylpheed-claws.png
10371                 added
10372         * sylpheed.desktop
10373         * sylpheed.png
10374                 removed
10375
10376 2005-07-17 [paul]       1.9.12cvs76
10377
10378         * src/account.c
10379         * src/addressbook.c
10380         * src/alertpanel.c
10381         * src/alertpanel.h
10382         * src/compose.c
10383         * src/exphtmldlg.c
10384         * src/expldifdlg.c
10385         * src/folderview.c
10386         * src/imap_gtk.c
10387         * src/inc.c
10388         * src/message_search.c
10389         * src/messageview.c
10390         * src/mh_gtk.c
10391         * src/news_gtk.c
10392         * src/prefs_actions.c
10393         * src/prefs_filtering.c
10394         * src/prefs_matcher.c
10395         * src/prefs_template.c
10396         * src/prefs_themes.c
10397         * src/ssl_manager.c
10398         * src/summary_search.c
10399         * src/textview.c
10400         * src/toolbar.c
10401         * src/gtk/sslcertwindow.c
10402         * src/plugins/pgpcore/sgpgme.c
10403                 rework alertpanels
10404
10405 2005-07-17 [colin]      1.9.12cvs75
10406
10407         * src/privacy.c
10408                 add a PrivacySystem accessor that checks that
10409                 the system cached in a MimeInfo's privacydata
10410                 is still registered. Use this accessor instead
10411                 of directly using data->system. Fixes crashes
10412                 after unloading pgp plugins.
10413
10414 2005-07-17 [colin]      1.9.12cvs74
10415
10416         * src/alertpanel.c
10417                 Change geometry hints to a simple default size.
10418                 Fixes the certs dialogs.
10419
10420 2005-07-17 [colin]      1.9.12cvs73
10421
10422         * src/gtk/sslcertwindow.c
10423                 Use a gtkExpander
10424
10425 2005-07-17 [colin]      1.9.12cvs72
10426
10427         * src/plugins/pgpcore/Makefile.am
10428         * src/plugins/pgpmime/Makefile.am
10429                 Add gpgme libs
10430
10431 2005-07-17 [paul]       1.9.12cvs71
10432
10433         * configure.ac
10434                 add --disable-gnomeprint option
10435                 modified version of patch by Marius Mauch
10436
10437 2005-07-17 [paul]       1.9.12cvs70
10438
10439         * src/common/defs.h
10440                 update urls
10441         * src/account.c
10442         * src/action.c
10443         * src/addressbook.c
10444         * src/compose.c
10445         * src/foldersel.c
10446         * src/folderview.c
10447         * src/html.c
10448         * src/imap_gtk.c
10449         * src/main.c
10450         * src/mainwindow.c
10451         * src/messageview.c
10452         * src/mh_gtk.c
10453         * src/mimeview.c
10454         * src/news_gtk.c
10455         * src/prefs_account.c
10456         * src/prefs_send.c
10457         * src/prefs_summaries.c
10458         * src/procmsg.c
10459         * src/summaryview.c
10460         * src/common/utils.c
10461         * src/common/xml.c
10462         * src/plugins/pgpcore/passphrase.c
10463         * src/plugins/pgpcore/select-keys.c
10464                 replace inappropriately used backticks
10465                 with single quotes
10466
10467 2005-07-16 [colin]      1.9.12cvs69
10468
10469         * src/image_viewer.c
10470                 Add extra paranoid checks
10471
10472 2005-07-16 [colin]      1.9.12cvs68
10473
10474         * src/plugins/pgpcore/prefs_gpg.c
10475                 Don't auto-check sigs by default, as it
10476                 can be really slow.
10477
10478 2005-07-16 [colin]      1.9.12cvs67
10479
10480         * src/plugins/pgpcore/sgpgme.c
10481                 Make messages a bit better.
10482
10483 2005-07-16 [colin]      1.9.12cvs66
10484
10485         * src/imap.c
10486                 Remove pseudo-log
10487         * src/etpan/imap-thread.c
10488                 Add real log
10489
10490 2005-07-16 [colin]      1.9.12cvs65
10491
10492         * src/main.c
10493         * src/prefs_other.c
10494                 And now, fix build with libetpan :-/
10495
10496 2005-07-15 [colin]      1.9.12cvs64
10497
10498         * src/prefs_other.c
10499                 Continue fixing build without libetpan.
10500
10501 2005-07-15 [colin]      1.9.12cvs63
10502
10503         * src/main.c
10504                 Fix build with --disable-libetpan
10505
10506 2005-07-15 [colin]      1.9.12cvs62
10507
10508         * configure.ac
10509                 Bump libetpan's version
10510
10511 2005-07-15 [colin]      1.9.12cvs61
10512
10513         * src/etpan/imap-thread.c
10514                 Actually stop logging :)
10515
10516 2005-07-15 [colin]      1.9.12cvs60
10517
10518         * src/addressbook.c
10519                 Fix dnd of multiple addresses.
10520
10521 2005-07-15 [hoa]        1.9.12cvs59
10522
10523         * src/etpan/imap-thread.c
10524             disable login of IMAP password in libetpan log file.
10525
10526 2005-07-15 [paul]       1.9.12cvs58
10527
10528         * src/account.c
10529                 don't automatically sort
10530                 do allow drag n drop
10531
10532 2005-07-15 [paul]       1.9.12cvs57
10533
10534         * src/account.c
10535         * src/ssl_manager.c
10536                 alphabetical listing
10537
10538 2005-07-15 [paul]       1.9.12cvs56
10539
10540         * src/gtk/pluginwindow.c
10541                 sort plugin list alphabetically
10542
10543 2005-07-15 [paul]       1.9.12cvs55
10544
10545         * src/prefs_spelling.c
10546         * src/prefs_wrapping.c
10547                 unify English usage
10548
10549 2005-07-15 [colin]      1.9.12cvs54
10550
10551         * src/wizard.c
10552                 Typo fix
10553
10554 2005-07-15 [paul]       1.9.12cvs53
10555
10556         * src/prefs_message.c
10557                 make 'show cursor' a hidden option
10558
10559 2005-07-14 [colin]      1.9.12cvs52
10560
10561         * src/plugins/spamassassin/Makefile.am
10562         * src/plugins/clamav/Makefile.am
10563                 Fix double EXTRA_DISTs
10564
10565 2005-07-14 [colin]      1.9.12cvs51
10566
10567         * src/plugins/clamav/Makefile.am
10568         * src/plugins/clamav/clamav_plugin_gtk.deps
10569         * src/plugins/spamassassin/Makefile.am
10570         * src/plugins/spamassassin/spamassassin_gtk.deps
10571                 Make $plugin_gtk depend on $plugin
10572
10573 2005-07-14 [hoa]        1.9.12cvs50
10574
10575         * src/etpan/imap-thread.c
10576                 enable debug log of libetpan when running with --debug
10577
10578 2005-07-14 [colin]      1.9.12cvs49
10579
10580         * configure.ac
10581         * src/common/Makefile.am
10582         * src/common/plugin.c
10583         * src/common/plugin.h
10584                 Add a little plugin dependancy system.
10585                 Plugins can ship a $plugin_name.deps file
10586                 (near them in PLUGINDIR) so that their
10587                 dependancies are loaded if possible.
10588         * src/plugins/Makefile.am
10589         * src/plugins/pgpcore/Makefile.am
10590         * src/plugins/pgpcore/passphrase.c
10591         * src/plugins/pgpcore/passphrase.h
10592         * src/plugins/pgpcore/plugin.c
10593         * src/plugins/pgpcore/prefs_gpg.c
10594         * src/plugins/pgpcore/prefs_gpg.h
10595         * src/plugins/pgpcore/select-keys.c
10596         * src/plugins/pgpcore/select-keys.h
10597         * src/plugins/pgpcore/sgpgme.c
10598         * src/plugins/pgpcore/sgpgme.h
10599                 Introduce pgpcore, used by pgpmime and
10600                 pgpinline
10601         * src/plugins/pgpmime/Makefile.am
10602         * src/plugins/pgpmime/passphrase.c
10603         * src/plugins/pgpmime/passphrase.h
10604         * src/plugins/pgpmime/pgpmime.c
10605         * src/plugins/pgpmime/pgpmime.deps
10606         * src/plugins/pgpmime/plugin.c
10607         * src/plugins/pgpmime/prefs_gpg.c
10608         * src/plugins/pgpmime/prefs_gpg.h
10609         * src/plugins/pgpmime/select-keys.c
10610         * src/plugins/pgpmime/select-keys.h
10611         * src/plugins/pgpmime/sgpgme.c
10612         * src/plugins/pgpmime/sgpgme.h
10613                 Remove the core from pgpmime and add the
10614                 dependancy to pgpcore.
10615
10616 2005-07-14 [paul]       1.9.12cvs48
10617
10618         * src/stock_pixmap.c
10619                 forgot this in last commit
10620
10621 2005-07-14 [paul]       1.9.12cvs47
10622
10623         * src/account.c
10624         * src/addressbook.c
10625                 add accelerators for the buttons (sync with main)
10626         * src/compose.c
10627         * src/compose.h
10628                 add accelerators for the buttons.
10629                 fix editing with external editor.
10630                 replace gdk_input_*() with GIOChannel;
10631                 (sync with main)
10632         * src/foldersel.c
10633                 display folder names with new/unread
10634                 representation (sync with main)
10635         * src/main.c
10636                 specify default window icon (sync with main)
10637         * src/prefs_common.c
10638                 use_addr_book default to FALSE
10639         * src/summaryview.c
10640         * src/textview.c
10641                 add accelerators for the buttons (sync with main)
10642         * src/gtk/menu.c
10643                 fix typos
10644         * src/pixmaps/sylpheed_icon.xpm
10645                 updated
10646
10647 2005-07-13 [paul]       1.9.12cvs46
10648
10649         * src/plugins/pgpmime/pgpmime.c
10650         * src/plugins/pgpmime/sgpgme.c
10651                 (temporarily) use deprecated gpgme_data_rewind()
10652                 while largefile support is not present
10653                 (as suggested by Colin)
10654
10655 2005-07-13 [paul]       1.9.12cvs45
10656
10657         * configure.ac
10658                 remove large file support (for now):
10659                 it breaks too many things
10660
10661 2005-07-13 [paul]       1.9.12cvs44
10662
10663         * configure.ac
10664                 add large file support
10665         * src/html.c
10666                 fix bug #763 where href attribute was not
10667                 the very first attribute of a link
10668                 patch by Thomas Gilgin
10669
10670 2005-07-13 [colin]      1.9.12cvs43
10671
10672         * src/gtk/pluginwindow.c
10673                 Little portability fix
10674
10675 2005-07-13 [colin]      1.9.12cvs42
10676
10677         * src/plugins/pgpmime/sgpgme.c
10678                 Fix crasher.
10679
10680 2005-07-13 [colin]      1.9.12cvs41
10681
10682         * src/plugins/pgpmime/pgpmime.c
10683         * src/plugins/pgpmime/sgpgme.c
10684                 Use gpgme_data_release_and_get_mem instead
10685                 of gpgme_data_read.
10686
10687 2005-07-13 [colin]      1.9.12cvs40
10688
10689         * configure.ac
10690         * src/plugins/pgpmime/passphrase.c
10691         * src/plugins/pgpmime/passphrase.h
10692         * src/plugins/pgpmime/pgpmime.c
10693         * src/plugins/pgpmime/plugin.c
10694         * src/plugins/pgpmime/select-keys.c
10695         * src/plugins/pgpmime/select-keys.h
10696         * src/plugins/pgpmime/sgpgme.c
10697         * src/plugins/pgpmime/sgpgme.h
10698                 Port pgpmime to gpgme-1.0.
10699
10700 2005-07-12 [paul]       1.9.12cvs39
10701
10702         * AUTHORS
10703         * src/toolbar.c
10704         * src/toolbar.h
10705                 add a 'Go to Prev' button to the toolbar.
10706                 correct tooltip text of go to buttons.
10707                 based on patch by Yang Guilong <bamanzi@gmail.com>
10708
10709 2005-07-12 [colin]      1.9.12cvs38
10710
10711         * src/statusbar.c
10712                 Fix progress bar showing stuff at startup.
10713
10714 2005-07-12 [paul]       1.9.12cvs37
10715
10716         * src/editjpilot.c
10717                 fix building with jpilot support
10718
10719 2005-07-11 [colin]      1.9.12cvs36
10720
10721         * src/inc.c
10722                 Add visual indication that filtering is running
10723         * src/textview.c
10724                 Make {}[] uri delimiters
10725         * src/summaryview.c
10726                 Remove useless (and slow) calls
10727
10728 2005-07-11 [paul]       1.9.12cvs35
10729
10730         * src/plugins/clamav/clamav_plugin_gtk.c
10731         * src/plugins/dillo_viewer/dillo_prefs.c
10732         * src/plugins/pgpmime/prefs_gpg.c
10733         * src/plugins/spamassassin/spamassassin_gtk.c
10734                 gather plugins prefs together under their
10735                 own 'Plugins' heading
10736
10737 2005-07-11 [paul]       1.9.12cvs34
10738
10739         sync with main
10740
10741         * src/account.c
10742                 account_delete(): modified alert dialog
10743         * src/editjpilot.c
10744         * src/editvcard.c
10745                 fixed a crash when cancelling file selection
10746                 dialog by Escape key. Made non-ascii filename
10747                 selectable.
10748         * src/prefs_template.c
10749                 prefs_template_window_create(): make scrolled
10750                 window policy AUTOMATIC
10751
10752 2005-07-10 [hoa]        1.9.12cvs33
10753
10754         * src/etpan/imap-thread.c
10755                 workaround for old Courier IMAP servers.
10756
10757 2005-07-10 [colin]      1.9.12cvs32
10758
10759         * src/folder.c
10760         * src/statusbar.c
10761         * src/statusbar.h
10762                 Add visual progress indicator on filtering/processing
10763                 Factorize the progress bar code
10764         * src/imap.c
10765         * src/imap.h
10766         * src/etpan/imap-thread.c
10767                 Add a reference counter to avoid destroying the Folder
10768                 while it's in use by another callback.
10769
10770 2005-07-09 [hoa]        1.9.12cvs31
10771
10772         * src/imap.c
10773         * src/etpan/imap-thread.c
10774                 fixed deadlock when removing IMAP account.
10775
10776 2005-07-08 [colin]      1.9.12cvs30
10777
10778         * src/textview.c
10779         * src/unmime.c
10780                 Fix again problems decoding broken headers
10781         * src/gtk/inputdialog.c
10782                 Fix local variable shadowing a global one
10783
10784 2005-07-08 [colin]      1.9.12cvs29
10785
10786         * src/msgcache.c
10787                 Make the cache/mark files platform-agnostic by writing
10788                 them in little-endian format. Reading them is also done
10789                 in little-endian format, of course; however, in order
10790                 to avoid trashing mark data on big-endian machines, the
10791                 files are, at first, read from the native format if the
10792                 little-endian one doesn't exist. This is easy to deter-
10793                 mine by trying to open a file with a swapped data_ver
10794                 and seeing if it's the wanted version.
10795                 Little-endian using users should see absolutely no
10796                 difference, Big-endian users may get a very little
10797                 performance drop due to byte-swapping.
10798                 Tested on i386 and ppc32. 
10799                 Fixes bug #159 (The index file, in the mailboxes, is 
10800                 hardware depending).
10801
10802                 To have the cache/mark files updated to the new little-
10803                 endian format, "Check for new messages" or even
10804                 "Rebuild folder tree" aren't enough. Files will be
10805                 updated as soon as a folder has been opened/closed.
10806                 To update everything, just select all folders by
10807                 selecting them one by one.
10808
10809 2005-07-07 [colin]      1.9.12cvs28
10810
10811         * src/imap.c
10812                 Remember the folder separator per IMAPFolder
10813                 instead of globally.
10814                 Revive the Session on noop; fixes bug #761
10815                 (mark a bunch of unread messages as read takes 
10816                 forever)
10817
10818 2005-07-07 [darko]      1.9.12cvs27
10819
10820         * src/common/template.c
10821                 Sort templates alphabetically
10822
10823 2005-07-06 [colin]      1.9.12cvs26
10824
10825         * src/imap.c
10826                 Try to use the correct separator in
10827                 most cases. Possibly fixes bug #759
10828                 (only creates the INBOX folder when 
10829                 setting up new IMAP account) and 
10830                 bug #760 (Can't retrieve messages)
10831
10832 2005-07-06 [colin]      1.9.12cvs25
10833
10834         * src/imap.c
10835                 Use real_path in status command. This will
10836                 help later, when namespaces will be used.
10837
10838 2005-07-06 [colin]      1.9.12cvs24
10839
10840         * configure.ac
10841         * src/account.c
10842         * src/folder.c
10843         * src/imap.c
10844         * src/etpan/etpan-log.c
10845         * src/etpan/etpan-thread-manager.c
10846         * src/etpan/imap-thread.c
10847                 Add a --disable-libetpan parameter. With this,
10848                 users that don't want IMAP4 support can avoid
10849                 the new dependancy (and have no IMAP support).
10850                 Users that have IMAP4 accounts and use this
10851                 parameter won't lose their configuration, their
10852                 IMAP accounts will just be invisible and not
10853                 used.
10854         * src/textview.c
10855                 Make the "Copy ..." contextual menu items 
10856                 copy to both the X clipboard and the gtk 
10857                 clipboard - as most other apps do.
10858         * src/gtk/about.c
10859                 Add a notice about OpenSSL usage, in order to
10860                 comply with OpenSSL's license (point 6):
10861                 http://www.openssl.org/source/license.html
10862
10863 2005-07-06 [colin]      1.9.12cvs23
10864
10865         * src/alertpanel.c
10866                 Fix a minimum size for alertpanels
10867         * src/compose.c
10868                 Show 'No space left on device' type errors
10869                 when queuing/sending
10870         * src/imap_gtk.c
10871         * src/mh_gtk.c
10872                 Rework folder's deletion message (remove 
10873                 extra \n)
10874
10875 2005-07-05 [colin]      1.9.12cvs22
10876
10877         * src/imap.c
10878                 Add an alertpanel on auth error
10879                 Add pseudo-log
10880                 Remove pthread-related stuff
10881
10882 2005-07-05 [colin]      1.9.12cvs21
10883
10884         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10885                 Fix crash on plugin reloading (with a hack)
10886
10887 2005-07-05 [colin]      1.9.12cvs20
10888
10889         * src/prefs_account.c
10890         * src/prefs_account.h
10891                 Fix typo
10892         * src/gtk/filesel.c
10893         * src/gtk/filesel.h
10894                 Add a way to filter the view
10895         * src/gtk/pluginwindow.c
10896                 Filter loadable stuff
10897         * src/plugins/pgpmime/prefs_gpg.c
10898                 Fix missing unregistration
10899         * .cvsignore
10900         * src/etpan/.cvsignore
10901         * src/plugins/spamassassin/.cvsignore
10902                 Add more stuff to cvs ignored files
10903
10904 2005-07-04 [colin]      1.9.12cvs19
10905
10906         * src/imap.c
10907                 Fix scan_required returning FALSE when it
10908                 shouldn't. Maybe fix #760 (Can't retrieve
10909                 messages)
10910
10911 2005-07-04 [colin]      1.9.12cvs18
10912
10913         * src/summaryview.c
10914                 Fix always_show_msg pref
10915
10916 2005-07-04 [paul]       1.9.12cvs17
10917
10918         sync with main (forgotten in last commit)
10919         
10920         * src/common/utils.c
10921         * src/common/utils.h
10922                 check_line_length(): new.
10923                 is_dir_exist()
10924                 is_file_entry_exist()
10925                 dirent_is_regular_file()
10926                 dirent_is_directory(): use g_file_test() instead of stat().
10927
10928 2005-07-04 [paul]       1.9.12cvs16
10929
10930         sync with main:
10931
10932         * src/compose.c
10933                 compose_write_to_file(): check for line
10934                 length limit and display warning if exceeds
10935         * src/jpilot.c
10936                 use get_home_dir() instead of g_get_home_dir()
10937         * src/procheader.c
10938                 removed warning about invalid date
10939         * src/vcard.c
10940                 use get_home_dir() instead of g_get_home_dir()
10941
10942 2005-07-04 [paul]       1.9.12cvs15
10943
10944         * src/stock_pixmap.c
10945                 fix new pixmap naming errors
10946                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10947
10948 2005-07-04 [colin]      1.9.12cvs14
10949
10950         * src/imap.c
10951                 Fix debugging string with a warning
10952
10953 2005-07-04 [colin]      1.9.12cvs13
10954
10955         * configure.ac
10956                 Add a check for libetpan's version (>= 0.37)
10957
10958 2005-07-04 [hoa]        1.9.12cvs12
10959
10960         * commitHelper
10961         * src/imap.c
10962         * src/etpan/imap-thread.c
10963         * src/etpan/imap-thread.h
10964                 fixed IMAP implementation of check of mails.
10965
10966 2005-07-03 [hoa]        1.9.12cvs11
10967
10968         * src/etpan/Makefile.am
10969         * src/etpan/etpan-errors.h
10970         * src/etpan/etpan-log.[ch]
10971         * src/etpan/etpan-thread-manager-types.h
10972         * src/etpan/etpan-thread-manager.[ch]
10973         * src/etpan/imap-thread.[ch]
10974         * src/Makefile.am
10975         * src/imap.c
10976         * src/main.c
10977         * src/prefs_other.c
10978         * configure.ac
10979             merged imap branch.
10980             dependency on libetpan 0.37 is now added.
10981
10982 2005-07-01 [colin]      1.9.12cvs10
10983
10984         * src/Makefile.am
10985         * src/folder.c
10986         * src/folder.h
10987         * src/folderview.c
10988         * src/stock_pixmap.c
10989         * src/stock_pixmap.h
10990         * src/plugins/trayicon/trayicon.c
10991                 Add marked symbol on folders containing
10992                 marked messages
10993         * src/procmsg.c
10994         * src/procmsg.h
10995         * src/toolbar.c
10996         * src/prefs_common.c
10997         * src/prefs_common.h
10998         * src/prefs_send.c
10999                 Add an optional confirmation dialog on queue
11000                 sending. Patch by wwp.
11001         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11002         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11003         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11004         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11005         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11006         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11007         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11008         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11009         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11010         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11011         * src/pixmaps/trash_mark.xpm            ** ADDED **
11012                 New pixmaps
11013
11014 2005-07-01 [colin]      1.9.12cvs9
11015
11016         * src/summaryview.c
11017                 Fix a little threading bug
11018         * src/addrgather.c
11019         * src/mainwindow.c
11020                 A little bit of HIG normality never hurts
11021
11022 2005-07-01 [colin]      1.9.12cvs8
11023
11024         * src/compose.c
11025         * src/msgcache.c
11026         * src/pop.c
11027         * src/procmime.c
11028         * src/recv.c
11029         * src/common/log.c
11030         * src/common/template.c
11031         * src/common/utils.c
11032         * src/common/utils.h
11033                 Reverted the fwrite_atomic stuff. In fact
11034                 it is already atomic.
11035
11036 2005-06-30 [colin]      1.9.12cvs7
11037
11038         * src/common/utils.c
11039         * src/common/utils.h
11040                 Add an fwrite_atomic() function to make
11041                 sure we write everything: fwrite can make
11042                 short writes.
11043         * src/compose.c
11044         * src/msgcache.c
11045         * src/pop.c
11046         * src/procmime.c
11047         * src/recv.c
11048         * src/common/log.c
11049         * src/common/template.c
11050                 Use that (and fix swapping of size and nmemb).
11051                 Thanks to Rich Coe for the heads up.
11052
11053 2005-06-30 [colin]      1.9.12cvs6
11054
11055         * src/addressbook.c
11056                 Optimize addressbook opening 
11057
11058 2005-06-30 [colin]      1.9.12cvs5
11059
11060         * src/summaryview.c
11061                 Remove calls to summary_step after move/copy
11062
11063 2005-06-28 [paul]       1.9.12cvs4
11064
11065         * src/alertpanel.c
11066                 wrap and make the error msg selectable
11067
11068 2005-06-28 [paul]       1.9.12cvs3
11069
11070         * src/ssl_manager.c
11071                 replace the OK button with a Close button
11072         * src/gtk/foldersort.c
11073                 use GTK_STOCK_ icons/buttons
11074
11075 2005-06-28 [colin]      1.9.12cvs2
11076
11077         * src/gedit-print.c             ** ADDED **
11078         * src/gedit-print.h             ** ADDED **
11079         * src/gtk/gtksourceprintjob.c   ** ADDED **
11080         * src/gtk/gtksourceprintjob.h   ** ADDED **
11081                 I can't believe no one had enough time to tell
11082                 me I forgot the `cvs add`
11083
11084 2005-06-27 [colin]      1.9.12cvs1
11085
11086         * src/Makefile.am
11087         * src/gtk/Makefile.am
11088         * src/messageview.c
11089         * src/procmsg.c
11090         * src/summaryview.c
11091         * configure.ac
11092                 Add optional libgnomeprint-based printing
11093         * src/mainwindow.c
11094         * src/gtk/quicksearch.c
11095                 Add an Edit/Quick search menu item to show
11096                 and focus the quicksearch
11097
11098 2005-06-27 [paul]       1.9.12
11099
11100         1.9.12 release
11101
11102         * po/ca.po
11103         * po/de.po
11104         * po/es.po
11105         * po/fr.po
11106         * po/it.po
11107         * po/ko.po
11108         * po/pt_BR.po
11109         * po/sk.po
11110         * po/zh_CN.po
11111                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11112                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11113                 SungHyun Nam, Frederico Goncalves Guimaraes,
11114                 Andrej Kacian, and Yang Guilong
11115 2005-06-26 [colin]      1.9.11cvs106
11116
11117         * src/imap_gtk.c
11118                 Forgot one file for previous fix
11119
11120 2005-06-26 [colin]      1.9.11cvs105
11121
11122         * src/folder.c
11123         * src/imap.c
11124                 Fix problems with folder operations in no_select
11125                 imap folders. it applies only to mails, and 
11126                 creation/deletion/move/renaming of folders 
11127                 should be possible
11128
11129 2005-06-26 [paul]       1.9.11cvs104
11130
11131         * src/prefs_filtering.c
11132                 replace one more GTK_STOCK_REMOVE
11133                 with GTK_STOCK_DELETE
11134
11135 2005-06-25 [colin]      1.9.11cvs103
11136
11137         * src/imap.c
11138                 Optimize get_seq_set_from_seq_list
11139                 (Patch by Ricardo) 
11140
11141 2005-06-25 [colin]      1.9.11cvs102
11142
11143         * src/mh.c
11144                 If the directory exists, but not in the
11145                 correct encoding, rename it. This should
11146                 handle old-versions-induced bugs.
11147
11148 2005-06-25 [colin]      1.9.11cvs101
11149
11150         * src/mh.c
11151                 Fix path access with extended dir names
11152                 Fixes bug #589 (SC segfaults with wrong locale
11153                 settings)
11154
11155 2005-06-25 [colin]      1.9.11cvs100
11156
11157         * src/prefs_account.c
11158         * src/prefs_account.h
11159         * src/compose.c
11160                 Add an option to encrypt replies to
11161                 encrypted messages
11162
11163 2005-06-25 [colin]      1.9.11cvs99
11164
11165         * src/compose.c
11166         * src/quote_fmt_parse.y
11167                 ... And make it work with pgpinline.
11168
11169 2005-06-25 [colin]      1.9.11cvs98
11170
11171         * src/compose.c
11172         * src/procmime.c
11173         * src/procmime.h
11174         * src/quote_fmt_parse.y
11175                 o Make reedition of encrypted messages possible
11176                   (as long as it is encrypted to self too, no
11177                    magic there)
11178                 o Make replying with quote (and without selecting
11179                   text) possible for encrypted messages.
11180                 Closes bug #550 (Not possible to "reply with quote"
11181                 to gnupg encrypted messages)
11182
11183 2005-06-24 [paul]       1.9.11cvs97
11184
11185         * src/imap.c
11186                 add missing include
11187
11188 2005-06-24 [paul]       1.9.11cvs96
11189
11190         * src/editldap.c
11191                 made bind password entry invisible
11192                 (sync with main)
11193         * src/send_message.c
11194                 send_message_local(): check exit status
11195                 to detect errors (sync with main)
11196         * src/textview.c
11197                 use main's less ambiguous popup menu
11198                 wording
11199
11200 2005-06-24 [paul]       1.9.11cvs95
11201
11202         * src/prefs_actions.c
11203         * src/prefs_customheader.c
11204         * src/prefs_display_header.c
11205         * src/prefs_filtering_action.c
11206         * src/prefs_matcher.c
11207         * src/prefs_template.c
11208         * src/prefs_toolbar.c
11209                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11210         * src/gtk/description_window.c
11211                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11212
11213 2005-06-23 [colin]      1.9.11cvs94
11214
11215         * src/summaryview.c
11216                 Fix rough edges (be sure to call status_show whenever
11217                 necessary).
11218
11219 2005-06-23 [colin]      1.9.11cvs93
11220
11221         * src/summaryview.c
11222                 Optimize Select All
11223                 Before, in a 5K mails folder: 11s
11224                 After, in the same folder: 58000µs
11225                 The joys of locking... gtk_clist_select_all() fires a 
11226                 tree-select-row event for each selected row, which in 
11227                 summaryview, callbacks summary_selected which in turn,
11228                 calls summary_status_show, which walks the selected
11229                 rows. Hence, calling gtk_clist_select_all was 
11230                 exponential. Locking the summaryview makes 
11231                 summary_selected return early.
11232
11233 2005-06-23 [colin]      1.9.11cvs92
11234
11235         * src/imap.c
11236                 Move mutex at the important place to avoid
11237                 deadlocks
11238         * src/summaryview.c
11239                 Fix Del key deleting directly instead of
11240                 moving to trash
11241
11242 2005-06-22 [colin]      1.9.11cvs91
11243
11244         * src/plugins/spamassassin/libspamc.c
11245                 As we do spagetti code with assignations in multiple
11246                 places (see _message_read_raw where out = msg = raw),
11247                 let's be sure we don't free the same pointer twice.
11248                 Should fix bug #683 (Crash in libpam at 
11249                 message_cleanup).
11250
11251 2005-06-22 [colin]      1.9.11cvs90
11252
11253         * src/compose.c
11254         * src/messageview.c
11255         * src/toolbar.c
11256                 Make toolbar's delete use the move to trash stuff;
11257                 Add gtk_widget_realize to be sure pixmaps can get
11258                 created (that may fix an old worksforme bug which
11259                 I can't find back...)
11260
11261 2005-06-22 [colin]      1.9.11cvs89
11262
11263         * src/summaryview.c
11264         * src/summaryview.h
11265         * src/mainwindow.c
11266                 Rename "Message/Delete" to "Message/Move to trash"
11267                 Add "Message/Delete..." that directly destroys the
11268                 selected messages after asking for a confirmation.
11269
11270 2005-06-22 [colin]      1.9.11cvs88
11271
11272         * src/imap.c
11273                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11274                 o Fix a deadlock (thanks Darko)
11275
11276 2005-06-22 [colin]      1.9.11cvs87
11277
11278         * src/gtk/foldersort.c
11279                 Add missing include for the i18n;
11280                 patch by Fabien Vantard
11281
11282 2005-06-21 [colin]      1.9.11cvs86
11283
11284         * src/folder.c
11285         * src/folderview.c
11286                 Respect the no_select flag
11287         * src/imap.c
11288                 Fix recursive deletion
11289         * src/imap_gtk.c
11290         * src/mh_gtk.c
11291                 Make the folder deletion's warning
11292                 more explicit
11293
11294 2005-06-21 [colin]      1.9.11cvs85
11295
11296         * src/textview.c
11297                 Prevent email addresses from spanning accross
11298                 lines - fixes bug # 646 (newline-chars in 
11299                 email addresses)
11300
11301 2005-06-20 [colin]      1.9.11cvs84
11302
11303         * src/folder.c
11304                 Be sure not to remove source if copy failed
11305
11306 2005-06-20 [colin]      1.9.11cvs83
11307
11308         * src/folderview.c
11309         * src/imap_gtk.c
11310                 remove summaryview's lock
11311         * src/imap.c
11312                 introduce threads to avoid problems when foreground tasks
11313                 interfere with background tasks
11314         * src/mh.c
11315                 prevent moving to drafts/queue
11316         * src/mimeview.c
11317                 fix leak
11318
11319 2005-06-19 [colin]      1.9.11cvs82
11320
11321         * src/imap_gtk.c
11322                 Remember that the user doesn't want to override
11323                 offline mode, for 3 seconds. It avoid presenting
11324                 him with N popups in a really short time.
11325
11326 2005-06-17 [colin]      1.9.11cvs81
11327
11328         * src/imap.c
11329                 Fix IMAP breaking on folders containing '('
11330                 (Probably won't be enough)
11331
11332 2005-06-17 [colin]      1.9.11cvs80
11333
11334         Forgotten files on 1.9.11cvs79
11335         * src/summaryview.c
11336                 Fix stepping when not immediately executing
11337         * src/imap.c
11338                 Really prevent UID FETCH 0
11339         * src/codeconv.c
11340                 Fix outgoing charset never set to utf-8
11341         * src/mh.c
11342                 Fix leak
11343
11344 2005-06-16 [colin]      1.9.11cvs79
11345
11346         * src/compose.c
11347                 Fix bug #707 (Dash splits rows)
11348                 Only wrap if we're on a line break position and
11349                 the previous one was a "white" (space) char.
11350                 Pango stuff is weird.
11351
11352 2005-06-16 [colin]      1.9.11cvs78
11353
11354         * src/imap_gtk.c
11355                 Lock summaryview while downloading messages
11356                 on user demand
11357         * src/procheader.c
11358         * src/unmime.c
11359         * src/common/utils.c
11360         * src/common/utils.h
11361                 Replace \r and \n with spaces in From and
11362                 Subject headers
11363
11364 2005-06-16 [paul]       1.9.11cvs77
11365
11366         * src/procmime.c
11367                 liberalise the mime parser
11368         * src/gtk/about.c
11369                 add text wrapping
11370
11371 2005-06-16 [paul]       1.9.11cvs76
11372
11373         * src/gtk/about.c
11374                 reworked
11375
11376 2005-06-15 [colin]      1.9.11cvs75
11377
11378         * src/compose.c
11379                 Finish header encoding fix
11380         * src/summaryview.c
11381                 Fix segfault
11382         * src/headerview.c
11383                 Fix compilation (Thanks Stephan
11384                 Sachse)
11385
11386 2005-06-15 [colin]      1.9.11cvs74
11387
11388         * Makefile.am
11389                 Install gnome2 stuff rather than gnome1, 
11390                 if both are present
11391         * src/codeconv.c
11392         * src/codeconv.h
11393         * src/compose.c
11394                 Fix headers encoding
11395         * src/folder.c
11396                 Visual progress when fetching all messages
11397         * src/folderview.c
11398         * src/summaryview.c
11399         * src/summaryview.h
11400                 Prevent changing current message while
11401                 incorporating
11402
11403 2005-06-15 [paul]       1.9.11cvs73
11404
11405         * src/gtk/gtkaspell.c
11406         * src/gtk/gtkaspell.h
11407                 fix build warnings
11408
11409 2005-06-15 [paul]       1.9.11cvs72
11410
11411         * src/prefs_filtering.c
11412                 allow reordering of filter rules by
11413                 drag n drop
11414
11415 2005-06-15 [paul]       1.9.11cvs71
11416
11417         * COPYING
11418                 updated
11419         * src/codeconv.c
11420                 replace deprecated function
11421         * src/inc.c
11422         * src/send_message.c
11423         * src/gtk/progressdialog.c
11424         * src/gtk/progressdialog.h
11425                 salvage and reuse parts of reverted sync
11426
11427 2005-06-15 [paul]       1.9.11cvs70
11428
11429         * src/inc.c
11430         * src/send_message.c
11431         * src/gtk/progressdialog.c
11432         * src/gtk/progressdialog.h
11433                 revert yesterday's sync with main
11434                 it contains deprecated functions
11435
11436 2005-06-15 [colin]      1.9.11cvs69
11437
11438         * src/headerview.c
11439                 Fix bug #670 (multi user to: will corrupt message 
11440                 headers display)
11441
11442 2005-06-15 [colin]      1.9.11cvs68
11443
11444         * src/compose.c
11445                 Fix bug #421 (Fix undo on wrapping)
11446
11447 2005-06-15 [colin]      1.9.11cvs67
11448
11449         * src/folder.c
11450                 Provide visual feedback while processing
11451                 folder's rules.
11452         * src/imap.c
11453                 Provide visual feedback while getting
11454                 short headers (for uncached messages)
11455
11456
11457 2005-06-14 [paul]       1.9.11cvs66
11458
11459         * src/account.c
11460                 change a couple stock icons
11461         * src/inc.c
11462         * src/send_message.c
11463         * src/gtk/progressdialog.c
11464         * src/gtk/progressdialog.h
11465                 sync main's GtkTreeView implementation
11466
11467 2005-06-14 [colin]      1.9.11cvs65
11468
11469         * src/imap.c
11470                 Various little fixes, mainly on error paths
11471
11472 2005-06-13 [colin]      1.9.11cvs64
11473
11474         * matcher.c
11475         * procmsg.c
11476         * procmsg.h
11477                 Add a way to fetch only headers. This speeds
11478                 up filtering on headers for IMAP. Fixes:
11479                 bug #481 extraneous imap commands slow down 
11480                         imap filtering
11481                 bug #522 Sylpheed downloads all messages 
11482                         when opening mailbox (IMAP)
11483                 bug #677 IMAP fetch is soooooooooooooo slow
11484         * src/folder.c
11485         * src/folder.h
11486                 Add a folder set_batch method so that
11487                 implementations can speed up flags changes
11488         * src/folderutils.c
11489         * src/summaryview.c
11490                 Use that in mark as (un)read and mark all read
11491                 Refix bug #679
11492         * src/imap.c
11493                 Implement set_batch - brings back deferred
11494                 flags in a less buggy manner. Fixes:
11495                 bug #729 IMAP immediate expunge of deleted messages
11496                 bug #191 remove list of messages with one command
11497                 Fix login with strange chars
11498                 Implement fetch_msg_full
11499                 Fix copy (wrong counts)
11500
11501 2005-06-12 [colin]      1.9.11cvs63
11502
11503         * src/folder.c
11504                 lock incorporation during long operations.
11505                 Avoids fucking up the IMAP socket.
11506
11507 2005-06-12 [colin]      1.9.11cvs62
11508
11509         * src/imap.c
11510                 Fix harmful typo
11511                 Factorize remove_all_msg
11512                 Thread-ize expunge
11513         * src/summaryview.c
11514                 Don't update partial-download status if unnecessary
11515         * src/folder.c
11516                 Use remove_msgs everywhere possible
11517
11518 2005-06-12 [colin]      1.9.11cvs61
11519
11520         * src/folder.c
11521         * src/folder.h
11522                 Add a remove_msgs function to remove a 
11523                 list of messages
11524         * src/imap.c
11525                 Implement that.
11526
11527 2005-06-12 [colin]      1.9.11cvs60
11528
11529         * src/imap.c
11530                 Remove flags-processing deferring... Too hard
11531                 to get it to work in all cases.
11532
11533 2005-06-11 [colin]      1.9.11cvs59
11534
11535         * src/imap.c
11536                 printf -> debug_print
11537
11538 2005-06-11 [colin]      1.9.11cvs58
11539
11540         * src/imap.c
11541                 o Fix build without USE_PTHREAD
11542                 o Factorize imap_open
11543                 o Alertpanel in case of impossible connection
11544                 o Alertpanel in case of impossible login
11545                 o Fix deferred flags processing to force a 
11546                   flush before adding some more flags to process,
11547                   but in another folder.
11548
11549 2005-06-10 [colin]      1.9.11cvs57
11550
11551         * src/imap.c
11552                 o Fix a format string error
11553                 o init ssl socket outside of the thread 
11554                   (it possibly invokes gtk calls)
11555         * src/procmime.c
11556                 o Put back the buffer to its necessary size
11557                 o Fix changing a file pointer without keeping
11558                   track of it (thanks Valgrind)
11559         * src/common/smtp.c
11560                 o Fix automatic STARTTLS if login should be done
11561                   and the server only allows it after starting TLS
11562         * src/gtk/gtkinputdialog.c
11563                 o Eat GDK_Return so that the combo popup doesn't 
11564                   appear when we press Enter to validate the combo
11565                   input dialog (as seen in the Open with... dialog)
11566
11567 2005-06-10 [colin]      1.9.11cvs56
11568
11569         * src/imap.c
11570                 o A bit less debug
11571                 o Fix a crash on deletion
11572                 o Threadize imap_select (it's called outside of 
11573                   threads)
11574                 o Defer treatment of DELETED flags
11575
11576
11577 2005-06-09 [colin]      1.9.11cvs55
11578
11579         * src/imap.c
11580                 Make sure we check imap_gtk_should_override(), which
11581                 potentially calls gtk stuff, before creating thread.
11582                 That way it should't be called via imap_get_session()
11583                 inside a thread.
11584
11585 2005-06-09 [colin]      1.9.11cvs54
11586
11587         * src/imap.c
11588                 o add a bit of status output
11589                 o remove some dead code
11590                 o threadize get_list_of_uids
11591                 o threadize imap_get_flags
11592                 o defer flag changing by 500ms so that they
11593                   can be batched
11594
11595
11596 2005-06-08 [colin]      1.9.11cvs53
11597
11598         * src/imap.c
11599                 Thread-ize imap_cmd_fetch
11600
11601 2005-06-08 [colin]      1.9.11cvs52
11602
11603         * src/main.c
11604                 Mmh, that broke POP3...
11605
11606 2005-06-08 [colin]      1.9.11cvs51
11607
11608         * src/main.c
11609                 Stabilize IMAP patch (thanks to Hoa)
11610
11611 2005-06-08 [colin]      1.9.11cvs50
11612
11613         * src/imap.c
11614                 Test patch to speed up imap. 
11615
11616 2005-06-08 [colin]      1.9.11cvs49
11617
11618         * src/imap_gtk.c
11619                 Warning fix
11620         * src/procmime.c
11621                 Apply patch from gentoo to use /usr/share/mime/globs if 
11622                 available, after un-breaking it
11623         * src/common/log.c
11624         * src/common/log.h
11625                 Use g_timeout for invoking hooks that possibly use gtk
11626                 calls. This should leave gtk calls in the main thread.
11627
11628 2005-06-08 [paul]       1.9.11cvs48
11629
11630         * src/codeconv.c
11631                 conv_get_outgoing_charset_str(): don't
11632                 use prefs_common setting
11633         * src/compose.c
11634         * src/compose.h
11635                 add /Options/Character encoding/... to
11636                 temporarily change the outgoing encoding
11637
11638         (belated sync with main)
11639
11640 2005-06-08 [paul]       1.9.11cvs47
11641
11642         * src/compose.c
11643                 correction to/completion of last
11644                 sync with main
11645
11646 2005-06-08 [paul]       1.9.11cvs46
11647
11648         sync with main:
11649         
11650         * src/codeconv.c
11651         * src/codeconv.h
11652                 always enabled Japanese auto-detection
11653                 if the first letters of locale string
11654                 is "ja"
11655         * src/compose.c
11656                 don't use "destroy" signal to destroy
11657                 Compose object (fix rare crashes on discard?)
11658         * src/mainwindow.c
11659         * src/messageview.c
11660         * src/prefs_send.c
11661                 added Hebrew encodings
11662         * src/sourcewindow.c
11663                 don't use "destroy" signal to destroy
11664                 objects
11665
11666 2005-06-07 [colin]      1.9.11cvs45
11667
11668         * src/summaryview.c
11669                 Add missing unlocks/locks
11670
11671 2005-06-07 [paul]       1.9.11cvs44
11672
11673         * src/summaryview.c
11674                 restore bug #749 fix
11675
11676 2005-06-06 [colin]      1.9.11cvs43
11677
11678         * src/summaryview.c
11679                 Fix selection bug when prefs_common.open_unread 
11680                 is FALSE
11681
11682 2005-06-06 [colin]      1.9.11cvs42
11683
11684         * src/common/md5.c
11685                 Fix a warning
11686         * src/summaryview.c
11687         * src/folderview.c
11688                 Factorize long operations beginning and end
11689                 (locking, freezing/thawing, cursor, ...)
11690                 Check selection->data member in selection-
11691                 related loops; this avoids dying an awful
11692                 death if the selection changes on us while
11693                 we're marking a whole IMAP folder unread, 
11694                 for example.
11695
11696 2005-06-06 [paul]       1.9.11cvs41
11697
11698         * src/textview.c
11699                 don't g_free() a static gchar buffer
11700
11701 2005-06-05 [colin]      1.9.11cvs40
11702
11703         * src/mainwindow.c
11704         * src/messageview.c
11705         * src/summaryview.c
11706                 Fix bug #749 (Show all headers should be
11707                 sticky as the GUI suggests)
11708
11709 2005-06-03 [paul]       1.9.11cvs39
11710
11711         * src/compose.c
11712                 don't allow editing of mail while sending.
11713                 patch by Colin
11714
11715 2005-06-03 [paul]       1.9.11cvs38
11716
11717         * src/folderview.c
11718                 add a freeze/thaw to speed up 'mark all read'
11719
11720 2005-06-03 [paul]       1.9.11cvs37
11721
11722         * src/prefs_message.c
11723                 reflect changes immediately
11724
11725 2005-06-02 [colin]      1.9.11cvs36
11726
11727         * po/POTFILES.in
11728                 Patch by Fabien Vantard.
11729
11730 2005-06-02 [colin]      1.9.11cvs35
11731
11732         * src/imap.c
11733                 Use a non-blocking imap_getline() if possible.
11734                 This should completely prevent the interface
11735                 from freezin on imap operations, although it
11736                 may do strange stuff in case of folder switching
11737                 while a big imap operation is taking place...
11738
11739                 In addition, fix a leak in the case thread
11740                 creation fails on connection.
11741
11742 2005-06-02 [colin]      1.9.11cvs34
11743
11744         * src/crash.c
11745         * src/prefs_common.h
11746                 Fix build (prefs_common_init() doesn't exist
11747                 anymore)
11748
11749 2005-06-02 [colin]      1.9.11cvs33
11750
11751         * src/prefs_account.c
11752                 Fix bug #245 (filtering rules broken when
11753                 renaming a remote account (imap4 or nntp)
11754
11755 2005-06-02 [colin]      1.9.11cvs32
11756
11757         * src/imap.c
11758                 Try to fix IMAP shortcomings: 
11759                 o Multithread imap_open()
11760                 o allow offline-mode overriding instead of
11761                   just returning NULL
11762         * src/imap_gtk.c
11763         * src/imap_gtk.h
11764                 Add a function to ask whether we want to
11765                 override offline-mode for 10 minutes (one-shot
11766                 asking was painful)
11767         * src/procheader.c
11768                 Fix segfault when imap parser isn't happy about
11769                 a missing {
11770
11771 2005-06-01 [colin]      1.9.11cvs31
11772
11773         * src/addrharvest.c
11774         * src/compose.c
11775         * src/mbox.c
11776         * src/mbox.h
11777         * src/mh.c
11778         * src/msgcache.c
11779         * src/send_message.c
11780         * src/setup.c
11781         * src/undo.c
11782         * src/common/hooks.c
11783         * src/common/prefs.c
11784         * src/common/template.c
11785         * src/common/utils.c
11786         * src/gtk/gtkutils.c
11787         * src/gtk/inputdialog.c
11788         * src/gtk/menu.c
11789         * src/gtk/pluginwindow.c
11790         * src/gtk/prefswindow.c
11791         * src/plugins/pgpmime/passphrase.c
11792         * src/plugins/pgpmime/prefs_gpg.c
11793                 More -Wall fixes
11794
11795         * src/common/Makefile.am
11796         * src/common/timing.h
11797                 Add basic timing code
11798
11799         * src/summaryview.c
11800                 Fix a bug with unread messages when 
11801                 re-sorting folders, and by the way
11802                 fix a big performance hit when 
11803                 re-sorting (10k mails: before 5s,
11804                 after .5s)
11805
11806         * src/prefs_compose_writing.c
11807         * src/prefs_compose_writing.h
11808         * src/prefs_message.c
11809         * src/prefs_message.h
11810         * src/prefs_other.c
11811         * src/prefs_other.h
11812         * src/prefs_quote.c
11813         * src/prefs_quote.h
11814         * src/prefs_receive.c
11815         * src/prefs_receive.h
11816         * src/prefs_send.c
11817         * src/prefs_send.h
11818         * src/prefs_summaries.c
11819         * src/prefs_summaries.h
11820                 Fix copyright banner
11821
11822 2005-06-01 [paul]       1.9.11cvs30
11823
11824         * po/fi.po
11825                 updated by Flammie Pirinen
11826         * src/procmime.c
11827                 fix 'Bad BASE64 content' output
11828
11829 2005-05-31 [colin]      1.9.11cvs29
11830
11831         * src/procmime.c
11832                 Oops, where did my hunk go.
11833
11834 2005-05-31 [colin]      1.9.11cvs28
11835
11836         * src/Makefile.am
11837         * src/account.c
11838         * src/action.c
11839         * src/addr_compl.c
11840         * src/addressbook.c
11841         * src/codeconv.c
11842         * src/compose.c
11843         * src/export.c
11844         * src/folder.c
11845         * src/folderview.c
11846         * src/image_viewer.c
11847         * src/main.c
11848         * src/mainwindow.c
11849         * src/messageview.c
11850         * src/mimeview.c
11851         * src/msgcache.c
11852         * src/prefs_account.c
11853         * src/prefs_actions.c
11854         * src/prefs_common.c
11855         * src/prefs_compose_writing.c
11856         * src/prefs_customheader.c
11857         * src/prefs_ext_prog.c
11858         * src/prefs_filtering.c
11859         * src/prefs_filtering_action.c
11860         * src/prefs_fonts.c
11861         * src/prefs_image_viewer.c
11862         * src/prefs_message.c
11863         * src/prefs_message.h
11864         * src/prefs_msg_colors.c
11865         * src/prefs_other.c
11866         * src/prefs_other.h
11867         * src/prefs_quote.c
11868         * src/prefs_receive.c
11869         * src/prefs_receive.h
11870         * src/prefs_send.c
11871         * src/prefs_send.h
11872         * src/prefs_spelling.c
11873         * src/prefs_summaries.c
11874         * src/prefs_summary_column.c
11875         * src/prefs_template.c
11876         * src/prefs_themes.c
11877         * src/prefs_toolbar.c
11878         * src/prefs_wrapping.c
11879         * src/procmime.c
11880         * src/procmsg.c
11881         * src/send_message.h
11882         * src/ssl_manager.c
11883         * src/summary_search.c
11884         * src/summaryview.c
11885         * src/textview.c
11886         * src/wizard.c
11887         * src/common/smtp.c
11888         * src/common/smtp.h
11889         * src/gtk/gtkutils.h
11890                 o Move the rest of Common prefs to new style
11891                 o Lots of -Wall warning fixes
11892                 o fix FIXME in cache memusage calculation
11893                 o Let return receipts be sent from any account
11894                 o Little cache optimisation (read)
11895                 o Fix bug #746 (don't treat commas as separators
11896                   when inside a quoted string)
11897
11898 2005-05-31 [paul]       1.9.11cvs27
11899
11900         * src/prefs_common.c
11901                 fix 'off-by-one' typo
11902
11903 2005-05-31 [paul]       1.9.11cvs26
11904
11905         * src/account.c
11906         * src/addr_compl.c
11907         * src/compose.c
11908         * src/foldersel.c
11909         * src/prefs_actions.c
11910         * src/prefs_common.c
11911         * src/prefs_common.h
11912         * src/prefs_customheader.c
11913         * src/prefs_display_header.c
11914         * src/prefs_filtering.c
11915         * src/prefs_filtering_action.c
11916         * src/prefs_matcher.c
11917         * src/prefs_summaries.c
11918         * src/prefs_summary_column.c
11919         * src/prefs_template.c
11920         * src/prefs_toolbar.c
11921         * src/ssl_manager.c
11922         * src/gtk/pluginwindow.c
11923         * src/gtk/prefswindow.c
11924         * src/gtk/progressdialog.c
11925                 add hidden prefs 'enable_rules_hint'
11926                 for gtk_tree_view_set_rules_hint()
11927                 (sync with main)
11928                 
11929
11930 2005-05-31 [colin]      1.9.11cvs25
11931
11932         * src/Makefile.am
11933         * src/main.c
11934         * src/prefs_common.c
11935         * src/prefs_summaries.c ** ADDED **
11936         * src/prefs_summaries.h ** ADDED **
11937                 Common/Display -> Display/Summaries
11938
11939 2005-05-31 [colin]      1.9.11cvs24
11940
11941         * src/Makefile.am
11942         * src/main.c
11943         * src/prefs_quote.c ** ADDED **
11944         * src/prefs_quote.h ** ADDED **
11945                 Move Common/Quote to Compose/Quoting
11946         * src/prefs_common.c
11947         * src/prefs_common.h
11948                 Remove old quote stuff, add
11949                 convenience functions for GtkTextView prefs
11950         * src/gtk/prefswindow.c
11951                 Set default height higher
11952
11953 2005-05-30 [colin]      1.9.11cvs23
11954
11955         * src/Makefile.am
11956         * src/main.c
11957         * src/prefs_common.c
11958         * src/prefs_compose_writing.c ** ADDED **
11959         * src/prefs_compose_writing.h ** ADDED **
11960                 Move Common/Compose prefs to Compose/Writing
11961
11962 2005-05-30 [colin]      1.9.11cvs22
11963
11964         * src/common/utils.c
11965                 Fix bug #651 (Confused Attract by Subject)
11966                 Patch by M. Benkmann <haferfrost@web.de>
11967         * AUTHORS
11968
11969 2005-05-30 [colin]      1.9.11cvs21
11970
11971         * src/compose.c
11972                 Fix concatenation of different headers of
11973                 the same type (bug #645)
11974         * src/prefs_folder_item.c
11975                 Fix bug #699 (setting color to black doesn't
11976                 work immediately)
11977         * src/procmime.c
11978                 Print out decoding error only once per
11979                 block
11980
11981 2005-05-30 [paul]       1.9.11cvs20
11982
11983         * src/common/template.c
11984                 fix Bcc
11985
11986 2005-05-30 [paul]       1.9.11cvs19
11987
11988         * doc/src/rfc2368.txt   **NEW FILE**
11989         * src/compose.c
11990                 compose_entries_set(): don't interpret Bcc
11991                 header field (conform to RFC 2368)
11992                 (sync with main)
11993
11994 2005-05-29 [colin]      1.9.11cvs18
11995
11996         * src/prefs_common.c
11997                 Let the default reply format respect
11998                 netiquette by cutting the signature.
11999
12000 2005-05-29 [colin]      1.9.11cvs17
12001
12002         * src/summaryview.c
12003                 Don't let always_show_msg override
12004                 open_unread_on_enter when opening a new
12005                 directory.
12006
12007 2005-05-27 [paul]       1.9.11cvs16
12008
12009         sync with main:
12010
12011         * src/main.c
12012                 app_will_exit(): cleanup tmp directory when exit
12013         * src/message_search.c
12014                 improved the interface and made code cleanup.
12015                 removed Clear button
12016         * src/send_message.c
12017                 send_message_local(): use GSpawn, and detect errors
12018         * src/summary_search.c
12019                 improved the interface and made code cleanup
12020         * src/textview.c
12021                 textview_write_link(): also skip non-ascii space
12022                  at the head of link strings (phishing check
12023                  didn't work at the case)
12024         * src/common/utils.c
12025                 get_command_output(): use g_spawn_command_line_sync()
12026                 instead of popen()
12027
12028 2005-05-26 [colin]      1.9.11cvs15
12029
12030         * src/folder.c
12031                 remove printf
12032
12033 2005-05-26 [colin]      1.9.11cvs14
12034
12035         * src/common/nntp.c
12036                 Fix nntp mode reader (bug #611)
12037                 Patch by Florian Mickler <florian@mickler.org>
12038
12039 2005-05-26 [colin]      1.9.11cvs13
12040
12041         * src/plugins/pgpmime/passphrase.c
12042                 Fix mouse grabbing (bug #557)
12043
12044 2005-05-26 [colin]      1.9.11cvs12
12045
12046         * src/prefs_themes.c
12047                 Fix g_warning (bug #541)
12048
12049 2005-05-26 [colin]      1.9.11cvs11
12050
12051         * src/prefs_actions.c
12052         * src/prefs_template.c
12053                 Fix bug #506 (no warning if action/template
12054                 is not saved)
12055         * src/common/template.c
12056                 Fix a possible crash
12057
12058 2005-05-26 [colin]      1.9.11cvs10
12059
12060         * src/folder.c
12061         * src/folderview.c
12062         * src/procmsg.c
12063         * src/summaryview.c
12064                 Forbid locked messages to be moved or
12065                 deleted. Locked messages in trashes 
12066                 still get deleted, for performance
12067                 reason (mh.c::mh_remove_all_msgs)
12068
12069 2005-05-25 [colin]      1.9.11cvs9
12070
12071         * src/procmime.c
12072                 Use correct encoding when sending mails
12073                 with attachments that have accentued 
12074                 chars in their name
12075
12076 2005-05-24 [colin]      1.9.11cvs8
12077
12078         * src/summaryview.c
12079                 Fix bug #688 f) read/unread marker not
12080                 changed on first click
12081                 Also, optimize summary_status_show()
12082                 calls
12083         * src/folder.c
12084         * src/inc.c
12085         * src/procmime.c
12086                 Fix bug #688 b) and c) wrt message
12087                 attachments and signature
12088         * src/stock_pixmap.c
12089         * src/stock_pixmap.h
12090         * src/stock_pixmap.c
12091         * src/stock_pixmap.h
12092         * src/Makefile.am
12093         * src/pixmaps/clip_gpg_signed.xpm
12094                 Add clip/signed icon
12095
12096 2005-05-24 [colin]      1.9.11cvs7
12097
12098         * src/folder_item_prefs.c
12099                 whitespace fix
12100
12101 2005-05-24 [colin]      1.9.11cvs6
12102
12103         * src/folderview.c
12104         * src/prefs_common.c
12105         * src/prefs_common.h
12106                 Add a confirmation to folder drag and drop
12107                 fixes bug #156
12108         * src/alertpanel.c
12109         * src/alertpanel.h
12110                 fix _with_disable parameters so that
12111                 the buttons labels are specifiable too
12112         * src/plugins/pgpmime/sgpgme.c
12113                 reflect said change
12114                 
12115
12116 2005-05-24 [colin]      1.9.11cvs5
12117
12118         * src/folderview.c
12119                 Uncollapse/collapse folders on double-click
12120                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12121                 closes bug #108
12122
12123 2005-05-23 [colin]      1.9.11cvs4
12124
12125         * src/common/socket.c
12126                 Check another special SSL_peek() error.
12127                 Should help wrt bug #728
12128
12129 2005-05-23 [colin]      1.9.11cvs3
12130
12131         * src/plugins/pgpmime/pgpmime.c
12132                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12133                 breaking menu accelerators and stuff. Users will have to
12134                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12135                 account's privacy preferences if needed.
12136
12137 2005-05-22 [paul]
12138
12139         * tools/kdeservicemenu/install.sh
12140                 use kdesu to prompt for root password if doing
12141                 global install/uninstall
12142
12143 2005-05-20 [colin]      1.9.11cvs2
12144
12145         * src/procmsg.c
12146                 Fix another compilation error with gcc-2.9x
12147                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12148         * src/send_message.c
12149                 Don't send QUIT if we aren't connected
12150
12151 2005-05-19 [colin]      1.9.11cvs1
12152
12153         * src/procmsg.c
12154                 Fix compilation with gcc 2.9x
12155
12156 2005-05-19 [paul]       1.9.11
12157
12158         1.9.11 released
12159
12160 2005-05-19 [paul]       1.9.9cvs14
12161
12162         * src/gtk/inputdialog.c
12163                 prevent gettext warning
12164
12165 2005-05-19 [paul]       1.9.9cvs13
12166
12167         * src/mainwindow.c
12168         * src/prefs_common.c
12169         * src/prefs_common.h
12170         * src/textview.c
12171         * src/textview.h
12172                 add an option to toggle cursor in message
12173                 view (sync with main)
12174
12175 2005-05-18 [colin]      1.9.9cvs12
12176
12177         * src/compose.c
12178                 Dereference freed pointer
12179         * src/gtk/gtkaspell.c
12180                 Fix duplication of dictionaries (is it an aspell issue?)
12181
12182 2005-05-18 [colin]      1.9.9cvs11
12183
12184         * src/gtk/inputdialog.c
12185         * src/gtk/gtkaspell.c
12186                 HIGuify dialogs
12187         * src/alertpanel.c
12188                 Remove a double call
12189
12190 2005-05-17 [colin]      1.9.9cvs10
12191
12192         * src/gtk/gtkaspell.c
12193                 Fix dialogs, Ctrl-Enter accel
12194
12195 2005-05-17 [colin]      1.9.9cvs9
12196
12197         * src/gtk/gtkaspell.c
12198                 Fix some accelerators, escape in replace-window
12199
12200 2005-05-16 [colin]      1.9.9cvs8
12201
12202         * src/gtk/gtkaspell.c
12203                 Revert last commit, it was a mistake.
12204
12205 2005-05-16 [colin]      1.9.9cvs7
12206
12207         * src/gtk/gtkaspell.c
12208                 Remove buggy code while we're at it. It's a 
12209                 dead code path anyway.
12210
12211 2005-05-16 [colin]      1.9.9cvs6
12212
12213         * src/gtk/gtkaspell.c
12214                 Missed some gtk_menu_popup where deactivate
12215                 signal should be handled. Should fix bug
12216                 #629 a bit more.
12217
12218 2005-05-16 [colin]      1.9.9cvs5
12219
12220         * src/gtk/gtkaspell.c
12221                 Remove debug printf()s
12222
12223 2005-05-16 [colin]      1.9.9cvs4
12224
12225         * src/gtk/gtkaspell.c
12226                 Fix a bit aspell problems
12227                 (see bug #629)
12228
12229 2005-05-13 [colin]      1.9.9cvs3
12230
12231         * src/folderview.c
12232                 Fix the + appearing even when no subfolders
12233                 have unread messages. Thanks to wwp for the
12234                 bug report.
12235
12236 2005-05-11 [paul]       1.9.9cvs2
12237
12238         * src/folderview.c
12239                 correction to 1.9.9cvs1, only colour folders that
12240                 have new msgs (not unread msgs)
12241
12242 2005-05-10 [colin]      1.9.9cvs1
12243
12244         * src/folderview.c
12245         * src/summaryview.c
12246                 Try to fix bolding bugs again.
12247
12248 2005-05-09 [paul]
12249
12250         * tools/claws.i18n.status.pl
12251                 add Ricardo Mones Lastra's script that has been providing
12252                 the i18n status page for many months
12253
12254 2005-05-09 [paul]       1.9.9
12255
12256         1.9.9 release
12257
12258 2005-05-09 [paul]       1.9.6cvs58
12259
12260         * AUTHORS
12261         * INSTALL
12262         * README.claws
12263                 updated
12264         * Makefile.am 
12265         * RELEASE_NOTES.claws
12266                 add release notes to cvs to simplify release
12267                 procedure
12268         * configure.ac
12269                 add ca and fi to ALL_LINGUAS
12270         * po/Makefile.in.in
12271                 workaround for missing Makevars
12272         * po/ca.po
12273         * po/fi.po
12274                 add new Catalan and Finnish translations
12275                 submitted by Miquel Oliete and Flammie Pirinen
12276         * po/de.po
12277         * po/es.po
12278         * po/fr.po
12279         * po/it.po
12280         * po/pl.po
12281         * po/ru.po
12282         * po/sk.po
12283         * po/sr.po
12284         * po/zh_CN.po
12285                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12286                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12287                 Urke MMI, and Hansom Young
12288         * src/main.c
12289                 Fix drafting when quitting. compose_draft() closes the
12290                 compose windows, which modifies the compose_list GSList.
12291                 We have to refresh this list after echo drafting to avoid a
12292                 segfault
12293         * src/partial_download.c
12294                 fix segfault on exit
12295
12296 2005-05-06 [paul]       1.9.6cvs57
12297
12298         * src/grouplistdialog.c
12299                 quick fix/workaround for unresizeable newsgroup
12300                 name column 
12301
12302 2005-05-06 [paul]       1.9.6cvs56
12303
12304         * src/inc.c
12305         * src/mainwindow.c
12306                 use gettext plural forms
12307         * src/imap_gtk.c
12308         * src/mh_gtk.c
12309         * src/toolbar.c
12310                 small improvement to english usage
12311
12312 2005-05-05 [thorsten]   1.9.6cvs55
12313
12314         * src/folder.c
12315                 fix possible crash
12316
12317 2005-05-05 [paul]       1.9.6cvs54
12318         
12319         sync with HEAD
12320
12321         * AUTHORS
12322         * src/compose.c
12323                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12324                 patch by Tim Mann
12325
12326 2005-05-05 [paul]       1.9.6cvs53
12327
12328         * src/mainwindow.c
12329                 fix resizing of separate message and
12330                 folder views
12331
12332 2005-05-05 [paul]       1.9.6cvs52
12333
12334         * src/account.c
12335         * src/addrgather.c
12336         * src/browseldap.c
12337         * src/exphtmldlg.c
12338         * src/expldifdlg.c
12339         * src/importmutt.c
12340         * src/importpine.c
12341         * src/main.c
12342         * src/mainwindow.c
12343         * src/noticeview.c
12344         * src/prefs_filtering.c
12345         * src/prefs_filtering_action.c
12346         * src/prefs_matcher.c
12347         * src/prefs_spelling.c
12348         * src/prefs_toolbar.c
12349         * src/toolbar.c
12350         * src/wizard.c
12351         * src/gtk/description_window.c
12352         * src/gtk/gtkvscrollbutton.c
12353         * src/gtk/progressdialog.c
12354         * src/gtk/quicksearch.c
12355         * src/plugins/pgpmime/prefs_gpg.c
12356         * src/plugins/spamassassin/spamassassin_gtk.c
12357                 replace deprecated gtk_widget_set_usize
12358
12359 2005-05-04 [colin]      1.9.6cvs51
12360
12361         * src/common/utils.c
12362                 Fix crash when subst_for_filename is called
12363                 with a NULL parameter
12364
12365 2005-05-04 [colin]      1.9.6cvs50
12366
12367         * src/partial_download.c
12368         * src/pop.c
12369                 Escape login when writing uidl file
12370                 fixes bug #736
12371
12372 2005-05-03 [colin]      1.9.6cvs49
12373
12374         * src/procmime.c
12375                 Fix possible DOS in mime parser
12376                 (see bug #634)
12377
12378 2005-05-02 [colin]      1.9.6cvs48
12379
12380         * src/compose.c
12381                 Try to fix the copy/paste mess once again.
12382
12383
12384 2005-04-30 [colin]      1.9.6cvs47
12385
12386         * src/prefs_account.h
12387         * src/procmsg.c
12388         * src/send_message.c
12389         * src/common/smtp.c
12390         * src/common/smtp.h
12391                 Try to batch sending mails (per account) instead of
12392                 reconnecting to server every time.
12393
12394 2005-04-29 [colin]      1.9.6cvs46
12395
12396         * src/messageview.c
12397                 Fix window resizing that refused to size down
12398         * src/prefs_common.c
12399         * src/prefs_common.h
12400         * src/prefs_filtering.c
12401                 Save Filtering's window size
12402
12403 2005-04-21 [paul]       1.9.6cvs45
12404
12405         * ChangeLog-gtk2.claws
12406         * src/setup.c
12407                 correction to sync
12408
12409 2005-04-21 [paul]       1.9.6cvs44
12410
12411         sync with main:
12412
12413         * src/setup.c
12414         * src/statusbar.c
12415         * src/statusbar.h
12416                 use gtkut_widget_draw_now(). Improved performance
12417                 of the update of statusbar
12418         * src/textview.c
12419                 textview_smooth_scroll_do(): redraw it after scroll
12420                 is done (fixed incorrect display when a part of the
12421                 view is hidden).
12422         * src/gtk/gtkutils.c
12423         * src/gtk/gtkutils.h
12424                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12425                 to force update of widgets.
12426                 Removed gtkut_widget_wait_for_draw() which had a big
12427                 overhead  because of waiting for all events processed 
12428
12429 2005-04-20 [paul]       1.9.6cvs43
12430
12431         * src/codeconv.c
12432                 complete 1.9.6cvs42's sync:
12433                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12434
12435 2005-04-19 [paul]       1.9.6cvs42
12436
12437         sync with main:
12438
12439         * src/action.c
12440                 catch_output(): correctly select the insert text
12441                 (fix invalid iterator warnings).
12442         * src/codeconv.c
12443         * src/codeconv.h
12444         * src/mainwindow.c
12445         * src/messageview.c
12446         * src/prefs_common.c
12447                 support GBK encoding.
12448         * src/common/session.c
12449         * src/common/session.h
12450                 use separate buffer for large data to be sent,
12451                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12452
12453 2005-04-18 [paul]       1.9.6cvs41
12454
12455         * src/jpilot.c
12456                 convert unsigned long into guint32
12457                 patch by Paul LeoNerd Evans 
12458
12459 2005-04-17 [colin]      1.9.6cvs40
12460
12461         * src/compose.c
12462                 Fix 'Request return receipt' from folder
12463                 properties (bug #708)
12464
12465 2005-04-17 [colin]      1.9.6cvs39
12466
12467         * src/mainwindow.c
12468                 Fix duplicate hotkeys in Mainwindow's menu
12469
12470 2005-04-17 [colin]      1.9.6cvs38
12471
12472         * src/folderview.c
12473                 Fix duplicate hotkeys in Folderview's contextual
12474                 menu
12475
12476 2005-04-15 [colin]      1.9.6cvs37
12477
12478         * src/summaryview.c
12479                 Fix 'Save as...' with non-ascii filenames
12480
12481 2005-04-15 [colin]      1.9.6cvs36
12482
12483         * src/plugins/pgpmime/pgpmime.c
12484                 Fix bus error on 64bit. Spotted by 
12485                 macallan1888@gmail.com
12486
12487 2005-04-15 [colin]      1.9.6cvs35
12488
12489         * src/prefs_account.c
12490                 Fix cvs34.
12491
12492 2005-04-12 [colin]      1.9.6cvs34
12493
12494         * src/prefs_account.c
12495                 Fix smtp auth type off-by-one. We forgot to
12496                 add PLAIN in the prefs-to-gui setter func and
12497                 as a result, the selected auth when opening
12498                 account prefs was not the correct one.
12499
12500 2005-04-12 [paul]       1.9.6cvs33
12501
12502         * src/inc.c
12503                 if the recv dialog is visible, Cancel only
12504                 cancels the current account
12505
12506
12507 2005-04-10 [colin]      1.9.6cvs32
12508
12509         * src/filtering.c
12510                 Copy score when copying FilteringActions
12511                 Fix bug #674
12512
12513 2005-04-10 [colin]      1.9.6cvs31
12514
12515         * src/inc.c
12516                 Make Message -> Receive -> Cancel cancel 
12517                 incorporation on all accounts. Fixes
12518                 bug #693
12519
12520 2005-04-10 [colin]      1.9.6cvs30
12521
12522         * src/prefs_account.c
12523                 Update Privacy checkbuttons status based
12524                 on the selected privacy system
12525         * src/compose.c
12526                 Always connect the "None" privacy system; the
12527                 static boolean was probably there to avoid
12528                 reconnecting twice in the same compose window,
12529                 but as the parent function is only called once
12530                 per compose, it's only a bug - as a static is
12531                 initialized once per application instance.
12532                 Also, don't uncheck Sign and Encrypt when
12533                 selecting None as privacy system; just ignore
12534                 them when sending/queuing.
12535                 Should fix bug #695
12536
12537 2005-04-08 [colin]      1.9.6cvs29
12538
12539         * src/account.c
12540         * src/prefs_account.c
12541         * src/prefs_account.h
12542                 Add account preference to queue message in a certain
12543                 folder.
12544
12545 2005-04-06 [colin]      1.9.6cvs28
12546
12547         * src/prefs_account.c
12548                 Update old inbox path syntax
12549
12550 2005-04-06 [paul]       1.9.6cvs27
12551
12552         sync with main:
12553
12554         * configure.ac
12555                 changed -traditional-cpp to -no-cpp-precomp for newer
12556                 Mac OS X support
12557         * src/foldersel.c
12558                 made column resize automatically
12559         * src/send_message.c
12560                 send_message_smtp(): consider EOF right after QUIT
12561                 successful (workaround for Gmail SMTP server)
12562         * src/common/socket.c
12563                 ssl_read(), ssl_peek(): check EOF which violates the
12564                 SSL protocol
12565         * src/gtk/colorlabel.c
12566                 removed warnings when displaying colorlabel menu
12567                 (don't use GtkAlignment)
12568
12569 2005-04-05 [paul]       1.9.6cvs26
12570
12571         * src/plugins/trayicon/trayicon.c
12572                 fix clipping of icon under KDE3 
12573
12574 2005-04-05 [paul]       1.9.6cvs25
12575
12576         * src/summaryview.c
12577                 hide display of threading
12578                 patch by Alfons
12579
12580 2005-04-04 [thorsten]   1.9.6cvs24
12581
12582         * src/mh.c
12583                 marks lost on filesystems with different stat() results on
12584                 summer-/wintertime
12585
12586 2005-04-03 [colin]      1.9.6cvs23
12587
12588         * src/summaryview.c
12589                 Don't handle up/down. Patch by Alfons
12590
12591 2005-04-02 [colin]      1.9.6cvs22
12592
12593         * src/summaryview.c
12594                 Make scrolling faster. Patch by Alfons.
12595
12596 2005-04-01 [colin]      1.9.6cvs21
12597
12598         * src/Makefile.am
12599         * src/stock_pixmap.c
12600         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12601         * src/pixmaps/dir_noselect.xpm ** ADDED **
12602                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12603
12604 2005-04-01 [colin]      1.9.6cvs20
12605
12606         * src/image_viewer.c
12607         * src/image_viewer.h
12608         * src/procmime.c
12609         * src/procmime.h
12610         * src/textview.c
12611         * src/textview.h
12612                 Implement inline image resizing and right-clicking
12613
12614 2005-04-01 [paul]       1.9.6cvs19
12615
12616         * AUTHORS
12617         * Makefile.am
12618         * configure.ac
12619                 check for gnome2
12620                 patch by Luca Cavalli <loopback<AT>slackit.org>
12621         * po/ru.po
12622                 updated by Pavlo Bohmat
12623
12624 2005-03-31 [colin]      1.9.6cvs18
12625
12626         * src/news.c
12627                 Fix parsing references
12628         * src/msgcache.c
12629                 don't put nulls in the references list
12630         * src/procheader.c
12631                 commit that forgotten file in 1.9.6cvs14
12632
12633 2005-03-31 [colin]      1.9.6cvs17
12634
12635         * src/compose.c
12636                 Fix joining of signature separator again. 
12637                 Maybe Hiro could put it in main too...
12638
12639 2005-03-31 [colin]      1.9.6cvs16
12640
12641         * src/Makefile.am
12642         * src/foldersel.c
12643         * src/stock_pixmap.c
12644         * src/stock_pixmap.h
12645         * src/pixmaps/dir-noselect.xpm
12646                 Update foldersel.c (sync from main, patch by Alfons)
12647
12648 2005-03-30 [colin]      1.9.6cvs15
12649
12650         * src/imap.c
12651                 Fix handling of imap folders containing [] in 
12652                 their name. Thanks to Nahuel Angelinetti for
12653                 the detailed bugreport.
12654
12655 2005-03-30 [colin]      1.9.6cvs14
12656
12657         * src/common/utils.h
12658         * src/common/utils.c
12659         * src/common/defs.h
12660         * src/matcher.c
12661         * src/msgcache.c
12662         * src/news.c
12663         * src/procmsg.c
12664         * src/procmsg.h
12665         * src/quote_fmt_parse.y
12666         * src/summaryview.c
12667                 Update references system. Patch by Alfons
12668
12669 2005-03-30 [colin]      1.9.6cvs13
12670
12671         * src/common/socket.c
12672                 Force the glibc to read resolv.conf again when 
12673                 it has changed. Should fix issues when changing
12674                 networks on a laptop and not restarting sylpheed. 
12675
12676 2005-03-30 [paul]       1.9.6cvs12
12677
12678         partial sync with main:
12679
12680         * src/action.c
12681                 create_io_dialog(): use user-defined text font
12682                 (thanks to Alfons), and modified its appearance.
12683         * src/addrgather.c
12684         * src/addrharvest.c
12685         * src/browseldap.c
12686                 replace old code
12687         * src/compose.c
12688                 don't join (presumably) itemized lines on line-wrapping
12689                 fixed wrapping of quote when auto-wrapping is enabled
12690                 compose_destroy(): destroy paned only if it's not
12691                 attached to window. Fixed memory leak of popup menu.
12692         * src/exphtmldlg.c
12693         * src/expldifdlg.c
12694                 replace old code
12695         * src/html.c
12696         * src/html.h
12697         * src/importmutt.c
12698         * src/importpine.c
12699                 replace old code
12700         * src/main.c
12701                 removed redundant code
12702         * src/mainwindow.c
12703                 changed 'Code set' (which is rather incorrect)
12704                 in the menu to 'Character encoding'
12705                 main_window_set_widgets(): request size first
12706                 to prevent window size becoming wrong
12707                 fixed remembering of the state of the visibility
12708                 of MessageView
12709         * src/messageview.c
12710                 changed 'Code set' (which is rather incorrect)
12711                 in the menu to 'Character encoding'
12712         * src/prefs_common.c
12713         * src/prefs_common.h
12714                 added an option whether to render HTML as text or not
12715                 added separators to outgoing encoding menu
12716         * src/procheader.c
12717                 procheader_scan_date_string(): support header
12718                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12719         * src/summaryview.c
12720         * src/summaryview.h
12721                 minor code cleanup
12722         * src/textview.c
12723                 textview_show_html(): force output of newline
12724                 added an option whether to render HTML as text or not
12725         * src/common/utils.c
12726                 strncpy2(): optimized based on Alfons' code
12727         * src/gtk/gtkutils.c
12728         * src/gtk/gtkutils.h
12729                 removed non-used code
12730         * src/plugins/pgpmime/passphrase.c
12731                 partially fixed grab input of passphrase dialog
12732                 Confine pointer to window
12733
12734 2005-03-30 [colin]      1.9.6cvs11
12735
12736         * src/msgcache.c
12737         * src/msgcache.h
12738                 Read/write 32bit ints from cache & marks
12739                 From main.
12740
12741 2005-03-29 [paul]       1.9.6cvs10
12742
12743         * AUTHORS
12744         * ChangeLog.claws
12745         * src/compose.c
12746         * src/gtk/gtkaspell.c
12747                 sync with HEAD (don't pass NULL pointers) 
12748
12749 2005-03-24 [paul]
12750
12751         * tools/Makefile.am
12752         * tools/README
12753         * tools/acroread2sylpheed.pl
12754                 sync with HEAD (add script to send pdfs as
12755                 attachments from Adobe Reader 7)
12756
12757 2005-03-21 [paul]       1.9.6cvs9
12758
12759         * configure.ac
12760         * po/POTFILES.in
12761         * src/Makefile.am
12762         * src/crash.c
12763         * src/image_viewer.c ** ADDED **
12764         * src/image_viewer.h ** ADDED **
12765         * src/main.c
12766         * src/prefs_common.c
12767         * src/prefs_common.h
12768         * src/prefs_image_viewer.c ** ADDED **
12769         * src/prefs_image_viewer.h ** ADDED **
12770         * src/textview.c
12771         * src/gtk/about.c
12772         * src/pixmaps/sylpheed_logo.xpm
12773         * src/plugins/Makefile.am
12774         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12775         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12776         * src/plugins/image_viewer/plugin.c ** REMOVED **
12777         * src/plugins/image_viewer/viewer.c ** REMOVED **
12778         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12779         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12780         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12781         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12782         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12783                 as gdk-pixbuf is now built-in
12784                 remove image_viewer plugin and put code back into
12785                 main codebase
12786                 implement inline image display (sync with main)
12787
12788                 replace logo with newer, nicer, larger version  
12789
12790 2005-03-21 [paul]       1.9.6cvs8
12791
12792         * src/gtk/about.c
12793                 cosmetic improvement
12794
12795 2005-03-21 [holger]     1.9.6cvs7
12796
12797         * src/plugins/spamassassin/spamassassin.c
12798                 Sync with HEAD
12799                 (unregister hook on failed plugin init)
12800
12801 2005-03-20 [colin]      1.9.6cvs6
12802
12803         * src/common/plugin.c
12804                 Check that plugin isn't already loaded
12805                 Patch by Alfons
12806
12807 2005-03-20 [thorsten]   1.9.6cvs5
12808
12809         * src/compose.c
12810                 use a more compatible syntax
12811
12812 2005-03-20 [thorsten]   1.9.6cvs4
12813
12814         * src/prefs_toolbar.c
12815                 fix crash when selecting toolbar item (uninitialized pointer)
12816
12817 2005-03-20 [thorsten]   1.9.6cvs3
12818
12819         * src/procmime.c
12820                 fix mimetype detection (referenced free()d string)
12821
12822 2005-03-20 [paul]       1.9.6cvs2
12823
12824         * src/compose.c
12825                 sync with HEAD (1.0.3cvs5)
12826                 neglect Reply-To header if empty
12827                 Patch by Alfons 
12828
12829 2005-03-19 [holger]     1.9.6cvs1
12830
12831         * src/summaryview.c
12832         * src/summaryview.h
12833                 Sync with HEAD
12834
12835 2005-03-18 [paul]       1.9.6
12836
12837         initial GTK2 release
12838
12839 2005-03-18 [paul]       1.0.3cvs3.1
12840
12841         * AUTHORS
12842         * ChangeLog.claws
12843         * configure.ac
12844         * src/gtk/about.c
12845         * src/pixmaps/sylpheed_logo.xpm
12846                 sync with HEAD
12847
12848 2005-03-18 [colin]      1.0.3cvs2.6
12849
12850         * src/summaryview.c
12851                 Remove call to summary_step in summary_copy_selected_to
12852                 Can't see its purpose, and this causes bug when copying
12853                 a message if the next one is unread: it reads it.
12854
12855 2005-03-18 [paul]       1.0.3cvs2.5
12856
12857         * src/foldersel.c
12858                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12859
12860 2005-03-18 [paul]       1.0.3cvs2.4
12861
12862         * src/addrharvest.c
12863         * src/codeconv.c
12864         * src/codeconv.h
12865         * src/compose.c
12866         * src/news.c
12867         * src/procheader.c
12868         * src/procmime.c
12869         * src/unmime.c
12870         * src/unmime.h
12871                 fix buffer overflow, CAN-2005-0667, see
12872                 http://secunia.com/advisories/14491/
12873                 Patch by Alfons
12874
12875 2005-03-17 [colin]      1.0.3cvs2.3
12876
12877         * src/prefs_fonts.c
12878         * src/summaryview.c
12879                 Fix font bugs (both lists now officialy share 
12880                 the same font)
12881                 
12882
12883 2005-03-17 [paul]       1.0.3cvs2.2
12884
12885         * src/gtk/pluginwindow.c
12886                 make plugin descriptions uneditable
12887
12888 2005-03-11 [paul]       1.0.3cvs2.1
12889
12890         * ChangeLog.claws
12891         * configure.ac
12892         * po/POTFILES.in
12893         * src/plugins/trayicon/trayicon.c
12894                 sync with HEAD
12895                 add src/wizard.c to POTFILES.in
12896
12897 2005-03-11 [paul]       1.0.3cvs1.1
12898
12899         * ChangeLog
12900         * ChangeLog.claws
12901         * configure.ac
12902         * po/de.po
12903         * po/es.po
12904         * po/fr.po
12905         * po/it.po
12906         * po/pt_BR.po
12907         * po/ru.po
12908         * po/sk.po
12909         * po/sr.po
12910         * po/zh_CN.po
12911                 sync with HEAD
12912
12913 2005-03-04 [colin]      1.0.1cvs22.2
12914
12915         * src/compose.c
12916                 Fix signatures with accentued chars in it
12917
12918 2005-03-04 [colin]      1.0.1cvs22.1
12919
12920         * src/common/smtp.c
12921         * src/common/smtp.h
12922                 Don't use SIZE param in MAIL FROM: if server 
12923                 doesn't support it. Patch by Eugen Freiter
12924                 <eugen_f@users.sf.net>
12925
12926 2005-02-27 [paul]       1.0.1cvs20.1
12927
12928         * ChangeLog.claws
12929         * configure.ac
12930         * src/messageview.c
12931                 sync with HEAD
12932
12933 2005-02-27 [colin]      1.0.1cvs19.4
12934
12935         * src/procheader.c
12936         * src/procheader.h
12937                 Fix prototypes. Patch by Alfons
12938
12939 2005-02-27 [colin]      1.0.1cvs19.3
12940
12941         * src/compose.c
12942                 Don't auto-join the signature separator.
12943
12944 2005-02-26 [colin]      1.0.1cvs19.2
12945
12946         * src/summaryview.c
12947                 Fix 'mark all read' with collapsed threads.
12948                 Patch by Alfons.
12949
12950 2005-02-25 [paul]       1.0.1cvs19.1
12951
12952         * ChangeLog.claws
12953         * configure.ac
12954         * src/prefs_account.c
12955         * src/prefs_folder_item.c
12956         * src/gtk/prefswindow.c
12957         * src/gtk/prefswindow.h
12958                 sync with HEAD
12959
12960 2005-02-25 [paul]       1.0.1cvs15.12
12961
12962         * src/alertpanel.c
12963         * src/codeconv.c
12964         * src/compose.c
12965         * src/textview.c
12966         * src/gtk/gtkutils.c
12967         * src/gtk/gtkutils.h
12968         * src/gtk/logwindow.c
12969         * src/gtk/progressdialog.c
12970                 sync with main (revision 127)
12971                 and fix logwindow clipping
12972
12973 2005-02-24 [colin]      1.0.1cvs15.11
12974
12975         * src/plugins/pgpmime/passphrase.c
12976                 Disable input grabbing; it doesn't work yet.
12977
12978 2005-02-24 [colin]      1.0.1cvs15.10
12979
12980         * src/messageview.c
12981                 Don't send out receipts if offline. Ask.
12982
12983 2005-02-23 [colin]      1.0.1cvs15.9
12984
12985         * src/summaryview.c     
12986                 Fix expanding
12987
12988 2005-02-23 [colin]      1.0.1cvs15.8
12989
12990         * src/summaryview.c
12991                 Really fix Bug 568 by removing useless
12992                 calls. summary_thread_init() now called
12993                 in summary_sort(). This should please
12994                 Alfons as it should be faster than 
12995                 previously.
12996
12997 2005-02-23 [colin]      1.0.1cvs15.7
12998
12999         * src/compose.c
13000                 Encode parts as QP or B64 if signing
13001
13002 2005-02-23 [colin]      1.0.1cvs15.6
13003
13004         * src/compose.c
13005                 Fix Mimeinfo leakage (including tmp files)
13006         * src/procmsg.c
13007                 Fix tmp file leakage (spotted by Ivan Rayner)
13008
13009 2005-02-22 [colin]      1.0.1cvs15.5
13010
13011         * src/expldifdlg.c
13012                 Fix keyboard input. Patch by Alfons.
13013
13014 2005-02-21 [colin]      1.0.1cvs15.4
13015
13016         * src/compose.c
13017                 Fix Sign/Encrypt when unselecting privacy
13018                 system
13019         * src/prefs_common.c
13020                 Change default message font to Monospace
13021         * src/summaryview.c
13022                 More freezing during potentially large operations
13023
13024 2005-02-21 [paul]       1.0.1cvs15.3
13025
13026         * src/main.c
13027                 fix --help output
13028
13029 2005-02-21 [paul]       1.0.1cvs15.2
13030
13031         * po/Makefile.in.in
13032         * src/compose.c
13033         * src/summaryview.c
13034         * src/textview.c
13035         * src/common/utils.c
13036         * src/common/utils.h
13037                 sync with main (revision 117)
13038
13039 2005-02-20 [colin]      1.0.1cvs15.1
13040
13041         * src/common/defs.h
13042                 Change cache file to .sylpheed_claws_cache, as
13043                 suggested by Alfons. Allows people to switch
13044                 between Sylpheed and Sylpheed-Claws. it is
13045                 a good idea to "Check for new messages" at next
13046                 startup.
13047
13048
13049 2005-02-18 [colin]      1.0.1cvs14.1
13050
13051         * src/quote_fmt_lex.l
13052         * src/quote_fmt_parse.y
13053                 Fix parser initialisation. Patch by Ivan.
13054
13055 2005-02-18 [colin]      1.0.1cvs11.6
13056
13057         * src/folderview.c
13058                 Fix scrolldown (bug 662)
13059
13060 2005-02-17 [colin]      1.0.1cvs11.5
13061
13062         * src/codeconv.c
13063                 conv_filename_to_utf8: return clean 7bit instead
13064                 of broken utf8 if needed
13065         * src/mimeview.c
13066                 Fix display of parts with unclean 8bit names
13067
13068 2005-02-17 [paul]       1.0.1cvs11.4
13069
13070         * src/compose.c
13071         * src/exportldif.c
13072         * src/matcher_parser_parse.y
13073         * src/procmime.c
13074         * src/sourcewindow.c
13075         * src/common/Makefile.am
13076         * src/common/intl.h             ** REMOVED **
13077         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13078                 sync with main (revision 109)
13079                 and clean up
13080
13081 2005-02-16 [colin]      1.0.1cvs11.3
13082
13083         * src/summaryview.c
13084                 Fix collapsed thread not highlighting when new
13085                 messages in it (Bug 568) Patch by Stephan Sachse.
13086                 Fix messed up selection when reaching bounds (Bug 632)
13087         * src/prefs_themes.c
13088                 Fix theme installing (Bug 684)
13089
13090 2005-02-16 [colin]      1.0.1cvs11.2
13091
13092         * src/messageview.c
13093                 Fix messageview_select_all
13094
13095 2005-02-16 [colin]      1.0.1cvs11.1
13096
13097         * src/mh.c
13098                 Sync with HEAD (MH scan required function)
13099
13100 2005-02-15 [colin]      1.0.1cvs8.1
13101
13102         * src/mimeview.c
13103         * src/common/utils.c
13104                 Sync with HEAD (filename chars substitution)
13105
13106 2005-02-15 [colin]      1.0.1cvs7.3
13107
13108         * src/gtk/pluginwindow.c
13109                 Fix button spacing
13110
13111 2005-02-15 [colin]      1.0.1cvs7.2
13112
13113         * src/mimeview.c
13114                 Fix mime icons not reset across message when
13115                 scrolled down
13116
13117 2005-02-15 [colin]      1.0.1cvs7.1
13118
13119         * src/compose.c
13120         * src/procmime.c
13121                 Sync with HEAD (optimisation of cvs6)
13122
13123 2005-02-14 [colin]      1.0.1cvs6.1
13124
13125         * src/compose.c
13126         * src/procmime.c
13127                 Sync with HEAD (encode "From " at line beginning)
13128
13129 2005-02-14 [colin]      1.0.1cvs5.3
13130
13131         * src/compose.c
13132                 Fix wrapping with accentued chars.
13133
13134 2005-02-13 [colin]      1.0.1cvs5.2
13135
13136         * src/textview.c
13137                 Fix email informative part parsing with
13138                 accentued chars in it. ispunct() returns
13139                 true for them in utf8...
13140
13141 2005-02-12 [colin]      1.0.1cvs5.1
13142
13143         * src/filtering.c
13144                 Sync with HEAD (remove wrong use of compose after send)
13145
13146 2005-02-12 [paul]       1.0.1cvs4.5
13147
13148         * src/textview.c
13149                 remove unnecessary code (thanks to Alfons)
13150
13151 2005-02-12 [paul]       1.0.1cvs4.4
13152
13153         * src/textview.c
13154                 add 'Copy' to contextual menu on emails
13155
13156 2005-02-11 [colin]      1.0.1cvs4.3
13157
13158         * src/compose.c
13159                 revert 1.0.0cvs28.2, it doesn't work that well.
13160
13161 2005-02-11 [paul]       1.0.1cvs4.2
13162
13163         * po/Makefile.in.in
13164                 fix 'make release'
13165
13166 2005-02-10 [paul]       1.0.1cvs4.1
13167
13168         * ChangeLog
13169         * ChangeLog.claws
13170         * ChangeLog.jp
13171         * configure.ac
13172         * src/compose.c
13173                 sync with HEAD (sync with main)
13174
13175 2005-02-10 [paul]       1.0.1cvs3.2
13176
13177         * AUTHORS
13178         * Makefile.am
13179         * autogen.sh
13180         * configure.ac
13181         * config/mkinstalldirs
13182         * intl/.cvsignore
13183         * intl/ChangeLog
13184         * intl/VERSION
13185         * intl/bindtextdom.c
13186         * intl/config.charset
13187         * intl/dcgettext.c
13188         * intl/dcigettext.c
13189         * intl/dcngettext.c
13190         * intl/dgettext.c
13191         * intl/dngettext.c
13192         * intl/eval-plural.h
13193         * intl/explodename.c
13194         * intl/finddomain.c
13195         * intl/gettext.c
13196         * intl/gettextP.h
13197         * intl/gmo.h
13198         * intl/hash-string.h
13199         * intl/intl-compat.c
13200         * intl/l10nflist.c
13201         * intl/libgnuintl.h.in
13202         * intl/loadinfo.h
13203         * intl/loadmsgcat.c
13204         * intl/localcharset.c
13205         * intl/localcharset.h
13206         * intl/locale.alias
13207         * intl/localealias.c
13208         * intl/localename.c
13209         * intl/log.c
13210         * intl/ngettext.c
13211         * intl/os2compat.c
13212         * intl/os2compat.h
13213         * intl/osdep.c
13214         * intl/plural-exp.c
13215         * intl/plural-exp.h
13216         * intl/plural.c
13217         * intl/plural.y
13218         * intl/ref-add.sin
13219         * intl/ref-del.sin
13220         * intl/relocatable.c
13221         * intl/relocatable.h
13222         * intl/textdomain.c
13223         * m4/Makefile.am
13224         * po/Makefile.in.in
13225         * src/Makefile.am
13226         * src/account.c
13227         * src/action.c
13228         * src/addr_compl.c
13229         * src/addressadd.c
13230         * src/addressbook.c
13231         * src/addrgather.c
13232         * src/addrindex.c
13233         * src/alertpanel.c
13234         * src/browseldap.c
13235         * src/codeconv.c
13236         * src/codeconv.h
13237         * src/compose.c
13238         * src/compose.h
13239         * src/crash.c
13240         * src/editaddress.c
13241         * src/editbook.c
13242         * src/editgroup.c
13243         * src/editjpilot.c
13244         * src/editldap.c
13245         * src/editldap_basedn.c
13246         * src/editvcard.c
13247         * src/exphtmldlg.c
13248         * src/expldifdlg.c
13249         * src/export.c
13250         * src/exporthtml.c
13251         * src/filtering.c
13252         * src/folder.c
13253         * src/folder_item_prefs.c
13254         * src/foldersel.c
13255         * src/folderview.c
13256         * src/grouplistdialog.c
13257         * src/headerview.c
13258         * src/imap.c
13259         * src/imap_gtk.c
13260         * src/import.c
13261         * src/importldif.c
13262         * src/importmutt.c
13263         * src/importpine.c
13264         * src/inc.c
13265         * src/ldif.c
13266         * src/main.c
13267         * src/mainwindow.c
13268         * src/matcher.c
13269         * src/mbox.c
13270         * src/message_search.c
13271         * src/messageview.c
13272         * src/mh.c
13273         * src/mh_gtk.c
13274         * src/mimeview.c
13275         * src/msgcache.c
13276         * src/news.c
13277         * src/news_gtk.c
13278         * src/noticeview.c
13279         * src/partial_download.c
13280         * src/pop.c
13281         * src/prefs_account.c
13282         * src/prefs_actions.c
13283         * src/prefs_common.c
13284         * src/prefs_customheader.c
13285         * src/prefs_display_header.c
13286         * src/prefs_ext_prog.c
13287         * src/prefs_filtering.c
13288         * src/prefs_filtering_action.c
13289         * src/prefs_folder_item.c
13290         * src/prefs_fonts.c
13291         * src/prefs_gtk.c
13292         * src/prefs_matcher.c
13293         * src/prefs_msg_colors.c
13294         * src/prefs_spelling.c
13295         * src/prefs_summary_column.c
13296         * src/prefs_template.c
13297         * src/prefs_themes.c
13298         * src/prefs_toolbar.c
13299         * src/prefs_wrapping.c
13300         * src/privacy.c
13301         * src/procheader.c
13302         * src/procmime.c
13303         * src/procmsg.c
13304         * src/quote_fmt.c
13305         * src/recv.c
13306         * src/send_message.c
13307         * src/setup.c
13308         * src/sourcewindow.c
13309         * src/ssl_manager.c
13310         * src/statusbar.c
13311         * src/summary_search.c
13312         * src/summaryview.c
13313         * src/textview.c
13314         * src/toolbar.c
13315         * src/wizard.c
13316         * src/common/nntp.c
13317         * src/common/plugin.c
13318         * src/common/smtp.c
13319         * src/common/ssl.c
13320         * src/common/ssl_certificate.c
13321         * src/common/string_match.c
13322         * src/common/sylpheed.c
13323         * src/common/template.c
13324         * src/common/utils.c
13325         * src/gtk/about.c
13326         * src/gtk/colorlabel.c
13327         * src/gtk/description_window.c
13328         * src/gtk/filesel.c
13329         * src/gtk/foldersort.c
13330         * src/gtk/gtkaspell.c
13331         * src/gtk/gtkutils.c
13332         * src/gtk/inputdialog.c
13333         * src/gtk/logwindow.c
13334         * src/gtk/menu.c
13335         * src/gtk/pluginwindow.c
13336         * src/gtk/prefswindow.c
13337         * src/gtk/progressdialog.c
13338         * src/gtk/quicksearch.c
13339         * src/gtk/sslcertwindow.c
13340         * src/plugins/clamav/clamav_plugin.c
13341         * src/plugins/clamav/clamav_plugin_gtk.c
13342         * src/plugins/demo/demo.c
13343         * src/plugins/dillo_viewer/dillo_prefs.c
13344         * src/plugins/dillo_viewer/dillo_viewer.c
13345         * src/plugins/image_viewer/plugin.c
13346         * src/plugins/image_viewer/viewer.c
13347         * src/plugins/image_viewer/viewerprefs.c
13348         * src/plugins/mathml_viewer/mathml_viewer.c
13349         * src/plugins/pgpmime/passphrase.c
13350         * src/plugins/pgpmime/plugin.c
13351         * src/plugins/pgpmime/prefs_gpg.c
13352         * src/plugins/pgpmime/select-keys.c
13353         * src/plugins/pgpmime/sgpgme.c
13354         * src/plugins/spamassassin/spamassassin.c
13355         * src/plugins/spamassassin/spamassassin_gtk.c
13356         * src/plugins/trayicon/trayicon.c
13357                 sync with main (revision 104)
13358
13359 2005-02-10 [colin]      1.0.1cvs3.1
13360
13361         * src/mainwindow.c
13362                 Sync with HEAD (fix occasional crasher)
13363
13364 2005-02-10 [colin]      1.0.1cvs2.1
13365
13366         * src/messageview.c
13367                 Synw with HEAD (don't automatically display html)
13368
13369 2005-02-09 [colin]      1.0.1cvs1.3
13370
13371         * src/textview.c
13372         * src/textview.h
13373                 Add contextual menu on emails
13374
13375 2005-02-09 [colin]      1.0.1cvs1.2
13376
13377         * src/codeconv.c
13378                 Fix converting from broken headers and 
13379                 put back the _ in missing places
13380                 (feature broke with cvs24.2 sync, main 
13381                  possibly affected?)
13382
13383 2005-02-09 [colin]      1.0.1cvs1.1
13384
13385         * src/messageview.c
13386         * src/mimeview.c
13387         * src/mimeview.h
13388                 Sync with HEAD (display non text/plain mails with plugin)
13389
13390 2005-02-08 [colin]      1.0.1.1
13391
13392         * ChangeLog.claws
13393         * po/pt_BR.po
13394                 Sync with HEAD
13395         * configure.ac
13396                 Make default configuration directory 
13397                 be .sylpheed-gtk2
13398
13399 2005-02-08 [colin]      1.0.0cvs29.1
13400
13401         * po/de.po
13402         * po/es.po
13403         * po/fr.po
13404         * po/it.po
13405         * po/sk.po
13406         * po/sr.po
13407                 Sync translations with HEAD
13408
13409 2005-02-06 [colin]      1.0.0cvs28.3
13410
13411         * src/compose.c
13412                 Make compose a bit faster - patch by Alfons.
13413
13414 2005-02-06 [colin]      1.0.0cvs28.2
13415
13416         * src/compose.c
13417                 Make pasting via middle-click more reliable
13418
13419 2005-02-05 [paul]       1.0.0cvs28.1
13420
13421         * ChangeLog
13422         * ChangeLog.claws
13423         * ChangeLog.jp
13424         * configure.ac
13425         * src/compose.c
13426                 sync with HEAD
13427                 (fix bug 682 'redirect is broken'
13428
13429 2005-02-05 [torte]      1.0.0cvs27.1
13430
13431         * ChangeLog.claws
13432         * configure.ac
13433         * src/partial_download.c
13434                 Sync with HEAD (fix buf overflow)
13435
13436 2005-02-03 [colin]      1.0.0cvs26.1
13437
13438         * src/common/plugin.c
13439                 Sync with HEAD (avoid plugin mismatches)
13440
13441 2005-02-03 [paul]       1.0.0cvs25.3
13442
13443         * src/folderview.c
13444         * src/headerview.c
13445         * src/summaryview.c
13446         * src/textview.c
13447         * src/gtk/colorlabel.c
13448                 third and final part of initial sync with main-gtk2
13449
13450 2005-02-03 [paul]       1.0.0cvs25.2
13451
13452         * src/jpilot.c
13453                 fix building with jpilot support
13454
13455 2005-02-02 [colin]      1.0.0cvs25.1
13456
13457         * src/messageview.c
13458                 Sync with HEAD (fix dangerous typo)
13459
13460 2005-02-01 [colin]      1.0.0cvs24.3
13461
13462         * src/common/xml.c
13463                 Write file as advertised (UTF-8)
13464
13465 2005-02-01 [paul]       1.0.0cvs24.2
13466
13467         * src/addrbook.c
13468         * src/addrindex.c
13469         * src/alertpanel.h
13470         * src/codeconv.c
13471         * src/codeconv.h
13472         * src/compose.c
13473         * src/export.c
13474         * src/folder_item_prefs.c
13475         * src/html.c
13476         * src/imap.c
13477         * src/import.c
13478         * src/jpilot.c
13479         * src/mainwindow.c
13480         * src/matcher_parser_lex.l
13481         * src/messageview.c
13482         * src/mh.c
13483         * src/prefs_account.c
13484         * src/prefs_actions.c
13485         * src/prefs_common.c
13486         * src/prefs_gtk.c
13487         * src/prefs_gtk.h
13488         * src/prefs_themes.c
13489         * src/procheader.c
13490         * src/procmime.c
13491         * src/sourcewindow.c
13492         * src/statusbar.c
13493         * src/summaryview.c
13494         * src/textview.c
13495         * src/toolbar.c
13496         * src/unmime.c
13497         * src/common/template.c
13498         * src/common/utils.c
13499         * src/common/xml.c
13500         * src/common/xml.h
13501         * src/gtk/gtkaspell.c
13502         * src/plugins/clamav/clamav_plugin.c
13503         * src/plugins/dillo_viewer/dillo_prefs.c
13504         * src/plugins/image_viewer/viewerprefs.c
13505         * src/plugins/pgpmime/passphrase.c
13506         * src/plugins/pgpmime/prefs_gpg.c
13507         * src/plugins/pgpmime/select-keys.c
13508         * src/plugins/spamassassin/spamassassin.c
13509                 second part of initial sync with main-gtk2
13510                 (more to follow)
13511
13512 2005-01-31 [colin]      1.0.0cvs24.1
13513
13514         * src/compose.c
13515                 Sync with HEAD
13516
13517 2005-01-29 [paul]       1.0.0cvs23.2
13518
13519         * src/account.c
13520         * src/action.c
13521         * src/addressadd.c
13522         * src/addressbook.c
13523         * src/alertpanel.c
13524         * src/compose.c
13525         * src/editaddress.c
13526         * src/editbook.c
13527         * src/editgroup.c
13528         * src/editjpilot.c
13529         * src/editldap.c
13530         * src/editldap_basedn.c
13531         * src/editvcard.c
13532         * src/export.c
13533         * src/foldersel.c
13534         * src/grouplistdialog.c
13535         * src/import.c
13536         * src/importldif.c
13537         * src/inc.c
13538         * src/main.c
13539         * src/mainwindow.c
13540         * src/message_search.c
13541         * src/messageview.c
13542         * src/mimeview.c
13543         * src/prefs_actions.c
13544         * src/prefs_common.c
13545         * src/prefs_common.h
13546         * src/prefs_customheader.c
13547         * src/prefs_display_header.c
13548         * src/prefs_filtering.c
13549         * src/prefs_filtering_action.c
13550         * src/prefs_gtk.c
13551         * src/prefs_matcher.c
13552         * src/prefs_summary_column.c
13553         * src/prefs_template.c
13554         * src/sourcewindow.c
13555         * src/summary_search.c
13556         * src/summaryview.c
13557         * src/textview.c
13558         * src/gtk/about.c
13559         * src/gtk/description_window.c
13560         * src/gtk/gtkshruler.c
13561         * src/gtk/gtkutils.c
13562         * src/gtk/gtkutils.h
13563         * src/gtk/inputdialog.c
13564         * src/gtk/logwindow.c
13565         * src/gtk/prefswindow.c
13566         * src/gtk/progressdialog.c
13567         * src/gtk/progressdialog.h
13568                 first part of initial sync with main-gtk2
13569                 (more to follow)
13570
13571 2005-01-28 [colin]      1.0.0cvs23.1
13572
13573         * src/folderview.c
13574                 Sync with HEAD
13575
13576 2005-01-27 [colin]      1.0.0cvs21.1
13577
13578         * src/folder.c
13579         * src/folderview.c
13580                 Sync with HEAD
13581
13582 2005-01-27 [colin]      1.0.0cvs19.1
13583
13584         * src/procmime.c
13585                 Sync with HEAD
13586
13587 2005-01-27 [colin]      1.0.0cvs18.1
13588
13589         * src/messageview.c
13590         * src/summaryview.c
13591         * src/mainwindow.c
13592         * src/compose.c
13593         * src/compose.h
13594         * src/procmsg.c
13595         * src/procmsg.h
13596         * src/toolbar.c
13597                 Sync with HEAD
13598
13599 2005-01-26 [paul]       1.0.0cvs15.2
13600
13601         * src/compose.c
13602                 compose_entries_set(): convert subject and body to
13603                 utf8 if necessary. patch by Felix Eckhofer
13604
13605 2005-01-26 [paul]       1.0.0cvs15.1
13606
13607         * configure.ac
13608         * src/common/template.c
13609                 sync with HEAD (fix memory leak)
13610
13611 2005-01-25 [paul]       1.0.0cvs14.1
13612
13613         * configure.ac
13614         * src/compose.c
13615                 sync with HEAD
13616
13617 2005-01-24 [colin]      1.0.0cvs13.1
13618
13619         * src/summaryview.c
13620                 Sync with HEAD
13621
13622 2005-01-24 [paul]       1.0.0cvs12.1
13623
13624         * configure.ac
13625         * src/messageview.c
13626         * src/mh.c
13627         * src/common/utils.c
13628                 sync with HEAD
13629
13630 2005-01-24 [colin]      1.0.0cvs11.1
13631
13632         * src/procheader.c
13633                 Sync with HEAD
13634
13635 2005-01-24 [colin]      1.0.0cvs10.1
13636
13637         * src/folderview.c
13638                 Sync with HEAD
13639
13640 2005-01-23 [colin]      1.0.0cvs9.1
13641
13642         * src/crash.c
13643                 Sync with HEAD
13644
13645 2005-01-22 [colin]      1.0.0cvs8.1
13646
13647         * src/summaryview.c
13648         * src/gtk/quicksearch.c
13649                 Sync with HEAD
13650
13651 2005-01-21 [colin]      1.0.0cvs7.1
13652
13653         * src/summaryview.c
13654                 Sync with HEAD
13655
13656 2005-01-21 [colin]      1.0.0cvs6.1
13657
13658         * src/summaryview.c
13659                 Sync with HEAD
13660
13661 2005-01-21 [colin]      1.0.0cvs5.1
13662
13663         * src/gtk/quicksearch.c
13664         * src/prefs_common.c
13665         * src/prefs_common.h
13666                 Sync with HEAD (recurse option)
13667
13668 2005-01-21 [colin]      1.0.0cvs4.1
13669
13670         * src/folder.h
13671         * src/folderview.c
13672         * src/folderview.h
13673         * src/summaryview.c
13674         * src/gtk/quicksearch.c
13675         * src/gtk/quicksearch.h
13676                 Sync with HEAD (recursive quicksearch)
13677
13678 2005-01-20 [colin]      1.0.0cvs3.4
13679
13680         * src/ssl_manager.c
13681                 Remove useless code
13682
13683 2005-01-20 [colin]      1.0.0cvs3.3
13684
13685         * src/ssl_manager.c
13686                 Fix leak, thanks to Alfons.
13687
13688 2005-01-20 [colin]      1.0.0cvs3.2
13689
13690         * src/ssl_manager.c
13691                 Port SSL certificate window to GTK2.
13692
13693 2005-01-20 [paul]       1.0.0cvs3.1
13694
13695         * ChangeLog.claws
13696         * configure.ac
13697         * src/addrindex.c
13698         * src/addrindex.h
13699                 sync with HEAD
13700
13701 2005-01-19 [colin]      1.0.0cvs2.2
13702
13703         * src/plugins/trayicon/trayicon.c
13704                 Fix freeze with gtk-2.6, the easy way
13705                 (signal blocking helpless there...)
13706                 Closes bug #668.
13707
13708 2005-01-19 [colin]      1.0.0cvs2.1
13709
13710         * src/mbox.c
13711         * src/mbox.h
13712         * src/mainwindow.c
13713         * src/summaryview.c
13714         * src/summaryview.h
13715                 Sync with HEAD
13716
13717 2005-01-19 [paul]       1.0.0cvs1.1
13718
13719         * configure.ac
13720         * po/de.po
13721         * po/es.po
13722         * po/fr.po
13723         * po/hr.po
13724         * po/it.po
13725         * po/ja.po
13726         * po/ko.po
13727         * po/pt_BR.po
13728         * po/ru.po
13729         * po/sk.po
13730         * po/sr.po
13731                 sync with HEAD (update translations)
13732
13733 2005-01-18 [colin]      1.0.0cvs0.1
13734
13735         * src/foldersel.c
13736                 Specify search column - patch by Alfons
13737
13738 2005-01-18 [colin]      0.9.13cvs36.3
13739
13740         * src/prefs_toolbar.c
13741                 Change Delete to Remove
13742         * src/prefs_fonts.c
13743                 GTK2 version and leak fixes
13744         * src/prefs_actions.c
13745                 Add stock buttons.
13746                 All patches by Alfons
13747
13748 2005-01-17 [colin]      0.9.13cvs36.2
13749
13750         * src/compose.c
13751                 Fix DnD inserting twice. While at it,
13752                 add DnD support for text/plain in the
13753                 body, and add support in the headers.
13754
13755 2005-01-16 [colin]      0.9.13cvs36.1
13756
13757         * ChangeLog
13758         * ChangeLog.jp
13759         * ChangeLog.claws
13760                 Sync with HEAD (nothing applicable)
13761
13762 2005-01-16 [colin]      0.9.13cvs33.2
13763
13764         * src/prefs_toolbar.c
13765                 GTK2ize prefs_toolbar, by Alfons.
13766
13767 2005-01-14 [colin]      0.9.13cvs33.1
13768
13769         * src/html.c
13770         * src/msgcache.c
13771                 Sync with HEAD
13772
13773 2005-01-14 [colin]      0.9.13cvs32.1
13774
13775         * src/html.c
13776         * src/html.h
13777         * src/msgcache.c
13778         * AUTHORS
13779         * tools/calypso_convert.pl
13780                 Sync with HEAD
13781
13782 2005-01-08 [colin]      0.9.13cvs29.2
13783
13784         * src/prefs_filtering_action.c
13785         * src/prefs_filtering.c
13786                 2 more gtk2 patches by Alfons
13787
13788 2005-01-07 [paul]       0.9.13cvs29.1
13789
13790         * ChangeLog
13791         * ChangeLog.claws
13792         * ChangeLog.jp
13793         * configure.ac
13794         * src/pop.c
13795         * src/pop.h
13796                 sync with HEAD
13797
13798 2005-01-07 [colin]      0.9.13cvs28.3
13799
13800         * src/gtk/progressdialog.c
13801         * src/gtk/progressdialog.h
13802         * src/inc.c
13803         * src/send_message.c
13804                 GTK2 for the incorporation dialog. The CList isn't dead
13805                 yet, for a more smooth migration. Patch by Alfons.
13806
13807 2005-01-06 [colin]      0.9.13cvs28.2
13808
13809         * src/prefs_display_header.c
13810                 GTK2 conversion by Alfons
13811         * src/prefs_actions.c
13812         * src/prefs_matcher.c
13813                 Fix 2 leaks - patch by Alfons
13814
13815 2005-01-06 [colin]      0.9.13cvs28.1
13816
13817         * src/prefs_matcher.c
13818                 Sync with HEAD
13819
13820 2005-01-06 [colin]      0.9.13cvs27.4
13821
13822         * src/prefs_matcher.c
13823                 Fix double-free. Patch by Alfons
13824
13825 2005-01-06 [colin]      0.9.13cvs27.3
13826
13827         * src/prefs_matcher.c
13828                 GTK2 widgets + memleak
13829                 Patch by Alfons
13830
13831 2005-01-05 [colin]      0.9.13cvs27.2
13832
13833         * src/account.c
13834         * src/addr_compl.c
13835         * src/foldersel.c
13836         * src/stock_pixmap.c
13837         * src/stock_pixmap.h
13838                 3 more GTK2 patches by Alfons.
13839
13840 2005-01-04 [colin]      0.9.13cvs27.1
13841
13842         * src/folderview.c
13843         * src/imap_gtk.c
13844         * src/news_gtk.c
13845                 Sync with HEAD
13846
13847 2005-01-04 [colin]      0.9.13cvs25.9
13848
13849         * src/compose.c
13850                 Fix Show Ruler menuitem
13851         * src/prefs_template.c
13852                 Convert to GTK2
13853         * src/common/utils.c
13854                 Make auto pointer stuff handles NULLs
13855                 Patches by Alfons.
13856
13857 2005-01-04 [colin]      0.9.13cvs25.8
13858
13859         * src/compose.c
13860                 Move the attachment list to gtk2
13861                 Patch by Alfons.
13862
13863 2005-01-04 [colin]      0.9.13cvs25.7
13864
13865         * src/textview.c
13866                 Make some keys work again
13867                 Patch by SungHyun Nam <namsh@kldp.org>
13868
13869 2005-01-04 [colin]      0.9.13cvs25.6
13870
13871         * src/gtk/gtkshruler.c
13872                 Move the ruler to GTK2
13873                 Patch by Alfons
13874
13875 2005-01-03 [colin]      0.9.13cvs25.5
13876
13877         * src/compose.c
13878                 Fix my broken patch apply 
13879
13880 2005-01-03 [colin]      0.9.13cvs25.4
13881
13882         * src/common/utils.c
13883         * src/common/utils.h
13884         * src/gtk/prefswindow.c
13885                 Move auto pointer stuff to utils.c
13886                 Patch by Alfons again :)
13887
13888 2005-01-03 [colin]      0.9.13cvs25.3
13889
13890         * src/compose.c
13891         * src/prefs_gtk.c
13892         * src/prefs_template.c
13893         * src/textview.c
13894                 Empty text widgets with empty strings, not NULL char
13895                 Patch by SungHyun Nam <namsh@kldp_org>
13896
13897 2005-01-03 [colin]      0.9.13cvs25.2
13898
13899         * src/main.c
13900         * AUTHORS
13901                 Sync with HEAD
13902
13903 2005-01-03 [colin]      0.9.13cvs25.1
13904
13905         * src/pop.c
13906         * src/pop.h
13907                 Sync with HEAD
13908
13909 2005-01-03 [colin]      0.9.13cvs24.3
13910
13911         * src/account.c
13912                 Two patches from Alfons and Alex S Moore:
13913                 fix images, fix return value.
13914
13915 2005-01-01 [colin]      0.9.13cvs24.2
13916
13917         * src/prefs_actions.c
13918                 Fix over-zealous assertion. Patch by Alfons
13919
13920 2005-01-01 [colin]      0.9.13cvs24.1
13921
13922         * src/procmime.c
13923                 Sync with HEAD (leak fix)
13924
13925 2004-12-31 [colin]      0.9.13cvs23.2
13926
13927         * src/prefs_common.c
13928                 GTK2 widgets + stock buttons - patch by Alfons
13929
13930 2004-12-31 [paul]       0.9.13cvs23.1
13931
13932         * configure.ac
13933                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13934         * src/gtk/pluginwindow.c
13935                 use GTK2 widgets and plug memory leaks,
13936                 patches by Alfons
13937
13938 2004-12-30 [colin]      0.9.13cvs22.4
13939
13940         * src/account.c
13941         * src/action.c
13942         * src/export.c
13943         * src/foldersel.c
13944         * src/import.c
13945         * src/message_search.c
13946         * src/prefs_actions.c
13947         * src/prefs_common.c
13948         * src/prefs_customheader.c
13949         * src/prefs_filtering.c
13950         * src/prefs_summary_column.c
13951         * src/summary_search.c
13952         * src/gtk/about.c
13953         * src/gtk/description_window.c
13954         * src/gtk/gtkutils.c
13955         * src/gtk/gtkutils.h
13956         * src/gtk/inputdialog.c
13957         * src/gtk/prefswindow.c
13958                 Use GTK2 stock buttons. Patches by Alfons.
13959
13960 2004-12-30 [colin]      0.9.13cvs22.3
13961
13962         * src/account.c
13963                 Sync with HEAD
13964         * src/prefs_actions.c
13965         * src/prefs_customheader.c
13966         * src/prefs_filtering.c
13967         * src/prefs_msg_colors.c
13968         * src/prefs_summary_column.c
13969         * src/gtk/prefswindow.c
13970                 Use GtkTreeView instead of deprecated 
13971                 widgets. Patches by Alfons.
13972
13973 2004-12-30 [paul]       0.9.13cvs22.2
13974
13975         * src/foldersel.c
13976                 use GTK 2 Tree View
13977                 patch by Alfons, with root folder sorting fix
13978                 by Stephan Sachse
13979
13980 2004-12-30 [paul]       0.9.13cvs22.1
13981
13982         * ChangeLog
13983         * ChangeLog.claws
13984         * ChangeLog.jp
13985         * NEWS
13986         * configure.ac
13987         * src/account.c
13988                 sync with HEAD
13989
13990 2004-12-22 [martin]     0.9.13cvs21.2
13991
13992         * src/action.c
13993                 free the command line after its use
13994
13995 2004-12-18 [paul]       0.9.13cvs21.1
13996
13997         * AUTHORS
13998         * ChangeLog
13999         * ChangeLog.claws
14000         * ChangeLog.jp
14001         * NEWS
14002         * configure.ac
14003         * src/action.c
14004         * src/compose.c
14005         * src/syldap.c
14006                 sync with HEAD
14007
14008 2004-12-17 [martin]     0.9.13cvs17.2
14009
14010         * src/action.c
14011                 convert actions input to locale
14012         * src/inc.c
14013                 convert notification command to locale
14014         * src/plugins/pgpmime/select-keys.c
14015                 convert attributes to utf8
14016
14017 2004-12-14 [colin]      0.9.13cvs17.1
14018
14019         * ChangeLog
14020         * ChangeLog.jp
14021         * ChangeLog.claws
14022         * src/action.c
14023         * src/common/utils.c
14024         * src/gtk/prefswindow.c
14025         * src/gtk/gtkutils.c
14026         * src/gtk/gtkutils.h
14027         * src/plugins/spamassassin/libspamc.c
14028                 Sync with HEAD
14029
14030 2004-12-13 [colin]      0.9.13cvs14.1
14031
14032         * src/quote_fmt_parse.y
14033                 Sync with HEAD
14034
14035 2004-12-10 [colin]      0.9.13cvs12.1
14036
14037         * src/prefs_themes.c
14038         * src/mainwindow.c
14039         * src/messageview.c
14040                 Sync with HEAD
14041
14042 2004-12-09 [colin]      0.9.13cvs10.1
14043
14044         * src/procmime.c
14045                 Sync with HEAD (fix B64 encoding from memory)
14046
14047 2004-12-08 [colin]      0.9.13cvs9.1
14048
14049         * src/gtk/colorlabel.c
14050                 Sync with HEAD
14051
14052 2004-12-08 [paul]       0.9.13cvs8.2
14053
14054         * src/gtk/pluginwindow.c
14055                 fix window resizing oddities
14056
14057 2004-12-08 [colin]      0.9.13cvs8.1
14058
14059         * src/quote_fmt_parse.y
14060                 Sync with HEAD
14061
14062 2004-12-08 [colin]      0.9.13cvs7.1
14063
14064         * src/matcher_parser_parse.y
14065         * src/msgcache.c
14066         * src/prefs_matcher.c
14067         * src/procheader.c
14068         * src/matcher.c
14069         * src/common/defs.h
14070         * po/sr.po
14071                 Sync with HEAD
14072
14073 2004-12-08 [colin]      0.9.13cvs6.1
14074
14075         * src/quote_fmt_parse.y
14076         * src/textview.c
14077                 Sync with HEAD
14078         * src/gtk/prefswindow.c
14079         * src/gtk/pluginwindow.c
14080                 Fix G_CALLBACKS protos (thanks to Alfons)
14081
14082 2004-12-07 [torte]      0.9.13cvs2.2
14083
14084         * src/procmime.c
14085                 [Bug 650] reply button causes crash
14086                 Thanks to David Relson and Christoph
14087
14088 2004-12-07 [colin]      0.9.13cvs2.1
14089
14090         * ChangeLog.claws
14091         * AUTHORS
14092         * po/sk.po
14093         * src/procmime.c
14094         * src/prefs_account.c
14095         * src/common/smtp.c
14096         * src/common/smtp.h
14097                 Sync with HEAD
14098
14099 2004-12-06 [colin]      0.9.12cvs187.1
14100
14101         * ChangeLog.claws
14102         * INSTALL
14103         * Makefile.am
14104         * README.claws
14105         * TODO.claws
14106         * configure.ac
14107         * po/bg.po
14108         * po/cs.po
14109         * po/el.po
14110         * po/en_GB.po
14111         * po/es.po
14112         * po/fr.po
14113         * po/hr.po
14114         * po/hu.po
14115         * po/it.po
14116         * po/ja.po
14117         * po/ko.po
14118         * po/nl.po
14119         * po/pl.po
14120         * po/pt_BR.po
14121         * po/ru.po
14122         * po/sk.po
14123         * po/sr.po
14124         * po/sv.po
14125         * po/zh_CN.po
14126         * po/zh_TW.Big5.po
14127         * src/compose.c
14128         * tools/Makefile.am
14129         * tools/README
14130         * tools/filter_conv.pl
14131         * tools/kdeservicemenu/README
14132         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14133         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14134                 Sync with HEAD
14135
14136 2004-12-04 [colin]      0.9.12cvs183.1
14137
14138         * src/compose.c
14139                 Sync with HEAD (compose window position saving)
14140
14141 2004-12-04 [paul]       0.9.12cvs182.3
14142
14143         * src/messageview.c
14144         * src/mimeview.c
14145         * src/prefs_customheader.c
14146         * src/gtk/quicksearch.c
14147                 replace some forgotten GTK_SIGNAL_FUNCs
14148
14149 2004-12-04 [paul]       0.9.12cvs182.2
14150
14151         * src/Makefile.am
14152                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14153                 committed in error      
14154
14155 2004-12-04 [paul]       0.9.12cvs182.1
14156
14157         * ChangeLog
14158         * ChangeLog.claws
14159         * ChangeLog.jp
14160         * INSTALL
14161         * NEWS
14162         * README
14163         * README.jp
14164         * configure.ac
14165         * doc/manual/ja/Makefile.am
14166         * doc/manual/ja/sylpheed-1.html
14167         * doc/manual/ja/sylpheed-10.html
14168         * doc/manual/ja/sylpheed-11.html
14169         * doc/manual/ja/sylpheed-12.html
14170         * doc/manual/ja/sylpheed-13.html
14171         * doc/manual/ja/sylpheed-14.html
14172         * doc/manual/ja/sylpheed-15.html
14173         * doc/manual/ja/sylpheed-16.html
14174         * doc/manual/ja/sylpheed-17.html
14175         * doc/manual/ja/sylpheed-18.html
14176         * doc/manual/ja/sylpheed-19.html
14177         * doc/manual/ja/sylpheed-2.html
14178         * doc/manual/ja/sylpheed-20.html
14179         * doc/manual/ja/sylpheed-3.html
14180         * doc/manual/ja/sylpheed-4.html
14181         * doc/manual/ja/sylpheed-5.html
14182         * doc/manual/ja/sylpheed-6.html
14183         * doc/manual/ja/sylpheed-7.html
14184         * doc/manual/ja/sylpheed-8.html
14185         * doc/manual/ja/sylpheed-9.html
14186         * doc/manual/ja/sylpheed.html
14187         * doc/manual/ja/sylpheed.sgml
14188         * po/de.po
14189         * src/Makefile.am
14190         * src/compose.c
14191         * src/procmime.c
14192         * src/pixmaps/regular.xpm **REMOVED**
14193         * src/plugins/pgpmime/pgpmime.c
14194         * src/plugins/pgpmime/plugin.c
14195         * src/plugins/pgpmime/prefs_gpg.c
14196                 sync with HEAD
14197
14198 2004-12-03 [paul]       0.9.12cvs180.1
14199
14200         * ChangeLog
14201         * ChangeLog.claws
14202         * ChangeLog.jp
14203         * configure.ac
14204         * src/Makefile.am
14205         * src/pop.c
14206         * src/common/utils.c
14207         * src/common/utils.h
14208         * src/pixmaps/continue.xpm
14209         * src/pixmaps/dir_close.xpm
14210         * src/pixmaps/dir_open.xpm
14211         * src/pixmaps/drafts_close.xpm
14212         * src/pixmaps/drafts_open.xpm
14213         * src/pixmaps/folder.xpm **REMOVED**
14214         * src/pixmaps/group.xpm
14215         * src/pixmaps/unread.xpm
14216                 sync with HEAD
14217
14218 2004-12-02 [colin]      0.9.12cvs179.1
14219
14220         * src/compose.c
14221                 Sync with HEAD (non-duplicated reedition)
14222
14223 2004-12-02 [colin]      0.9.12cvs178.1
14224
14225         * src/compose.c
14226                 Sync with HEAD (linewrap_quote fix)
14227
14228 2004-12-01 [colin]      0.9.12cvs177.3
14229
14230         * src/addrharvest.c
14231                 Replace sizeof with strlen
14232
14233 2004-12-01 [paul]       0.9.12cvs177.2
14234
14235         * src/addrharvest.c
14236                 fix 'harvest addresses'
14237
14238 2004-11-30 [colin]      0.9.12cvs177.1
14239
14240         * src/gtk/prefswindow.c
14241         * src/gtk/pluginwindow.c
14242                 Sync with HEAD
14243
14244 2004-11-29 [colin]      0.9.12cvs176.1
14245
14246         * src/folderview.c
14247                 sync with HEAD (Fix disappearing separators in folderview's popup)
14248
14249 2004-11-29 [colin]      0.9.12cvs175.1
14250
14251         * src/procmime.c
14252                 Sync with head (another format fix)
14253
14254 2004-11-29 [colin]      0.9.12cvs174.1
14255
14256         * src/pop.c
14257                 Sync with HEAD (format string fix)
14258
14259 2004-11-26 [colin]      0.9.12cvs173.1
14260
14261         * src/common/smtp.c
14262         * src/common/smtp.h
14263                 Sync with HEAD
14264
14265 2004-11-24 [colin]      0.9.12cvs172.1
14266
14267         * src/plugins/pgpmime/pgpmime.c
14268                 Sync with HEAD
14269
14270 2004-11-24 [colin]      0.9.12cvs171.1
14271
14272         * src/plugins/pgpmime/pgpmime.c
14273                 Sync with head (gpgmectx leaks)
14274
14275 2004-11-24 [colin]      0.9.12cvs169.1
14276
14277         * src/plugins/pgpmime/plugin.c
14278         * src/plugins/trayicon/Makefile.am
14279         * src/plugins/trayicon/newmarkedmail.xpm
14280         * src/plugins/trayicon/trayicon.c
14281         * src/plugins/trayicon/unreadmarkedmail.xpm
14282                 Sync with HEAD
14283
14284 2004-11-23 [colin]      0.9.12cvs168.1
14285
14286         * src/partial_download.c
14287         * src/partial_download.h
14288         * src/plugins/pgpmime/plugin.c
14289                 Sync with HEAD
14290
14291 2004-11-23 [colin]      0.9.12cvs166.1
14292
14293         * src/Makefile.am
14294         * src/codeconv.c
14295         * src/compose.c
14296         * src/folderview.c
14297         * src/main.c
14298         * src/partial_download.c
14299         * src/partial_download.h
14300         * src/prefs_account.c
14301         * src/prefs_account.h
14302         * src/privacy.c
14303         * src/privacy.h
14304         * src/procmime.c
14305         * src/common/Makefile.am
14306         * src/common/base64.h
14307         * src/common/partial_download.c
14308         * src/common/partial_download.h
14309         * src/gtk/prefswindow.c
14310         * src/gtk/prefswindow.h
14311         * src/plugins/pgpmime/pgpmime.c
14312         * src/plugins/pgpmime/prefs_gpg.c
14313         * src/plugins/pgpmime/prefs_gpg.h
14314         * src/plugins/pgpmime/sgpgme.c
14315         * src/plugins/pgpmime/sgpgme.h
14316                 Sync with HEAD
14317
14318 2004-11-23 [colin]      0.9.12cvs163.1
14319
14320         * src/main.c
14321                 Sync with HEAD (cursor optimization)
14322
14323 2004-11-23 [colin]      0.9.12cvs162.1
14324
14325         * src/prefs_common.c
14326         * src/prefs_themes.c
14327         * src/procmsg.c
14328                 Sync with HEAD
14329
14330 2004-11-23 [colin]      0.9.12cvs158.9
14331
14332         * src/compose.c
14333                 Fix double-free when forwarding
14334         * src/msgcache.c
14335                 Fix leak on error path
14336                 
14337
14338 2004-11-23 [colin]      0.9.12cvs158.8
14339
14340         * src/compose.c
14341                 Fix possible double-free
14342                 Spotted by Alfons
14343
14344 2004-11-23 [colin]      0.9.12cvs158.7
14345
14346         * src/compose.c
14347                 Fix some signal handlers' prototypes
14348                 Spotted by Alfons
14349
14350 2004-11-22 [colin]      0.9.12cvs158.6
14351
14352         * src/compose.c
14353                 Remove unneeded code and duplicated
14354                 wrapping - patch by Alfons
14355
14356 2004-11-22 [colin]      0.9.12cvs158.5
14357
14358         * src/prefs_themes.c
14359                 Fix oversized selector
14360
14361 2004-11-22 [colin]      0.9.12cvs158.4
14362
14363         * src/compose.c
14364                 fix dump_text()
14365                 patch by Alfons
14366
14367 2004-11-19 [colin]      0.9.12cvs158.3
14368
14369         * src/textview.c
14370                 Add a context menu on links (open, copy)
14371
14372 2004-11-18 [paul]       0.9.12cvs158.2
14373
14374         * src/addrgather.c
14375         * src/exphtmldlg.c
14376         * src/expldifdlg.c
14377         * src/mimeview.c
14378         * src/prefs_common.c
14379         * src/plugins/image_viewer/viewer.c
14380         * src/plugins/spamassassin/spamassassin_gtk.c
14381                 replace deprecated gtk_notebook_set_page
14382                 and gtk_notebook_current_page
14383
14384 2004-11-18 [paul]       0.9.12cvs158.1
14385
14386         * configure.ac
14387         * src/compose.c
14388         * src/mainwindow.c
14389         * src/messageview.c
14390         * src/prefs_common.c
14391         * src/common/utils.c
14392         * src/common/utils.h
14393                 sync with HEAD
14394
14395 2004-11-17 [colin]      0.9.12cvs156.1
14396
14397         * src/prefs_account.c
14398         * src/prefs_account.h
14399         * src/procmsg.c
14400                 Sync with HEAD (add pref to store encrypted mails encrypted)
14401
14402 2004-11-17 [paul]       0.9.12cvs155.1
14403
14404         * ChangeLog
14405         * ChangeLog.claws
14406         * ChangeLog.jp
14407         * NEWS
14408         * configure.ac
14409         * src/compose.c
14410         * src/jpilot.c
14411         * src/privacy.c
14412         * src/procmime.c
14413         * src/procmime.h
14414         * src/procmsg.c
14415         * src/toolbar.c
14416         * src/pixmaps/error.xpm
14417                 sync with HEAD
14418
14419 2004-11-17 [colin]      0.9.12cvs151.1
14420
14421         * src/plugins/pgpmime/pgpmime.c
14422                 Sync with HEAD (remove debug printf)
14423
14424 2004-11-17 [colin]      0.9.12cvs150.1
14425
14426         * src/plugins/pgpmime/pgpmime.c
14427                 Sync with HEAD (off-by-one fix)
14428
14429 2004-11-17 [colin]      0.9.12cvs149.1
14430
14431         * src/procmsg.c
14432                 Sync with HEAD (coding style fixes)
14433
14434 2004-11-16 [colin]      0.9.12cvs148.1
14435
14436         * src/procmsg.c
14437                 Sync with head (Fix the fix)
14438
14439 2004-11-16 [colin]      0.9.12cvs147.1
14440
14441         * src/procmsg.c
14442                 Sync with Main (leak fix)
14443
14444 2004-11-16 [colin]      0.9.12cvs146.14
14445
14446         * src/compose.c
14447                 Remove useless chunk of code
14448                 Patch by Alfons
14449
14450 2004-11-15 [colin]      0.9.12cvs146.13
14451
14452         * src/compose.c
14453                 Fix drafting after insertion
14454                 Patch by Alfons
14455
14456 2004-11-15 [colin]      0.9.12cvs146.12
14457
14458         * src/compose.c
14459         * src/prefs_filtering.c
14460         * src/prefs_filtering_action.c
14461         * src/prefs_toolbar.c
14462                 Fix some const-correctness
14463
14464 2004-11-15 [colin]      0.9.12cvs146.11
14465
14466         * src/summaryview.c
14467         * src/prefs_themes.c
14468         * src/messageview.c
14469                 Fix some leaks
14470
14471 2004-11-15 [colin]      0.9.12cvs146.10
14472
14473         * src/codeconv.c
14474                 More unreadable locale fixes
14475
14476 2004-11-14 [colin]      0.9.12cvs146.9
14477
14478         * src/textview.c
14479                 Fix uri_security_check
14480                 Patch by Alfons
14481
14482 2004-11-13 [paul]       0.9.12cvs146.8
14483
14484         * src/folder.c
14485         * src/procmime.c
14486                 fix 2 bugs introduced in last commit
14487
14488 2004-11-13 [paul]       0.9.12cvs146.7
14489
14490         * src/compose.c
14491         * src/exporthtml.c
14492         * src/exportldif.c
14493         * src/folder.c
14494         * src/imap.c
14495         * src/imap_gtk.c
14496         * src/main.c
14497         * src/mainwindow.c
14498         * src/messageview.c
14499         * src/mh_gtk.c
14500         * src/prefs_themes.c
14501         * src/procmime.c
14502         * src/setup.c
14503         * src/summaryview.c
14504                 replace deprecated g_basename
14505
14506 2004-11-13 [paul]       0.9.12cvs146.6
14507
14508         * src/compose.c
14509         * src/imap.c
14510         * src/matcher_parser.h
14511         * src/matcher_parser_parse.y
14512         * src/prefs_filtering.c
14513         * src/prefs_filtering_action.c
14514         * src/prefs_themes.c
14515         * src/prefs_toolbar.c
14516         * src/common/utils.c
14517                 various small fixes/cleanups
14518
14519 2004-11-12 [colin]      0.9.12cvs146.5
14520
14521         * src/textview.c
14522                 Validate event's origin on visibility notify
14523                 Patch by Alfons.
14524
14525 2004-11-12 [paul]       0.9.12cvs146.4
14526
14527         * src/exporthtml.c
14528         * src/exportldif.c
14529         * src/imap.c
14530         * src/mh.c
14531         * src/mimeview.c
14532         * src/prefs_spelling.c
14533         * src/prefs_themes.c
14534                 replace deprecated g_dirname    
14535
14536 2004-11-12 [colin]      0.9.12cvs146.3
14537
14538         * src/textview.c
14539                 Some coding style fixes
14540
14541 2004-11-12 [colin]      0.9.12cvs146.2
14542
14543         * src/codeconv.c
14544                 We want to replace _all_ extended chars in
14545                 conv_unreadable_*, because any string containing
14546                 extended chars not parsing as UTF8 is 
14547                 undisplayed on gtk2.
14548
14549 2004-11-12 [paul]       0.9.12cvs146.1
14550
14551         * ChangeLog
14552         * ChangeLog.claws
14553         * ChangeLog.jp
14554         * NEWS
14555         * configure.ac
14556         * src/account.c
14557         * src/folderview.c
14558         * src/folderview.h
14559         * src/imap.c
14560         * src/imap_gtk.c
14561         * src/inc.c
14562         * src/mainwindow.c
14563         * src/mh_gtk.c
14564         * src/news_gtk.c
14565         * src/pop.c
14566         * src/prefs_account.c
14567         * src/prefs_account.h
14568         * src/prefs_ext_prog.c
14569         * src/procmime.c
14570         * src/procmime.h
14571         * src/procmsg.c
14572         * src/procmsg.h
14573         * src/summary_search.c
14574         * src/summaryview.c
14575         * src/textview.c
14576         * src/common/defs.h
14577         * src/common/utils.c
14578         * src/common/utils.h
14579         * src/gtk/menu.c
14580         * src/gtk/menu.h
14581                 sync with HEAD
14582
14583 2004-11-11 [colin]      0.9.12cvs144.2
14584
14585         * src/textview.c
14586                 Fix URI range selection (patch by Alfons)
14587
14588 2004-11-09 [colin]      0.9.12cvs144.1
14589
14590         * ChangeLog.claws
14591         * src/compose.c
14592         * src/folder.c
14593         * src/folder_item_prefs.c
14594         * src/prefs_account.c
14595         * src/prefs_account.h
14596         * src/plugins/pgpmime/pgpmime.c
14597                 Sync with HEAD
14598
14599 2004-11-08 [colin]      0.9.12cvs143.1
14600
14601         * src/summaryview.c
14602                 Sync with HEAD (optimize quicksearch)
14603
14604 2004-11-08 [colin]      0.9.12cvs142.2
14605
14606         * src/compose.c
14607                 Don't wrap when Edit/Auto wrapping is disabled
14608
14609 2004-11-08 [colin]      0.9.12cvs142.1
14610
14611         * src/textview.c
14612                 Sync with HEAD
14613
14614 2004-11-08 [colin]      0.9.12cvs141.1
14615
14616         * src/textview.c
14617                 Sync with HEAD (fix some mail URIs)
14618
14619 2004-11-08 [colin]      0.9.12cvs140.3
14620
14621         * src/textview.c
14622                 o Use text cursor instead of arrow when
14623                   not on a link
14624                 o Fix handling of contiguous links (as in
14625                   "colin@colino.net" <colin@colino.net>)
14626                   This one unveils a bug in get_email_part()
14627
14628 2004-11-07 [colin]      0.9.12cvs140.2
14629
14630         * src/textview.c
14631                 Fix memleak. Patch by Alfons.
14632
14633 2004-11-06 [colin]      0.9.12cvs140.1
14634
14635         * src/compose.c
14636                 Sync with HEAD (don't ask passphrase
14637                 when drafting)
14638
14639 2004-11-06 [paul]       0.9.12cvs139.2
14640
14641         * AUTHORS
14642         * src/textview.c
14643         * src/textview.h
14644                 textview URI handling. hovering over a 
14645                 link displays it in the status bar,
14646                 and changes the mouse pointer to a hand 
14647                 cursor. a link is activated with a single 
14648                 click. (Modified from the) patch by Jean-Yves 
14649                 Lefort <jylefort@users.sourceforge.net>
14650                 
14651
14652 2004-11-05 [colin]      0.9.12cvs139.1
14653
14654         * src/compose.c
14655         * src/procmime.c
14656                 Sync with HEAD again ^^
14657
14658 2004-11-05 [colin]      0.9.12cvs139.1
14659
14660         * src/compose.c
14661         * src/procmime.c
14662                 Sync with HEAD
14663
14664 2004-11-03 [paul]       0.9.12cvs138.1
14665
14666         * ChangeLog.claws
14667         * configure.ac
14668         * po/POTFILES.in
14669         * src/prefs_ext_prog.c
14670         * src/procmime.c
14671         * tools/kdeservicemenu/README
14672         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14673         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14674                 sync with HEAD
14675
14676 2004-11-01 [christoph]  0.9.12cvs136.2
14677
14678         * src/procmime.c
14679                 convert MIME parameters to UTF-8
14680
14681 2004-10-29 [colin]      0.9.12cvs136.1
14682
14683         * src/common/utils.c
14684                 Sync with HEAD (don't use '=' in mime boundary)
14685
14686 2004-10-29 [paul]       0.9.12cvs135.1
14687
14688         * configure.ac
14689         * doc/src/rfc2231.txt
14690         * src/procmime.c
14691         * src/common/quoted-printable.c
14692         * src/common/utils.c
14693         * src/common/utils.h
14694                 sync with HEAD
14695
14696 2004-10-27 [paul]       0.9.12cvs134.1
14697
14698         * configure.ac
14699         * src/main.c
14700         * src/procmime.c
14701         * src/plugins/pgpmime/pgpmime.c
14702                 sync with HEAD
14703
14704 2004-10-26 [paul]       0.9.12cvs132.3
14705
14706         * src/account.c
14707         * src/addressbook.c
14708         * src/addrgather.c
14709         * src/addrharvest.c
14710         * src/codeconv.c
14711         * src/compose.c
14712         * src/customheader.c
14713         * src/editaddress.c
14714         * src/editgroup.c
14715         * src/enriched.c
14716         * src/expldifdlg.c
14717         * src/exporthtml.c
14718         * src/exportldif.c
14719         * src/folder.c
14720         * src/foldersel.c
14721         * src/folderview.c
14722         * src/grouplistdialog.c
14723         * src/html.c
14724         * src/imap.c
14725         * src/jpilot.c
14726         * src/ldapserver.c
14727         * src/ldif.c
14728         * src/mimeview.c
14729         * src/news.c
14730         * src/news_gtk.c
14731         * src/pop.c
14732         * src/prefs_display_header.c
14733         * src/prefs_gtk.c
14734         * src/prefs_msg_colors.c
14735         * src/prefs_toolbar.c
14736         * src/procheader.c
14737         * src/procmime.c
14738         * src/summaryview.c
14739         * src/textview.c
14740         * src/toolbar.c
14741         * src/vcard.c
14742         * src/common/mgutils.c
14743         * src/common/nntp.c
14744         * src/common/smtp.c
14745         * src/common/template.c
14746         * src/common/utils.c
14747         * src/common/xmlprops.c
14748         * src/plugins/pgpmime/pgpmime.c
14749         * src/plugins/pgpmime/select-keys.c
14750         * src/plugins/pgpmime/sgpgme.c
14751                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14752                 g_string_sprintfa(), gtk_notebook_current_page()
14753
14754 2004-10-26 [colin]      0.9.12cvs132.2
14755
14756         * src/prefs_folder_item.c
14757                 Fix default-account selection
14758
14759 2004-10-21 [colin]      0.9.12cvs133
14760
14761         * src/compose.c
14762                 Sync with HEAD (Remove extra separator in compose's Options)
14763         * src/textview.c
14764                 Set wrapping to char
14765
14766 2004-10-21 [paul]       0.9.12cvs131.2
14767
14768         * src/compose.c
14769         * src/sourcewindow.c
14770                 fix wrapping
14771                 fix window shrinking 
14772
14773 2004-10-21 [colin]      0.9.12cvs131.1
14774
14775         * ChangeLog.claws
14776         * src/compose.c
14777                 Sync with HEAD
14778
14779 2004-10-21 [paul]       0.9.12cvs130.2
14780
14781         * src/prefs_folder_item.c
14782                 sync with HEAD (Apply to subfolders)
14783
14784 2004-10-19 [colin]      0.9.12cvs130.1
14785
14786         * ChangeLog.claws
14787         * src/compose.c
14788         * src/common/utils.c
14789         * src/gtk/menu.c
14790                 Sync with HEAD
14791
14792 2004-10-19 [colin]      0.9.12cvs128.1
14793
14794         * src/addrbook.c
14795         * src/addrcache.c
14796         * src/addressbook.c
14797         * src/codeconv.c
14798         * src/compose.c
14799         * src/customheader.c
14800         * src/editaddress.c
14801         * src/editgroup.c
14802         * src/exporthtml.c
14803         * src/folder.c
14804         * src/folderview.c
14805         * src/imap.c
14806         * src/jpilot.c
14807         * src/main.c
14808         * src/matcher_parser_parse.y
14809         * src/mbox.c
14810         * src/pop.c
14811         * src/prefs_account.c
14812         * src/prefs_gtk.c
14813         * src/prefs_msg_colors.c
14814         * src/procheader.c
14815         * src/procmime.c
14816         * src/procmime.h
14817         * src/procmsg.c
14818         * src/summaryview.c
14819         * src/textview.c
14820         * src/common/base64.c
14821         * src/common/partial_download.c
14822         * src/common/socket.c
14823         * src/common/sylpheed.c
14824         * src/common/utils.c
14825         * src/common/utils.h
14826         * src/gtk/pluginwindow.c
14827         * src/gtk/quicksearch.c
14828         * src/plugins/clamav/clamav_plugin.c
14829         * src/plugins/clamav/clamav_plugin.h
14830         * src/plugins/clamav/clamav_plugin_gtk.c
14831         * src/plugins/pgpmime/passphrase.c
14832         * src/plugins/pgpmime/pgpmime.c
14833         * src/plugins/pgpmime/plugin.c
14834         * src/plugins/pgpmime/prefs_gpg.c
14835         * src/plugins/pgpmime/prefs_gpg.h
14836         * src/plugins/pgpmime/select-keys.c
14837         * src/plugins/pgpmime/sgpgme.c
14838         * src/plugins/spamassassin/libspamc.c
14839         * src/plugins/spamassassin/spamassassin.c
14840         * src/plugins/spamassassin/spamassassin.h
14841         * src/plugins/spamassassin/spamassassin_gtk.c
14842         * src/plugins/trayicon/trayicon.c
14843         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14844                 Sync with HEAD
14845
14846 2004-10-14 [colin]      0.9.12cvs126.2
14847
14848         * src/codeconv.c
14849         * src/textview.c
14850                 Fix conv_unreadable_locale
14851
14852 2004-10-13 [colin]      0.9.12cvs126.1
14853
14854         * src/compose.c
14855                 Sync with HEAD (don't convert charset for 
14856                 drafted messages, minor cleanup)
14857
14858 2004-10-13 [colin]      0.9.12cvs125.1
14859
14860         * po/POTFILES.in
14861                 Sync with HEAD (POTFILES fix)
14862
14863 2004-10-12 [colin]      0.9.12cvs124.3
14864
14865         * src/compose.c
14866                 Fix encoding bug from latest sync
14867
14868 2004-10-12 [paul]       0.9.12cvs124.2
14869
14870         * src/plugins/pgpmime/prefs_gpg.c
14871         * src/plugins/pgpmime/prefs_gpg.h
14872                 forgotten in last commit        
14873
14874 2004-10-12 [paul]       0.9.12cvs124.1
14875
14876         * ChangeLog.claws
14877         * configure.ac
14878         * m4/spamassassin.m4
14879         * src/Makefile.am
14880         * src/account.c
14881         * src/compose.c
14882         * src/compose.h
14883         * src/crash.c
14884         * src/main.c
14885         * src/mimeview.c
14886         * src/passphrase.c
14887         * src/passphrase.h
14888         * src/prefs_account.c
14889         * src/prefs_account.h
14890         * src/prefs_common.c
14891         * src/privacy.c
14892         * src/privacy.h
14893         * src/procmime.c
14894         * src/procmime.h
14895         * src/procmsg.c
14896         * src/rfc2015.c
14897         * src/rfc2015.h
14898         * src/select-keys.c
14899         * src/select-keys.h
14900         * src/textview.c
14901         * src/common/utils.c
14902         * src/common/utils.h
14903         * src/gtk/about.c
14904         * src/plugins/pgpmime/Makefile.am
14905         * src/plugins/pgpmime/passphrase.c
14906         * src/plugins/pgpmime/passphrase.h
14907         * src/plugins/pgpmime/pgpmime.c
14908         * src/plugins/pgpmime/plugin.c
14909         * src/plugins/pgpmime/select-keys.c
14910         * src/plugins/pgpmime/select-keys.h
14911         * src/plugins/pgpmime/sgpgme.c
14912         * src/plugins/pgpmime/sgpgme.h
14913                 sync with HEAD
14914
14915 2004-10-04 [colin]      0.9.12cvs122.1
14916
14917         * src/mainwindow.c
14918         * src/messageview.c
14919         * src/messageview.h
14920         * src/textview.c
14921                 Sync with HEAD
14922
14923 2004-10-04 [colin]      0.9.12cvs121.1
14924
14925         * src/summaryview.c
14926                 Sync with HEAD
14927
14928 2004-10-04 [paul]       0.9.12cvs120.1
14929
14930         * configure.ac
14931                 sync with HEAD [don't try to build 
14932                 pgpmime plugin when gpgme is disabled]
14933
14934 2004-10-03 [colin]      0.9.12cvs119.3
14935
14936         * src/gtk/gtksctree.c
14937                 Lots of side effects. Put back as before 117.2.
14938         * src/summaryview.c
14939                 Fix bug #602
14940
14941 2004-10-03 [colin]      0.9.12cvs119.2
14942
14943         * src/gtk/gtksctree.c
14944                 Revert 608 fix that doesn't work that good
14945
14946 2004-10-02 [colin]      0.9.12cvs119.1
14947
14948         * src/mainwindow.c
14949         * src/messageview.c
14950         * src/prefs_common.h
14951         * src/procmime.c
14952         * src/procmime.h
14953         * src/textview.c
14954                 Sync with HEAD
14955         * src/gtk/gtksctree.c
14956                 Close bug #608
14957
14958 2004-10-01 [colin]      0.9.12cvs118.1
14959
14960         * src/mimeview.c
14961                 Sync with HEAD (better Save All fix)
14962
14963 2004-10-01 [colin]      0.9.12cvs117.2
14964
14965         * src/gtk/gtksctree.c
14966                 Faster on selection
14967
14968 2004-10-01 [colin]      0.9.12cvs117.1
14969
14970         * src/mimeview.c
14971                 Sync with HEAD (Save All: only attachments)
14972
14973 2004-10-01 [paul]       0.9.12cvs116.1
14974
14975         * ChangeLog.claws
14976         * configure.ac
14977         * src/account.c
14978         * src/prefs_common.c
14979         * src/gtk/colorlabel.c
14980                 sync with HEAD
14981
14982 2004-09-30 [colin]      0.9.12cvs115.1
14983
14984         * src/stock_pixmap.c
14985         * src/stock_pixmap.h
14986         * src/folderview.c
14987         * src/Makefile.am
14988         * src/pixmaps/read.xpm
14989                 Sync with HEAD (new pixmap)
14990
14991 2004-09-29 [colin]      0.9.12cvs114.1
14992
14993         * src/compose.c
14994                 Sync with HEAD
14995                 Fix focus handling in headers
14996
14997 2004-09-29 [paul]       0.9.12cvs113.1
14998
14999         * src/quote_fmt_parse.y
15000                 sync with HEAD
15001  
15002
15003 2004-09-28 [colin]      0.9.12cvs112.1
15004
15005         * src/folderview.c
15006         * src/mainwindow.c
15007                 Sync with HEAD
15008
15009 2004-09-28 [colin]      0.9.12cvs110.1
15010
15011         * src/folderview.c
15012                 Sync with HEAD (Contextual Empty trash menu)
15013
15014 2004-09-28 [colin]      0.9.12cvs108.1
15015
15016         * src/addressbook.c
15017                 Sync with HEAD (addressbook edit on double-click)
15018
15019 2004-09-28 [colin]      0.9.12cvs106.1
15020
15021         * src/inc.c
15022                 Sync with HEAD (folder_item freeze on inc)
15023
15024 2004-09-27 [colin]      0.9.12cvs105.1
15025
15026         * src/folderview.c
15027                 Sync with HEAD (right-align new and unread column)
15028
15029 2004-09-27 [colin]      0.9.12cvs104.1
15030
15031         * src/main.c
15032                 Sync with HEAD (revert 0.9.12cvs101)
15033
15034 2004-09-24 [colin]      0.9.12cvs103.2
15035
15036         * src/wizard.c
15037                 Fix gtk warnings and use domain part of the email address 
15038                 when domain detection fails (no dot in domain name)
15039
15040 2004-09-23 [colin]      0.9.12cvs103.1
15041
15042         * src/plugins/spamassassin/libspamc.c
15043         * src/plugins/spamassassin/libspamc.h
15044         * src/plugins/spamassassin/utils.c
15045         * src/plugins/spamassassin/utils.h
15046                 Sync with HEAD (Update spamassassin to 3.0)
15047
15048 2004-09-21 [colin]      0.9.12cvs102.3
15049
15050         * src/action.c
15051                 Add horizontal scrollbar in action io dialog as needed
15052                 Patch by Alfons.
15053
15054 2004-09-20 [colin]      0.9.12cvs102.2
15055
15056         * src/plugins/image_viewer/viewer.c
15057                 Remove imlib stuff
15058                 use gtk_pixmap_set when clearing
15059                 (would be better to use gtkImages, but causes size-allocate 
15060                 signals storm)
15061
15062 2004-09-17 [paul]       0.9.12cvs102.1
15063
15064         * ChangeLog
15065         * ChangeLog.claws
15066         * ChangeLog.jp
15067         * configure.ac
15068         * src/inc.c
15069                 sync with HEAD
15070
15071
15072 2004-09-17 [colin]      0.9.12cvs101.1
15073
15074         * ChangeLog.claws
15075         * src/main.c
15076                 Sync with HEAD (fix segs at exit)
15077
15078 2004-09-14 [colin]      0.9.12cvs99.5
15079
15080         * src/common/socket.c
15081         * AUTHORS
15082                 Fix send error on 64bit platforms
15083                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15084
15085 2004-09-14 [colin]      0.9.12cvs99.4
15086
15087         * src/action.c
15088                 Fix action output with utf8 
15089                 Patch by Alfons.
15090
15091 2004-09-14 [colin]      0.9.12cvs99.3
15092
15093         * ChangeLog.claws
15094         * src/folder.c
15095                 Sync with HEAD
15096
15097 2004-09-09 [colin]      0.9.12cvs99.2
15098
15099         * src/action.c
15100                 Fix progress bar (displaying "Completed %v/%u")
15101                 Patch by Alfons.
15102
15103 2004-09-08 [colin]      0.9.12cvs99.1
15104
15105         * src/account.c
15106         * src/folder.c
15107         * src/procmsg.c
15108         * src/procmsg.h
15109         * src/plugins/pgpmime/pgpmime.c
15110                 Sync with HEAD
15111
15112 2004-09-08 [colin]      0.9.12cvs97.2
15113
15114         * src/summaryview.c
15115                 Don't select mails in collapsed threads 
15116                 when navigating with up/down
15117
15118 2004-09-07 [colin]      0.9.12cvs97.1
15119
15120         * src/inc.c
15121                 Sync with HEAD (meaningful error messages)
15122
15123 2004-09-06 [colin]      0.9.12cvs96.1
15124
15125         * src/toolbar.c
15126                 Sync with HEAD (fix Redirect graying out)
15127
15128 2004-09-06 [colin]      0.9.12cvs95.1
15129
15130         * src/summaryview.c
15131         * src/mimeview.c
15132                 Sync with HEAD (fix dropped URIs)
15133
15134 2004-09-06 [colin]      0.9.12cvs94.1
15135
15136         * src/addressbook.c
15137         * src/addressitem.h
15138         * src/addritem.c
15139         * src/addritem.h
15140                 Sync with HEAD (addressbook DnD)
15141
15142 2004-09-03 [colin]      0.9.12cvs93.1
15143
15144         * src/summaryview.c
15145                 Sync with HEAD (next/prev unread)
15146
15147 2004-09-03 [colin]      0.9.12cvs92.1
15148
15149         * src/prefs_common.c
15150         * src/prefs_common.h
15151         * src/summaryview.c
15152                 Sync with HEAD ('mark_as_read_delay' pref)
15153
15154 2004-09-02 [colin]      0.9.12cvs91.2
15155
15156         * src/common/xml.c
15157                 Fix leak
15158
15159 2004-09-02 [colin]      0.9.12cvs91.1
15160
15161         * src/gtk/menu.c
15162                 Sync with HEAD (menu accel don't work, but whatever)
15163
15164 2004-09-02 [colin]      0.9.12cvs90.1
15165
15166         * src/account.c
15167                 Sync with HEAD (fix bug 582)
15168
15169 2004-09-02 [colin]      0.9.12cvs89.1
15170
15171         * src/addrindex.c
15172                 Sync with HEAD (free deleted queries)
15173
15174 2004-09-02 [colin]      0.9.12cvs88.1
15175
15176         * src/ldapquery.c
15177                 Sync with HEAD (fix LDAP freezes)
15178
15179 2004-09-02 [colin]      0.9.12cvs87.1
15180
15181         * src/prefs_spelling.c
15182                 Sync with HEAD (add default dictionary)
15183
15184 2004-09-01 [colin]      0.9.12cvs86.1
15185
15186         * src/filtering.c
15187         * src/folderview.c
15188         * src/imap.c
15189         * src/prefs_matcher.c
15190         * src/stock_pixmap.c
15191         * src/summary_search.c
15192         * src/summaryview.c
15193         * src/wizard.c
15194         * src/wizard.h
15195                 Sync with HEAD (uninitialized vars fixes)
15196                 + gtk2 specific warning fixes
15197
15198 2004-08-31 [colin]      0.9.12cvs85.1
15199
15200         * src/folder.c
15201                 Sync with HEAD (Fix memory corruption due to 
15202                 uninitialized var)
15203
15204 2004-08-31 [colin]      0.9.12cvs84.4
15205
15206         * src/summary_search.c
15207                 Fix segfaults when searching in folders with broken headers
15208
15209 2004-08-31 [colin]      0.9.12cvs84.3
15210
15211         * src/compose.c
15212         * src/textview.c
15213                 Fix some more encoding/decoding issues
15214
15215 2004-08-30 [colin]      0.9.12cvs84.2
15216
15217         * src/mimeview.c
15218         * src/prefs_themes.c
15219         * src/gtk/filesel.c
15220         * src/gtk/filesel.h
15221                 Add a folder-mode selection (fixes mimeview's "Save all")
15222
15223 2004-08-29 [colin]      0.9.12cvs84.1
15224
15225         * src/mimeview.c
15226                 Sync with HEAD (don't escape saved filenames)
15227
15228 2004-08-27 [colin]      0.9.12cvs83.1
15229
15230         * ChangeLog
15231         * ChangeLog.claws
15232         * ChangeLog.jp
15233         * src/mh.c
15234         * src/procheader.c
15235         * src/procmsg.c
15236         * src/procmsg.h
15237         * src/common/utils.c
15238         * src/gtk/menu.h
15239         * po/
15240                 Sync with HEAD 0.9.12cvs83 (sync with main)
15241
15242 2004-08-26 [colin]      0.9.12cvs82.4
15243
15244         * src/codeconv.c
15245                 Fix strange stack corruption
15246                 Convert to utf8 after unmime, not before
15247
15248 2004-08-26 [colin]      0.9.12cvs82.3
15249
15250         * src/main.c
15251         * src/wizard.c
15252                 Fix account folders duplication
15253
15254 2004-08-25 [colin]      0.9.12cvs82.2
15255
15256         * src/wizard.c
15257                 Remove ports
15258                 Add SSL selection
15259                 Use login@server as account name
15260
15261 2004-08-25 [colin]      0.9.12cvs82.1
15262
15263         * src/plugins/pgpmime/pgpmime.c
15264                 Sync with HEAD (leak fix).
15265
15266 2004-08-25 [colin]      0.9.12cvs81.1
15267
15268         * src/plugins/pgpmime/pgpmime.c
15269         * src/plugins/pgpmime/sgpgme.c
15270         * src/plugins/pgpmime/sgpgme.h
15271                 Sync with HEAD (Handle combined messages).
15272
15273 2004-08-24 [colin]      0.9.12cvs80.3
15274
15275         * src/wizard.c
15276                 Fix full name, ports, and imap
15277
15278 2004-08-24 [colin]      0.9.12cvs80.2
15279
15280         * src/Makefile.am
15281         * src/main.c
15282         * src/setup.c
15283         * src/setup.h
15284         * src/stock_pixmap.c
15285         * src/stock_pixmap.h
15286         * src/wizard.c ** ADDED **
15287         * src/wizard.h ** ADDED ** 
15288         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15289                 Add a setup wizard 
15290
15291 2004-08-24 [colin]      0.9.12cvs80.1
15292
15293         * src/folder.c
15294                 Sync with HEAD (set mimeflags on all messages)
15295
15296 2004-08-24 [colin]      0.9.12cvs79.3
15297
15298         * src/matcher_parser_lex.l
15299                 Fix 8bits strings not in utf8
15300
15301 2004-08-24 [colin]      0.9.12cvs79.2
15302
15303         * src/compose.c
15304                 Check conversion result before replacing buffer
15305
15306 2004-08-23 [colin]      0.9.12cvs79.1
15307
15308         * src/compose.c
15309                 Sync with HEAD (create message header in memory)
15310
15311 2004-08-23 [colin]      0.9.12cvs78.1
15312
15313         * src/rfc2015.c
15314         * src/rfc2015.h
15315                 Sync with HEAD (fix bug 197 again)
15316
15317 2004-08-23 [colin]      0.9.12cvs77.3
15318
15319         * src/compose.c
15320                 Fix again inline gpg signing (which outputs utf8
15321                 in gtk2). Not syncing this fix to HEAD as this 
15322                 code is meant to die.
15323
15324 2004-08-23 [colin]      0.9.12cvs77.2
15325
15326         * src/prefs_account.h
15327                 Remove useless include
15328
15329 2004-08-23 [colin]      0.9.12cvs77.1
15330
15331         * src/imap.c
15332         * po/es.po
15333         * po/fr.po
15334         * po/it.po
15335         * po/pl.po
15336         * po/pt_BR.po
15337         * po/sk.po
15338         * po/sr.po
15339                 Sync with HEAD (fix bug 577)
15340
15341 2004-08-22 [colin]      0.9.12cvs76.1
15342
15343         * src/plugins/trayicon/trayicon.c
15344                 Sync with HEAD (fix formatting bug)
15345
15346 2004-08-21 [colin]      0.9.12cvs74.2
15347
15348         * src/gtk/colorsel.c
15349                 Fix bug 564 (Folder color selection window exits on any
15350                 keypress)
15351
15352 2004-08-21 [colin]      0.9.12cvs74.1
15353
15354         * ChangeLog.claws
15355         * src/compose.c
15356         * src/summaryview.c
15357         * src/toolbar.c
15358                 Sync with HEAD (fix bug 576)
15359
15360 2004-08-21 [colin]      0.9.12cvs70.1
15361
15362         * src/compose.c
15363         * src/mainwindow.c
15364                 Sync with HEAD
15365                 
15366
15367 2004-08-21 [paul]       0.9.12cvs66.4
15368
15369         * src/mainwindow.c
15370         * src/messageview.c
15371         * src/gtk/menu.c
15372         * src/plugins/spamassassin/spamassassin_gtk.c
15373                 remove some deprecated gtk1 functions
15374
15375
15376 2004-08-21 [colin]      0.9.12cvs66.3
15377
15378         * src/compose.c
15379         * src/codeconv.c
15380                 Fix warnings
15381                 Remove encoding hacks
15382                 Fix bug 575 (Strange character messes up message)
15383                 Don't display conversion error when drafting
15384
15385 2004-08-21 [paul]       0.9.12cvs66.2
15386
15387         * src/prefs_account.c
15388                 fix GnuPG mode bugs
15389
15390
15391 2004-08-20 [colin]      0.9.12cvs66.1
15392
15393         * src/codeconv.c
15394                 Sync with HEAD 0.9.12cvs66
15395
15396 2004-08-20 [paul]
15397
15398         * src/plugins/pgpmime/plugin.c
15399                 modify PGP/MIME plugin's description
15400
15401 2004-08-17 [colin]      0.9.12cvs65.1
15402
15403         * src/common/ssl.c
15404         * src/plugins/pgpmime/plugin.c
15405                 Sync with HEAD
15406
15407 2004-08-14 [colin]      0.9.12cvs60.3
15408
15409         * src/plugins/trayicon/trayicon.c
15410                 Put back resize callback, on size-request signal
15411                 rather than size-allocate to avoid infinite 
15412                 callback loop
15413
15414 2004-08-13 [colin]      0.9.12cvs60.2
15415
15416         * src/common/defs.h
15417                 Cache versions have been fixed
15418
15419 2004-08-13 [colin]      0.9.12cvs60.1
15420
15421         * src/folderutils.c
15422                 Sync with HEAD
15423
15424 2004-08-12 [colin]      0.9.12cvs59.1
15425
15426         * src/plugins/trayicon/trayicon.c
15427                 Sync with HEAD
15428
15429 2004-08-12 [colin]      0.9.12cvs57.5
15430
15431         * sylpheed.desktop
15432         * configure.ac
15433         * src/Makefile.am
15434         * src/main.c
15435                 Add support for Freedesktop.org's startup notification
15436
15437 2004-08-11 [colin]      0.9.12cvs57.4
15438
15439         * src/textview.c
15440                 Fix off-by-one
15441
15442 2004-08-11 [colin]      0.9.12cvs57.3
15443
15444         * src/message_search.c
15445         * src/summary_search.c
15446                 Make searches case insensitive by default
15447         * src/textview.c
15448                 Fix case-insensitive search in message
15449
15450 2004-08-11 [colin]      0.9.12cvs57.2
15451
15452         * src/summary_search.c
15453                 Let case-sensitive be specified
15454
15455 2004-08-10 [colin]      0.9.12cvs55.4
15456
15457         * src/common/socket.c
15458                 Fix the possible race condition
15459
15460 2004-08-09 [paul]       0.9.12cvs55.3
15461
15462         * configure.ac
15463         * src/Makefile.am
15464         * src/common/Makefile.am
15465                 sync with HEAD
15466
15467
15468 2004-08-09 [paul]       0.9.12cvs55.2
15469
15470         * autogen.sh
15471         * po/poconv.sh
15472                 remove unneeded script
15473
15474         * configure.ac
15475                 add forgotten USE_LDAP_TLS (sync with HEAD)
15476
15477
15478 2004-08-09 [colin]      0.9.12cvs55.1
15479
15480         * src/main.c
15481         * src/common/ssl.c
15482         * src/common/sylpheed.c
15483         * src/common/sylpheed.h
15484                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15485
15486 2004-08-09 [paul]       0.9.12cvs54.1
15487
15488         * ChangeLog
15489         * ChangeLog.claws
15490         * ChangeLog.jp
15491         * configure.ac
15492         * po/POTFILES.in
15493         * src/Makefile.am
15494         * src/folderutils.c
15495         * src/main.c
15496         * src/pgpmime.c
15497         * src/pgpmime.h
15498         * src/sgpgme.c
15499         * src/sgpgme.h
15500         * src/plugins/Makefile.am
15501         * src/plugins/pgpmime/.cvsignore
15502         * src/plugins/pgpmime/Makefile.am
15503         * src/plugins/pgpmime/pgpmime.c
15504         * src/plugins/pgpmime/pgpmime.h
15505         * src/plugins/pgpmime/plugin.c
15506         * src/plugins/pgpmime/sgpgme.c
15507         * src/plugins/pgpmime/sgpgme.h
15508                 sync with HEAD
15509
15510 2004-08-08 [paul]       0.9.12cvs51.1
15511
15512         * configure.ac
15513         * src/folder.c
15514                 sync with HEAD
15515
15516 2004-08-07 [colin]      0.9.12cvs50.1
15517
15518         * src/pop.c
15519         * src/common/partial_download.c
15520                 fix warnings (sync from HEAD)
15521
15522 2004-08-07 [colin]      0.9.12cvs48.1
15523
15524         * src/prefs_folder_item.c
15525                 sync with HEAD 0.9.12cvs48
15526
15527 2004-08-06 [colin]      0.9.12cvs47.1
15528
15529         * src/compose.c
15530                 Sync with HEAD
15531
15532 2004-08-06 [christoph]  0.9.12cvs46.2
15533
15534         * src/main.c
15535         * src/plugins/clamav/clamav_plugin_gtk.c
15536         * src/plugins/dillo_viewer/dillo_viewer.c
15537         * src/plugins/image_viewer/plugin.c
15538         * src/plugins/mathml_viewer/mathml_viewer.c
15539         * src/plugins/spamassassin/spamassassin_gtk.c
15540         * src/plugins/trayicon/trayicon.c
15541                 don't mix GTK1.2 plugin with GTK2 plugins
15542
15543 2004-08-06 [colin]      0.9.12cvs46.1
15544
15545         * ChangeLog
15546         * ChangeLog.claws
15547         * ChangeLog.jp
15548         * configure.ac
15549         * sylpheed-claws.pc.in
15550         * src/folder.c
15551         * src/imap.c
15552         * src/localfolder.c
15553         * src/messageview.c
15554         * src/mimeview.c
15555         * src/mimeview.h
15556         * src/msgcache.c
15557         * src/news.c
15558         * src/prefs_ext_prog.c
15559         * src/prefs_folder_item.c
15560         * src/prefs_fonts.c
15561         * src/prefs_msg_colors.c
15562         * src/prefs_spelling.c
15563         * src/prefs_themes.c
15564         * src/prefs_toolbar.c
15565         * src/prefs_wrapping.c
15566         * src/procmime.h
15567         * src/common/defs.h
15568         * src/common/nntp.c
15569         * src/common/session.c
15570         * src/common/session.h
15571         * src/common/socket.c
15572         * src/common/utils.h
15573         * src/common/xml.c
15574         * src/common/xml.h
15575         * src/gtk/prefswindow.c
15576         * src/gtk/prefswindow.h
15577         * src/plugins/clamav/clamav_plugin_gtk.c
15578         * src/plugins/dillo_viewer/dillo_prefs.c
15579         * src/plugins/image_viewer/viewerprefs.c
15580         * src/plugins/spamassassin/spamassassin_gtk.c
15581         * m4/openssl.m4 *** REMOVED ***
15582                 Sync with HEAD 0.9.12cvs46
15583
15584 2004-08-03 [paul]       0.9.12cvs40.2
15585
15586         * src/action.c
15587         * src/addressadd.c
15588         * src/addressbook.c
15589         * src/addrgather.c
15590         * src/browseldap.c
15591         * src/compose.c
15592         * src/crash.c
15593         * src/editaddress.c
15594         * src/editgroup.c
15595         * src/editldap_basedn.c
15596         * src/foldersel.c
15597         * src/importldif.c
15598         * src/mimeview.c
15599         * src/prefs_common.c
15600         * src/prefs_template.c
15601         * src/sourcewindow.c
15602         * src/summaryview.c
15603         * src/gtk/about.c
15604         * src/gtk/foldersort.c
15605         * src/gtk/logwindow.c
15606         * src/gtk/pluginwindow.c
15607         * src/gtk/prefswindow.c
15608                 change all gtk_scrolled_window_set_policy from 
15609                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15610
15611 2004-08-02 [paul]       0.9.12cvs40.1
15612
15613         * AUTHORS
15614                 update translation team section
15615         * po/pt_BR.po
15616                 updated by Frederico Goncalves Guimaraes
15617                 <fggdebian@yahoo.com.br>
15618
15619 2004-07-31 [colin]      0.9.12cvs39.9
15620
15621         * src/exphtmldlg.c
15622                 Fix compilation
15623
15624 2004-07-31 [colin]      0.9.12cvs39.8
15625
15626         * src/exphtmldlg.c
15627                 Fix an alertpanel type
15628
15629 2004-07-30 [colin]      0.9.12cvs39.7
15630
15631         * src/alertpanel.c
15632                 Fix alertpanel_error_log's icon
15633
15634 2004-07-30 [colin]      0.9.12cvs39.6
15635
15636         * src/pop.c
15637                 Two of them should still be warnings
15638
15639 2004-07-30 [colin]      0.9.12cvs39.5
15640
15641         * src/pop.c
15642                 More warning -> error
15643 2004-07-29 [colin]      0.9.12cvs39.4
15644
15645         * src/pop.c
15646                 Warning -> error
15647
15648 2004-07-29 [colin]      0.9.12cvs39.3
15649
15650         * src/prefs_matcher.c
15651                 Fix segfault
15652
15653 2004-07-29 [colin]      0.9.12cvs39.2
15654
15655         * src/alertpanel.c
15656                 More nice-looking alertpanels
15657
15658 2004-07-29 [colin]      0.9.12cvs39.1
15659
15660         * src/messageview.c
15661                 sync with head
15662                 (inform user when partial mail is deleted on server)
15663
15664 2004-07-29 [colin]      0.9.12cvs38.1
15665
15666         * src/messageview.c
15667                 sync with head
15668
15669 2004-07-28 [paul]       0.9.12cvs37.7
15670
15671         * src/mainwindow.c
15672                 complete the replacement of deprecated gtk_progress_*
15673
15674 2004-07-28 [paul]       0.9.12cvs37.6
15675
15676         * src/action.c
15677         * src/inc.c
15678         * src/mainwindow.c
15679         * src/send_message.c
15680         * src/gtk/progressdialog.c
15681         * src/gtk/progressdialog.h
15682                 replace deprecated gtk_progress_*
15683
15684 2004-07-28 [paul]       0.9.12cvs37.5
15685
15686         * src/gtk/filesel.c
15687                 remove gtk_window_set_wmclass()
15688 2004-07-28 [paul]       0.9.12cvs37.4
15689
15690         * src/addressbook.c
15691         * src/compose.c
15692         * src/foldersel.c
15693         * src/mainwindow.c
15694         * src/messageview.c
15695         * src/sourcewindow.c
15696         * src/gtk/logwindow.c
15697                 remove gtk_window_set_wmclass()
15698                 
15699         * src/prefs_filtering.c
15700         * src/prefs_filtering_action.c
15701         * src/prefs_fonts.c
15702         * src/prefs_gtk.c
15703         * src/prefs_matcher.c
15704         * src/ssl_manager.c
15705         * src/gtk/prefswindow.c
15706                 replace gtk_window_position()
15707
15708 2004-07-28 [colin]      0.9.12cvs37.3
15709
15710         * src/alertpanel.c
15711         * src/alertpanel.h
15712                 Add a way to specify panel type for specific
15713                 panels (alertpanel())
15714         * src/account.c
15715         * src/addressbook.c
15716         * src/compose.c
15717         * src/expldifdlg.c
15718         * src/main.c
15719         * src/messageview.c
15720         * src/summaryview.c
15721         * src/textview.c
15722         * src/gtk/sslcertwindow.c
15723                 Fix alertpanel()s so that their icon match
15724                 their real type
15725
15726 2004-07-28 [paul]       0.9.12cvs37.2
15727
15728         * src/addr_compl.c
15729         * src/addressbook.c
15730         * src/alertpanel.c
15731         * src/compose.c
15732         * src/export.c
15733         * src/foldersel.c
15734         * src/folderview.c
15735         * src/grouplistdialog.c
15736         * src/import.c
15737         * src/mainwindow.c
15738         * src/message_search.c
15739         * src/messageview.c
15740         * src/passphrase.c
15741         * src/prefs_actions.c
15742         * src/prefs_common.c
15743         * src/prefs_customheader.c
15744         * src/prefs_display_header.c
15745         * src/prefs_filtering.c
15746         * src/prefs_filtering_action.c
15747         * src/prefs_gtk.c
15748         * src/prefs_matcher.c
15749         * src/prefs_msg_colors.c
15750         * src/prefs_summary_column.c
15751         * src/prefs_template.c
15752         * src/sourcewindow.c
15753         * src/ssl_manager.c
15754         * src/summary_search.c
15755         * src/gtk/colorsel.c
15756         * src/gtk/description_window.c
15757         * src/gtk/gtkaspell.c
15758         * src/gtk/inputdialog.c
15759         * src/gtk/logwindow.c
15760         * src/gtk/prefswindow.c
15761         * src/gtk/progressdialog.c
15762                 replace deprecated gtk_window_set_policy
15763
15764 2004-07-27 [colin]      0.9.12cvs37.1
15765
15766         * src/msgcache.c
15767                 More fixes (synced for head again)
15768
15769 2004-07-27 [colin]      0.9.12cvs35.3
15770
15771         * src/msgcache.c
15772                 Fix wrong test
15773
15774 2004-07-27 [colin]      0.9.12cvs35.2
15775
15776         * src/mimeview.c
15777                 Fix width a bit (by Paul)
15778         * src/alertpanel.c
15779         * src/alertpanel.h
15780                 Specialize icons, make alertpanel_message()
15781                 private
15782         * src/message_search.c
15783         * src/sgpgme.c
15784         * src/summary_search.c
15785                 Suit alertpanel changes
15786
15787 2004-07-27 [colin]      0.9.12cvs35.1
15788
15789         * src/alertpanel.c
15790                 Add an icon
15791         * src/passphrase.c
15792                 Add debug output - maybe someone will
15793                 want to look at the problem with Grab
15794                 Input :)
15795         Bump version as we're synced with HEAD
15796
15797 2004-07-26 [colin]      0.9.12cvs33.26
15798
15799         * src/pop.c
15800                 Fix uidl-file parsing when not in new
15801                 format
15802
15803 2004-07-26 [colin]      0.9.12cvs33.25
15804
15805         * src/gtk/menu.c
15806                 Move popup menu up if necessary (fixes 
15807                 account selector)
15808         * src/mainwindow.c
15809                 Set account selector's button height to
15810                 minimum
15811
15812 2004-07-26 [colin]      0.9.12cvs33.24
15813
15814         * src/alertpanel.c
15815                 Maybe fix 551 (Truncated font in alert window)
15816
15817 2004-07-26 [colin]      0.9.12cvs33.23
15818
15819         * po/de.po
15820         * po/es.po
15821         * po/fr.po
15822         * po/it.po
15823         * po/ja.po
15824         * po/pl.po
15825         * po/ru.po
15826         * po/sk.po
15827         * po/sr.po
15828         * po/zh_CN.po
15829                 Sync po files with HEAD
15830
15831 2004-07-26 [paul]       0.9.12cvs33.22
15832
15833         * src/compose.c
15834                 fix Bug 556 'Organisation-header is sent even if empty'
15835
15836 2004-07-24 [colin]      0.9.12cvs33.21
15837
15838         * src/compose.c
15839         * src/gtk/gtkaspell.c
15840         * src/gtk/gtkaspell.h
15841                 Fix speller accelerators (require hack)
15842
15843 2004-07-24 [colin]      0.9.12cvs33.20
15844
15845         * src/gtk/gtkaspell.c
15846                 Fix over-eager code deletion breaking
15847                 Check while typing
15848
15849 2004-07-24 [colin]      0.9.12cvs33.19
15850
15851         * src/browseldap.c
15852         * src/ldapctrl.c
15853         * src/ldapctrl.h
15854         * src/ldapserver.h
15855                 Sync ldap with HEAD
15856         (Fixes 546 LDAP completely broken)
15857
15858 2004-07-24 [colin]      0.9.12cvs33.18
15859
15860         * src/prefs_msg_colors.c
15861                 Fix prototype mismatch
15862         (Fixes 547 void function cannot return value)
15863
15864 2004-07-24 [colin]      0.9.12cvs33.17
15865
15866         * src/mainwindow.c
15867                 Fix sort going back to previous sort key
15868                 when changing sort direction
15869
15870 2004-07-24 [colin]      0.9.12cvs33.16
15871
15872         * src/compose.c
15873                 Fix space insertion when re-wrapping at 
15874                 cursor point
15875
15876 2004-07-24 [colin]      0.9.12cvs33.15
15877
15878         * src/gtk/gtkaspell.c
15879                 Don't change cursor position in insert-text
15880                 callback
15881         (Fixes 539 Word wrapping on input transposes letters)
15882
15883 2004-07-24 [colin]      0.9.12cvs33.14
15884
15885         * src/gtk/gtkaspell.c
15886                 Reencode non-ascii chars to dictionary's
15887                 encoding
15888         (Fixes 544 Spell check broken non english locale)
15889
15890 2004-07-24 [colin]      0.9.12cvs33.13
15891
15892         * src/summaryview.c
15893                 Fix Shift+Down, add Home/End/PgUp/PgDown
15894
15895 2004-07-21 [colin]      0.9.12cvs33.12
15896
15897         * src/prefs_common.c
15898                 Fix a gtk warning (Patch by Andrej Kacian)
15899
15900 2004-07-21 [colin]      0.9.12cvs33.11
15901
15902         * src/gtk/filesel.c
15903                 More check
15904
15905 2004-07-21 [colin]      0.9.12cvs33.10
15906
15907         * src/compose.c
15908         * src/crash.c
15909         * src/export.c
15910         * src/import.c
15911         * src/messageview.c
15912         * src/mimeview.c
15913         * src/prefs_spelling.c
15914         * src/prefs_themes.c
15915         * src/summaryview.c
15916         * src/gtk/filesel.c
15917         * src/gtk/filesel.h
15918         * src/gtk/pluginwindow.c
15919                 Untwist open/save mode guessing logic, make
15920                 it explicit
15921
15922 2004-07-20 [colin]      0.9.12cvs33.9
15923
15924         * src/codeconv.c
15925                 conv_encode_header: src_charset is UTF-8 on
15926                 gtk2
15927         * src/compose.c
15928                 Remove double encoding of the headers
15929
15930 2004-07-20 [colin]      0.9.12cvs33.8
15931
15932         * src/codeconv.c
15933                 Fix typo
15934
15935 2004-07-20 [colin]      0.9.12cvs33.7
15936
15937         * src/mainwindow.c
15938                 Set the separated messageview to the saved
15939                 size of Claws' messageview (Patch by Alfons)
15940                 Fix a callback prototype (me)
15941
15942 2004-07-20 [colin]      0.9.12cvs33.6
15943
15944         * src/codeconv.h
15945                 Forgot one hunk in 0.9.12cvs33.4
15946
15947 2004-07-19 [colin]      0.9.12cvs33.5
15948
15949         * src/action.c
15950                 Action output fix
15951                 Patch by Alfons
15952
15953 2004-07-19 [colin]      0.9.12cvs33.4
15954
15955         * src/compose.c
15956                 Fix outgoing charset bug in headers
15957         * src/codeconv.c
15958                 Clean for glib2 - Patch by Alfons
15959
15960 2004-07-19 [colin]      0.9.12cvs33.3
15961
15962         * src/statusbar.c
15963                 Remove grip from the statusbar
15964                 Patch by Alfons
15965
15966 2004-07-19 [colin]      0.9.12cvs33.2
15967
15968         * src/messageview.c
15969         * src/textview.c
15970                 Fix messageview remembering the previous
15971                 scroll position when loading a new message
15972                 Patch by Alfons
15973
15974 2004-07-19 [colin]      0.9.12cvs33.1
15975
15976         * src/folder.h
15977         * src/folderview.c
15978         * src/summaryview.c
15979                 Sync with HEAD
15980
15981 2004-07-18 [colin]      0.9.12cvs32.7
15982
15983         * configure.ac
15984                 Remove useless check for XIM - noticed
15985                 by Alfons
15986
15987 2004-07-18 [colin]      0.9.12cvs32.6
15988
15989         * src/summaryview.c
15990                 Remove non-modified and shift-modified
15991                 accelerators in summaryview's popup
15992                 menu, as that doesn't get catched by
15993                 the accel-activate signal catcher...
15994
15995 2004-07-18 [colin]      0.9.12cvs32.5
15996
15997         * src/prefs_common.c
15998                 Define sensible default prefs for 
15999                 wrapping
16000
16001 2004-07-18 [colin]      0.9.12cvs32.4
16002
16003         * src/compose.c
16004         * src/prefs_common.c
16005         * src/prefs_common.h
16006         * src/prefs_wrapping.c
16007                 Remove Smart Wrapping pref, which does
16008                 nothing on gtk2 branch
16009
16010 2004-07-18 [colin]      0.9.12cvs32.3
16011
16012         * src/sourcewindow.c
16013                 Proper utf8
16014
16015 2004-07-18 [colin]      0.9.12cvs32.2
16016
16017         * src/compose.c
16018                 Save attachment status when drafting
16019
16020 2004-07-18 [colin]      0.9.12cvs32.1
16021
16022         * src/gtk/filesel.c
16023                 Fix erratic folder selection in open mode
16024
16025 2004-07-18 [colin]      0.9.12cvs31.11
16026
16027         * src/pop.c
16028                 Don't let partial messages get deleted
16029                 even with "dowload all"
16030                 (0.9.12cvs31.8 fix extension)
16031 2004-07-18 [colin]      0.9.12cvs31.10
16032
16033         * src/gtk/logwindow.c
16034                 Fix log scrolling
16035
16036 2004-07-18 [colin]      0.9.12cvs31.9
16037
16038         * src/common/utils.c
16039                 Fix non-utf8 strings coming from commands
16040                 and files
16041
16042 2004-07-18 [colin]      0.9.12cvs31.8
16043
16044         * src/pop.c
16045                 Fix partial download bug with Download all
16046                 messages option
16047
16048 2004-07-18 [colin]      0.9.12cvs31.7
16049
16050         * src/textview.c
16051                 Fix bug introduced in 0.9.12cvs31.2
16052                 (blocked in select mode after double click)
16053
16054 2004-07-18 [colin]      0.9.12cvs31.6
16055
16056         * src/compose.c
16057         * src/gtk/menu.c
16058                 More glib-warning fixes
16059
16060 2004-07-18 [colin]      0.9.12cvs31.5
16061
16062         * src/compose.c
16063                 Fix trashing the primary clipboard when moving 
16064                 around with tab
16065         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16066
16067 2004-07-18 [colin]      0.9.12cvs31.4
16068
16069         * src/codeconv.c
16070                 convert unencoded iso headers to utf8
16071         (Fix Bug 538 Unencoded local characters in subject make it 
16072          disappear)
16073
16074 2004-07-18 [colin]      0.9.12cvs31.3
16075
16076         * src/compose.c
16077                 Fix tab char handling in wrapping
16078         (Fix Bug 537 Line wrap problem - TAB character treated as 
16079          one character instead of 8)
16080
16081 2004-07-18 [colin]      0.9.12cvs31.2
16082
16083         * src/textview.c
16084                 return FALSE on GDK_MOTION_NOTIFY
16085         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16086          (unable to highlight))
16087
16088 2004-07-18 [colin]      0.9.12cvs31.1
16089
16090         * src/folderview.c
16091                 Sync with 0.9.12cvs31
16092
16093 2004-07-18 [colin]      0.9.12cvs30.4
16094
16095         * src/compose.c
16096                 Also block text_inserted when inserting a file
16097
16098 2004-07-18 [colin]      0.9.12cvs30.3
16099
16100         * src/compose.c
16101                 Fix smart wrapping (block text_inserted handler
16102                 while putting quotation to avoid wrap on input,
16103                 don't join lines if next is sig separator)
16104
16105 2004-07-17 [colin]      0.9.12cvs30.2
16106
16107         * src/folderview.c
16108         * src/mainwindow.c
16109         * src/mimeview.c
16110         * src/summaryview.c
16111         * src/gtk/quicksearch.c
16112         * src/gtk/quicksearch.h
16113                 Block key events handlers *and* accels while
16114                 quicksearch is focused
16115         (Fixes Bug 534 quick-search bar not accepting certain letters)
16116
16117 2004-07-17 [colin]      0.9.12cvs30.1
16118
16119         * src/folder.h
16120         * src/folderview.c
16121         * src/summaryview.c
16122                 Sync with 0.9.12cvs30
16123
16124 2004-07-17 [colin]      0.9.12cvs28.2
16125
16126         * src/mimeview.c
16127         * src/procmime.c
16128         * src/summaryview.c
16129         * src/gtk/menu.c
16130                 Squash some compile and glib warnings
16131
16132 2004-07-17 [paul]       0.9.12cvs28.1
16133
16134         * src/mimeview.c
16135                 sync with 0.9.12cvs28 HEAD
16136
16137 2004-07-16 [paul]       0.9.12cvs26.1
16138         
16139         * src/gtk/quicksearch.c
16140         * src/account.c
16141         * src/account.h
16142         * src/compose.c
16143         * src/customheader.c
16144         * src/folder_item_prefs.c
16145         * src/main.c
16146         * src/mainwindow.c
16147         * src/messageview.c
16148         * src/mimeview.c
16149         * src/news.c
16150         * src/pgpmime.c
16151         * src/pop.c
16152         * src/pop.h
16153         * src/prefs_account.c
16154         * src/prefs_account.h
16155         * src/prefs_common.c
16156         * src/prefs_common.h
16157         * src/prefs_display_header.c
16158         * src/prefs_gtk.c
16159         * src/prefs_gtk.h
16160         * src/procheader.c
16161         * src/procmime.c
16162                 sync with 0.9.12cvs26 HEAD      
16163
16164 2004-07-15 [colin]      0.9.12cvs18.14
16165
16166         * src/folder.c
16167                 Disable GPG signature check during
16168                 folder move and scan
16169         (Closes Bug 521 Signature checking slows down Folder-Move)
16170
16171 2004-07-14 [colin]      0.9.12cvs18.13
16172
16173         * src/common/partial_download.c
16174                 update includes
16175
16176 2004-07-14 [colin]      0.9.12cvs18.12
16177
16178         * src/common/partial_download.c
16179         * src/common/partial_download.h
16180                 Move doc at top, add correct copyright
16181
16182 2004-07-14 [colin]      0.9.12cvs18.11
16183
16184         * src/folder.c
16185         * src/messageview.c
16186         * src/pop.c
16187         * src/pop.h
16188         * src/procmsg.c
16189         * src/summaryview.c
16190         * src/common/Makefile.am
16191         * src/common/partial_download.c ** NEW FILES **
16192         * src/common/partial_download.h ** NEW FILES **
16193                 Move partial-download related stuff to its
16194                 own file
16195
16196 2004-07-14 [colin]      0.9.12cvs18.10
16197
16198         * src/send_message.c
16199                 Fix smtp auth when user is null or empty
16200
16201 2004-07-13 [colin]      0.9.12cvs18.9
16202
16203         * src/gtk/quicksearch.c
16204                 Use alphabetic order
16205
16206 2004-07-13 [colin]      0.9.12cvs18.8
16207
16208         * src/pop.c
16209                 Be paranoid on the checks
16210
16211 2004-07-13 [colin]      0.9.12cvs18.7
16212
16213         * src/gtk/quicksearch.c
16214                 Fix Engrish once again
16215
16216 2004-07-13 [colin]      0.9.12cvs18.6
16217
16218         * src/procmsg.c
16219         * src/summaryview.c
16220                 Mark messages for deletion when they are about to
16221                 be removed from trash
16222
16223 2004-07-13 [colin]      0.9.12cvs18.5
16224
16225         * src/matcher.c
16226         * src/matcher.h
16227         * src/matcher_parser_parse.y
16228         * src/prefs_matcher.c
16229         * src/gtk/quicksearch.c
16230                 Add 'partial' ('p') match string to find partially
16231                 downloaded messages
16232
16233 2004-07-13 [colin]      0.9.12cvs18.4
16234
16235         * src/pop.c
16236                 Fix misplaced block
16237
16238 2004-07-13 [colin]      0.9.12cvs18.3
16239
16240         * src/pop.c
16241         * src/pop.h
16242         * src/messageview.c
16243                 Refactor API (to avoid passing 5+ params and code
16244                 duplication)
16245         * src/folder.c
16246         * src/msgcache.c
16247         * src/procheader.c
16248         * src/common/defs.h
16249                 Add planned_download to cache
16250                 Don't mess uidl file when moving partially downloaded
16251                 mails (they change folder, we should change it in the
16252                 uidl list too or we'll remove an incorrect message)
16253                 (this also helps removing hacks when changing 
16254                 planned_download in messageview.c)
16255
16256 2004-07-12 [colin]      0.9.12cvs18.2
16257
16258         * src/gtk/quicksearch.c
16259                 Fix missing status update in quicksearch
16260
16261 2004-07-12 [paul]       0.9.12cvs18.1
16262
16263         * po/POTFILES.in
16264         * src/Makefile.am
16265         * src/account.c
16266         * src/codeconv.c
16267         * src/compose.c
16268         * src/inc.c
16269         * src/main.c
16270         * src/prefs_common.c
16271         * src/procmsg.h
16272         * src/toolbar.c
16273         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16274         * src/prefs_wrapping.[ch]       ** NEW FILES **
16275         * src/common/intl.h
16276         * src/common/utils.[ch]
16277         * src/gtk/quicksearch.[ch]
16278                 sync with 0.9.12cvs18 HEAD
16279
16280 2004-07-12 [colin]      0.9.11cvs17.25
16281
16282         * src/folder.c
16283         * src/folder.h
16284                 Remove unused function added by me in 0.9.11cvs17.10
16285
16286 2004-07-11 [colin]      0.9.11cvs17.24
16287
16288         * src/inc.c
16289         * src/messageview.c
16290         * src/pop.c
16291         * src/pop.h
16292                 Use folderitem and msgnum instead of filename to
16293                 know which mail to delete
16294                 Move old partial mail deletion to pop.c
16295
16296 2004-07-10 [colin]      0.9.11cvs17.23
16297
16298         * src/inc.c
16299                 Add debug
16300         * src/pop.c
16301         * src/pop.h
16302                 Don't re-use same enums for unrelated stuff: it's 
16303                 completely misleading !
16304                 Document a bit
16305
16306 2004-07-09 [colin]      0.9.11cvs17.22
16307
16308         * src/inc.c
16309                 Remove folder-type check and do
16310                 more tests to be sure everything's
16311                 ok
16312         * src/messageview.c
16313                 Punctuation update, remove useless
16314                 code, fix two warnings
16315         * src/noticeview.c
16316                 Layout cleaning, reset 2nd button
16317                 when specifying one
16318
16319 2004-07-09 [colin]      0.9.11cvs17.21
16320
16321         * src/messageview.c
16322         * src/pop.c
16323         * src/pop.h
16324                 Allow user to change his mind
16325                 and postpone decision (by
16326                 unmarking the mail)
16327
16328 2004-07-09 [colin]      0.9.11cvs17.20
16329
16330         * src/messageview.c
16331                 Fix bug with delete state
16332         * src/pop.c
16333         * src/pop.h
16334                 Fix buffer leak (fread doesn't 
16335                 terminate buffers with \0)
16336                 Refactoring (remove magic 
16337                 numbers)
16338
16339 2004-07-09 [colin]      0.9.11cvs17.19
16340
16341         * src/pop.c
16342                 Don't log "Skipping message" if 
16343                 we're going to TOP it two lines
16344                 later
16345
16346 2004-07-09 [colin]      0.9.11cvs17.18
16347
16348         * src/messageview.c
16349                 Fix Engrish
16350
16351 2004-07-09 [colin]      0.9.11cvs17.17
16352
16353         * src/pop.c
16354                 strlen checking...
16355         * src/messageview.c
16356                 refactoring a bit
16357
16358 2004-07-08 [colin]      0.9.11cvs17.16
16359
16360         * src/noticeview.c
16361         * src/noticeview.h
16362                 Add an optional second button
16363         * src/messageview.c
16364         * src/pop.c
16365         * src/pop.h
16366                 Don't delete partially received mails after a certain
16367                 time; rather, let the user decide.
16368
16369 2004-07-08 [colin]      0.9.11cvs17.15
16370
16371         * src/common/smtp.h
16372                 Sync with HEAD
16373
16374 2004-07-08 [colin]      0.9.11cvs17.14
16375
16376         * src/messageview.c
16377         * src/common/smtp.c
16378                 Use to_human_readable() for sizes
16379
16380 2004-07-08 [colin]      0.9.11cvs17.13
16381
16382         * src/inc.c
16383         * src/messageview.c
16384         * src/pop.c
16385         * src/pop.h
16386         * src/procmsg.c
16387                 Fix partial-downloading issues:
16388                         catch unsupported TOP
16389                         don't delete partially downloaded mails before 5 days
16390                         don't update existing with non-MH folders; that'll
16391                         make dups, but it's better than trashing the folder
16392                         free new msginfo parts
16393                 Fix indentation ;-)
16394
16395 2004-07-08 [colin]      0.9.11cvs17.12
16396
16397         * src/common/smtp.c
16398         * src/common/smtp.h
16399                 Sync smtp size verification with HEAD
16400
16401 2004-07-08 [colin]      0.9.11cvs17.11
16402
16403         * src/summaryview.c
16404         * src/prefs_common.c
16405         * src/prefs_common.h
16406         * src/gtk/quicksearch.c
16407         * src/gtk/quicksearch.h
16408                 Sync sticky pref with HEAD
16409
16410 2004-07-08 [colin]      0.9.11cvs17.10
16411
16412         * src/folder.c [1.213.2.6]
16413         * src/folder.h [1.87.2.6]
16414         * src/inc.c [1.149.2.7]
16415         * src/messageview.c [1.94.2.8]
16416         * src/procheader.c [1.47.2.6]
16417         * src/procmsg.c [1.150.2.4]
16418         * src/procmsg.h [1.60.2.5]
16419         * src/pop.c [1.56.2.4]
16420         * src/pop.h [1.17.2.3]
16421                 Let too big messages get downloaded, but truncated
16422                 Add a button to download them completely
16423                 
16424 2004-07-06 [colin]      0.9.11cvs17.9
16425
16426         * src/gtk/quicksearch.c [1.1.2.3]
16427                 Add a Clear button
16428         * commitHelper
16429         * PATCHSETS
16430                 Add a script to help with cvs
16431
16432 2004-07-03 [colin]      0.9.11cvs17.8
16433
16434         * src/plugins/imageviewer/viewer.c
16435                 fix imageviewer (which was staying on the first
16436                 displayed image)
16437
16438 2004-07-03 [colin]      0.9.11cvs17.7
16439
16440         Removed FIXME_GTK2 warnings
16441         * src/gtk/gtkutils.c
16442                 useless #warnings
16443         * src/gtk/menu.c
16444                 useless #warnings (no need to mess with menu rc)
16445         * src/gtk/menu.h
16446                 unused functions
16447         
16448
16449 2004-07-03 [colin]      0.9.11cvs17.6
16450
16451         Removed FIXME_GTK2 warnings
16452         * src/codeconv.c
16453                 useless #warnings (rewrite needed)
16454         * src/compose.c
16455                 useless #warnings (rewrite needed)
16456                 useless #warnings (gtk2 is like that)
16457                 useless #warnings (previously fixed)
16458         * src/main.c
16459                 useless #warnings (previously fixed)
16460         * src/message_search.c
16461                 useless #warnings (gtk2 is like that)
16462                 Made apparent that search is case-sensitive
16463         * src/mimeview.c
16464                 useless #warnings (rewrite needed)
16465                 useless #warnings (gtk2 is like that)
16466                 reimplemented real warnings
16467         * src/prefs_common.c
16468                 Removed block cursor option (not it gtk2)
16469         * src/prefs_gtk.c
16470                 useless #warnings (rewrite needed)
16471         * src/procheader.c
16472                 useless #warnings (rewrite needed)
16473         * src/sourcewindow.c
16474                 useless #warnings (incorrect placing)
16475         * src/summary_search.c
16476                 useless #warnings (gtk2 is like that)
16477                 Made apparent that search is case-sensitive
16478         * src/action.c
16479                 useless #warnings (gtk2 is like that)
16480         * src/textview.c
16481                 useless #warnings (rewrite needed)
16482         * src/toolbar.c
16483                 useless #warnings (rewrite needed)
16484
16485 2004-07-03 [colin]      0.9.11cvs17.5
16486
16487         * src/textview.c
16488                 Fix mismerge which broke URI opening
16489                 
16490 2004-07-01 [colin]      0.9.11cvs17.4
16491
16492         * src/gtk/filesel.c
16493                 Fill filename when saving
16494                 
16495 2004-06-27 [colin]      0.9.11cvs17.3
16496
16497         * src/gtk/filesel.[ch]
16498                 Use the new GTK file selector
16499                 Update prototype to match the reality: multiple file
16500                 selection is open-only          
16501         * src/compose.c
16502                 Match the new prototypes        
16503         * configure.ac
16504                 Match the new requirements (gtk 2.4.0)
16505                         
16506 2004-06-26 [colin]      0.9.11cvs17.2
16507
16508         * src/plugins/trayicon/trayicon.c
16509                 Remove useless signal handler on resize, which causes
16510                 an infinite "loop"
16511         
16512 2004-06-26 [colin]      0.9.11cvs17.1
16513         
16514         * tools/Makefile.am
16515                 remove launch_firebird and add nautilus2sylpheed.sh
16516         * src/quicksearch.c
16517           src/summaryview.c
16518                 Fix show/hide "Extended symbols" button problem
16519                 Fix apparition at startup
16520                 Fix const warnings
16521         * src/plugins/image_viewer/Makefile.am
16522                 Fix configure 
16523         * common/ssl.c
16524                 Re-enable certificate check, as it doesn't seem to
16525                 cause Xlib errors anymore
16526
16527 2004-06-25 [paul]       0.9.11cvs17
16528
16529         * sync with 0.9.11cvs17 HEAD
16530         
16531         NOTE: QuickSearch is broken
16532
16533 2004-06-07 [colin]      0.9.10claws67.10
16534         * src/plugins/trayicon/trayicon.c
16535           src/plugins/trayicon/libeggtrayicon/Makefile.am
16536           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16537                 Fix gettextization in trayicon plugin
16538
16539 2004-06-07 [colin]      0.9.10claws67.9
16540         
16541         * src/summaryview.c
16542           src/gtk/gtksctree.[ch]
16543                 Let Shift+{Up,Down} work in summaryview
16544                 (well, Down "works" and Up works)
16545                 Let the list scroll when using these keys
16546
16547 2004-06-06 [colin]      0.9.10claws67.8
16548
16549         * src/plugins/trayicon/trayicon.c
16550                 Fix pixmap update
16551
16552 2004-06-06 [colin]      0.9.10claws67.7
16553
16554         * src/addressbook.c
16555                 Fix signal handling causing system-wide focus grab
16556
16557 2004-05-25 [paul]       0.9.10claws67.6
16558
16559         * Makefile.am
16560           src/Makefile.am
16561                 clean up
16562
16563 2004-05-25 [paul]       0.9.10claws67.5
16564
16565         * replace deprecated gtk_signal... functions
16566
16567 2004-05-23 [colin]      0.9.10claws67.4
16568
16569         * src/compose.c
16570                 Fix wrapping
16571
16572 2004-05-22 [colin]      0.9.10claws67.3
16573
16574         * src/compose.c
16575                 Re-fix [Edited] in compose.c::compose_reedit()
16576
16577 2004-05-22 [colin]      0.9.10claws67.2
16578
16579         * src/procmime.c
16580                 Fix parsing of multiparts mails
16581
16582 2004-05-22 [colin]      0.9.10claws67.1
16583
16584         * src/summaryview.c
16585                 Fix quicksearch
16586
16587 2004-05-22 [paul]       0.9.10claws67
16588
16589         * sync with 0.9.10claws67 HEAD
16590
16591 2004-05-14 [alfons]
16592
16593         * src/procmime.h
16594                 add forgotton prototype
16595
16596 2004-05-10 [paul]       0.9.10claws57
16597
16598         * sync with 0.9.10claws57 HEAD
16599
16600 2004-05-05 [paul]       0.9.9.claws1
16601
16602         * ChangeLog-gtk2        ** REMOVED **
16603           ChangeLog-gtk2.claws  ** ADDED **
16604                 rename and adopt the normal claws format
16605                 
16606         * configure.ac
16607                 require gtkmathview >= 0.5
16608
16609         * ac/*                          ** REMOVED **
16610           ac/                           ** REMOVED **
16611           intl/Makefile.in              ** REMOVED **
16612           m4/                           ** ADDED **
16613           m4/missing                    ** ADDED **
16614           m4/missing/gdk-pixbuf.m4      ** ADDED **
16615           m4/missing/gettext.m4         ** ADDED **
16616           m4/missing/gpgme.m4           ** ADDED **
16617           m4/missing/imlib.m4           ** ADDED **
16618           m4/.cvsignore                 ** ADDED **
16619           m4/Makefile.am                ** ADDED **
16620           m4/README                     ** ADDED **
16621           m4/aclocal-include.m4         ** ADDED **
16622           m4/aspell.m4                  ** ADDED **
16623           m4/check-type.m4              ** ADDED **
16624           m4/gnupg-check-typedef.m4     ** ADDED **
16625           m4/openssl.m4                 ** ADDED **
16626           m4/spamassassin.m4            ** ADDED **
16627           po/ChangeLog                  ** REMOVED **
16628           po/Makefile.in.in             ** REMOVED **
16629           po/Rules-quot                 ** REMOVED **
16630           po/boldquot.sed               ** REMOVED **
16631           po/en@boldquot.header         ** REMOVED **
16632           po/en@quot.header             ** REMOVED **
16633           po/insert-header.sin          ** REMOVED **
16634           po/quot.sed                   ** REMOVED **
16635           po/remove-potcdate.sed        ** REMOVED **
16636           po/remove-potcdate.sin        ** REMOVED **
16637           po/stamp-po                   ** REMOVED **
16638           Makefile.am
16639           autogen.sh
16640           configure.ac
16641                 enable building with automake 1.8.x
16642                 add 'autopoint --force' to autogen.sh and remove all
16643                 auto-generated files, remove ac/ directory and use
16644                 m4/ directory instead
16645                 
16646         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16647                 fix gettextization
16648
16649 2004-02-28 Colin Leroy <colin@colino.net>
16650         * src/prefs_matcher.c
16651           src/prefs_filtering.c
16652           src/prefs_filtering_action.c
16653                 Fix non-editable GtkEntries
16654
16655 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16656         * src/prefs_themes.c
16657                 utf8 conversion for theme info
16658
16659 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16660         * sync 0.9.9claws
16661
16662 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16663         * src/grouplistdialog.c
16664                 allow multiple selections without ctrl key
16665
16666 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16667         * src/main.c
16668                 enable customizable accelerators
16669
16670 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16671         * src/prefs_common.c
16672                 re-enable different font settings for gtk1/2
16673         * src/prefs_folder_item.c
16674                 fix folder prefs displayed wrong
16675         * src/textview.c
16676                 set 'sunken' shadow type
16677
16678 2004-02-07 Colin Leroy <colin@colino.net>
16679         * src/compose.c
16680                 Fix message being always [Edited]
16681                 Encode headers correctly (utf8 buf)
16682
16683 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16684         * src/socket.c
16685                 remove double g_source_attach()
16686                 (Thanks to Colin Leroy)
16687
16688 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16689         * src/gtk/gtksctree.c
16690                 Fix SSL certificate list not shown
16691         * src/mimeview.c
16692                 Fix clicks in mime tree
16693
16694 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16695         * src/common/socket.c
16696                 Fix SSL receive
16697         * src/compose.c
16698                 Fix clipboard menu hotkeys
16699
16700 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16701         * src/gtk/gtkaspell.[ch]
16702           src/compose.c
16703                 reimplement spellchecker
16704
16705 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16706         * src/gtk/filesel.c
16707                 crash when inserting file in compose window
16708                 (TODO: keep old selection on clicks)
16709         * src/main.c
16710                 use gtkrc-2.0 instead of gtkrc
16711
16712 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16713         * src/messageview.c
16714                 remove orphaned mimeview unref()
16715
16716 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16717         * src/grouplistdialog.c
16718                 expand nodes containing subscribed groups
16719
16720 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16721         * src/textview.c
16722                 textview: hide cursor, restore old click behaviour
16723
16724 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16725         * src/textview.c
16726                 variable names messed up
16727
16728 2004-01-17 Colin Leroy <colin@colino.net>
16729         * src/addr_compl.c
16730                 Fix completion address too thin
16731         * src/compose.c
16732                 Fix tab-to-subject behaviour
16733         * src/summaryview.c
16734                 Implement key up & down in summaryview
16735
16736 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16737
16738         * sync 098claws
16739
16740 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16741         * configure.ac
16742           Makefile.am
16743           doc/.cvsignore
16744           doc/Makefile.am
16745                 faq, man, manual moved to doc/
16746         * ac/aspell.m4
16747           ac/check-type.m4
16748           ac/gnupg-check-typedef.m4
16749           ac/openssl.m4
16750           ac/spamassassin.m4
16751           ac/missing/gdk-pixbuf.m4
16752           ac/missing/gpgme.m4
16753           ac/missing/imlib.m4
16754                 fix automake warnings
16755
16756 2003-12-06 Colin Leroy <colin@colino.net>
16757         * src/summaryview.c
16758                 Fix quicksearch
16759
16760 2003-12-05 Colin Leroy <colin@colino.net>
16761         * src/summaryview.c
16762                 Fix going to next unread folder
16763
16764 2003-12-05 Colin Leroy <colin@colino.net>
16765         * src/crash.c
16766                 Fix gtk2 compilation
16767         * src/session.c
16768                 Remove iotag source handler at disconnection
16769         * src/socket.[ch] 
16770                 Remove source handler when closing socket 
16771                 (fixes another seg)
16772
16773 2003-12-04 Colin Leroy <colin@colino.net>
16774         * src/compose.c
16775           src/prefs_account.c
16776           src/prefs_common.c
16777                 Fix some dropdown menus
16778
16779 2003-12-04 Colin Leroy <colin@colino.net>
16780         * src/compose.c
16781                 Fix event handlers on header fields
16782         * src/common/socket.c
16783           src/common/session.c
16784                 Fix segfault with callback (SSL)
16785                 Fix end of session 
16786
16787 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16788
16789         * Fix compile bug in src/compose.c
16790         * removed src/gtk/gtkstext.[ch]
16791
16792 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16793
16794         * Convert character set and escape "text" attributes in toolbar setting
16795         files.
16796         * Fixed bug in button-press-event handling.
16797
16798 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16799
16800         * Fixed bug in key-press-event handling.
16801
16802 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16803
16804         * Enabled to compile tray-icon plugin (Ad-hoc).
16805         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16806
16807 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16808
16809         * Enabled to compile on sylpheed-claws.
16810         (tray-icon plugin still cannot compile yet.)
16811
16812 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16813
16814         * Updated to 0.9.5.
16815
16816 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16817
16818         * Updated to 0.9.4.
16819         * Ported monitoring SSL mechanism to GSource of GLib2
16820         (I don't confirm it)
16821         * Added _gtk2 suffix to key name of font preference to avoid
16822         ovverwriting preference of Gtk+-1.2 version.
16823
16824 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16825
16826         * Updated to 0.9.2.
16827
16828 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16829
16830         * Updated to 0.9.1.
16831         * Translate po files into UTF-8 when execute autogen.sh.
16832
16833 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16834
16835         * Updated to 0.9.0.
16836
16837 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16838
16839         * Plugged GError related memory leaks.
16840
16841 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16842
16843         * Changed default size of fonts.
16844         * Enabled to set titile font size of warning dialog.
16845
16846 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16847
16848         * Embed a sylpheed icon into executable binary on Windows.
16849
16850 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16851
16852         * I forgot to traslate character set of element string in src/xml.c.
16853
16854 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16855
16856         * Fixed detecting bind_textdomain_codeset in configure.in.
16857         * The bug in which "Example" of "Date fromat" preference isn't displayed
16858         correctly has been fixed.
16859
16860 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16861
16862         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16863           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16864           glib-gettextize
16865           Removed intl directory.
16866           Translated po files into UTF-8.
16867           (Thanks! Ryuji Abe)
16868
16869 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16870
16871         * The bug which doesn't unscape string in xml.c has been fixed.
16872
16873 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16874
16875         * The bug which is failed to translate encoding of file name thorough
16876         file dialog has been fixed.
16877
16878 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16879
16880         * Modified to translate file names which is used in inporting/expoting
16881         mbox feature and "Save as" feature into locale encoding.
16882         * Translate file names into locale encoding when "Attache file" and
16883         "Insert file".
16884         * Force set G_BROKEN_FILENAMES environment variable.
16885         * Other minor fixes.
16886
16887 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16888
16889         * Modified to treat MH folder's name as locale encoding.
16890
16891 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16892
16893         * The bug which clash on switching candidates of auto completion of
16894         addresses, cannot use auto completion in Japanesse is fixed
16895         (Thanks! Tokunaga-san)¡¥
16896
16897 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16898
16899         * The bug which cannot switch key accelerator preference has been fixed
16900         (Thanks! smbd-san)¡¥
16901
16902 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16903
16904         * version 0.8.11-gtk2-20030314
16905
16906 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16907
16908         * The bug in which character set conversion of filtering messages has
16909         been fixed.(Thanks! COCOA-san).
16910
16911 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16912
16913         * Revived "Leave space on head" preference in "Message" category.
16914         * A bug which clash when put the cursor to end of buffer and execute
16915         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16916
16917 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16918
16919         * version 0.8.11-gtk2-20030312
16920
16921 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16922
16923         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16924         * Modified to use Pango's API directly for font preference.
16925         * Integrated GtkTextView of textview to one widget.
16926         * Set fonts of header title in textview by "header_title" tag.
16927         * Removed some deprecated codes.
16928
16929 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16930
16931         * Updated to 0.8.11.
16932         * Merged cygwin patch(Thanks! Sakai-san).
16933
16934 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16935
16936         * version 0.8.10-gtk2-20030309