2006-08-14 [paul] 2.4.0cvs46
[claws.git] / ChangeLog
1 2006-08-14 [paul]       2.4.0cvs46
2
3         * src/prefs_account.c
4                 use GTK_STOCK_EDIT
5
6 2006-08-13 [colin]      2.4.0cvs45
7
8         * src/common/utils.c
9                 Fix "a" in quote when the original message is empty,
10                 by using \0 instead of 'a' to test writability of
11                 temp files.
12
13 2006-08-13 [wwp]        2.4.0cvs44
14
15         * src/plugins/spamassassin/spamassassin.c
16                 fix capitalization of "SpamAssassin" in some debug, log and
17                 dialog messages.
18
19 2006-08-13 [paul]       2.4.0cvs43
20
21         * src/editldap.c
22                 fix overlapping widgets
23         * src/prefs_account.c
24                 fix translation of protocol_names[]
25                 fix label disappearing off the edge of the
26                 visible area
27
28 2006-08-12 [paul]       2.4.0cvs42
29
30         * manual/plugins.xml
31                 update IRC channel info before it gets forgotten
32                 about
33
34 2006-08-11 [colin]      2.4.0cvs41
35
36         * src/compose.c
37         * src/mainwindow.c
38         * src/mainwindow.h
39         * src/procmsg.c
40         * src/procmsg.h
41         * src/summaryview.c
42         * src/toolbar.c
43                 Grey out the Send button if
44                 - Queue folders are empty, or
45                 - We're sending already
46
47 2006-08-11 [wwp]        2.4.0cvs40
48
49         * src/main.c
50                 fix a logic issue when quitting while a compose window is
51                 still open, thanks to Colin.
52
53 2006-08-10 [colin]      2.4.0cvs39
54
55         * src/main.c
56                 Fix default font size setting after wizard run
57         * src/imap.c
58         * src/etpan/imap-thread.c
59         * src/etpan/imap-thread.h
60                 Fix bug #999 (Timing out on TSL cert validation 
61                 dialog makes ugly things happen). Also, STARTTLS
62                 unconditionnaly if initial capabilities contain
63                 LOGINDISABLED and STARTTLS.
64
65 2006-08-09 [colin]      2.4.0cvs38
66
67         * src/mainwindow.c
68         * src/mainwindow.h
69                 Fix Tools/Actions sensitivity when there are
70                 no actions
71
72 2006-08-09 [colin]      2.4.0cvs37
73
74         * src/prefs_filtering.c
75                 Warning fix, patch by Paul
76         * src/messageview.c
77         * src/prefs_actions.c
78         * src/prefs_filtering_action.c
79         * src/prefs_matcher.c
80                 Uniformisation of "Info ..." to "Info..." (for
81                 old gtk), patch by Fabien
82         * src/plugins/clamav/clamav_plugin_gtk.c
83                 Sensitivity fix by Fabien
84
85 2006-08-09 [colin]      2.4.0cvs36
86
87         * src/main.c
88         * src/main.h
89                 Add a function to know whether we're exiting
90         * src/plugins/trayicon/trayicon.c
91                 If exiting, don't do anything. Faster, and
92                 avoids gtk_main_iteration reentracy causing
93                 segfaults at exit
94
95 2006-08-09 [colin]      2.4.0cvs35
96
97         * src/messageview.c
98         * src/mimeview.c
99         * src/mimeview.h
100                 Fix lack of part selection when automatically 
101                 jumping to a specific part
102         * src/msgcache.c
103                 Little optimisation in cache reading
104
105 2006-08-09 [colin]      2.4.0cvs34
106
107         * src/compose.c
108                 Fix crash setting the priority on reedit
109                 (Accessing compose before creating it!)
110
111 2006-08-08 [colin]      2.4.0cvs33
112
113         * src/procmime.c
114                 Fix bug #998 (last attachment is not accessible)
115                 Bad RFC interpretation on multipart close-delimiters
116         * src/mimeview.c
117         * src/mimeview.h
118         * src/gtk/gtkvscrollbutton.c
119         * src/gtk/gtkvscrollbutton.h
120                 Make attachments list wheel-scrollable
121
122 2006-08-07 [colin]      2.4.0cvs32
123
124         * src/gtk/gtkaspell.c
125                 Fix bug #973 (Unicode punctation characters 
126                 are not recognized as separators by the
127                 spell checker); fix unsigned stuff
128
129 2006-08-07 [colin]      2.4.0cvs31
130
131         * src/compose.c
132                 Fix bug #956 (DnD text with accents in compose 
133                 text entry); fix gccc's signed/unsigned fuss
134
135 2006-08-06 [colin]      2.4.0cvs30
136
137         * src/main.c
138                 Fix bug #979 (Plugin crashes when exiting 
139                 sylpheed-claws) : handle exit request only 
140                 once
141
142 2006-08-05 [colin]      2.4.0cvs29
143
144         * src/news.c
145                 Just make sure we have a msgid.
146
147 2006-08-05 [colin]      2.4.0cvs28
148
149         * src/news.c
150         * src/summaryview.c
151                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
152                 by reimplementing it
153         * src/textview.c
154                 Fix bug when hiding quotes with level > 3 and quote
155                 colors are recycled
156
157 2006-08-04 [colin]      2.4.0cvs27
158
159         * src/compose.c
160         * src/undo.c
161         * src/undo.h
162                 Fix a bit replace-by-pasting undo
163         * src/mainwindow.c
164         * src/messageview.c
165                 Fix Fold quotes menu synchro in
166                 mainwindow when it changes in 
167                 messageview
168         * src/textview.c
169                 Fix right-click on quotes blocks
170         * src/common/utils.c
171                 Verify that the file created by
172                 my_tmpfile() is writable. Fixes
173                 bug #988 (very specific filesystem
174                 issue)
175         * src/plugins/pgpcore/sgpgme.c
176                 Fix file descriptor leak
177         * src/plugins/spamassassin/spamassassin.c
178                 Warn once if spamd isn't reachable
179
180 2006-08-04 [colin]      2.4.0cvs26
181
182         * src/toolbar.c
183                 i18n context patch by Fabien
184
185 2006-08-03 [colin]      2.4.0cvs25
186
187         * src/mainwindow.c
188         * src/messageview.c
189                 Rename "Hide quotes" to "Fold quotes"
190         * src/textview.c
191                 Don't use hand cursor on quotes. "all 
192                 the bonuses of the feature and none of 
193                 unwelcome side-effects"
194
195 2006-08-03 [colin]      2.4.0cvs24
196
197         * AUTHORS
198         * sylpheed-claws.desktop
199         * src/gtk/authors.h
200                 Bring the desktop file to XDG compliance
201                 Patch by Charles A. Edwards
202
203 2006-08-03 [colin]      2.4.0cvs23
204
205         * src/textview.c
206                 Fix links offset when they are preceded
207                 by accentued chars (g_utf8_strlen!)
208         * src/mainwindow.c
209                 Fix wrong status when starting offline
210
211
212 2006-08-03 [wwp]        2.4.0cvs22
213
214         * src/prefs_common.h
215                 ask what to do w/ filtering rules that belong to an account when
216                 applying filtering rules manually from the main window (skip,
217                 apply regardless of the account, use current account). This dialog
218                 can be skipped and the last reply used.
219                 (forgot that file)
220
221 2006-08-03 [wwp]        2.4.0cvs21
222
223         * src/filtering.c
224         * src/filtering.h
225         * src/prefs_common.c
226         * src/summaryview.c
227         * src/alertpanel.c
228         * src/alertpanel.h
229         * src/messageview.c
230                 ask what to do w/ filtering rules that belong to an account when
231                 applying filtering rules manually from the main window (skip,
232                 apply regardless of the account, use current account). This dialog
233                 can be skipped and the last reply used.
234
235
236 2006-08-03 [colin]      2.4.0cvs20
237
238         * src/textview.c
239                 Optimize previous patch
240
241 2006-08-03 [cleroy]     2.4.0cvs19
242
243         * src/textview.c
244                 Fix quotes getting toggled back when the
245                 mail has an even number of text parts
246
247 2006-08-02 [colin]      2.4.0cvs18
248
249         * src/messageview.c
250                 Add Hide quotes menu
251
252 2006-08-02 [colin]      2.4.0cvs17
253
254         * src/mainwindow.c
255         * src/prefs_common.c
256         * src/textview.c
257         * src/textview.h
258         * src/gtk/about.c
259                 Allow per-level quote hiding,
260                 Allow toggling quotes by double-clicking them
261                 Rename RemoteURI to ClickableText to reflect
262                 the fact it's used for a variety of things
263
264 2006-08-02 [wwp]        2.4.0cvs16
265
266         * src/mainwindow.c
267                 fix "View/Hide quotes" menu item status initialization.
268
269 2006-08-02 [wwp]        2.4.0cvs15
270
271         * src/matcher_parser_parse.y
272                 remove a debug trace.
273
274 2006-08-02 [paul]       2.4.0cvs14
275
276         * src/plugins/pgpcore/passphrase.c
277                 don't set initial dialog size
278                 make it resizable
279
280 2006-08-02 [paul]       2.4.0cvs13
281
282         * src/noticeview.c
283                 remove the rogue '/' character
284
285 2006-08-02 [paul]       2.4.0cvs12
286
287         * src/noticeview.c
288                 allow buttons to resize as necessary
289
290 2006-08-01 [wwp]        2.4.0cvs11
291
292         * src/mbox.c
293                 fix strict ISO C90 compliance.
294
295 2006-08-01 [wwp]        2.4.0cvs10
296
297         * tools/update-po
298                 updated update-po tool to work w/ context-dependent translations.
299                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
300
301 2006-08-01 [wwp]        2.4.0cvs9
302
303         * src/matcher.c
304         * src/prefs_filtering.c
305         * src/prefs_matcher.c
306                 allow context-dependent translations for "All",
307                 patch by Fabien Vantard <fzzzzz@gmail.com>.
308
309 2006-07-31 [colin]      2.4.0cvs8
310
311         * AUTHORS
312         * src/gtk/authors.h
313                 Add Rafal to authors
314
315 2006-07-31 [colin]      2.4.0cvs7
316
317         * src/compose.c
318         * src/mainwindow.c
319         * src/messageview.h
320         * src/prefs_common.c
321         * src/prefs_common.h
322         * src/textview.c
323                 Add 'View/Hide quotes'. Patch based on a patch
324                 by Rafal Weglarz
325
326 2006-07-31 [colin]      2.4.0cvs6
327
328         * src/action.c
329                 Fix problem with "> stuff >" actions
330
331 2006-07-31 [paul]       2.4.0cvs5
332
333         * po/nb.po
334                 updated by Geir Helland
335
336 2006-07-31 [wwp]        2.4.0cvs4
337
338         * src/mainwindow.c
339         * src/summaryview.c
340         * src/summaryview.h
341                 add "View/Go to/Parent message" and "View/Go to/Last read message",
342                 thanks to Colin.
343
344 2006-07-31 [wwp]        2.4.0cvs3
345
346         * src/Makefile.am
347         * src/addr_compl.c
348         * src/addr_compl.h
349         * src/addressbook.c
350         * src/addressbook.h
351         * src/addressbook_foldersel.c
352         * src/addressbook_foldersel.h
353         * src/addrindex.c
354         * src/addrindex.h
355         * src/matcher.c
356         * src/matcher.h
357         * src/matcher_parser_lex.l
358         * src/matcher_parser_parse.y
359         * src/prefs_common.c
360         * src/prefs_common.h
361         * src/prefs_filtering.c
362         * src/prefs_matcher.c
363         * src/prefs_matcher.h
364         * src/summaryview.c
365                 introduce filtering against the address book. It's now possible to add
366                 matched conditions to determine if any email address in a message matches
367                 or doesn't match any or all books or folders in the address book.
368
369 2006-07-31 [wwp]        2.4.0cvs2
370
371         * src/account.c
372         * src/filtering.c
373         * src/filtering.h
374         * src/folder.c
375         * src/folderview.c
376         * src/inc.c
377         * src/mainwindow.c
378         * src/matcher.c
379         * src/matcher_parser_lex.l
380         * src/matcher_parser_parse.y
381         * src/mbox.c
382         * src/prefs_filtering.c
383         * src/prefs_filtering.h
384         * src/procmsg.c
385         * src/procmsg.h
386         * src/summaryview.c
387                 introduce per-account filtering rules. Each filtering rule can now be assigned
388                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
389                 when applying filtering rules manually, as all rules will apply - even the ones
390                 assigned to an account. This issue will be addressed soon.
391  
392
393
394 2006-07-31 [wwp]        2.4.0cvs1
395
396         * src/quote_fmt.c
397                 make more strings translatable.
398
399 2006-07-31 [paul]       2.4.0
400
401         2.4.0 released
402
403 2006-07-31 [paul]       2.3.1cvs91
404
405         * po/ca.po
406                 updated by Miquel Oliete
407
408 2006-07-31 [paul]       2.3.1cvs90
409
410         * po/de.po
411         * po/el.po
412         * po/fr.po
413         * po/it.po
414         * po/pl.po
415         * po/pt_BR.po
416         * po/sr.po
417         * po/zh_CN.po
418                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
419                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
420                 Aleksandar Urosevic, and Ralgh Young
421
422 2006-07-31 [paul]       2.3.1cvs89
423
424         * src/account.c
425         * src/main.c
426         * src/mainwindow.c
427         * src/mainwindow.h
428                 Fix a race condition when, after an SC crash, rescanning
429                 folders took more than 0.5 seconds
430                 Thanks to Colin
431
432 2006-07-31 [paul]       2.3.1cvs88
433
434         * src/folderview.c
435                 don't translate separator strings
436
437 2006-07-30 [mones]      2.3.1cvs87
438
439         * doc/man/sylpheed-claws.1
440                 Fixed non-ASCII chars in Hoa's name
441         * po/es.po
442                 Updated for release
443
444 2006-07-27 [colin]      2.3.1cvs86
445
446         * src/textview.c
447                 Don't include the leading \n in links
448                 Patch by Fabien
449
450 2006-07-25 [colin]      2.3.1cvs85
451
452         * src/mainwindow.c
453         * src/common/socket.h
454         * src/etpan/imap-thread.c
455                 Refresh resolvers before connecting
456                 to IMAP servers, and after switching
457                 to online. Thanks to Paul.
458
459 2006-07-18 [colin]
460
461         * 2.4.0-rc4 released
462
463 2006-07-17 [colin]      2.3.1cvs84
464
465         * src/inc.c
466                 Show connection attempt in statusbar before
467                 connecting (previously first message was
468                 "Retrieving messages from ..." after the
469                 connection succeeded.
470
471 2006-07-16 [wwp]        2.3.1cvs83
472
473         * sylpheed-claws.ico
474                 Added .ico file (windows multi-size icon file, generated).
475
476 2006-07-12 [wwp]        2.3.1cvs82
477
478         * src/messageview.c
479                 remove Message/Re-edit menu entry from messageview window,
480                 as sent/draft/queued messages are opened in compose window when
481                 re-edited and it's not possible to re-edit other msgs.
482
483 2006-07-12 [paul]       2.3.1cvs81
484
485         * AUTHORS
486         * src/mainwindow.c
487         * src/gtk/authors.h
488                 check online state before resetting
489                 mailcheck timer. Useful if some program
490                 verifies connection state and updates
491                 Claws.
492                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
493
494 2006-07-12 [paul]       2.3.1cvs80
495
496         * sylpheed-claws-128x128.png
497         * sylpheed-claws-64x64.png
498         * sylpheed-claws.png
499         * src/Makefile.am
500         * src/main.c
501         * src/prefs_toolbar.c
502         * src/stock_pixmap.c
503         * src/stock_pixmap.h
504         * src/wizard.c
505         * src/gtk/about.c
506         * src/gtk/gtkutils.c
507         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
508         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
509         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
510         * src/pixmaps/sylpheed.xpm              ** REMOVED **
511         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
512         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
513                 updated and renamed logo/icon files and related
514                 logo by Jesper Schultz
515
516 2006-07-11 [paul]       2.3.1cvs79
517
518         * src/main.c
519                 fix the labels a smidgin
520
521 2006-07-09 [colin]      2.3.1cvs78
522
523         * src/textview.c
524                 Show errors in textviewer's command
525                 Patch by H. Merijn Brand
526
527 2006-07-09 [colin]      2.3.1cvs77
528
529         * src/compose.c
530                 Save FMID in drafts too
531
532 2006-07-08 [colin]      2.3.1cvs76
533
534         * src/compose.c
535                 Svae RMID in drafted mails too
536                 Save quote_fmt vars for whole mails,
537                 don't reset at each quote_fmt_init:
538                 allows to use the same |i{var} in
539                 various template fields
540         * src/prefs_template.c
541         * src/quote_fmt.h
542         * src/quote_fmt_parse.y
543                 Same
544
545 2006-07-08 [colin]      2.3.1cvs75
546
547         * src/textview.c
548                 Fix highlighting of attached parts URIs
549
550 2006-07-08 [colin]      2.3.1cvs74
551
552         * src/main.c
553                 Prevent bug #981 (sc 2.3.1 segfaults with 
554                 gtk+ 2.10) from being reported again:
555                 if Sylpheed-Claws has been compiled against
556                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
557                 of if Sylpheed-Claws has been compiled against
558                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
559                 error out.
560
561 2006-07-07 [colin]      2.3.1cvs73
562
563         * src/prefs_actions.c
564                 Fix label
565
566 2006-07-07 [colin]      2.3.1cvs72
567
568         * src/prefs_actions.c
569                 Fix compile on gtk < 2.8. argh :)
570
571 2006-07-07 [paul]       2.3.1cvs71
572
573         * src/common/defs.h
574                 update DONATE_URI
575
576 2006-07-07 [colin]      2.3.1cvs70
577
578         * po/POTFILES.in
579         * src/quote_fmt.c
580         * src/quote_fmt_lex.l
581         * src/quote_fmt_parse.y
582                 Add |i{var}, a way to insert user-entered
583                 text in a template
584
585 2006-07-07 [colin]
586
587         * 2.4.0-rc3 released
588
589 2006-07-07 [colin]      2.3.1cvs69
590
591         * src/folder.c
592                 Don't consider inboxes of UNKNOWN folder 
593                 classes to be useable as default inboxes
594
595 2006-07-07 [paul]       2.3.1cvs68
596
597         * src/textview.c
598                 add missing #include <errno.h>
599                 Thanks to René J. Blokland
600
601 2006-07-07 [paul]       2.3.1cvs67
602
603         * src/action.c
604                 Return now Closes dialog
605         * src/mimeview.c
606         * src/mimeview.h
607         * src/textview.c
608                 add contextual menu to mime parts listed
609                 in the textview
610                 Thanks to Colin
611         * src/common/utils.c
612                 reversal: ' is a valid character in URLs
613
614 2006-07-06 [colin]      2.3.1cvs66
615
616         * src/remotefolder.h
617                 Forgotten in previous commit
618
619 2006-07-06 [colin]      2.3.1cvs65
620
621         * src/folder.c
622                 Set summary update flag whenever
623                 totals changed
624         * src/imap.c
625         * src/prefs_account.c
626         * src/common/utils.h
627         * src/etpan/imap-thread.c
628                 Fix warnings, thanks to Fabien and
629                 Ricardo
630
631 2006-07-06 [wwp]        2.3.1cvs64
632
633         * src/gtk/gtkutils.c
634                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
635
636 2006-07-06 [wwp]        2.3.1cvs63
637
638         * src/account.c
639         * src/addressbook.c
640         * src/addressitem.h
641         * src/folderview.c
642         * src/mainwindow.c
643         * src/manual.c
644         * src/manual.h
645         * src/message_search.c
646         * src/prefs_actions.c
647         * src/prefs_filtering.c
648         * src/prefs_filtering.h
649         * src/prefs_template.c
650         * src/summary_search.c
651         * src/summaryview.c
652         * src/gtk/gtkutils.c
653         * src/gtk/gtkutils.h
654         * src/gtk/pluginwindow.c
655                 add help buttons to some dialogs. Clicking such buttons opens a
656                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
657
658 2006-07-06 [paul]       2.3.1cvs62
659
660         * src/textview.c
661                 fix attachments contextual menu
662                 Thanks to Colin
663
664 2006-07-05 [colin]      2.3.1cvs61
665
666         * src/textview.c
667         * src/compose.c
668                 Handle sftp:// links
669
670 2006-07-05 [paul]       2.3.1cvs60
671
672         * src/gtk/filesel.c
673                 grab save button by default
674                 Thanks to Colin
675
676 2006-07-05 [wwp]        2.3.1cvs59
677
678         * manual/xml2pdf
679                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
680
681 2006-07-04 [colin]      2.3.1cvs58
682
683         * src/mimeview.c
684         * src/textview.c
685                 Use left click to select, middle click to open
686                 on mimeparts links
687         * src/common/utils.c
688                 Fix segfault
689
690 2006-07-04 [colin]      2.3.1cvs57
691
692         * src/mainwindow.c
693         * src/news.c
694                 Warning fixes, thanks to Fabien
695
696 2006-07-04 [colin]      2.3.1cvs56
697
698         * src/mimeview.c
699         * src/mimeview.h
700         * src/textview.c
701                 Allow parts to be selected via their text label
702                 in textview
703
704 2006-07-04 [colin]      2.3.1cvs55
705
706         * src/folderview.c
707                 Feedback when closing (for big folders)
708         * src/prefs_actions.c
709         * src/prefs_filtering.c
710         * src/prefs_matcher.c
711         * src/prefs_template.c
712                 Fix default button when closing without
713                 having saved
714
715 2006-07-04 [colin]      2.3.1cvs54
716
717         * src/news.c
718                 Delete local file on deletion
719
720 2006-07-03 [colin]      2.3.1cvs53
721
722         * src/folderview.c
723         * src/main.c
724                 Don't freeze when rescanning after crash
725
726 2006-07-03 [wwp]        2.3.1cvs52
727
728         * src/compose.c
729         * src/privacy.c
730         * src/privacy.h
731         * src/plugins/pgpinline/pgpinline.c
732         * src/plugins/pgpmime/pgpmime.c
733                 don't report an error when the user cancels the passphrase dialog.
734
735 2006-07-02 [colin]      2.3.1cvs51
736
737         * src/folderview.c
738                 Open message when crossing folders with Space,
739                 goto next unread and friends
740
741 2006-07-01 [colin]      2.3.1cvs50
742
743         * src/prefs_account.c
744                 Typographic rules varying from language
745                 to language (in french "Protocole :"),
746                 we have to do that :)
747
748 2006-07-01 [ticho]      2.3.1cvs49
749
750         * src/prefs_account.c
751                 Only use one temporary gchar* variable in
752                 prefs_account_protocol_set_optmenu().
753
754 2006-07-01 [ticho]      2.3.1cvs48
755
756         * src/prefs_account.c
757         * src/prefs_account.h
758                 Use GtkLabel for existing account protocol name.
759                 Created an array for protocol names and populate the
760                 combobox from it in a for() cycle.
761
762 2006-06-30 [colin]      2.3.1cvs47
763
764         * src/compose.c
765                 Block undo when changing signature (by changing
766                 account)
767
768 2006-06-30 [paul]       2.3.1cvs46
769
770         * src/send_message.c
771                 when editing From in the Compose window, use that address
772                 in the Return-Path: header
773                 Thanks to Colin
774
775 2006-06-30 [colin]      2.3.1cvs45
776
777         * src/compose.c
778                 Fix signature replacement:
779                 - when no newline before separator
780                 - when reediting
781
782 2006-06-29 [colin]      2.3.1cvs44
783
784         * src/folderview.c
785         * src/folderview.h
786         * src/mainwindow.c
787         * src/summaryview.c
788                 Let 'View/Go to/Next marked' work like
789                 Next new & Next unread: across folders
790                 Change the select_on_entry pref to do
791                 what we want when changing folder
792         * src/common/utils.c
793                 Fix single-quoted links 
794
795 2006-06-29 [colin]      2.3.1cvs43
796
797         * src/gtk/gtkaspell.c
798                 "Sylpheed" and "Sylpheed-Claws" do exist !
799
800 2006-06-29 [colin]      2.3.1cvs42
801
802         * src/imap.c
803                 Forgot to remove debug
804
805 2006-06-29 [colin]      2.3.1cvs41
806
807         * src/imap.c
808         * src/imap.h
809         * src/mainwindow.c
810                 Disconnect from IMAP servers when going
811                 offline. Fixes bug #978 (going to offline-mode 
812                 won't close connections)
813
814 2006-06-29 [colin]      2.3.1cvs40
815
816         * src/main.c
817                 Fix transient setting on failing plugins
818                 Patch by Fabien
819         * src/plugins/pgpcore/sgpgme.c
820                 Only warn for OpenPGP. Most people don't
821                 have CMS available.
822
823 2006-06-29 [colin]      2.3.1cvs39
824
825         * src/compose.c
826                 Fix Spelling menu (discrepancy between context menu
827                 and top menu when folder's dictionary isn't the 
828                 default one)
829         * src/plugins/pgpcore/sgpgme.c
830                 More error reporting about why gpgme can fail
831
832 2006-06-29 [wwp]        2.3.1cvs38
833
834         * src/mainwindow.c
835                 honor the display-header-pane setting even when the message view
836                 is a separate window.
837
838 2006-06-29 [wwp]        2.3.1cvs37
839
840         * src/prefs_actions.c
841                 forgot to commit that one (use of GTK_STOCK_INFO).
842
843 2006-06-29 [colin]      2.3.1cvs36
844
845         * src/imap.c
846                 Better handling of login errors (ask the password
847                 again once), alert in case of error. Fix three
848                 signedness warnings.
849
850 2006-06-28 [wwp]        2.3.1cvs35
851
852         * src/prefs_template.c
853         * src/prefs_matcher.c
854         * src/prefs_filtering_action.c
855         * src/prefs_quote.c
856                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
857                 patch by Fabien Vantard, slightly modified.
858
859 2006-06-28 [paul]
860
861         2.4.0-rc2 released
862
863 2006-06-28 [colin]      2.3.1cvs34
864
865         * src/prefs_account.c
866                 Fix bug #977 (Can't add or edit imap accounts)
867
868 2006-06-28 [colin]      2.3.1cvs33
869
870         * src/mimeview.c
871                 Fix previous
872
873 2006-06-28 [colin]      2.3.1cvs32
874
875         * src/mimeview.c
876                 Save named inlined attachments with "Save all"
877         * src/main.c
878         * src/mbox.c
879         * src/common/plugin.c
880         * src/common/plugin.h
881         * src/common/sylpheed.c
882         * src/common/utils.c
883         * src/plugins/pgpcore/sylpheed.def
884         * src/plugins/pgpinline/sylpheed.def
885         * src/plugins/pgpmime/sylpheed.def
886                 Win32 compatibility patch, by
887                 Werner Koch
888
889 2006-06-28 [wwp]        2.3.1cvs31
890
891         * src/imap.c
892         * src/prefs_folder_item.c
893                 less compilation warnings (thanks to Fabien Vantard), less typos.
894
895 2006-06-28 [paul]       2.3.1cvs30
896
897         * src/gtk/gtkutils.c
898                 gtk_combo_box_set_focus_on_click() is only
899                 available since gtk 2.6.0
900
901 2006-06-28 [paul]       2.3.1cvs29
902
903         * src/prefs_ext_prog.c
904                 fix engrish and add a tooltip for the
905                 'command for 'Display as text' option
906
907 2006-06-28 [paul]
908
909         2.4.0-rc1 released
910
911 2006-06-28 [paul]       2.3.1cvs28
912
913         * ChangeLog
914         * tools/Makefile.am
915                 include textviewer.pl in releases
916
917 2006-06-28 [paul]       2.3.1cvs27
918
919         * src/prefs_ext_prog.c
920                 hide Print command option if libgnomeprint
921                 support is present
922
923 2006-06-27 [colin]      2.3.1cvs26
924
925         * src/compose.c
926                 Fix Esc handling in insert/attach dialog
927                 Don't show this dialog if dragging something
928                 else than text/uri-list
929                 Thanks to Fabien Vantard
930         * tools/textviewer.pl
931                 Filter script to display stuff as text
932                 by H. Merijn Brand
933
934 2006-06-27 [wwp]        2.3.1cvs25
935
936         * src/messageview.c
937                 use the exact product name (message view title), patch
938                 by Fabien Vantard.
939
940 2006-06-27 [ticho]      2.3.1cvs24
941
942         * src/prefs_account.c
943         * src/prefs_common.c
944         * src/prefs_common.h
945         * src/prefs_ext_prog.c
946         * src/textview.c
947                 Add a preference (Preferences/External programs)
948                 to allow "Display as text" to be done via a script
949                 (patch by H.Merijn Brand).
950                 Use GtkComboBox for protocol selection in account
951                 preferences.
952                 Only include current choice for existing accounts, and
953                 insensitivize the combobox.
954
955 2006-06-27 [paul]       2.3.1cvs23
956
957         * src/mbox.c
958                 fix crasher introduced in cvs21.
959                 Thanks to Colin
960
961 2006-06-26 [colin]      2.3.1cvs22
962
963         * src/mbox.c
964                 Fix double-frees when leaving folders
965                 after exporting to mbox
966
967 2006-06-26 [colin]      2.3.1cvs21
968
969         * src/mbox.c
970                 More feedback (and optimisation)
971                 on import/export
972         * src/common/utils.c
973                 Fix case when looking for mail addresses
974         * src/gtk/gtkutils.c
975                 Extra check for (X-)Face
976
977 2006-06-25 [ticho]      2.3.1cvs20
978
979         * src/compose.c
980         * src/exphtmldlg.c
981         * src/gtk/gtkutils.c
982         * src/gtk/gtkutils.h
983                 Added second argument to gtkut_sc_combobox_create() to
984                 control focus-on-click for the widget.
985                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
986
987 2006-06-25 [ticho]      2.3.1cvs19
988
989         * src/compose.c
990         * src/gtk/Makefile.am
991         * src/gtk/combobox.c
992         * src/gtk/combobox.h
993         * src/gtk/gtkutils.c
994         * src/gtk/gtkutils.h
995                 Use GtkComboBox instead of deprecated GtkOptionMenu
996                 for account selector in compose window and for encoding
997                 selector in attachment properties.
998                 Also factorise working with the new GtkComboBox somewhat.
999
1000 2006-06-24 [paul]       2.3.1cvs18
1001
1002         * src/prefs_common.c
1003                 use the correct default value
1004
1005 2006-06-24 [paul]       2.3.1cvs17
1006
1007         * src/compose.c
1008         * src/prefs_common.c
1009         * src/prefs_common.h
1010         * src/prefs_compose_writing.c
1011                 enable setting of default action when
1012                 dnd'ing files in the compose window.
1013                 (Collaborative effort with wwp)
1014
1015 2006-06-23 [wwp]        2.3.1cvs16
1016
1017         * src/compose.c
1018                 i18n fix (thanks to Fabien Vantard)
1019
1020 2006-06-22 [colin]      2.3.1cvs15
1021
1022         * src/prefs_customheader.c
1023                 Don't use filters in custom headers' file 
1024                 selector. Remember, extensions mean nothing :)
1025
1026 2006-06-22 [paul]       2.3.1cvs14
1027
1028         * configure.ac
1029                 allow setting of man directory location
1030
1031 2006-06-22 [colin]      2.3.1cvs13
1032
1033         * src/mainwindow.c
1034                 Add 'View/Go to/Next unread folder'.
1035                 I missed that :)
1036
1037 2006-06-22 [colin]      2.3.1cvs12
1038
1039         * src/common/utils.c
1040                 Add some subject prefixes
1041                 Patch by Bjorn T Johansen <btj@havleik.no>
1042
1043 2006-06-22 [colin]      2.3.1cvs11
1044
1045         * manual/advanced.xml
1046                 Forgotten hidden pref
1047
1048 2006-06-21 [paul]       2.3.1cvs10
1049
1050         * src/prefs_account.c
1051                 complete the removal of 'Add date header' option
1052
1053 2006-06-21 [paul]       2.3.1cvs9
1054
1055         * src/account.c
1056         * src/compose.c
1057         * src/prefs_account.c
1058         * src/prefs_account.h
1059                 remove option to add date header - always
1060                 add date header
1061         * src/etpan/imap-thread.c
1062                 fix warnings (Thanks to Colin)
1063
1064 2006-06-21 [wwp]        2.3.1cvs8
1065
1066         * src/folder.c
1067                 set the attachment flag when inline text part are (file)named. This is more convenient
1068                 when receiving (for instance) inline source files or patches sent using thunderbird.
1069
1070 2006-06-21 [paul]       2.3.1cvs7
1071
1072         * src/inc.c
1073                 fix off-by-one count of current msg in
1074                 statusbar filtering progressbar
1075
1076 2006-06-21 [paul]       2.3.1cvs6
1077
1078         * src/folder.c
1079                 Show attachment icon even if the part is 'inline'
1080                 if the following conditions are met:
1081                 - content-type != 'text/plain'
1082                 - content-type != '*/pgp-signature'
1083                 - either 'name' or 'filename' parameter is not NULL
1084                 
1085                 Thanks to Colin
1086
1087 2006-06-21 [paul]       2.3.1cvs5
1088
1089         * src/messageview.c
1090         * src/prefs_common.c
1091         * src/prefs_common.h
1092         * src/prefs_other.c
1093                 add an option to 'Never send Return
1094                 Receipts'
1095                 Thanks to Colin
1096
1097 2006-06-20 [mones]      2.3.1cvs4
1098
1099         * po/es.po
1100                 updated
1101         * src/compose.c
1102                 typo fixed (space after comma)
1103         * tools/make.themes.project
1104                 remove exec mode from tarball files
1105
1106 2006-06-20 [colin]      2.3.1cvs3
1107
1108         * src/news.c
1109         * src/procheader.c
1110         * src/unmime.c
1111                 Better fix for \n's in headers (don't 
1112                 break Received: and others)
1113
1114 2006-06-20 [paul]       2.3.1cvs2
1115
1116         * src/alertpanel.c
1117         * src/textview.c
1118                 improve legibility of phishing attempt
1119                 dialog
1120
1121 2006-06-20 [paul]       2.3.1cvs1
1122
1123         * NEWS
1124         * README
1125         * configure.ac
1126                 Update version number following
1127                 stable release
1128
1129 2006-06-20 [colin]      2.3.0cvs26
1130
1131         * src/compose.c
1132                 When dragging a file to the text of the compose
1133                 window, ask whether we want to insert or attach
1134                 (I know lots of people who do that to attach)
1135
1136 2006-06-20 [colin]      2.3.0cvs25
1137
1138         * src/etpan/imap-thread.c
1139                 Fix threshold (the append command is often > 32 bytes)
1140
1141 2006-06-19 [colin]      2.3.0cvs24
1142
1143         * src/imap.c
1144         * src/etpan/imap-thread.c
1145                 Workaround Rockliffe IMAP server bug: replace
1146                 "x UID SEARCH (ANSWERED UID 1:*)" with
1147                 "x UID SEARCH ANSWERED"
1148                 (Rockliffe doesn't handle the parenthesis)
1149
1150 2006-06-19 [colin]      2.3.0cvs23
1151
1152         * src/compose.c
1153         * src/imap.c
1154         * src/etpan/imap-thread.c
1155                 Probably fix bug #972 (Freezes when adding 
1156                 an attachment to the message)
1157         * src/common/defs.h
1158                 Modernize Firefox cmd
1159
1160
1161 2006-06-18 [colin]      2.3.0cvs22
1162
1163         * src/prefs_customheader.c
1164                 Only allow correct filenames for various
1165                 custom headers
1166
1167 2006-06-18 [colin]      2.3.0cvs21
1168
1169         * src/prefs_customheader.c
1170                 Add a 'From File...' button in custom headers prefs, which
1171                 try to do the right thing: 
1172                 for normal headers, use file as plaintext,
1173                 for X-Face, calls compface,
1174                 for Face, encode to b64.
1175
1176 2006-06-17 [colin]      2.3.0cvs20
1177
1178         * src/mh.c
1179                 Warning fix
1180
1181 2006-06-16 [colin]      2.3.0cvs19
1182
1183         * src/summaryview.c
1184                 Recursive quicksearch: show message list
1185                 in current folder, *then* search children
1186                 in the background.
1187
1188 2006-06-16 [colin]      2.3.0cvs18
1189
1190         * src/main.c
1191                 Instead of ignoring SIGPIPE, save caches
1192                 when getting one. Will fix the fact that
1193                 hot caches are out-of-date when logging 
1194                 out of Xorg.
1195         * src/compose.c
1196         * src/prefs_compose_writing.c
1197                 Only save text (not attachments) when 
1198                 auto-saving to drafts
1199         * src/unmime.c
1200                 Always replace \n, \r and \t with spaces
1201                 in headers
1202         * manual/dist/html/Makefile.am
1203         * manual/dist/pdf/Makefile.am
1204         * manual/dist/ps/Makefile.am
1205         * manual/dist/txt/Makefile.am
1206         * manual/fr/dist/html/Makefile.am
1207         * manual/fr/dist/pdf/Makefile.am
1208         * manual/fr/dist/ps/Makefile.am
1209         * manual/fr/dist/txt/Makefile.am
1210         * manual/pl/dist/html/Makefile.am
1211         * manual/pl/dist/pdf/Makefile.am
1212         * manual/pl/dist/ps/Makefile.am
1213         * manual/pl/dist/txt/Makefile.am
1214                 Fix make clean removing pregenerated manuals
1215
1216
1217 2006-06-16 [colin]      2.3.0cvs17
1218
1219         * src/plugins/pgpcore/sgpgme.c
1220         * src/plugins/pgpmime/pgpmime.c
1221         * src/plugins/pgpinline/pgpinline.c
1222                 Better error reporting in setup_signers.
1223                 Don't fallback to default key if specified
1224                 key isn't found.
1225                 Don't allow signing if more than one secret
1226                 key matches the one specified in prefs.
1227
1228 2006-06-15 [colin]      2.3.0cvs16
1229
1230         * src/folderview.c
1231                 Add "Send queue" in the folder's contextual
1232                 menu
1233         * src/compose.c
1234         * src/messageview.c
1235         * src/privacy.c
1236         * src/privacy.h
1237         * src/procmime.c
1238         * src/procmsg.c
1239         * src/plugins/pgpcore/passphrase.c
1240         * src/plugins/pgpcore/sgpgme.c
1241         * src/plugins/pgpinline/pgpinline.c
1242         * src/plugins/pgpmime/pgpmime.c
1243                 Better error reporting
1244         * src/mbox.c
1245                 Probably fix bug #971 (2.2.3 cannot read mail 
1246                 from local mbox)
1247
1248
1249 2006-06-15 [mones]      2.3.0cvs15
1250
1251         * tools/make.themes.project
1252                 creates the themes project from the web page
1253
1254 2006-06-15 [colin]      2.3.0cvs14
1255
1256         * src/folder.c
1257                 Better fix (avoid losing the folder if scan_tree 
1258                 fails)
1259
1260 2006-06-15 [cleroy]     2.3.0cvs13
1261
1262         * src/folder.c
1263                 Probably fix Bug #969 (crash on rebuilding 
1264                 imap folder)
1265
1266 2006-06-14 [colin]      2.3.0cvs12
1267
1268         * manual/dtd/manual.xsl
1269         * manual/sylpheed-claws-manual.xml
1270         * manual/fr/sylpheed-claws-manual.xml
1271         * manual/pl/sylpheed-claws-manual.xml
1272                 Insert pagebreaks between sections
1273
1274 2006-06-14 [paul]       2.3.0cvs11
1275
1276         * configure.ac
1277                 better fix than 2.3.0cvs10
1278
1279 2006-06-14 [paul]       2.3.0cvs10
1280
1281         * configure.ac
1282                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1283                 (backwards compatible)
1284
1285 2006-06-13 [colin]      2.3.0cvs9
1286
1287         * src/messageview.c
1288                 Fix sending of return receipt with the new queue folders
1289
1290 2006-06-13 [wwp]        2.3.0cvs8
1291
1292         * src/quote_fmt_lex.l
1293                 fix wrong tokens returned in quote_fmt lexer, query not().
1294
1295 2006-06-13 [wwp]        2.3.0cvs7
1296
1297         * src/folder.c
1298         * src/prefs_folder_item.c
1299                 allow changing folder type even when folder is not a top-level one,
1300                 thanks to Colin.
1301
1302 2006-06-12 [colin]      2.3.0cvs6
1303
1304         * src/folderview.c
1305                 Fix double-ask of "Do you want to mark all
1306                 as read"
1307
1308 2006-06-12 [colin]      2.3.0cvs5
1309
1310         * src/compose.c
1311         * src/compose.h
1312         * src/folder.c
1313         * src/folder.h
1314         * src/imap.c
1315         * src/inc.c
1316         * src/main.c
1317         * src/messageview.c
1318         * src/mh.c
1319         * src/prefs_folder_item.c
1320         * src/procheader.c
1321         * src/procmime.c
1322         * src/procmsg.c
1323         * src/procmsg.h
1324         * src/send_message.c
1325         * src/summaryview.c
1326         * src/toolbar.c
1327                 Apply bug #964's patch (Queue and drafts aren't normal)
1328                 The Drafts and Queue folder now contain RFC-822 files,
1329                 allowing to move and copy mails from and to these 
1330                 folders. Moving from Drafts to Queue will prepare the
1331                 mail for sending (PGP signature, encryption, etc).
1332                 This patch also rework sending errors handling to try
1333                 to be more helpful.
1334                 Also, allow redefining folder types via the GUI 
1335                 (Folder type in its Properties)
1336
1337 2006-06-12 [colin]      2.3.0cvs4
1338
1339         * src/summaryview.c
1340         * src/prefs_common.c
1341         * src/prefs_common.h
1342         * src/gedit-print.c
1343                 Allow to define a specific print font - patch
1344                 by Bernhard Walle <bernhard.walle@gmx.de>
1345         * src/prefs_fonts.c
1346         * manual/advanced.xml
1347         * manual/fr/advanced.xml
1348                 Add a hidden pref to allow deletion without
1349                 confirmation
1350
1351 2006-06-12 [wwp]        2.3.0cvs3
1352
1353         * .cvsignore
1354                 more files to ignore.
1355
1356 2006-06-12 [wwp]        2.3.0cvs2
1357
1358         * src/quote_fmt.c
1359         * src/quote_fmt_lex.l
1360         * src/quote_fmt_parse.y
1361                 extend the quote_fmt parser (templates and quotes):
1362                 - allow limited sub-expressions in |p{} and |f{} expressions,
1363                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1364                 - implemented/fixed missing implementation of query_references and show_references,
1365                 - completed, fixed contents and format of the symbols help dialog,
1366                 - fix some compilation warnings.
1367
1368 2006-06-12 [wwp]        2.3.0cvs1
1369
1370         * manual/advanced.xml
1371         * manual/fr/advanced.xml
1372                 updates in the "templates" section of the manual (eng/fr):
1373                  - be more precise (both versions)
1374                  - completed to match the english reference (fr version)
1375                  - touchups (both versions)
1376
1377 2006-06-12 [paul]       2.3.0
1378
1379         2.3.0 released
1380
1381 2006-06-12 [paul]       2.2.3cvs14
1382
1383         * po/ca.po
1384         * po/cs.po
1385         * po/de.po
1386         * po/el.po
1387         * po/fr.po
1388         * po/it.po
1389         * po/pt_BR.po
1390         * po/sr.po
1391         * po/zh_CN.po
1392                 updated by Miquel Oliete, Tim, Stephan Sachse,
1393                 Stavros Giannouris, Fabien Vantard, Andrea
1394                 Spadaccini, Frederico Goncalves Guimaraes,
1395                 Aleksandar Urosevic, and Ralgh Young
1396
1397 2006-06-12 [colin]      2.2.3cvs13
1398
1399         * src/mbox.c
1400                 Add missing header
1401
1402 2006-06-11 [colin]      2.2.3cvs12
1403
1404         * src/msgcache.c
1405                 Verify that g_malloc() succeeded
1406
1407 2006-06-11 [colin]      2.2.3cvs11
1408
1409         * src/wizard.c
1410                 Add Face header to welcome mail
1411
1412 2006-06-10 [colin]      2.2.3cvs10
1413
1414         * src/textview.c
1415                 Revert previous (Forgot it changes the
1416                 margin on the whole mail)
1417
1418 2006-06-10 [colin]      2.2.3cvs9
1419
1420         * src/textview.c
1421                 Don't overlap long headers under (X-)Face
1422
1423 2006-06-10 [mones]      2.2.3cvs8
1424
1425         * manual/xml2pdf
1426                 allow generation of manual on systems lacking saxon binary
1427                 but with java and the saxon library installed
1428
1429         * po/es.po
1430                 updated for release
1431
1432 2006-06-09 [colin]      2.2.3cvs7
1433
1434         * src/summaryview.c
1435                 Fix leak when using Display Sender using Addressbook
1436
1437 2006-06-09 [colin]      2.2.3cvs6
1438
1439         * src/compose.c
1440         * src/folder.c
1441         * src/folderview.c
1442         * src/mimeview.c
1443         * src/summaryview.c
1444                 More leaks fixes
1445
1446 2006-06-09 [paul]       2.2.3cvs5
1447
1448         * AUTHORS
1449         * src/gtk/authors.h
1450         * tools/claws.i18n.status.pl
1451                 updated with new info
1452
1453 2006-06-09 [paul]       2.2.3cvs4
1454
1455         * README
1456                 updated
1457         * manual/ack.xml
1458                 add wwp to authors list
1459         * src/gtk/authors.h
1460                 update mine and Colin's addresses
1461
1462 2006-06-08 [colin]      2.2.3cvs3
1463
1464         * src/etpan/imap-thread.c
1465                 Fix leak on SSL cert check
1466
1467 2006-06-08 [colin]      2.2.3cvs2
1468
1469         * src/common/utils.c
1470                 Fix leak
1471
1472 2006-06-08 [paul]       2.2.3cvs1
1473
1474         * configure.ac
1475                 Update version number following
1476                 stable release
1477
1478 2006-06-07 [colin]      2.2.2cvs3
1479
1480         * src/msgcache.c
1481                 Fix catching cache read errors (guint instead of gint)
1482                 Prevent malloc'ing more than 8MB (means cache corruption)
1483
1484 2006-06-07 [paul]       2.2.2cvs2
1485
1486         * src/exporthtml.c
1487         * src/exportldif.c
1488         * src/mh.c
1489         * src/mutt.c
1490         * src/pine.c
1491         * src/common/utils.c
1492                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1493                 obey $HOME'
1494                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1495                 Thanks to Colin
1496
1497 2006-06-06 [paul]       2.2.2cvs1
1498
1499         * configure.ac
1500                 Update version number following
1501                 stable release
1502
1503 2006-06-06 [paul]       2.2.1cvs6
1504
1505         * src/matcher.c
1506                 fix  implicit declaration of
1507                 sylpheed_do_idle()
1508                 Patch by Fabien Vantard
1509
1510 2006-06-06 [paul]       2.2.1cvs5
1511
1512         * src/matcher.c
1513                 fix age_greater and age_lower so that they
1514                 mean what say and not '...or equal to'
1515                 Thanks to Colin
1516
1517 2006-06-06 [paul]       2.2.1cvs4
1518
1519         * src/textview.c
1520         * src/common/utils.c
1521                 fix URI check
1522                 Thanks to Colin
1523
1524 2006-06-05 [wwp]        2.2.1cvs3
1525
1526         * manual/fr/account.xml
1527                 minor language fixes (thanks to Fabien Vantard).
1528
1529 2006-06-05 [colin]      2.2.1cvs2
1530
1531         * src/prefs_folder_item.c
1532         * src/folderview.c
1533                 Allow recursive setting of properties 
1534                 for whole mailboxes
1535         * src/matcher.c
1536                 Don't freeze on 'test' filtering rule
1537
1538 2006-06-05 [colin]      2.2.1cvs1
1539
1540         * configure.ac
1541                 Update version number following
1542                 stable release
1543
1544 2006-06-04 [wwp]        2.2.0cvs82
1545
1546         * manual/glossary.xml
1547         * manual/account.xml
1548         * manual/fr/glossary.xml
1549         * manual/fr/account.xml
1550                 added glossary section and references/links related to the Face custom header.
1551
1552 2006-06-04 [colin]      2.2.0cvs81
1553
1554         * src/summaryview.c
1555                 Skip to next message on move with no
1556                 immediate execution
1557
1558 2006-06-04 [wwp]        2.2.0cvs80
1559
1560         * manual/xml2pdf
1561                 added sanity checks, exit when needed.
1562
1563 2006-06-03 [paul]       2.2.0cvs79
1564
1565         * src/prefs_receive.c
1566                 page name is now 'Receiving'
1567         * src/prefs_send.c
1568                 page name is now 'Sending'
1569
1570 2006-06-03 [colin]      2.2.0cvs78
1571
1572         * src/plugins/spamassassin/spamassassin_gtk.c
1573                 Autoswitch to Localhost if transport was previously
1574                 disabled. Else people had to check [] Enable, then
1575                 *reselect* transport.
1576
1577 2006-06-03 [colin]      2.2.0cvs77
1578
1579         * src/plugins/pgpinline/pgpinline.c
1580         * src/plugins/pgpmime/pgpmime.c
1581                 Check that gpg_data_release_and_get_mem 
1582                 didn't fail (now, why this happens...)
1583
1584 2006-06-03 [colin]      2.2.0cvs76
1585
1586         * src/mbox.c
1587                 Fix bug #962 (Manual and/or UI should 
1588                 warn about incompatible locking 
1589                 causing dataloss)
1590
1591 2006-06-02 [cleroy]     2.2.0cvs75
1592
1593         * src/filtering.c
1594         * src/folder.c
1595         * src/procmsg.c
1596         * src/summaryview.c
1597                 Fix a few leaks
1598
1599 2006-06-02 [colin]      2.2.0cvs74
1600
1601         * src/main.c
1602                 On exit, free caches after writing them
1603                 Shuts up some valgrind false positives
1604         * src/procmsg.c
1605         * src/send_message.c
1606                 Fix races when reusing existing SMTP connections
1607                 Fix inexistant session timeout
1608         * src/toolbar.c
1609                 Display alertpanel after all queues have
1610                 been processed, not after each
1611
1612 2006-06-02 [wwp]        2.2.0cvs73
1613
1614         * manual/fr/glossary.xml
1615         * manual/fr/ack.xml
1616         * manual/ack.xml
1617                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1618
1619 2006-06-02 [wwp]        2.2.0cvs72
1620
1621         * manual/xml2pdf
1622         * manual/dist/pdf/Makefile.am
1623         * manual/dtd/manual.xsl
1624         * manual/fr/dist/pdf/Makefile.am
1625         * manual/pl/dist/pdf/Makefile.am
1626                 we changed the procedure to generate the .pdf version of the manual.
1627                 The procedure is more modern and the .pdf we get now has a valid index.
1628                 Here are the new pre-requisites:
1629
1630                 - JRE 1.x (1.4 here): there must be one from your distro
1631                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1632                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1633                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1634
1635                 See my posts for further info about the installation of this toolchain:
1636
1637                 Date: Fri, 19 May 2006 19:40:06 +0200
1638                 From: wwp <subscript@free.fr>
1639                 To: sylpheed-claws-devel@lists.sourceforge.net
1640                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1641
1642                 and
1643
1644                 Date: Wed, 24 May 2006 12:58:49 +0200
1645                 From: wwp <subscript@free.fr>
1646                 To: sylpheed-claws-devel@lists.sourceforge.net
1647                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1648
1649 2006-06-01 [colin]      2.2.0cvs71
1650
1651         * src/compose.c
1652                 Better guards against IMAP races
1653         * src/main.c
1654         * src/prefs_common.c
1655         * src/prefs_common.h
1656         * src/common/ssl_certificate.c
1657         * src/etpan/imap-thread.c
1658         * src/etpan/imap-thread.h
1659         * src/gtk/sslcertwindow.c
1660                 New hidden option ssl_skip_cert_check to 
1661                 avoid dups of bug #959 (libetpan linked
1662                 against gnutls and gnutls buggy on 64bit)
1663                 Present expired warning only once per
1664                 session/server.
1665         * manual/advanced.xml
1666         * manual/fr/advanced.xml
1667                 Document new option
1668
1669 2006-06-01 [wwp]        2.2.0cvs70
1670
1671         * src/messageview.c
1672                 fix for bug #961 (return receipt dialog 
1673                 complains incorrectly about return-path 
1674                 email adress being different), thanks 
1675                 to Colin.
1676
1677 2006-05-31 [cleroy]     2.2.0cvs69
1678
1679         * src/common/ssl.c
1680                 Guard against NULLs, although this
1681                 should never be an issue
1682
1683 2006-05-31 [colin]      2.2.0cvs68
1684
1685         * src/filtering.c
1686                 Use g_slist_prepend
1687         * src/imap.c
1688                 Don't remove caches when destroying folder, it
1689                 could (should) be done at exit
1690         * src/inc.c
1691                 free processing cache after incorporation
1692         * src/etpan/imap-thread.c
1693                 Maybe fix bug #959 (Crash on moving to emails 
1694                 to a imap account per ssl with a expired 
1695                 certificate.)
1696
1697 2006-05-30 [colin]      2.2.0cvs67
1698
1699         * src/summaryview.c
1700                 Put back event flush when displaying message
1701                 It avoids reading a bunch of messages just
1702                 by hitting shift-n for too long ;)
1703
1704 2006-05-29 [colin]      2.2.0cvs66
1705
1706         * src/summaryview.c
1707                 Remove useless g_warnings
1708
1709 2006-05-29 [colin]      2.2.0cvs65
1710
1711         * src/imap.c
1712                 Fix g_slist_append()s for performance
1713
1714 2006-05-29 [colin]      2.2.0cvs64
1715
1716         * src/compose.c
1717         * src/common/utils.c
1718                 Fix extraneous tab at start of addresses
1719         * src/mainwindow.c
1720                 Fix warnings (thanks to Fabien)
1721                 Fix crash at exit when composing messages 
1722                 exist
1723         * src/pop.c
1724                 Fix progress bar when deleting expired mails
1725                 Thanks to Hiro
1726         * src/summaryview.c
1727         * src/gtk/gtksctree.c
1728                 Fix re-sorting slowness
1729
1730 2006-05-29 [paul]       2.2.0cvs63
1731
1732         * src/mh.c
1733                 fetch full message when moving mails
1734                 from another mailbox, (fixed data loss
1735                 when filtering from IMAP to MH, introduced
1736                 in 2.2.0cvs57).
1737                 Thanks to Colin
1738
1739 2006-05-29 [mones]      2.2.0cvs62
1740
1741         * src/gtk/gtksctree.c
1742                 Unselect faster (patch by Colin)        
1743
1744 2006-05-26 [colin]      2.2.0cvs61
1745
1746         * src/summaryview.c
1747                 Unplug MSGINFO_UPDATE callback on delete too.
1748
1749 2006-05-26 [colin]      2.2.0cvs60
1750
1751         * src/foldersel.c
1752                 Fix bold in folder selection window with glib2.10
1753                 thanks Hiro
1754
1755 2006-05-26 [colin]      2.2.0cvs59
1756
1757         * src/procheader.c
1758                 Convert date only if necessary (and don't
1759                 try to convert from utf8 to utf8, too)
1760         * src/summaryview.c
1761                 Only set column's text if the column's 
1762                 displayed
1763
1764 2006-05-26 [colin]      2.2.0cvs58
1765
1766         * src/summaryview.c
1767         * src/gtk/gtkutils.c
1768                 Fix useless warning
1769
1770 2006-05-26 [colin]      2.2.0cvs57
1771
1772         * src/mainwindow.c
1773                 Make summaryview selectable as long as 
1774                 no message has focus
1775         * src/mh.c
1776                 Faster deletion (by implementing mh_remove_msgs)
1777                 Faster copy (avoid using mh_fetch_msg just to get
1778                 the filename)
1779                 Faster move (using move_file instead of copy_file
1780                 if MSG_IS_MOVE)
1781                 No progressbar if total number of mails to cp/mv 
1782                 is less than 100
1783         * src/summaryview.c
1784                 Fix removal from subject_table when mail gets moved
1785                 Faster deletion (g_slist_prepend instead of append)
1786         * src/gtk/gtksctree.c
1787                 Remove useless code
1788
1789 2006-05-25 [colin]      2.2.0cvs56
1790
1791         * src/common/ssl_certificate.c
1792                 Fix leak in expired cert check
1793
1794 2006-05-25 [colin]      2.2.0cvs55
1795
1796         * src/mh.c
1797                 Disable flags syncing on .mh_sequences - it
1798                 is buggy and marks mails read under unknown
1799                 conditions.
1800
1801 2006-05-25 [paul]
1802
1803         * 2.3.0-rc4 released
1804
1805 2006-05-24 [colin]      2.2.0cvs54
1806
1807         attention cvs users: if you manage to crash
1808         Sylpheed-Claws while moving, copying or deleting
1809         mails, we *are* interested in stack traces and
1810         valgrind logs. It looks stable, but one never
1811         knows...
1812
1813         * src/folder.c
1814                 Add progressbar for cache updates
1815         * src/folderutils.c
1816                 Optimize Mark all read in the current
1817                 folder
1818         * src/mh.c
1819                 Add progressbar for copy/move
1820         * src/procmsg.c
1821                 Optimize O(n^2) in copy/move
1822         * src/summaryview.c
1823         * src/gtk/gtksctree.c
1824                 Optimize O(n^2) algos
1825         * src/common/timing.h
1826                 Display ms instead of us
1827
1828 2006-05-24 [wwp]        2.2.0cvs53
1829
1830         * manual/fr/advanced.xml
1831                 updates to the French manual.
1832
1833 2006-05-24 [wwp]        2.2.0cvs52
1834
1835         * src/common/utils.c
1836                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1837
1838 2006-05-24 [wwp]        2.2.0cvs51
1839
1840         * src/folderutils.c
1841                 fixed "mark all read" in MH folders (thanks to Colin).
1842
1843 2006-05-24 [paul]       2.2.0cvs50
1844
1845         * doc/man/sylpheed-claws.1
1846                 updated the man page
1847
1848 2006-05-23 [colin]      2.2.0cvs49
1849
1850         * src/folderview.c
1851         * src/imap.c
1852         * src/inc.c
1853         * src/mbox.c
1854         * src/messageview.c
1855         * src/news.c
1856         * src/send_message.c
1857         * src/summaryview.c
1858         * src/gtk/sslcertwindow.c
1859                 alertpanel fixes, by Fabien
1860
1861 2006-05-23 [colin]      2.2.0cvs48
1862
1863         * src/folder.c
1864         * src/folderview.c
1865         * src/msgcache.c
1866         * src/summaryview.c
1867         * src/gtk/gtksctree.c
1868         * src/gtk/gtksctree.h
1869                 More timings
1870                 Fix slow loading problem, which was caused by the
1871                 use of some gtk_ctree funcs and their use of
1872                 g_list_position while gtk_ctree_(un)link'ing.
1873                 Reap more functions from gtkctree.c to be sure we
1874                 use our (fast) version instead of theirs.
1875         * src/mh.c
1876                 Fix copy of unread mails
1877
1878
1879 2006-05-22 [wwp]        2.2.0cvs47
1880
1881         * manual/fr/advanced.xml
1882                 updated.
1883
1884 2006-05-22 [colin]      2.2.0cvs46
1885
1886         * src/filtering.c
1887                 Fix possible infinite loop. 'copy' is not a 
1888                 final action, so when encountering a 'copy',
1889                 we have to check if a previous one was set
1890                 and do it. In the same way, if we encounter
1891                 a 'move' we have to perform a possibly 
1892                 pending 'copy'. This will slow down filtering
1893                 on IMAP if move+copy or multiple copy actions
1894                 are to be done, but handling it via the batch
1895                 would be really too convoluted.
1896
1897 2006-05-22 [wwp]        2.2.0cvs45
1898
1899         * manual/fr/advanced.xml
1900         * manual/fr/faq.xml
1901         * manual/fr/glossary.xml
1902         * manual/fr/handling.xml
1903         * manual/fr/intro.xml
1904         * manual/fr/plugins.xml
1905         * manual/fr/sylpheed-claws-manual.xml
1906                 sync w/ the english manual: updates URIs, documented mailing-list
1907                 support, better explanation about the enabled/disabled feature
1908                 in filtering/processing rules by Paul.
1909
1910 2006-05-21 [colin]      2.2.0cvs44
1911
1912         * src/summaryview.c
1913                 Don't expand after building threads, but during
1914
1915 2006-05-21 [colin]      2.2.0cvs43
1916
1917         * src/procmsg.c
1918         * src/summaryview.c
1919                 More timing possibilities... For next time I have 
1920                 to find out how the hell some 3GHz computer takes
1921                 one minute to open a 30k folder...
1922
1923 2006-05-21 [colin]      2.2.0cvs42
1924
1925         * manual/pl/advanced.xml
1926         * manual/pl/faq.xml
1927         * manual/pl/glossary.xml
1928         * manual/pl/handling.xml
1929         * manual/pl/intro.xml
1930         * manual/pl/plugins.xml
1931         * manual/pl/sylpheed-claws-manual.xml
1932                 Polish manual updated by Pawel
1933
1934 2006-05-20 [colin]
1935
1936         * 2.3.0-rc3 released
1937
1938 2006-05-20 [colin]      2.2.0cvs41
1939
1940         * src/imap.c
1941                 Fix -rc2 problems:
1942                 - remove cache of moved messages from original folder
1943                 - apply new flags to messages even if they aren't appliable
1944                   via IMAP.
1945
1946 2006-05-20 [colin]
1947
1948         * 2.3.0-rc2 released
1949
1950 2006-05-19 [colin]      2.2.0cvs40
1951
1952         * src/imap.c
1953                 Don't issue SELECT in imap_change_flags
1954                 before having checked that we indeed have
1955                 some flags to change. MSG_POSTFILTERED for
1956                 example can't be used on IMAP.
1957                 Fixes bug #955 (copying messages between 
1958                 imap folders is extremely slow), which was
1959                 a regression.
1960
1961 2006-05-19 [colin]      2.2.0cvs39
1962
1963         * src/folder.c
1964         * src/folder.h
1965         * src/folderview.c
1966                 Try to fix bug #830 (Some unread messages 
1967                 get marked read in IMAP inbox):
1968                 - Prevent scanning a folder if it's being 
1969                   opened via the GUI
1970                 - Postpone opening via the GUI of a folder
1971                   currently scanned.
1972
1973
1974 2006-05-19 [wwp]        2.2.0cvs38
1975
1976         * manual/advanced.xml
1977                 fix English+typo (thanks to Paul).
1978
1979 2006-05-19 [wwp]        2.2.0cvs37
1980
1981         * manual/advanced.xml
1982         * manual/fr/advanced.xml
1983         * src/gtk/logwindow.c
1984         * src/prefs_common.c
1985         * src/prefs_common.h
1986                 added hidden prefs to allow customization of colors used in
1987                 protocol log window (useful for dark gtk+ themes).
1988
1989 2006-05-19 [wwp]        2.2.0cvs36
1990
1991         * ChangeLog
1992                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1993
1994 2006-05-19 [paul]       2.2.0cvs35
1995
1996         * src/textview.c
1997                 make Reply-To fully clickable
1998         * src/gtk/logwindow.c
1999                 more colouring (SMTP ESMTP)
2000         Both patches by Pawel Pekala
2001
2002 2006-05-19 [cleroy]     2.2.0cvs34
2003
2004         * src/mh.c
2005                 Don't update flags from current folder
2006                 Probably fixes bug #935 (Read Messages 
2007                 Revert to Being Marked as Unread)
2008
2009 2006-05-18 [colin]      2.2.0cvs33
2010
2011         * src/imap.c
2012                 Warning fix
2013         * src/compose.c
2014         * src/mainwindow.c
2015         * src/summaryview.c
2016         * src/toolbar.c
2017                 Allow replying to multiple emails
2018                 in multiple windows
2019         * src/mimeview.c
2020         * src/etpan/imap-thread.c
2021                 Leak fixes
2022
2023 2006-05-18 [paul]       2.2.0cvs32
2024
2025         * src/summaryview.c
2026                 keep Mailing-List menu refreshed
2027                 Thanks to Colin
2028
2029 2006-05-18 [paul]       2.2.0cvs31
2030
2031         * manual/advanced.xml
2032         * manual/faq.xml
2033         * manual/glossary.xml
2034         * manual/handling.xml
2035         * manual/intro.xml
2036         * manual/plugins.xml
2037         * manual/sylpheed-claws-manual.xml
2038                 update URLs
2039                 add info about mailing-list support
2040                 edit filtering info
2041         * src/wizard.c
2042         * src/common/defs.h
2043         * src/gtk/about.c
2044         * src/plugins/dillo_viewer/README
2045                 update URLs
2046
2047 2006-05-17 [wwp]        2.2.0cvs30
2048
2049         * manual/handling.xml
2050         * manual/fr/handling.xml
2051                 documented the ability to enabled/disable filtering/processing rules.
2052
2053 2006-05-17 [colin]      2.2.0cvs29
2054
2055         * src/main.c
2056                 Don't initialize g_thread subsystem if it's 
2057                 already done (thanks to Hiro)
2058         * src/mimeview.c
2059                 Fix saving of parts when there name can't be
2060                 converted from UTF-8.
2061
2062 2006-05-17 [paul]       2.2.0cvs28
2063
2064         * po/Makefile.in.in
2065                 fix config.status warning with autoconf 2.60
2066
2067 2006-05-17 [paul]       2.2.0cvs27
2068
2069         * po/POTFILES.in
2070                 add src/mbox.c
2071
2072 2006-05-17 [wwp]        2.2.0cvs26
2073
2074         * src/mainwindow.c
2075                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2076
2077 2006-05-17 [wwp]        2.2.0cvs25
2078
2079         * src/plugins/demo/demo.c
2080                 updated product name in plugin demo (many plugins need to be
2081                 sync'ed w/ that change).
2082
2083 2006-05-17 [colin]      2.2.0cvs24
2084
2085         * src/mh.c
2086                 Fix leak
2087
2088 2006-05-16 [colin]      2.2.0cvs23
2089
2090         * src/mainwindow.c
2091                 Stupid me hit again. Fix cvs22.
2092
2093 2006-05-16 [colin]      2.2.0cvs22
2094
2095         * src/mainwindow.c
2096                 Fix bug #922 (sylpheed-claws crashed after 
2097                 pushing on Inbox folder)
2098
2099 2006-05-16 [colin]      2.2.0cvs21
2100
2101         * src/compose.c
2102                 Make From header be copy/paste/select-able
2103
2104 2006-05-16 [wwp]        2.2.0cvs20
2105
2106         * src/export.c
2107         * src/matcher.c
2108         * src/summaryview.c
2109         * src/etpan/imap-thread.c
2110                 fix some compiler warnings (thanks to Colin).
2111
2112 2006-05-16 [wwp]        2.2.0cvs19
2113
2114         * src/action.c
2115         * src/gedit-print.c
2116         * src/inc.c
2117         * src/mainwindow.c
2118         * src/mh.c
2119         * src/statusbar.c
2120         * src/send_message.c
2121         * src/summaryview.c
2122                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2123
2124 2006-05-15 [colin]      2.2.0cvs18
2125
2126         * src/procmsg.c
2127                 Fix automatic rule creation with List-Post
2128
2129 2006-05-15 [paul]       2.2.0cvs17
2130
2131         * tools/filter_conv_new.pl
2132                 updated for rule enabling/disabling
2133                 claws version >= 2.3.x required
2134
2135 2006-05-15 [cleroy]     2.2.0cvs16
2136
2137         * src/main.c
2138                 Revert test
2139
2140 2006-05-15 [cleroy]     2.2.0cvs15
2141
2142         * src/main.c
2143                 test
2144
2145 2006-05-15 [wwp]        2.2.0cvs14
2146
2147         * manual/pl/.cvsignore
2148                 ignore generated files.
2149
2150 2006-05-14 [wwp]        2.3.0-rc1
2151
2152         * 2.3.0-rc1 released
2153
2154 2006-05-13 [wwp]        2.2.0cvs13
2155
2156         * src/filtering.c
2157         * src/filtering.h
2158         * src/matcher.c
2159         * src/matcher_parser_lex.l
2160         * src/matcher_parser_parse.y
2161         * src/prefs_filtering.c
2162                 new feature: provide the ability to disable filtering and processing
2163                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2164                 adaptations.
2165
2166 2006-05-13 [colin]      2.2.0cvs12
2167
2168         * src/compose.c
2169                 Remove useless if (a) b; else b;
2170                 Thanks to wwp
2171
2172 2006-05-13 [wwp]        2.2.0cvs11
2173
2174         * src/export.c
2175         * src/import.c
2176         * src/mainwindow.c
2177         * src/mbox.c
2178         * src/summaryview.c
2179         * src/summaryview.h
2180                 no more silent failures (or at least less ones) when importing
2181                 or exporting from/to mbox. Also start importing/exporting if
2182                 the necessary info is set.
2183
2184 2006-05-13 [wwp]        2.2.0cvs10
2185
2186         * RELEASE_NOTES
2187                 restored up-to-date release notes.
2188
2189 2006-05-13 [paul]       2.2.0cvs9
2190
2191         * po/nl.po
2192         * po/ru.po
2193                 updated by Tim Dijkstra and Pavlo Bohmat
2194
2195 2006-05-12 [colin]      2.2.0cvs8
2196
2197         * src/gtk/quicksearch.c
2198                 Add "k" as shortcut for "colorlabel". Patch
2199                 by ath42@users.sf.net.
2200
2201 2006-05-12 [paul]       2.2.0cvs7
2202
2203         * src/prefs_common.h
2204         * src/prefs_summaries.c
2205         * src/summaryview.c
2206                 when entering a folder also allow
2207                 going directly to first Marked message
2208
2209 2006-05-12 [paul]       2.2.0cvs6
2210
2211         * src/summaryview.c
2212                 always obey 'confirm before marking all
2213                 mails read' option
2214
2215 2006-05-12 [paul]       2.2.0cvs5
2216
2217         * src/textview.c
2218                 make Sender fully clickable
2219
2220 2006-05-12 [colin]      2.2.0cvs4
2221
2222         * src/compose.c
2223         * src/compose.h
2224                 Let From be editable
2225         * src/main.c
2226         * src/mh.c
2227                 Full support of .mh_sequences' Unseen seq
2228
2229 2006-05-12 [colin]      2.2.0cvs3
2230
2231         * src/folder.c
2232         * src/mainwindow.c
2233         * src/mainwindow.h
2234         * src/messageview.c
2235         * src/prefs_spelling.c
2236         * src/procheader.c
2237         * src/procmsg.c
2238         * src/procmsg.h
2239         * src/summaryview.c
2240         * src/toolbar.c
2241         * src/toolbar.h
2242                 Add contextual menu on Compose toolbar
2243                 button. Fixes bug #944 (Automatic
2244                 addresses not applied when changing account
2245                 from compose window)
2246                 add Mailing List support
2247                 based on the old 0.6.5claws25 patch by
2248                 Melvin Hadasht, with finishing touches
2249                 by Colin
2250                 Fix "ignore thread" when mails are threaded by
2251                 subject (and weren't ignored although appearing
2252                 in the thread).
2253                 GUI rework.
2254                 Both patches by Pawel.
2255
2256 2006-05-08 [paul]       2.2.0cvs2
2257
2258         * src/mainwindow.c
2259         * src/mainwindow.h
2260         * src/messageview.c
2261         * src/procheader.c
2262         * src/procmsg.c
2263         * src/procmsg.h
2264         * src/summaryview.c
2265                 add Mailing List support
2266                 based on the old 0.6.5claws25 patch by 
2267                 Melvin Hadasht, with finishing touches
2268                 by Colin
2269
2270 2006-05-08 [colin]      2.2.0cvs1
2271
2272         * src/mainwindow.c
2273         * src/toolbar.c
2274         * src/toolbar.h
2275                 Add contextual menu on Compose toolbar 
2276                 button. Fixes bug #944 (Automatic 
2277                 addresses not applied when changing account 
2278                 from compose window)
2279
2280 2006-05-08 [paul]       2.2.0
2281
2282         2.2.0 released
2283
2284 2006-05-08 [paul]       2.1.1cvs51
2285
2286         * po/cs.po
2287         * po/de.po
2288         * po/en_GB.po
2289         * po/fi.po
2290         * po/fr.po
2291         * po/pt_BR.po
2292         * po/sr.po
2293         * po/zh_CN.po
2294                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2295                 Fabien Vantard, Frederico Goncalves Guimaraes,
2296                 Aleksandar Urosevic, and Ralgh Young
2297
2298 2006-05-12 [colin]      2.1.1cvs50
2299
2300         * po/cs.po
2301         * po/de.po
2302         * po/en_GB.po
2303         * po/es.po
2304         * po/fi.po
2305         * po/fr.po
2306         * po/pt_BR.po
2307         * po/sr.po
2308         * po/zh_CN.po
2309                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2310                 Fabien Vantard, Frederico Goncalves Guimaraes,
2311                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2312
2313 2006-05-05 [colin]      2.1.1cvs49
2314
2315         * manual/Makefile.am
2316         * manual/pl/Makefile.am
2317         * manual/pl/account.xml
2318         * manual/pl/ack.xml
2319         * manual/pl/addrbook.xml
2320         * manual/pl/advanced.xml
2321         * manual/pl/faq.xml
2322         * manual/pl/glossary.xml
2323         * manual/pl/gpl.xml
2324         * manual/pl/handling.xml
2325         * manual/pl/intro.xml
2326         * manual/pl/keyboard.xml
2327         * manual/pl/plugins.xml
2328         * manual/pl/starting.xml
2329         * manual/pl/sylpheed-claws-manual.xml
2330         * manual/pl/dist/.cvsignore
2331         * manual/pl/dist/Makefile.am
2332         * manual/pl/dist/html/.cvsignore
2333         * manual/pl/dist/html/Makefile.am
2334         * manual/pl/dist/pdf/.cvsignore
2335         * manual/pl/dist/pdf/Makefile.am
2336         * manual/pl/dist/ps/.cvsignore
2337         * manual/pl/dist/ps/Makefile.am
2338         * manual/pl/dist/txt/.cvsignore
2339         * manual/pl/dist/txt/Makefile.am
2340                 Add the polish translation of the manual,
2341                 Authored by Pawel Pekala.
2342
2343 2006-05-05 [cleroy]     2.1.1cvs48
2344
2345         * src/main.c
2346                 Re-read matcherrc after loading plugins 
2347                 if some of them add folders.
2348
2349 2006-05-03 [colin]      2.1.1cvs47
2350
2351         * src/imap.c
2352                 I'm idiot
2353
2354 2006-05-03 [colin]      2.1.1cvs46
2355
2356         * src/imap.c
2357                 Be sure to have a session when
2358                 getting separator
2359
2360 2006-05-03 [colin]      2.1.1cvs45
2361
2362         * src/imap.c
2363         * src/imap.h
2364         * src/imap_gtk.c
2365                 Fix preventing renaming with namespace 
2366                 separator.
2367
2368 2006-05-01 [colin]      2.1.1cvs44
2369
2370         * src/action.c
2371                 Don't reload messageview when result of
2372                 action is piped.
2373
2374 2006-04-29 [colin]      2.1.1cvs43
2375
2376         * src/prefs_receive.c
2377         * src/plugins/spamassassin/spamassassin_gtk.c
2378         * src/plugins/clamav/clamav_plugin_gtk.c
2379                 GUI fixes by Pawel
2380
2381 2006-04-29 [colin]      2.1.1cvs42
2382
2383         * src/prefs_compose_writing.c
2384         * src/prefs_quote.c
2385                 Cleanups. Patch by Pawel
2386
2387 2006-04-28 [paul]       2.1.1cvs41
2388
2389         * src/matcher.c
2390                 fix returned quick search results when search
2391                 term contains an underscore.
2392                 Thanks to Colin
2393
2394 2006-04-28 [paul]       2.1.1cvs40
2395
2396         * src/prefs_message.c
2397         * src/prefs_receive.c
2398                 GUI cleanups
2399                 Patches by Pawel Pekala
2400
2401 2006-04-27 [colin]      2.1.1cvs39
2402
2403         * src/wizard.c
2404                 Differentiate subject Welcome from
2405                 window's title Welcome
2406
2407 2006-04-27 [paul]
2408
2409         2.2.0-rc1 released
2410
2411 2006-04-27 [paul]       2.1.1cvs38
2412
2413         * manual/advanced.xml
2414         * manual/fr/advanced.xml
2415                 add info about compose_no_markup hidden pref
2416
2417 2006-04-27 [paul]       2.1.1cvs37
2418
2419         * src/prefs_account.c
2420                 improve privacy labels
2421         * src/prefs_msg_colors.c
2422                 change some strings for translators' convenience
2423         * src/gtk/gtkutils.c
2424                 don't underline the link button text
2425
2426 2006-04-25 [colin]      2.1.1cvs36
2427
2428         * src/folder.c
2429                 Complete 2.1.1cvs33 (once more ;)
2430
2431 2006-04-25 [colin]      2.1.1cvs35
2432
2433         * src/editldap.c
2434                 Fix tooltip
2435
2436 2006-04-25 [cleroy]     2.1.1cvs34
2437
2438         * src/compose.c
2439         * src/gtk/gtkaspell.c
2440                 Fix crash on redirect (related to the return 
2441                 of the aspell menu in compose's toolbar)
2442         * src/prefs_msg_colors.c
2443                 Fix sensitivity widgets
2444         * src/image_viewer.c
2445         * src/gtk/pluginwindow.c
2446         * src/gtk/prefswindow.c
2447                 Change released signals to clicked (Fabien)
2448         * po/POTFILES.in
2449         * src/common/socket.c
2450         * src/plugins/spamassassin/spamassassin.c
2451                 Translate strings (Fabien)
2452
2453 2006-04-25 [paul]       2.1.1cvs33
2454
2455         * src/folder.c
2456         * src/folder.h
2457         * src/folderview.c
2458                 complete the fix of bug #912
2459                 Thanks to Colin
2460
2461 2006-04-25 [colin]      2.1.1cvs32
2462
2463         * src/news.c
2464                 Better progress bar
2465         * src/mimeview.c
2466         * src/summaryview.c
2467         * src/summaryview.h
2468                 Fix focus chain
2469                 Patches by Pawel Pekala
2470
2471 2006-04-24 [colin]      2.1.1cvs31
2472
2473         * src/compose.c
2474                 Fix compilation warnings (Fabien)
2475
2476 2006-04-24 [colin]      2.1.1cvs30
2477
2478         * src/addrindex.c
2479         * src/editldap.c
2480         * src/editldap_basedn.c
2481         * src/editldap_basedn.h
2482         * src/ldapctrl.c
2483         * src/ldapctrl.h
2484         * src/ldapquery.c
2485         * src/ldaputil.c
2486         * src/ldaputil.h
2487                 Fix bug #901 (LDAPS support)
2488
2489 2006-04-24 [colin]      2.1.1cvs29
2490
2491         * src/compose.c
2492                 Fix logic on error with send dialog on
2493         * src/imap.c
2494                 Fix compilation without libetpan, thanks
2495                 to Fabien
2496         * src/summaryview.c
2497                 Fix 'context-menu' key
2498
2499 2006-04-23 [colin]      2.1.1cvs28
2500
2501         * src/folder.c
2502                 Never free current's cache to free up 
2503                 memory. Fixes bug #912 (new count 
2504                 randomly set to message count)
2505
2506 2006-04-23 [colin]      2.1.1cvs27
2507
2508         * src/gtk/quicksearch.c
2509                 And remove printf...
2510
2511 2006-04-23 [colin]      2.1.1cvs26
2512
2513         * src/gtk/quicksearch.c
2514                 Fix replacing in quicksearch, and fix inserting
2515                 in the middle of the string. (introduced at 2.1.0cvs22)
2516
2517 2006-04-23 [colin]      2.1.1cvs25
2518
2519         * src/imap.c
2520                 Make sure uidnext is initialized in get_num_list
2521                 (not for stable, related to 2.1.1cvs8 and friends)
2522
2523 2006-04-23 [colin]      2.1.1cvs24
2524
2525         * src/imap.c
2526                 Output something when login is successful
2527                 too
2528
2529 2006-04-23 [colin]      2.1.1cvs23
2530
2531         * src/etpan/imap-thread.c
2532                 Better logging (line-per-line, hide data in fetch)
2533                 Fix a const warning
2534         * src/gtk/logwindow.c
2535         * src/gtk/logwindow.h
2536                 Better logging (color for input/output)
2537
2538 2006-04-21 [colin]      2.1.1cvs22
2539
2540         * src/gtk/quicksearch.c
2541                 On gtk+-2.8, use stock buttons in quicksearch
2542                 Based on a patch by Fabien and a design by Paul
2543
2544 2006-04-21 [colin]      2.1.1cvs21
2545
2546         * src/folderview.c
2547         * src/mainwindow.c
2548                 Fix occasional flicker in folderview
2549         * src/common/utils.c
2550                 Fix bug #943 (Incorrectly parsed email address 
2551                 list in short headers on message view and in 
2552                 printouts)
2553
2554 2006-04-20 [colin]      2.1.1cvs20
2555
2556         * src/imap.c
2557         * src/imap.h
2558         * src/prefs_account.c
2559                 Add ANONYMOUS auth for IMAP
2560
2561 2006-04-20 [paul]       2.1.1cvs19
2562
2563         * src/main.c
2564                 proper fix for 2.1.1cvs18
2565                 Thanks to Colin
2566
2567 2006-04-20 [paul]       2.1.1cvs18
2568
2569         * src/main.c
2570                 fix build warnings
2571
2572 2006-04-20 [paul]       2.1.1cvs17
2573
2574         * src/gtk/quicksearch.c
2575                 fix standard, non-extended Quick search,
2576                 was broken in 2.1.1cvs15.
2577                 Thanks to Colin.
2578
2579 2006-04-20 [colin]      2.1.1cvs16
2580
2581         * src/prefs_matcher.c
2582                 Fix values when reselecting a ~test
2583                 rule
2584
2585 2006-04-19 [colin]      2.1.1cvs15
2586
2587         * src/compose.c
2588         * src/compose.h
2589         * src/gtk/gtkaspell.c
2590         * src/gtk/gtkaspell.h
2591                 Put back Options menu in Spelling/
2592         * src/gtk/quicksearch.c
2593                 Don't search, and show error, if the
2594                 advanced search has a syntax error
2595
2596 2006-04-18 [colin]      2.1.1cvs14
2597
2598         * src/textview.c
2599                 Fix gdk warnings on set_cursor when textview
2600                 isn't visible
2601
2602 2006-04-18 [colin]      2.1.1cvs13
2603
2604         * src/gtk/gtksctree.c
2605                 Remove seemingly useless refresh that causes
2606                 flicker - watch this commit in case of 
2607                 problems before planned backport to stable
2608
2609 2006-04-18 [colin]      2.1.1cvs12
2610
2611         * src/imap.c
2612                 Factorize get/set_xml code
2613         * src/compose.c
2614         * src/prefs_account.c
2615         * src/prefs_account.h
2616         * src/procmsg.c
2617                 Add Encrypt to self option
2618
2619 2006-04-17 [colin]      2.1.1cvs11
2620
2621         * configure.ac
2622                 Fix search on encrpyt function on dragonfly
2623                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2624
2625 2006-04-17 [colin]      2.1.1cvs10
2626
2627         * src/prefs_account.c
2628                 Be safe by default: remove mails from POP3
2629                 after 7 days, not immediately
2630
2631 2006-04-17 [colin]      2.1.1cvs9
2632
2633         * src/etpan/imap-thread.c
2634                 Fix build on DragonFly - patch by 
2635                 Jonathan Buschmann <jonthn@agmact.com>
2636
2637 2006-04-17 [colin]      2.1.1cvs8
2638
2639         * src/imap.c
2640                 Save uidnext between sessions
2641
2642 2006-04-17 [colin]      2.1.1cvs7
2643
2644         * src/imap.c
2645                 scan is required when uid validity changes
2646
2647 2006-04-17 [colin]      2.1.1cvs6
2648
2649         * src/folderview.c
2650                 Don't scan if not necessary, apart in current
2651                 folder and INBOX to fetch flags.
2652         * src/imap.c
2653                 Scan is necessary if unread count changes
2654
2655 2006-04-17 [colin]      2.1.1cvs5
2656
2657         * src/imap.c
2658                 ...But always fetch ANSWERED and DELETED flags for
2659                 INBOX, as filtering can happen on these flags.
2660
2661 2006-04-17 [colin]      2.1.1cvs4
2662
2663         * src/imap.c
2664                 Don't fetch REPLIED and DELETED flags when synchronising
2665                 flags with a closed folder. We only need UNSEEN and FLAGGED
2666                 to update the folderview.
2667
2668 2006-04-17 [colin]      2.1.1cvs3
2669
2670         * src/imap.c
2671                 Faster flag search when there are new mails 
2672                 in a folder. We can do a full search if the 
2673                 folder contains less messages than the new
2674                 list.
2675
2676 2006-04-17 [colin]      2.1.1cvs2
2677
2678         * po/cs.po
2679         * po/de.po
2680         * po/fr.po
2681         * po/nl.po
2682         * po/pt_BR.po
2683                 Update translations from stable branch
2684
2685 2006-04-17 [colin]      2.1.1cvs1
2686
2687         * configure.ac
2688                 Bump version to follow stable release
2689
2690 2006-04-16 [mones]      2.1.0cvs50
2691
2692         * po/es.po
2693                 Updated for release
2694
2695 2006-04-16 [colin]      2.1.0cvs49
2696
2697         * src/textview.c
2698                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2699                 with gtk < 2.8. Thanks to Fabien Vantard.
2700
2701 2006-04-15 [colin]      2.1.0cvs48
2702
2703         * src/etpan/imap-thread.c
2704                 Fix bug #919 (libetpan: SEGV when connecting 
2705                 using command)
2706
2707 2006-04-14 [colin]      2.1.0cvs47
2708
2709         * src/main.c
2710                 Fix race on --select (should be done better)
2711
2712 2006-04-14 [wwp]        2.1.0cvs46
2713
2714         * src/send_message.c
2715                 enforce a check for domain in account prefs (a sending
2716                 error could be faced if domain was checked but no value set),
2717                 thanks to Colin.
2718
2719 2006-04-14 [colin]      2.1.0cvs45
2720
2721         * src/codeconv.c
2722                 when converting from unknown to unknown, if the
2723                 string is UTF8, don't convert it to the locale
2724                 (which breaks it)
2725
2726 2006-04-14 [colin]      2.1.0cvs44
2727
2728         * src/compose.c
2729                 Don't try to use ASCII for converting headers
2730                 (as done in body)
2731
2732 2006-04-14 [paul]       2.1.0cvs43
2733
2734         * src/crash.c
2735                 add locale/charset info to crash report
2736         * src/gtk/about.c
2737                 add wwp to doc team
2738                 replace 'e-mail' with preferred 'email'
2739         * src/gtk/authors.h
2740                 ensure contributors list is in alphabetical
2741                 order
2742
2743 2006-04-13 [colin]      2.1.0cvs42
2744
2745         * src/textview.c
2746                 Prevent gdk warnings
2747
2748 2006-04-13 [colin]      2.1.0cvs41
2749
2750         * src/common/ssl_certificate.c
2751         * src/common/ssl_certificate.h
2752         * src/gtk/sslcertwindow.c
2753                 Warn on expired certs, and display the expiration date
2754
2755 2006-04-13 [colin]      2.1.0cvs40
2756
2757         * src/plugins/spamassassin/spamassassin_gtk.c
2758                 Fix missing set_text on unix socket
2759
2760 2006-04-13 [wwp]        2.1.0cvs39
2761
2762         * manual/fr/advanced.xml
2763         * manual/fr/glossary.xml
2764                 applied new spam/ham/email lexicon (pourriel, courriel)
2765
2766 2006-04-13 [paul]       2.1.0cvs38
2767
2768         * src/plugins/pgpmime/plugin.c
2769                 remove the mention of S/MIME from the
2770                 description. This is now handled by the
2771                 S/MIME plugin.
2772
2773 2006-04-13 [paul]       2.1.0cvs37
2774
2775         * src/prefs_msg_colors.c
2776                 rework dialog
2777         * src/prefs_folder_item.c
2778         * src/prefs_spelling.c
2779                 add a tooltip to the colour selector buttons
2780
2781 2006-04-13 [wwp]        2.1.0cvs36
2782
2783         * manual/advanced.xml
2784         * manual/glossary.xml
2785         * manual/handling.xml
2786         * manual/keyboard.xml
2787         * manual/plugins.xml
2788         * manual/starting.xml
2789         * manual/fr/account.xml
2790         * manual/fr/ack.xml
2791         * manual/fr/addrbook.xml
2792         * manual/fr/advanced.xml
2793         * manual/fr/faq.xml
2794         * manual/fr/glossary.xml
2795         * manual/fr/gpl.xml
2796         * manual/fr/handling.xml
2797         * manual/fr/intro.xml
2798         * manual/fr/keyboard.xml
2799         * manual/fr/plugins.xml
2800         * manual/fr/starting.xml
2801         * manual/fr/sylpheed-claws-manual.xml
2802                 fixes to the manuals:
2803                  - summaryview -> Message List (same in French)
2804                  - translate key names
2805                  - fix French punctuation, use non-breakable spaces when
2806                    necessary, don't use &thinsp; which is not portable
2807                  - tell what maildir and mbox formats we support
2808
2809 2006-04-12 [wwp]        2.1.0cvs35
2810
2811         * src/prefs_toolbar.c
2812                 unified a replace button more,
2813                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2814
2815 2006-04-12 [wwp]        2.1.0cvs34
2816
2817         * src/prefs_common.c
2818         * src/prefs_msg_colors.c
2819                 make default color labels translatable,
2820                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2821                 thanks to Tim <timbrain@post.cz> for reporting.
2822
2823 2006-04-12 [wwp]        2.1.0cvs33
2824
2825         * manual/glossary.xml
2826         * manual/intro.xml
2827         * manual/plugins.xml
2828         * manual/starting.xml
2829         * manual/sylpheed-claws-manual.xml
2830         * manual/fr/.cvsignore
2831         * manual/fr/account.xml
2832         * manual/fr/ack.xml
2833         * manual/fr/addrbook.xml
2834         * manual/fr/advanced.xml
2835         * manual/fr/faq.xml
2836         * manual/fr/glossary.xml
2837         * manual/fr/handling.xml
2838         * manual/fr/intro.xml
2839         * manual/fr/keyboard.xml
2840         * manual/fr/plugins.xml
2841         * manual/fr/starting.xml
2842         * manual/fr/sylpheed-claws-manual.xml
2843                 various fixes: typos, missing .fr translations, punctuation,
2844                 capitalization, links, accents and some bad French more.
2845
2846 2006-04-12 [wwp]        2.1.0cvs32
2847
2848         * src/prefs_gtk.c
2849                 fix for bug #935: always store prefs files in UTF-8 (thanks
2850                 to Colin).
2851
2852 2006-04-11 [colin]      2.1.0cvs31
2853
2854         * src/compose.c
2855                 Fix inserting files not in utf8 when locale is utf8
2856
2857 2006-04-11 [colin]      2.1.0cvs30
2858
2859         * src/inc.c
2860                 Don't show error dialog when cancelling connection
2861                 Patch by Pawel
2862
2863 2006-04-11 [cleroy]     2.1.0cvs29
2864
2865         * src/compose.c
2866                 Implement multiple quote levels
2867         * src/prefs_common.c
2868                 Change a little bit the quote bgcolor for 2nd level
2869
2870 2006-04-11 [colin]      2.1.0cvs28
2871
2872         * src/gtk/about.c
2873                 Add locale and charset in the label
2874
2875 2006-04-10 [colin]      2.1.0cvs27
2876
2877         * src/compose.c
2878         * src/prefs_common.c
2879         * src/prefs_common.h
2880         * src/prefs_msg_colors.c
2881         * src/textview.c
2882                 Allow optional background color in quotes
2883                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2884                 GTK+-2.8.x feature
2885
2886 2006-04-10 [colin]      2.1.0cvs26
2887
2888         * src/main.c
2889         * src/mainwindow.c
2890         * src/mainwindow.h
2891                 Implement --select
2892
2893 2006-04-10 [colin]      2.1.0cvs25
2894
2895         * manual/plugins.xml
2896         * manual/fr/plugins.xml
2897                 Document libcurl's proxy variables
2898
2899 2006-04-09 [colin]      2.1.0cvs24
2900
2901         * src/prefs_common.c
2902                 gettext() returns statically allocated stuff. We have
2903                 to strdup it in order to be able to free it.
2904
2905 2006-04-09 [colin]      2.1.0cvs23
2906
2907         * AUTHORS
2908         * src/gtk/authors.h
2909                 Add Alexei
2910
2911 2006-04-09 [colin]      2.1.0cvs22
2912
2913         * src/mainwindow.c
2914         * src/gtk/quicksearch.c
2915                 Fix bug #859 (problems with cyrilic input in 
2916                 search panel) - Patch by Alexey Illarionov 
2917                 <littlesavage@rambler.ru>
2918
2919 2006-04-09 [colin]      2.1.0cvs21
2920
2921         * src/prefs_customheader.c
2922                 I prefer removing then freeing rather than the contrary
2923                 (even if it doesn't change anything ;-)
2924         * src/prefs_account.c
2925                 Fix bug #933 (Crash re-entering the custom headers list 
2926                 dialog in accounts prefs)
2927                 The problem happened when cancelling the Account 
2928                 Preferences' dialogs - in which case we didn't do 
2929                 anything to the PrefsAccount * struct. In case of applying,
2930                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2931                 working with in this dialog. The problem is that 
2932                 prefs_customheader.c, working on this tmp_ac_prefs, always
2933                 changes the ->customhdr_list pointer, even when cancelled. 
2934                 So in case of cancelling the prefs_account dialog, we still
2935                 have to update ->customhdr_list in the real account.
2936
2937 2006-04-08 [colin]      2.1.0cvs20
2938
2939         * manual/fr/glossary.xml
2940         * manual/fr/keyboard.xml
2941                 Forgot some headers :)
2942
2943 2006-04-08 [colin]      2.1.0cvs19
2944
2945         * manual/Makefile.am
2946         * manual/fr/Makefile.am
2947         * manual/fr/account.xml
2948         * manual/fr/ack.xml
2949         * manual/fr/addrbook.xml
2950         * manual/fr/advanced.xml
2951         * manual/fr/faq.xml
2952         * manual/fr/glossary.xml
2953         * manual/fr/gpl.xml
2954         * manual/fr/handling.xml
2955         * manual/fr/intro.xml
2956         * manual/fr/keyboard.xml
2957         * manual/fr/plugins.xml
2958         * manual/fr/starting.xml
2959         * manual/fr/sylpheed-claws-manual.xml
2960         * manual/fr/dist/.cvsignore
2961         * manual/fr/dist/Makefile.am
2962         * manual/fr/dist/html/.cvsignore
2963         * manual/fr/dist/html/Makefile.am
2964         * manual/fr/dist/pdf/.cvsignore
2965         * manual/fr/dist/pdf/Makefile.am
2966         * manual/fr/dist/ps/.cvsignore
2967         * manual/fr/dist/ps/Makefile.am
2968         * manual/fr/dist/txt/.cvsignore
2969         * manual/fr/dist/txt/Makefile.am
2970                 Add the french translation of the manual. Thanks to
2971                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2972                 account.xml, ack.xml, addrbook.xml and advanced.xml
2973
2974 2006-04-08 [colin]      2.1.0cvs18
2975
2976         * manual/plugins.xml
2977         * manual/starting.xml
2978                 More fixes
2979
2980 2006-04-07 [colin]      2.1.0cvs17
2981
2982         * manual/faq.xml
2983         * manual/intro.xml
2984         * manual/keyboard.xml
2985                 Little fixes
2986
2987 2006-04-07 [colin]      2.1.0cvs16
2988
2989         * README
2990         * src/compose.c
2991         * src/prefs_common.c
2992         * src/prefs_common.h
2993                 Add hidden compose_no_markup pref
2994
2995 2006-04-07 [wwp]        2.1.0cvs15
2996
2997         * src/summary_search.c
2998         * .cvsignore
2999                 Bugfix: stop button was sticky when searching in an empty folder.
3000                 Applied curly brackets code style to the whole file (summary_search.c).
3001                 More files to ignore.
3002
3003 2006-04-07 [wwp]        2.1.0cvs14
3004
3005         * src/message_search.c
3006         * src/summary_search.c
3007                 changed default button when search bumps at file/folder
3008                 beginning or end, for convenience (thanks to Colin).
3009
3010 2006-04-07 [paul]       2.1.0cvs13
3011
3012         * src/plugins/dillo_viewer/dillo_prefs.c
3013                 avoid future potential for namespace collision
3014                 Patch by Colin
3015
3016 2006-04-06 [wwp]        2.1.0cvs12
3017
3018         * src/summary_search.c
3019                 Unify extended/advanced searches names (and thus factorize labels),
3020                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3021
3022 2006-04-06 [wwp]        2.1.0cvs11
3023
3024         * src/folderview.c
3025         * src/prefs_themes.c
3026         * src/summaryview.c
3027                 Fixed some compilation warnings.
3028
3029 2006-04-06 [colin]      2.1.0cvs10
3030
3031         * manual/advanced.xml
3032                 Document the wizard template and how to deploy
3033                 Sylpheed-Claws effectively
3034
3035 2006-04-06 [colin]      2.1.0cvs9
3036
3037         * src/folderview.c
3038                 gettext patch to tell translators about _("#"),
3039                 by Maxim Britov
3040
3041 2006-04-06 [colin]      2.1.0cvs8
3042
3043         * src/textview.c
3044                 Fix invalid GtkTextBIter after clicking "Display as text"
3045
3046 2006-04-06 [mones]      2.1.0cvs7
3047
3048         * src/addr_compl.c
3049         * src/addrindex.c
3050         * src/addritem.c
3051         * src/codeconv.c
3052         * src/compose.c
3053         * src/filtering.c
3054         * src/folder.c
3055         * src/folder_item_prefs.c
3056         * src/folderview.c
3057         * src/localfolder.c
3058         * src/matcher.c
3059         * src/mimeview.c
3060         * src/prefs_msg_colors.c
3061         * src/prefs_spelling.c
3062         * src/prefs_themes.c
3063         * src/procmime.c
3064         * src/procmsg.c
3065         * src/stock_pixmap.c
3066         * src/summaryview.c
3067         * src/textview.c
3068         * src/toolbar.c
3069         * src/common/mgutils.c
3070         * src/common/prefs.c
3071         * src/common/ssl_certificate.c
3072         * src/gtk/colorlabel.c
3073         * src/gtk/quicksearch.c
3074         * src/plugins/pgpmime/pgpmime.c
3075         * src/plugins/spamassassin/spamassassin.c
3076                 Removed redundant NULL checks for g_free() calls.
3077                 Patch by Pawel Pekala.
3078
3079 2006-04-06 [mones]      2.1.0cvs6
3080
3081         * src/prefs_actions.c
3082         * src/prefs_filtering.c
3083         * src/prefs_filtering_action.c
3084         * src/prefs_matcher.c
3085         * src/prefs_template.c
3086         * src/gtk/gtkutils.c
3087         * src/gtk/gtkutils.h
3088                 Have a nice replace button. Patch by Pawel Pekala
3089
3090 2006-04-06 [colin]      2.1.0cvs5
3091
3092         * src/addressbook.c
3093                 Fix crash with empty columns
3094
3095 2006-04-05 [colin]      2.1.0cvs4
3096
3097         * src/wizard.c
3098         * src/prefs_gtk.c
3099                 Allow wizard customization with pre-filled values
3100
3101 2006-04-05 [colin]      2.1.0cvs3
3102
3103         * src/textview.c
3104         * src/mimeview.c
3105         * src/mimeview.h
3106                 Nicer messages in mimeview
3107
3108 2006-04-05 [colin]      2.1.0cvs2
3109
3110         * src/addressbook.c
3111         * src/prefs_summaries.c
3112                 i18n fix
3113
3114 2006-04-05 [colin]      2.1.0cvs1
3115
3116         * src/plugins/pgpcore/plugin.c
3117         * src/plugins/pgpcore/select-keys.c
3118         * src/plugins/pgpcore/select-keys.h
3119         * src/plugins/pgpcore/sgpgme.c
3120         * src/plugins/pgpcore/sgpgme.h
3121         * src/plugins/pgpinline/pgpinline.c
3122         * src/plugins/pgpinline/plugin.c
3123         * src/plugins/pgpmime/pgpmime.c
3124         * src/plugins/pgpmime/plugin.c
3125                 Factorize and generalize a bit 
3126                 Drop S/MIME signature verification from PGP/MIME
3127                 (adding it as another, more complete plugin)
3128
3129 2006-04-05 [paul]       2.1.0
3130
3131         2.1.0 released
3132
3133 2006-04-05 [paul]       2.0.0cvs186
3134
3135         * manual/advanced.xml
3136                 add info on colour labels
3137
3138 2006-04-05 [paul]       2.0.0cvs185
3139
3140         * po/bg.po
3141         * po/cs.po
3142         * po/de.po
3143         * po/el.po
3144         * po/en_GB.po
3145         * po/fi.po
3146         * po/fr.po
3147         * po/it.po
3148         * po/nl.po
3149         * po/pl.po
3150         * po/pt_BR.po
3151         * po/sr.po
3152         * po/zh_CN.po
3153                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3154                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3155                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3156                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3157         * src/gtk/authors.h
3158         * tools/claws.i18n.status.pl
3159                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3160                 and new Czech translator, Tim <timbrain@post.cz>
3161
3162 2006-04-05 [mones]      2.0.0cvs184
3163
3164         * po/es.po
3165                 Updated translation
3166
3167 2006-04-05 [colin]      2.0.0cvs183
3168
3169         * src/gtk/quicksearch.c
3170                 Fix bug #929 (unnecessary reload in quick search bar)
3171
3172 2006-04-05 [colin]      2.0.0cvs182
3173
3174         * src/compose.c
3175                 Fix crash on Reply with no From:
3176                 Show signature and conversion error on queuing 
3177                 (but not sending)
3178         * src/mainwindow.c
3179         * src/summaryview.c
3180         * src/summaryview.h
3181                 Factorize threading code and make sure msginfo 
3182                 is not null when it comes from a GtkCTreeRow's 
3183                 data
3184         * src/gtk/gtkaspell.c
3185                 Check for necessary things
3186         * src/gtk/gtksctree.c
3187         * src/gtk/gtksctree.h
3188                 Reset anchor if necessary when removing node
3189
3190 2006-03-29 [colin]      2.0.0cvs181
3191
3192         * src/folderview.c
3193                 Warn for disabled IMAP accounts (due to lack of
3194                 libetpan). Breaks string-freeze - sorry - but it
3195                 is kind of important ;)
3196
3197 2006-03-28 [colin]      2.0.0cvs180
3198
3199         * src/gtk/gtkutils.c
3200         * src/gtk/gtkutils.h
3201                 Add a gtkut_get_link_btn() function that
3202                 creates a button which acts like an URI
3203         * src/prefs_themes.c
3204         * src/gtk/about.c
3205                 Use this function (factorizes codes)
3206         * src/common/defs.h
3207         * src/gtk/pluginwindow.c
3208                 Add a "Get more..." in the plugins window
3209
3210 2006-03-28 [colin]      2.0.0cvs179
3211
3212         * src/common/smtp.c
3213         * src/common/passcrypt.c
3214         * src/undo.c
3215                 Warning fixes. Patch by Pawel Pekala
3216
3217 2006-03-27 [colin]      2.0.0cvs178
3218
3219         * src/undo.c
3220                 Fix undoing by blocks with spaces
3221
3222 2006-03-27 [colin]      2.0.0cvs177
3223
3224         * src/textview.c
3225                 Set margin to 3px for headers
3226
3227 2006-03-27 [paul]
3228
3229         2.1.0-rc2 released
3230
3231 2006-03-27 [wwp]        2.0.0cvs176
3232
3233         * src/summaryview.c
3234                 don't reset quicksearch when updating the message list.
3235                 Thanks to Colin.
3236
3237 2006-03-26 [wwp]        2.0.0cvs175
3238
3239         * src/compose.c
3240                 use a unified border width ('other' tab in the compose window,
3241                 patch by Pawel Pekala).
3242
3243
3244 2006-03-26 [wwp]        2.0.0cvs174
3245
3246         * src/common/quoted-printable.c
3247         * src/addressbook.c
3248                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3249
3250 2006-03-26 [colin]      2.0.0cvs173
3251
3252         * src/quote_fmt_parse.y
3253                 Fix non-UTF8 date formats messing up the whole quote a 
3254                 little bit
3255
3256 2006-03-26 [colin]      2.0.0cvs172
3257
3258         * src/procheader.c
3259                 Make sure the date is UTF8 valid, or try to make it
3260                 so. IncrediMail is really IncrediStupid.
3261         * src/compose.c
3262                 Fix possible conversions. 
3263                 
3264
3265 2006-03-26 [colin]      2.0.0cvs171
3266
3267         * src/matcher.c
3268                 Fix corner cases in body search. This is still a
3269                 hack... It seems impossible to make it good and 
3270                 reasonably fast at the same time.
3271
3272 2006-03-26 [colin]      2.0.0cvs170
3273
3274         * src/summaryview.c
3275                 I think I killed the twilight zone bug!
3276                 summary_select_node() flushes GTK events in order
3277                 to be able to center the view. But this also 
3278                 flushes keypresses like Ctrl-Alt-U, so this can
3279                 call summary_show from summary_select_node (itself
3280                 called from summary_show, etc.). And the summaryview
3281                 has to be unlocked in this function. So just locking
3282                 while processing GTK events, and bailing if locked, 
3283                 should fix it.
3284                 Fixes bug #927 (SIGSEGV during Update Summary)
3285
3286 2006-03-25 [colin]      2.0.0cvs169
3287
3288         * src/matcher.c
3289                 Fix search in QP-encoded bodies
3290                 Fix utf-8 searches in bodies encoded in the
3291                 locale's encoding
3292         * src/common/quoted-printable.c
3293         * src/common/quoted-printable.h
3294                 Add a decode function that doesn't overwrite
3295                 the original pointer
3296                 
3297
3298 2006-03-24 [colin]      2.0.0cvs168
3299
3300         * src/action.c
3301         * src/summaryview.c
3302         * src/summaryview.h
3303                 Update message cache after action
3304                 Patch by H. Merijn Brand
3305         * src/prefs_msg_colors.c
3306                 Factorize label 
3307                 Patch by Fabien Vantard
3308         * src/plugins/spamassassin/spamassassin_gtk.c
3309                 Remove useless translation
3310                 Patch by Fabien Vantard
3311
3312 2006-03-23 [colin]      2.0.0cvs167
3313
3314         * src/common/ssl.c
3315                 Let 30 seconds to SSL_connect
3316
3317 2006-03-23 [wwp]        2.0.0cvs166
3318
3319         * src/summaryview.c
3320         * src/gtk/description_window.c
3321                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3322                 and headers are translated; adjust description windows' width to fit their
3323                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3324
3325 2006-03-23 [paul]       2.0.0cvs165
3326
3327         * src/common/utils.c
3328                 fix highlighting of URIs containing "()"
3329                 (2.0.0cvs164's reversal fixed)
3330                 Thanks to Colin.
3331
3332 2006-03-23 [paul]       2.0.0cvs164
3333
3334         * src/common/utils.c
3335                 revert patch, (postponing a fix), at 2.0.0cvs120
3336                 as it breaks more URIs than it fixes.
3337                 Allow '-' to be a terminating character in a URI
3338
3339 2006-03-22 [colin]      2.0.0cvs163
3340
3341         * configure.ac
3342                 Require libetpan 0.45
3343                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3344
3345 2006-03-22 [paul]       2.0.0cvs162
3346
3347         * src/editgroup.c
3348                 replace '<-' and '->' buttons with GTK_STOCK graphical
3349                 buttons
3350         * src/summary_search.c
3351                 don't offer '...' for translation
3352                 add a tooltip to advanced search '...' button
3353         * src/gtk/quicksearch.c
3354                 don't offer '...' for translation
3355
3356 2006-03-21 [colin]      2.0.0cvs161
3357
3358         * src/compose.c
3359                 Fix middle-click pasting (insert at click
3360                 position instead of cursor position, don't
3361                 remove existing selection and allow pasting
3362                 our own selection)
3363         * src/addressbook.c
3364                 "LDAP Server" -> "LDAP servers"
3365
3366 2006-03-21 [wwp]        2.0.0cvs160
3367
3368         * src/etpan/imap-thread.c
3369                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3370
3371 2006-03-20 [colin]      2.0.0cvs159
3372
3373         * src/summaryview.c
3374                 Don't reload summaryview after an execute with no
3375                 move action
3376
3377 2006-03-19 [colin]      2.0.0cvs158
3378
3379         * src/addressbook.c
3380                 and put groups at the top, always
3381
3382 2006-03-19 [colin]      2.0.0cvs157
3383
3384         * src/addressbook.c
3385                 Order groups before names, as previously
3386
3387 2006-03-19 [colin]      2.0.0cvs156
3388
3389         * src/addressbook.c
3390                 - Sort case-unsensitive
3391                 - Put the sort arrow at opening too
3392
3393 2006-03-19 [wwp]        2.0.0cvs155
3394
3395         * src/addressbook.c
3396                 allow sorting by name/email/remarks, ensure that right-pane's contents
3397                 matches the left-pane selection (cleared when appropriate).
3398                 Patch by Pawel Pekala <c0rn@o2.pl>.
3399
3400 2006-03-18 [colin]      2.0.0cvs154
3401
3402         * src/textview.c
3403                 Fix text cursor ;)
3404
3405 2006-03-18 [colin]      2.0.0cvs153
3406
3407         * src/gtk/filesel.c
3408                 Make sure we hide the preview if we didn't get
3409                 a filename
3410
3411 2006-03-18 [colin]      2.0.0cvs152
3412
3413         * src/summaryview.c
3414                 Set cursor to watch for execution (fixes lack
3415                 of watch-cursor when dnd'ing hundreds of mails)
3416         * src/gtk/filesel.c
3417                 Check that mime type is 'image/*' before updating
3418                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3419
3420 2006-03-18 [colin]      2.0.0cvs151
3421
3422         * src/mainwindow.c
3423         * src/textview.c
3424         * src/textview.h
3425                 Put a watch cursor in textview too when the mainwindow's
3426                 cursor in a watch
3427
3428 2006-03-18 [colin]      2.0.0cvs150
3429
3430         * src/folder.c
3431                 Change wrong asserts to simple tests
3432
3433 2006-03-17 [colin]      2.0.0cvs149
3434
3435         * src/mainwindow.c
3436         * src/mainwindow.h
3437         * src/prefs_msg_colors.c
3438         * src/summaryview.c
3439         * src/summaryview.h
3440         * src/gtk/colorlabel.c
3441         * src/gtk/colorlabel.h
3442                 Add a color label menu in the main menubar
3443                 Add (fixed) accels Ctrl-{0-7} to change the color
3444                 They have to be fixed because the menu's dynamic,
3445                 the items are complex widgets, hence we can't use
3446                 a GtkItemFactory.
3447
3448
3449 2006-03-17 [wwp]        2.0.0cvs148
3450
3451         * src/compose.c
3452                 rollback few lines from my previous commit (those lines come from
3453                 a pending patch, accidentally commited, even if neutral as they are
3454                 commented out).
3455
3456 2006-03-17 [wwp]        2.0.0cvs147
3457
3458         * src/compose.c
3459                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3460                 applied code style/indentation to the modified function.
3461
3462 2006-03-17 [wwp]        2.0.0cvs146
3463
3464         * src/procmsg.c
3465         * src/compose.c
3466                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3467
3468 2006-03-17 [paul]
3469
3470         2.1.0-rc1 released
3471
3472 2006-03-17 [paul]       2.0.0cvs145
3473
3474         * src/main.c
3475                 addressbook_read_file() was called twice
3476         * src/textview.c
3477                 X-Mailer highlighting
3478
3479 2006-03-16 [colin]      2.0.0cvs144
3480
3481         * src/sourcewindow.c
3482         * src/sourcewindow.h
3483                 And the last one, in source window.
3484
3485 2006-03-16 [colin]      2.0.0cvs143
3486
3487         * src/compose.c
3488         * src/compose.h
3489                 Fix the same stuff in compose
3490
3491 2006-03-16 [colin]      2.0.0cvs142
3492
3493         * src/messageview.c
3494                 Complete the previous messageview crash fix
3495
3496 2006-03-16 [colin]      2.0.0cvs141
3497
3498         * src/procmsg.h
3499         * src/procmsg.c
3500         * src/folder.c
3501                 Fix POSTPROCESSING hook
3502                 Patch by H. Merijn Brand
3503
3504         * src/procmime.c
3505         * src/procmime.h
3506                 Parse Content-Location
3507
3508         * src/toolbar.c
3509         * src/messageview.c
3510         * src/messageview.h
3511                 Don't crash when a top-level MessageView has
3512                 been closed on us. Same problematic than
3513                 yesterday's quicksearch issue.
3514
3515 2006-03-15 [colin]      2.0.0cvs140
3516
3517         * src/gtk/quicksearch.c
3518                 Fix a bitchy race we didn't think about when we
3519                 added quicksearch cancellation:
3520                 If the search is not on cached fields, for example
3521                 body_part matchcase "stuff"
3522                 the matcher code has to get the whole message. If
3523                 we're on IMAP, that can be slow, and in order to
3524                 be non-blocking, the IMAP code idle loop processes
3525                 gtk events too. So it is possible to cancel a
3526                 quicksearch while the matcher is getting the mail's
3527                 body. After matcher got its body, it will start to
3528                 iterate over the matcher list that the Quicksearch's
3529                 clear_search_cb() just freed via prepare_matcher().
3530                 SIGSEGV ensues.
3531                 The fix consists of guarding the matcherlist_match()
3532                 call with a boolean 'matching'. If we reset the
3533                 quicksearch while matching is TRUE, we don't free
3534                 the matcherlist anymore like we did, but we set
3535                 another new flag, deferred_free, to TRUE. Then,
3536                 in quicksearch_match(), just after returning from
3537                 matcherlist_match() and unsetting the matching flag,
3538                 we check the deferred_free flag and do the
3539                 prepare_matcher() (which does the matcherlist_free)
3540                 for real, so we free the matcherlist once it's not
3541                 used anymore.
3542                 As all of this runs via the glib main loop, we
3543                 luckily don't need a mutex.
3544         * src/summaryview.c
3545                 Also, show progress while searching.
3546
3547
3548 2006-03-14 [colin]      2.0.0cvs139
3549
3550         * src/alertpanel.c
3551                 Make alertpanel_is_open non-static
3552
3553 2006-03-14 [colin]      2.0.0cvs138
3554
3555         * src/prefs_spelling.c
3556                 Cleanups - Fabien Vantard
3557
3558 2006-03-14 [wwp]        2.0.0cvs137
3559
3560         * src/main.c
3561                 code style normalization (curly braces, indentation).
3562
3563 2006-03-14 [wwp]        2.0.0cvs137
3564
3565         * src/main.c
3566                 code style (braces, indentation)
3567
3568 2006-03-12 [paul]       2.0.0cvs136
3569
3570         * src/prefs_common.c
3571                 trans_hdr defaults to FALSE to be RFC-savvy
3572         * src/prefs_summaries.c
3573                 add a tooltip to the trans_hdr option
3574                 
3575
3576 2006-03-12 [paul]       2.0.0cvs135
3577
3578         * src/prefs_matcher.c
3579                 give a little more width to the combos
3580         * src/prefs_display_header.c
3581         * src/textview.c
3582                 translate headers if prefs_common.trans_hdr
3583                 is TRUE
3584
3585         Patches by Pawel Pekala
3586
3587 2006-03-12 [paul]       2.0.0cvs134
3588
3589         * src/plugins/clamav/clamav_plugin.c
3590         * src/plugins/dillo_viewer/dillo_viewer.c
3591         * src/plugins/pgpcore/plugin.c
3592         * src/plugins/pgpinline/plugin.c
3593         * src/plugins/pgpmime/plugin.c
3594         * src/plugins/spamassassin/spamassassin.c
3595                 update/add to descriptions
3596         * src/plugins/spamassassin/spamassassin_gtk.c
3597                 fixes to the english, remove superfluous
3598                 tooltips, clean up a little
3599
3600 2006-03-12 [paul]       2.0.0cvs133
3601
3602         * src/compose.c
3603                 fix Bug 924, 'Account combo box shows up wrong 
3604                 if & is in account name'
3605
3606 2006-03-11 [colin]      2.0.0cvs132
3607
3608         * src/summaryview.c
3609                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3610                 messed up shift-selection because is slows down
3611                 moving around summaryview. thanks -users
3612
3613 2006-03-10 [colin]      2.0.0cvs131
3614
3615         * src/plugins/spamassassin/spamassassin_gtk.c
3616                 Put back Paul's engrish fixes
3617
3618 2006-03-10 [colin]      2.0.0cvs130
3619
3620         * src/plugins/spamassassin/spamassassin.c
3621         * src/plugins/spamassassin/spamassassin.h
3622         * src/plugins/spamassassin/spamassassin_gtk.c
3623                 Cleanup SA prefs page (more)
3624                 Patch by Fabien Vantard
3625
3626 2006-03-10 [paul]       2.0.0cvs129
3627
3628         * src/prefs_msg_colors.c
3629         * src/prefs_spelling.c
3630                 widget sensitivity
3631
3632 2006-03-09 [mones]      2.0.0cvs128
3633
3634         * po/es.po
3635                 Update for next RC
3636
3637 2006-03-09 [wwp]        2.0.0cvs127
3638
3639         * configure.ac
3640                 revert accidental commit (requirement for libetpan 0.43), this time
3641                 not in HEAD.
3642
3643 2006-03-09 [wwp]        2.0.0cvs125
3644
3645         * configure.ac
3646                 revert accidental commit (requirement for libetpan 0.43)
3647
3648 2006-03-09 [paul]       2.0.0cvs126
3649
3650         * src/prefs_receive.c
3651                 remove useless frame
3652                 replace 'incorporation' with 'receiving'
3653         * src/plugins/clamav/clamav_plugin_gtk.c
3654         * src/plugins/spamassassin/spamassassin_gtk.c
3655                 improve widget sensitivity
3656                 fix a bit his engrish
3657
3658 2006-03-09 [wwp]        2.0.0cvs125
3659
3660         * src/addressadd.c
3661         * src/foldersel.c
3662         * src/prefs_common.c
3663         * src/prefs_common.h
3664                 remember some more windows' sizes (add to addressbook and
3665                 select folder).
3666
3667 2006-03-09 [paul]       2.0.0cvs124
3668
3669         * src/plugins/pgpcore/prefs_gpg.c
3670                 normalise construction of dialogue
3671
3672 2006-03-09 [paul]       2.0.0cvs123
3673
3674         * src/plugins/trayicon/Makefile.am
3675                 add missing slash
3676
3677 2006-03-08 [colin]      2.0.0cvs122
3678
3679         * src/plugins/trayicon/Makefile.am
3680                 Fix build in separate dir 
3681                 Patch by Bamanzi <bamanzi@gmail.com>
3682
3683 2006-03-08 [colin]      2.0.0cvs121
3684
3685         * src/procmsg.c
3686                 Batch move and copies from summaryview with delayed execution
3687                 too
3688
3689 2006-03-07 [paul]       2.0.0cvs120
3690
3691         * src/common/utils.c
3692                 fix highlighting of URIs containing "()"
3693                 Patch by Pawel Pekala
3694
3695 2006-03-07 [paul]       2.0.0cvs119
3696
3697         * src/folder.c
3698         * src/folder.h
3699         * src/folderview.c
3700                 immediately do alphabetical resort when
3701                 changing a folder's name
3702                 Patch by Pawel Pekala
3703
3704 2006-03-07 [paul]       2.0.0cvs118
3705
3706         * src/news.c
3707         * src/news_gtk.c
3708                 when unsubscribing a newsgroup, remove the
3709                 folder and msgs in .sylpheed-claws/newscache
3710                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3711
3712 2006-03-07 [paul]       2.0.0cvs117
3713
3714         * src/textview.c
3715                 fix wrong Fake URL Warning
3716                 Thanks to Hiro
3717
3718 2006-03-07 [colin]      2.0.0cvs116
3719
3720         * src/imap.c
3721                 Return immediately when password dialog was
3722                 cancelled
3723         * src/gtk/inputdialog.c
3724                 Allow empty strings for passwords
3725
3726
3727 2006-03-06 [colin]      2.0.0cvs115
3728
3729         * src/imap.c
3730                 Prevent double-timeouts when connection fails
3731
3732 2006-03-06 [colin]
3733
3734         2.0.1-rc1 released
3735
3736 2006-03-06 [colin]      2.0.0cvs114
3737
3738         * src/imap.c
3739                 Refresh session during potentially long
3740                 operations
3741
3742 2006-03-06 [wwp]        2.0.0cvs113
3743
3744         * src/prefs_msg_colors.h
3745                 forgot that one (custom color labels).
3746
3747 2006-03-06 [wwp]        2.0.0cvs112
3748
3749         * src/prefs_common.c
3750         * src/prefs_common.h
3751         * src/prefs_msg_colors.c
3752         * src/summaryview.c
3753         * src/summaryview.h
3754         * src/gtk/colorlabel.c
3755         * src/gtk/colorlabel.h
3756                 colors in messages list are now customizable. Color values and names can
3757                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3758                 Thanks to Paul and Colin for their help with this longstanding patch!
3759
3760 2006-03-06 [wwp]        2.0.0cvs111
3761
3762         * src/textview.c
3763                 don't crash if (x)face is bad.
3764
3765 2006-03-05 [paul]       2.0.0cvs110
3766
3767         * AUTHORS
3768         * configure.ac
3769         * src/Makefile.am
3770         * src/common/Makefile.am
3771         * src/common/utils.h
3772         * src/etpan/imap-thread.c
3773         * src/gtk/authors.h
3774         * src/plugins/clamav/Makefile.am
3775         * src/plugins/demo/Makefile.am
3776         * src/plugins/dillo_viewer/Makefile.am
3777         * src/plugins/pgpcore/Makefile.am
3778         * src/plugins/pgpcore/passphrase.c
3779         * src/plugins/pgpinline/Makefile.am
3780         * src/plugins/pgpmime/Makefile.am
3781         * src/plugins/spamassassin/Makefile.am
3782         * src/plugins/trayicon/Makefile.am
3783                 fix builiding on cygwin
3784                 Patch by Ralgh Young <bamanzi@gmail.com>
3785
3786 2006-03-04 [wwp]        2.0.0cvs109
3787
3788         * manual/keyboard.xml
3789                 fix mixed up/down keys.
3790
3791 2006-03-04 [wwp]        2.0.0cvs108
3792
3793         * README
3794         * INSTALL
3795                 updated links to SpamAssassin.
3796
3797 2006-03-04 [wwp]        2.0.0cvs107
3798
3799         * manual/plugins.xml
3800         * src/plugins/spamassassin/README
3801                 updated SpamAssassin plugin docs to reflect new functional additions
3802                 (also fix/update/documents few technical stuff more, see the README).
3803
3804 2006-03-04 [wwp]        2.0.0cvs106
3805
3806         * src/prefs_message.c
3807                 normalized capitalization of message-prefs paths.
3808
3809 2006-03-04 [wwp]        2.0.0cvs105
3810
3811         * manual/advanced.xml
3812                 typo.
3813
3814 2006-03-03 [colin]      2.0.0cvs104
3815
3816         * src/plugins/clamav/clamav_plugin_gtk.c
3817                 Rework prefs page, patch by Fabien 
3818
3819 2006-03-03 [colin]      2.0.0cvs103
3820
3821         * src/plugins/clamav/clamav_plugin.c
3822                 Set error on all errors
3823
3824 2006-03-03 [colin]      2.0.0cvs102
3825
3826         * src/common/plugin.c
3827                 Initialize error to avoid crashing when a plugin fails
3828                 without setting error
3829
3830 2006-03-02 [wwp]        2.0.0cvs101
3831
3832         * configure.ac
3833                 fixed linker flags for libetpan support on Cygwin
3834                 (thanks to H.Merijn Brand).
3835
3836 2006-03-02 [wwp]        2.0.0cvs100
3837
3838         * src/addressbook.c
3839                 fix some AB error messages: one for punctuation and
3840                 one wrongly duplicate (thanks, maxbritov).
3841
3842 2006-03-02 [wwp]        2.0.0cvs99
3843
3844         * src/plugins/spamassassin/spamassassin.c
3845                 make sync calls to sa-learn/spamc to prevent
3846                 system (whatever local or client/server) overload.
3847
3848 2006-03-02 [colin]      2.0.0cvs98
3849
3850         * src/summaryview.c
3851                 Put the spam icon in the status column instead of the
3852                 mark one
3853
3854 2006-03-01 [colin]      2.0.0cvs97
3855
3856         * src/plugins/spamassassin/spamassassin.c
3857                 Fix segfault (g_file_set_contents fails for some 
3858                 reason and err==0x2f. Can't find out why with
3859                 valgrind, using working function :-)
3860
3861 2006-03-01 [colin]      2.0.0cvs96
3862
3863         * src/inc.c
3864                 Offline overriding: let 'No' be cached only 3 seconds
3865
3866 2006-03-01 [colin]      2.0.0cvs95
3867
3868         * src/addr_compl.c
3869         * src/addrbook.c
3870         * src/addressbook.c
3871         * src/addrindex.c
3872         * src/folder_item_prefs.c
3873         * src/headerview.c
3874         * src/imap.c
3875         * src/inc.c
3876         * src/ldif.c
3877         * src/mainwindow.c
3878         * src/mh.c
3879         * src/msgcache.c
3880         * src/prefs_common.h
3881         * src/prefs_msg_colors.c
3882         * src/procheader.c
3883         * src/procheader.h
3884         * src/procmime.c
3885         * src/procmsg.c
3886         * src/procmsg.h
3887         * src/send_message.h
3888         * src/simple-gettext.c
3889         * src/summaryview.c
3890         * src/summaryview.h
3891         * src/syldap.c
3892         * src/textview.c
3893         * src/undo.c
3894         * src/common/ssl_certificate.c
3895         * src/common/utils.c
3896         * src/gtk/colorsel.c
3897         * src/gtk/gtksctree.c
3898         * src/gtk/gtkshruler.c
3899         * src/plugins/trayicon/trayicon.c
3900                 #if 0 goes to /dev/null
3901
3902 2006-03-01 [colin]      2.0.0cvs94
3903
3904         * src/compose.c
3905         * src/imap.c
3906         * src/inc.c
3907         * src/inc.h
3908         * src/messageview.c
3909         * src/news.c
3910         * src/plugins/spamassassin/spamassassin.c
3911                 Allow to add information in the "working offline"
3912                 window
3913
3914 2006-03-01 [wwp]        2.0.0cvs93
3915
3916         * src/plugins/spamassassin/spamassassin.c
3917                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3918                 'cause it seems that calling `spamc ... < inputfile` with
3919                 g_spawn_(a)sync simply.. erm doesn't work :-).
3920
3921 2006-03-01 [wwp]        2.0.0cvs92
3922
3923         * src/toolbar.c
3924         * src/toolbar.h
3925                 simplify the adding of spam/ham button to the messageview toolbar
3926                 (it gets more clear now that the same button will be "Mark as spam"
3927                 or "Mark as ham" according to the current message status,
3928                 thanks to Colin).
3929
3930 2006-03-01 [wwp]        2.0.0cvs91
3931
3932         * src/messageview.c
3933         * src/procmsg.c
3934         * src/procmsg.h
3935         * src/summaryview.c
3936         * src/plugins/spamassassin/spamassassin.c
3937         * src/plugins/spamassassin/spamassassin.h
3938                 make learner callbacks return a status (0 for ok),
3939                 handle it in main code to avoid setting flags when learning failed,
3940                 don't learn on TCP if offline in spamassassin,
3941                 thanks to Colin.
3942
3943                 
3944
3945 2006-03-01 [wwp]        2.0.0cvs90
3946
3947         * src/compose.c
3948                 some work around the compose window's account menu,
3949                 patch by Fabien Vantard.
3950
3951 2006-03-01 [wwp]        2.0.0cvs89
3952
3953         * src/plugins/spamassassin/spamassassin.c
3954                 fixed bad logics, was using spamc in local mode and sa-learn
3955                 in remote mode (thanks, Colin).
3956
3957 2006-03-01 [wwp]        2.0.0cvs88
3958
3959         * src/plugins/spamassassin/spamassassin.c
3960         * src/plugins/spamassassin/spamassassin.h
3961         * src/plugins/spamassassin/spamassassin_gtk.c
3962                 made processing of emails w/ sa-plugin an option (default is TRUE),
3963                 fixed Engrish some tooltips, capitalization of some debug messages
3964                 and warnings. The spamassassin plugin now provides two separate
3965                 services: process emails upon incorporation and spamd training.
3966                 Both services (un)register independently but use some common
3967                 plugin settings (transport settings, spam storage location).
3968
3969 2006-02-28 [wwp]        2.0.0cvs87
3970
3971         * src/plugins/spamassassin/spamassassin.c
3972                 fix async flag to spamc cmdline execution (batch exec should
3973                 be asynchronous).
3974
3975 2006-02-27 [wwp]        2.0.0cvs86
3976
3977         * src/plugins/spamassassin/spamassassin.c
3978         * src/plugins/spamassassin/spamassassin.h
3979         * src/plugins/spamassassin/spamassassin_gtk.c
3980                 - added the ability to learn a remote spamassassin server (spamd),
3981                 using spamc.
3982                 - added the spamassassin option 'username', that applies to all
3983                 spamassassin operations (filtering, learning, local or remote).
3984                 The default username is the current unix user (if left blank
3985                 from gtk prefs or config file).
3986                 - commented out some unused code (notebook widget), removed unused
3987                 layout (hbox1).
3988                 - make more widgets sensitive to the transport type.
3989
3990 2006-02-27 [colin]      2.0.0cvs85
3991
3992         * src/plugins/spamassassin/spamassassin.c
3993                 Fix sa-learn call when offline
3994
3995 2006-02-27 [colin]      2.0.0cvs84
3996
3997         * configure.ac
3998         * src/Makefile.am
3999         * src/mainwindow.c
4000         * src/mainwindow.h
4001         * src/messageview.c
4002         * src/messageview.h
4003         * src/prefs_toolbar.c
4004         * src/procmsg.c
4005         * src/stock_pixmap.c
4006         * src/stock_pixmap.h
4007         * src/summaryview.c
4008         * src/toolbar.c
4009         * src/toolbar.h
4010         * src/pixmaps/ham_btn.xpm
4011         * src/pixmaps/spam.xpm
4012         * src/pixmaps/spam_btn.xpm
4013         * src/plugins/spamassassin/spamassassin.c
4014                 Add button in toolbar for spam learning
4015                 Fix a few bugs from the last related commit
4016                 Revert 1.9.6cvs23 which messed up shift-selection
4017
4018 2006-02-24 [colin]      2.0.0cvs83
4019
4020         * src/procmsg.c
4021         * src/summaryview.c
4022         * src/summaryview.h
4023         * src/plugins/spamassassin/spamassassin.c
4024         * src/plugins/spamassassin/spamassassin.h
4025         * src/plugins/spamassassin/spamassassin_gtk.c
4026                 Unregister learner when spamassassin is either
4027                 disabled or over tcp
4028
4029 2006-02-24 [colin]      2.0.0cvs82
4030
4031         * src/Makefile.am
4032         * src/mainwindow.c
4033         * src/mainwindow.h
4034         * src/procmsg.c
4035         * src/procmsg.h
4036         * src/stock_pixmap.c
4037         * src/stock_pixmap.h
4038         * src/summaryview.c
4039         * src/summaryview.h
4040         * src/gtk/icon_legend.c
4041         * src/pixmaps/spam.xpm  ** NEW FILE **
4042         * src/plugins/spamassassin/spamassassin.c
4043         * src/plugins/spamassassin/spamassassin_gtk.c
4044                 Add spam learning interface (Mark/Mark as 
4045                 (spam|ham) menus)
4046
4047 2006-02-24 [wwp]        2.0.0cvs81
4048
4049         * src/compose.c
4050         * src/compose.h
4051         * src/filtering.c
4052                 hide compose window when sending message in batch mode
4053                 (filtering: forward and redirect). Also fixed a wrong
4054                 value returned when sending failed, neutral anyway.
4055                 (Colin, me) 
4056
4057 2006-02-24 [wwp]        2.0.0cvs80
4058
4059         * src/mainwindow.c
4060                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4061
4062 2006-02-24 [paul]       2.0.0cvs79
4063
4064         * src/news.c
4065         * src/news.h
4066         * src/news_gtk.c
4067                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4068                 Thanks to Colin
4069
4070 2006-02-23 [colin]      2.0.0cvs78
4071
4072         * src/alertpanel.c
4073                 Change OK to Close in alertpanel with View log
4074                 button; add accel to View log. Patch by Fabien
4075                 Vantard
4076
4077 2006-02-23 [wwp]        2.0.0cvs77
4078
4079         * src/compose.c
4080                 silly me, there were much more tests to perform, since toolbars can
4081                 really have down to 1 element only.
4082
4083 2006-02-23 [wwp]        2.0.0cvs76
4084
4085         * commitHelper
4086                 fixed indentation from my previous commit. Fallback to VISUAL if
4087                 EDITOR is not set (and to vi, at last resort).
4088
4089 2006-02-23 [wwp]        2.0.0cvs75
4090
4091         * commitHelper
4092                 improved error detection (Colin, me).
4093
4094 2006-02-23 [wwp]        2.0.0cvs74
4095
4096         * src/prefs_toolbar.c
4097                 simplify and fix prefs/toolbars layouting. Combos' contents can
4098                 now be really displayed.
4099
4100 2006-02-23 [wwp]        2.0.0cvs73
4101         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4102         be really displayed.
4103
4104 2006-02-22 [wwp]        2.0.0cvs72
4105
4106         * src/compose.c
4107                 fix a typo in my previous commit (sorry!).
4108
4109 2006-02-22 [wwp]        2.0.0cvs71
4110
4111         * src/prefs_toolbar.c
4112                 fix a crash when adding separators to toolbars,
4113                 also fix some separator item information.
4114
4115 2006-02-22 [wwp]        2.0.0cvs70
4116
4117         * src/compose.c
4118                 fix a crash when redirecting (for instance) when compose window's
4119                 toolbar contents has been customized (when some buttons have been
4120                 removed in fact).
4121
4122 2006-02-21 [wwp]        2.0.0cvs69
4123
4124         * src/summaryview.c
4125         * src/gtk/pluginwindow.c
4126         * src/plugins/pgpcore/prefs_gpg.c
4127                 fix some compilation warnings (feat. remains of removed code).
4128
4129 2006-02-21 [wwp]        2.0.0cvs68
4130
4131         * src/gtk/gtkutils.c
4132                 fix two compilation issues, thanks to Stephan Sachse.
4133
4134 2006-02-20 [colin]      2.0.0cvs67
4135
4136         * src/mainwindow.c
4137                 Don't reselect displayed mail on refocus
4138                 This fixes actions misbehaving 
4139
4140 2006-02-20 [wwp]        2.0.0cvs66
4141
4142         * src/summaryview.c
4143         * src/gtk/gtksctree.c
4144         * src/gtk/gtkshruler.c
4145                 changed more runtime typecast checks.
4146
4147 2006-02-20 [wwp]        2.0.0cvs65
4148
4149         * src/summary_search.c
4150                 find all - summaryview refresh issue fixed, thanks to Colin.
4151
4152 2006-02-20 [wwp]        2.0.0cvs64
4153
4154         * src/gtk/gtkutils.c
4155                 better runtime typecast checks.
4156
4157 2006-02-20 [wwp]        2.0.0cvs63
4158
4159         * src/summary_search.c
4160                 enhancements to the summary search:
4161                         - add the ability to stop the running search
4162                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4163                         - don't search if no criteria (From/To/Subject/Body) is set
4164                         - ensure that a busy mouse pointer is always shown when searching,
4165                           show it even a bit earlier
4166
4167 2006-02-19 [colin]      2.0.0cvs62
4168
4169         * src/compose.c
4170         * src/imap.c
4171         * src/etpan/imap-thread.c
4172         * src/etpan/imap-thread.h
4173                 (Future) IMAP speed improvement on sending
4174                 Will require a libetpan update
4175         * src/summaryview.c
4176         * src/gtk/quicksearch.c
4177                 Make quicksearch clearable while running.
4178
4179 2006-02-17 [colin]      2.0.0cvs61
4180
4181         * src/imap.c
4182         * src/etpan/imap-thread.c
4183         * src/etpan/imap-thread.h
4184                 Check for IMAP certificates
4185                 ** Requires libetpan-0.42-cvs4 
4186                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4187
4188 2006-02-17 [colin]      2.0.0cvs60
4189
4190         * src/messageview.c
4191         * src/prefs_common.c
4192         * src/prefs_common.h
4193         * src/prefs_message.c
4194                 Add pref to display HTML-only mails with plugin, 
4195                 if possible (defaulting to FALSE of course).
4196
4197 2006-02-16 [colin]      2.0.0cvs59
4198
4199         * src/main.c
4200         * src/common/plugin.c
4201         * src/common/plugin.h
4202         * src/gtk/pluginwindow.c
4203                 Keep track of requested (but unloaded) plugins
4204                 in some error cases.
4205
4206 2006-02-16 [wwp]        2.0.0cvs58
4207
4208         * src/gtk/gtkaspell.c
4209         * src/gtk/gtkaspell.h
4210         * src/prefs_spelling.c
4211         * src/compose.c
4212         * src/prefs_common.c
4213         * src/prefs_common.h
4214                 implemented new optional spellchecker behaviour: re-check message when
4215                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4216
4217 2006-02-16 [wwp]        2.0.0cvs57
4218
4219         * src/quote_fmt_parse.y
4220                 pclose popen'ed pipe.
4221
4222 2006-02-15 [colin]      2.0.0cvs56
4223
4224         * src/mimeview.c
4225         * src/mimeview.h
4226                 Let MimeViewers know which MimeView they
4227                 depend of.
4228         * src/summaryview.c
4229                 Swap From/To columns in Sent/Queue/Drafts
4230                 folders
4231         * src/etpan/imap-thread.c
4232                 Use mailstream_low_tls_open() for STARTTLS
4233                 instead of mailstream_low_ssl_open()
4234                 ** REQUIRES libetpan 0.42cvs3 **
4235
4236 2006-02-15 [wwp]        2.0.0cvs55
4237
4238         * src/compose.c
4239         * src/compose.h
4240         * src/message_search.c
4241         * src/message_search.h
4242         * src/textview.c
4243         * src/gtk/gtkutils.c
4244         * src/gtk/gtkutils.h
4245                 added the ability to Find text in the compose window (and a bit
4246                 of code factorization).
4247
4248 2006-02-15 [wwp]        2.0.0cvs54
4249
4250         * src/prefs_gtk.c
4251                 yet another one file was missing (fix for some widgets' sensitivity).
4252                 Thanks Colin!
4253
4254 2006-02-15 [wwp]        2.0.0cvs53
4255
4256         * src/prefs_gtk.h
4257                 oops forgot that file (fix for some widgets' sensitivity).
4258
4259 2006-02-15 [wwp]        2.0.0cvs52
4260
4261         * src/summary_search.c
4262                 implemented advanced summary search options (added the ability
4263                 to use matcher conditions in an advanced search mode).
4264
4265 2006-02-15 [wwp]        2.0.0cvs51
4266
4267         * src/plugins/pgpcore/prefs_gpg.c
4268         * src/prefs_account.c
4269                 fix some widget sensitivity, mostly around some labels in
4270                 account prefs.
4271
4272 2006-02-15 [paul]       2.0.0cvs50
4273
4274         * manual/advanced.xml
4275                 improve Templates info
4276                 written by wwp
4277
4278 2006-02-14 [colin]      2.0.0cvs49
4279
4280         * src/pixmaps/address_book.xpm
4281         * src/pixmaps/preferences.xpm
4282         * src/pixmaps/properties.xpm
4283                 Fix pixmap size - patch by Fabien Vantard
4284
4285 2006-02-13 [colin]      2.0.0cvs48
4286
4287         * src/procmime.c
4288                 Add missing fclose()s on error
4289         * src/textview.c
4290                 Remove unused code
4291         * src/common/utils.c
4292                 Fix temp files not being deleted on windows
4293         Patches by Thomas Gilgin
4294
4295 2006-02-13 [colin]      2.0.0cvs47
4296
4297         * src/mainwindow.c
4298                 Fix exit crash
4299
4300 2006-02-13 [wwp]        2.0.0cvs46
4301
4302         * src/plugins/pgpcore/prefs_gpg.c
4303                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4304
4305 2006-02-12 [colin]      2.0.0cvs45
4306
4307         * src/folderview.c
4308         * src/main.c
4309         * src/mainwindow.c
4310                 Fix "stuff" when quitting
4311
4312 2006-02-12 [wwp]        2.0.0cvs44
4313
4314         * src/prefs_themes.c
4315                 fix typos in debug messages.
4316
4317 2006-02-11 [colin]      2.0.0cvs43
4318
4319         * src/summaryview.c
4320                 don't allow drag/drop from ourself
4321
4322 2006-02-10 [wwp]        2.0.0cvs42
4323
4324         * src/exporthtml.c
4325         * src/html.c
4326         * src/html.h
4327         * src/procmime.c
4328         * src/textview.c
4329                 renamed html_ prefixed functions and data structures to avoid
4330                 namespace clashes w/ other software (gtkhtml2 for instance).
4331                 Closes bug #907.
4332
4333
4334 2006-02-09 [colin]      2.0.0cvs41
4335
4336         * src/summaryview.c
4337                 Fix shitty logic messed up. Thanks Ticho for the hint!
4338
4339 2006-02-09 [wwp]        2.0.0cvs40
4340
4341         * src/gtk/about.c
4342         * src/compose.c
4343         * src/prefs_account.c
4344         * src/prefs_gtk.h
4345         * src/editaddress.c
4346                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4347                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4348                 Browse buttons in accounts prefs.
4349
4350 2006-02-09 [colin]      2.0.0cvs39
4351
4352         * src/matcher.c
4353                 Check for pointer before using its members
4354         * src/gtk/gtksourceprintjob.c
4355                 Fix a wrong warning
4356
4357 2006-02-09 [wwp]        2.0.0cvs38
4358
4359         * src/gtk/filesel.c
4360                 fix few compiler warnings (type mismatch).
4361
4362 2006-02-09 [paul]       2.0.0cvs37
4363
4364         * po/fr.po
4365                 updated by Fabien Vantard
4366
4367 2006-02-08 [colin]      2.0.0cvs36
4368
4369         * src/prefs_common.c
4370         * src/common/defs.h
4371         * src/common/plugin.c
4372                 allow windows and linux configurations to coexist
4373                 patch by Thomas Gilgin
4374
4375 2006-02-08 [colin]      2.0.0cvs35
4376
4377         * src/filtering.c
4378         * src/matcher.c
4379         * src/matcher.h
4380         * src/matcher_parser_parse.y
4381         * src/prefs_filtering_action.c
4382         * src/prefs_matcher.c
4383                 Add the "Ignore thread" filtering
4384                 action
4385
4386 2006-02-08 [colin]      2.0.0cvs34
4387
4388         * src/compose.c
4389         * src/procmime.c
4390         * src/procmime.h
4391                 Fix bug #905 (damaged attachment)
4392                 text files with raw \0's aren't really text files
4393         FOR_STABLE
4394
4395 2006-02-08 [colin]      2.0.0cvs33
4396
4397         * src/summaryview.c
4398                 Fix crasher introduced yesterday
4399
4400 2006-02-08 [wwp]        2.0.0cvs32
4401
4402         * src/compose.c
4403         * src/compose.h
4404                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4405
4406 2006-02-08 [wwp]        2.0.0cvs31
4407
4408         * src/prefs_template.c
4409                 templates enhancement: allow address completion for Cc and Bcc fields
4410                 (it was currently possible for the To field only)
4411
4412 2006-02-08 [colin]      2.0.0cvs30
4413
4414         * src/compose.c
4415                 Don't unblock if not blocked
4416         FOR_STABLE
4417
4418 2006-02-07 [colin]      2.0.0cvs29
4419
4420         * src/action.c
4421                 Forgot to refresh summaryview
4422
4423 2006-02-07 [colin]      2.0.0cvs28
4424
4425         * src/action.c
4426                 Freeze/thaw message list and folder list while
4427                 processing %as{} actions 
4428         * src/compose.c
4429                 Fix auto-wrap disabling after a middle-click
4430                 paste - FOR_STABLE
4431
4432 2006-02-07 [paul]       2.0.0cvs27
4433
4434         * src/folder.c
4435                 fix freeing of uninitialised pointers
4436                 Thanks to Colin
4437
4438 2006-02-06 [colin]      2.0.0cvs26
4439
4440         * src/folder.c
4441                 Use g_slist_prepend in potentially big list
4442
4443 2006-02-06 [colin]      2.0.0cvs25
4444
4445         * src/folder.c
4446                 Completely skip processing if it doesn't 
4447                 exist (faster!)
4448
4449 2006-02-06 [colin]      2.0.0cvs24
4450
4451         * src/folder.c
4452         * src/summaryview.c
4453                 Batch filtering in summaryview (from Tools menu)
4454                 and pre/post//-processing too
4455
4456 2006-02-06 [colin]      2.0.0cvs23
4457
4458         * src/procmsg.h
4459         * src/filtering.c
4460                 Use a special field for batch filtering instead
4461                 of stepping on deferred execution's toes
4462
4463 2006-02-06 [colin]      2.0.0cvs22
4464
4465         * src/action.c
4466         * src/filtering.c
4467         * src/filtering.h
4468         * src/folder.c
4469         * src/summaryview.c
4470                 Fix filtering via menus and actions
4471
4472 2006-02-06 [colin]      2.0.0cvs21
4473
4474         * src/imap.c
4475                 Put the added file directly to cache if possible (will work
4476                 with next libetpan)
4477         * src/filtering.c
4478         * src/filtering.h
4479         * src/inc.c
4480         * src/folder.c
4481         * src/mbox.c
4482         * src/procmsg.h
4483                 Move and copy filtered messages by batches instead of one
4484                 by one - faster on IMAP
4485         * src/procmsg.c
4486                 Add a function that'll possibly be useful later
4487
4488 2006-02-06 [colin]      2.0.0cvs20
4489
4490         * src/addressbook.c
4491                 Use internal mime-type instead of text/plain for d'n'd
4492         * src/compose.c
4493                 Allow attaching files from mimeview's icon list via d'n'd
4494         * src/folderview.c
4495         * src/folderview.h
4496                 Use internal mime-type instead of text/plain for d'n'd
4497                 Don't try to selected opened folder if none is
4498                 Factorize d'n'd from other apps code
4499         * src/headerview.c
4500         * src/textview.c
4501         * src/gtk/gtkutils.c
4502         * src/gtk/gtkutils.h
4503                 Factorize Face/X-Face stuff
4504         * src/mimeview.c
4505                 Fix d'n'd to other apps
4506         * src/prefs_message.c
4507                 Let the XFace pref be usable without libcompface as it also
4508                 applies to Face
4509         * src/summaryview.c
4510                 Fix d'n'd to other apps
4511                 Factorize d'n'd from other apps code
4512
4513 2006-02-06 [wwp]        2.0.0cvs19
4514
4515         * po/it.po
4516                 Italian translation fixes by Andrea Spadaccini (no more confusion
4517                 between filtering and processing, and few changes in the About
4518                 dialog).
4519
4520
4521 2006-02-06 [mones]      2.0.0cvs18
4522
4523         * src/gtk/icon_legend.c
4524                 Improved descriptions allowing better translations
4525
4526 2006-02-05 [colin]      2.0.0cvs17
4527
4528         * src/imap.c
4529                 Add the f*cking missing expunge that caused imap_fetch_env
4530                 to fail after an add_msgs ! :-///
4531         * src/etpan/imap-thread.c
4532                 Add a bit of debug
4533         FOR_STABLE
4534
4535 2006-02-05 [colin]      2.0.0cvs16
4536
4537         * src/common/utils.c
4538                 Don't check for return-path (or we can't put
4539                 back non-sent mails)
4540
4541 2006-02-05 [colin]      2.0.0cvs15
4542
4543         * src/textview.c
4544                 Don't try to display Face header in textview
4545                 when teh headerview's active
4546
4547 2006-02-05 [colin]      2.0.0cvs14
4548
4549         * tools/tbird2syl.py
4550         * tools/Makefile.am
4551                 Add script to import Thunderbird mails
4552
4553 2006-02-05 [colin]      2.0.0cvs13
4554
4555         * src/headerview.c
4556         * src/procheader.c
4557         * src/procmsg.c
4558         * src/procmsg.h
4559         * src/textview.c
4560                 Show Face headers - patch partially by Klaus Flittner
4561
4562 2006-02-05 [colin]      2.0.0cvs12
4563
4564         * src/folderview.c
4565         * src/summaryview.c
4566         * src/common/utils.c
4567         * src/common/utils.h
4568                 Let dnd work from mime icons to summaryview
4569                 and to folderview too
4570                 Add a crude test to avoid trying to add files
4571                 drag'n'dropped when they're not mails
4572
4573 2006-02-04 [colin]      2.0.0cvs11
4574
4575         * src/summaryview.c
4576         * src/mimeview.c
4577                 Fix utf8 conversion
4578
4579 2006-02-04 [colin]      2.0.0cvs10
4580
4581         * src/compose.c
4582         * src/folderview.c
4583         * src/mimeview.c
4584         * src/summaryview.c
4585         * src/summaryview.h
4586                 Added various drag and drop capas:
4587                 From                    To
4588                 summaryview             other apps
4589                 mimeview icons          other apps
4590                 other apps              summaryview
4591                 other apps              folderview
4592
4593                 This shouldn't have broken the existing:
4594                 From                    To
4595                 summaryview             folderview
4596                 folderview              folderview
4597                 summaryview             compose's attachments
4598
4599         Tests welcomed.
4600
4601 2006-02-02 [paul]       2.0.0cvs9
4602
4603         * src/mainwindow.c
4604                 move global option 'Set displayed columns...' out
4605                 of folder option grouping.
4606                 fix sensitivity of 'harvest addresses'
4607         FOR_STABLE
4608
4609 2006-02-01 [colin]      2.0.0cvs8
4610
4611         * src/mimeview.c
4612                 Revert the alertpanel patch, it sucks (intrusive
4613                 and gets in the way of "open")
4614
4615 2006-02-01 [colin]      2.0.0cvs7
4616
4617         * src/compose.c
4618         * src/prefs_account.c
4619         * src/prefs_common.c
4620         * src/common/defs.h
4621         * src/common/utils.c
4622         * src/common/utils.h
4623                 Add ability to edit the signature file
4624                 from the account preferences, and use
4625                 a default for the text editor.
4626                 Patch by Fabien Vantard
4627
4628 2006-02-01 [colin]      2.0.0cvs6
4629
4630         * src/mimeview.c
4631                 Try to get mime type by extension if it is
4632                 application/octet-stream
4633                 Display a window with possible choices when
4634                 encountering unknown mime types
4635         * src/gtk/filesel.c
4636         * src/gtk/filesel.h
4637                 Add preview
4638                 Allow multiple selection in filtered filesel
4639                 (patch by Fabien Vantard)
4640         * src/gtk/pluginwindow.c
4641                 Use it (patch by Fabien Vantard)
4642
4643 2006-02-01 [paul]       2.0.0cvs5
4644
4645         * src/jpilot.c
4646                 fix crash on creating jpilot address book
4647                 Thanks to Colin - FOR_STABLE
4648         * src/prefs_summaries.c
4649         * src/prefs_wrapping.c
4650         * src/gtk/icon_legend.c
4651         * src/gtk/quicksearch.c
4652                 string fixes and additions
4653
4654 2006-02-01 [paul]       2.0.0cvs4
4655
4656         * src/compose.c
4657         * src/mainwindow.c
4658         * src/messageview.c
4659         * src/prefs_send.c
4660                 add Arabic encoding option
4661                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4662
4663 2006-01-31 [colin]      2.0.0cvs3
4664
4665         * src/plugins/pgpcore/passphrase.c
4666                 Convert passphrase to locale encoding
4667         * src/compose.c
4668                 Fix drafting on IMAP. Crappy bug sneaked in
4669                 the release :-/
4670         FOR_STABLE
4671
4672 2006-01-30 [paul]       2.0.0cvs2
4673
4674         * src/gtk/icon_legend.c
4675                 show the new entries
4676
4677 2006-01-30 [colin]      2.0.0cvs1
4678
4679         * src/manual.c
4680                 Check for the file to be present before 
4681                 enabling the menu - FOR_STABLE
4682         * src/gtk/icon_legend.c
4683                 Add folders icons (not all of them, there
4684                 are too much, but the most intriguing ones)
4685
4686 2006-01-30 [paul]       2.0.0
4687
4688         version 2.0.0 released
4689
4690 2006-01-30 [paul]       1.9.100cvs200
4691
4692         * manual/faq.xml
4693         * manual/gpl.xml
4694         * manual/intro.xml
4695         * manual/starting.xml
4696         * manual/sylpheed-claws-manual.xml
4697                 fixes, additions
4698
4699 2006-01-29 [mones]      1.9.100cvs199
4700
4701         * manual/account.xml
4702         * manual/advanced.xml
4703         * manual/glossary.xml
4704                 Some typos fixed, added LDIF term to glossary
4705         * po/es.po
4706                 Fixed leading plus symbol
4707
4708 2006-01-29 [paul]       1.9.100cvs198
4709
4710         * po/fi.po
4711         * po/sk.po
4712                 updated by Tommi Pirinen and Andrej Kacian
4713
4714 2006-01-29 [paul]       1.9.100cvs197
4715
4716         * src/gtk/authors.h
4717                 remove duplicates
4718
4719 2006-01-29 [paul]       1.9.100cvs196
4720
4721         * AUTHORS
4722         * po/nl.po
4723         * src/gtk/authors.h
4724         * tools/claws.i18n.status.pl
4725                 nl translation updated by Tim Dijkstra
4726
4727 2006-01-29 [paul]       1.9.100cvs195
4728
4729         * po/sr.po
4730         * po/sv.po
4731                 updated by Aleksandar Urosevic and Anders Troback
4732
4733 2006-01-28 [colin]      1.9.100cvs194
4734
4735         * src/gtk/gtksourceprintjob.c
4736                 Don't fiddle with PangoLayout when we
4737                 have an image
4738
4739 2006-01-28 [paul]       1.9.100cvs193
4740
4741         * AUTHORS
4742         * po/el.po
4743         * po/zh_CN.po
4744         * src/gtk/authors.h
4745         * tools/claws.i18n.status.pl
4746                 updated translations submitted by Stavros Giannouris
4747                 and Ralgh Young
4748
4749 2006-01-27 [colin]      1.9.100cvs192
4750
4751         * src/summaryview.c
4752         * src/gtk/gtksourceprintjob.c
4753                 Add image printing 
4754                 (libgnomeprint only, of course)
4755
4756 2006-01-27 [paul]       1.9.100cvs191
4757
4758         * po/fr.po
4759         * po/it.po
4760                 updated by Fabien Vantard and Andrea Spadaccini
4761
4762 2006-01-26 [colin]      1.9.100cvs190
4763
4764         * manual/Makefile.am
4765         * configure.ac
4766                 Make building the manual optional 
4767                 (--disable-manual)
4768
4769 2006-01-26 [paul]       1.9.100cvs189
4770
4771         * manual/glossary.xml
4772         * manual/plugins.xml
4773                 edited
4774         * po/en_GB.po
4775                 updated
4776
4777 2006-01-26 [paul]       1.9.100cvs188
4778
4779         * src/prefs_display_header.c
4780         * src/prefs_folder_column.c
4781         * src/prefs_msg_colors.c
4782         * src/prefs_summaries.c
4783         * src/prefs_summary_column.c
4784                 HIGify
4785
4786 2006-01-25 [colin]      1.9.100cvs187
4787
4788         * src/imap.c
4789                 Don't allow moving/copying mails between
4790                 queue/drafts and non-queue/drafts folders
4791                 Fixes bug #897 (message header is resetted 
4792                 if one is copied to Drafts)
4793
4794 2006-01-25 [colin]      1.9.100cvs186
4795
4796         * src/folder.c
4797         * src/mainwindow.c
4798                 Fix subscribed folders not found
4799         * src/compose.c
4800                 Don't try to encode as original mail's charset
4801                 if it's ascii 
4802
4803 2006-01-25 [paul]       1.9.100cvs185
4804
4805         * AUTHORS
4806         * po/Makevars
4807                 updated
4808         * po/de.po
4809         * po/pl.po
4810         * po/pt_BR.po
4811         * po/sr.po
4812                 updates submitted by Stephan Sachse, Emilian Nowak
4813                 and Quar, Frederico Goncalves Guimaraes, and
4814                 Aleksandar Urosevic
4815                 Fix Bug 896, 'PT_BR locale broken'.
4816         * src/gtk/authors.h
4817                 updated
4818
4819 2006-01-24 [mones]      1.9.100cvs184
4820
4821         * manual/glossary.xml
4822                 All current terms finished. Reviewers welcome ;-)
4823         * manual/keyboard.xml
4824                 Fixed column width for pdf output.
4825         * po/es.po
4826                 Updated
4827
4828 2006-01-24 [paul]       1.9.100cvs183
4829
4830         * manual/glossary.xml
4831                 fix id name
4832         * manual/dist/html/Makefile.am
4833         * manual/dist/pdf/Makefile.am
4834         * manual/dist/ps/Makefile.am
4835         * manual/dist/txt/Makefile.am
4836                 fix make deps
4837                 Thanks to Colin
4838
4839 2006-01-24 [mones]      1.9.100cvs182
4840
4841         * manual/glossary.xml
4842                 Nearly finished, some terms missing.
4843
4844 2006-01-23 [paul]       1.9.100cvs181
4845
4846         * manual/dist/html/Makefile.am
4847         * manual/dist/pdf/Makefile.am
4848         * manual/dist/ps/Makefile.am
4849         * manual/dist/txt/Makefile.am
4850         * src/mainwindow.c
4851                 re-enable manual
4852                 Thanks to Colin
4853
4854 2006-01-22 [colin]      1.9.100cvs180
4855
4856         * src/compose.c
4857         * src/gtk/gtkaspell.c
4858                 Don't deselect stuff before right-clicking, with aspell.
4859                 (This prevented right-click Copy, for example).
4860                 Thanks to Clo!
4861
4862 2006-01-22 [paul]       1.9.100cvs179
4863
4864         * src/summary_search.c
4865                 don't fix the widget size as it causes problems
4866                 under localisation.
4867                 Thanks to Emilian Nowak
4868
4869 2006-01-21 [paul]       1.9.100cvs178
4870
4871         * src/prefs_themes.c
4872                 fix broken underlining of label text
4873                 with some translations
4874
4875 2006-01-21 [colin]      1.9.100cvs177
4876
4877         * po/fr.po
4878                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4879
4880 2006-01-20 [colin]      1.9.100cvs176
4881
4882         * configure.ac
4883         * Makefile.am
4884         * manual/Makefile
4885         * manual/dist/html/.cvsignore
4886         * manual/dist/html/Makefile.am
4887         * manual/dist/pdf/.cvsignore
4888         * manual/dist/pdf/Makefile.am
4889         * manual/dist/ps/.cvsignore
4890         * manual/dist/ps/Makefile.am
4891         * manual/dist/txt/.cvsignore
4892         * manual/dist/txt/Makefile.am
4893                 Autotool-ize manual
4894
4895 2006-01-20 [paul]       1.9.100cvs175
4896
4897         * manual/handling.xml
4898                 make Filtering and Searching entries easier to find
4899         * manual/keyboard.xml
4900                 add the remaining default keybinds
4901         * src/prefs_summaries.c
4902                 update the default keybinds
4903
4904 2006-01-20 [paul]       1.9.100cvs174
4905
4906         * src/addressbook.c
4907         * src/addrgather.c
4908         * src/addrharvest.c
4909         * src/editaddress.c
4910         * src/editgroup.c
4911         * src/exphtmldlg.c
4912         * src/expldifdlg.c
4913         * src/exporthtml.c
4914         * src/exportldif.c
4915         * src/ldif.c
4916                 replace 'e-mail' with 'email'
4917         * src/summary_search.c
4918                 add mnemonic to "Find all" button
4919
4920 2006-01-20 [wwp]        1.9.100cvs173
4921
4922         * src/export.c
4923         * src/import.c
4924                 touched mbox import/export buttons for HIG-compliance
4925
4926 2006-01-19 [paul]       1.9.100cvs172
4927
4928         * manual/account.xml
4929         * manual/addrbook.xml
4930         * manual/advanced.xml
4931         * manual/faq.xml
4932         * manual/handling.xml
4933         * manual/intro.xml
4934         * manual/plugins.xml
4935         * manual/starting.xml
4936                 more editing
4937
4938 2006-01-19 [paul]       1.9.100cvs171
4939
4940         * src/toolbar.c
4941                 allow use of trash button while receiving
4942                 Thanks to Colin
4943
4944 2006-01-19 [wwp]        1.9.100cvs170
4945
4946         * src/gtk/quicksearch.c
4947         * src/compose.c
4948                 force text color to black when yellow background is set
4949
4950 2006-01-19 [colin]      1.9.100cvs169
4951
4952         * src/plugins/trayicon/trayicon.c
4953                 Gray out Get Mail when already getting mail
4954
4955 2006-01-18 [paul]       1.9.100cvs168
4956
4957         * src/compose.c
4958                 give widget yellow background was To is
4959                 set via folder prefs
4960         * src/gtk/quicksearch.c
4961                 give widget yellow background when quick
4962                 search is active.
4963                 Thanks to Colin
4964
4965 2006-01-18 [paul]       1.9.100cvs167
4966
4967         * doc/man/sylpheed-claws.1
4968                 add --subscribe option
4969
4970 2006-01-18 [paul]       1.9.100cvs166
4971
4972         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4973         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4974                 use %U instead of %F (%F is broken for user installed
4975                 files in kde 3.5)
4976
4977 2006-01-18 [colin]      1.9.100cvs165
4978
4979         * src/summaryview.c
4980                 Default to Yes in "No more * messages" dialogs
4981
4982 2006-01-17 [colin]      1.9.100cvs164
4983
4984         * src/compose.c
4985                 Possibly fix an invalid iterator causing
4986                 crash
4987
4988 2006-01-17 [colin]      1.9.100cvs163
4989
4990         * src/mimeview.c
4991                 Fix crash when the image disappears under the
4992                 image viewer
4993
4994 2006-01-16 [colin]      1.9.100cvs162
4995
4996         * src/compose.c
4997                 Fix reenabling autowrap
4998
4999 2006-01-16 [colin]      1.9.100cvs161
5000
5001         * src/compose.c
5002                 reset quote_len before getting quote_str
5003
5004 2006-01-16 [colin]      1.9.100cvs160
5005
5006         * src/account.c
5007         * src/account.h
5008         * src/folder.c
5009         * src/imap_gtk.c
5010         * src/mh_gtk.c
5011                 Fix bug #883 (default inbox does not track folder move)
5012
5013 2006-01-16 [colin]      1.9.100cvs159
5014
5015         * src/compose.c
5016         * src/plugins/pgpcore/passphrase.c
5017                 More buttons fixes
5018
5019 2006-01-16 [paul]       1.9.100cvs158
5020
5021         * src/prefs_actions.c
5022         * src/prefs_filtering_action.c
5023         * src/prefs_matcher.c
5024         * src/quote_fmt.c
5025         * src/gtk/description_window.c
5026         * src/gtk/description_window.h
5027         * src/gtk/quicksearch.c
5028                 description window cleanups
5029
5030 2006-01-15 [colin]      1.9.100cvs157
5031
5032         * src/addressbook.c
5033         * src/prefs_filtering.c
5034                 Same here
5035
5036 2006-01-15 [colin]      1.9.100cvs156
5037
5038         * src/folderview.c
5039         * src/mainwindow.c
5040                 Same for "Empty trash"
5041
5042 2006-01-15 [colin]      1.9.100cvs155
5043
5044         * src/inc.c
5045                 Override offline dialog had Yes by default
5046
5047 2006-01-15 [colin]      1.9.100cvs154
5048
5049         * src/summaryview.c
5050                 Delete selected messages? previously had Yes the default
5051
5052 2006-01-15 [colin]      1.9.100cvs153
5053
5054         * src/folder.c
5055         * src/folder.h
5056         * src/main.c
5057                 Check if a mailbox is loaded after all
5058                 plugins are loaded.
5059
5060 2006-01-15 [colin]      1.9.100cvs152
5061
5062         * src/folder.c
5063                 Don't start wizard when there are unloaded folders (will help
5064                 people with only mbox or maildir mailboxes)
5065
5066 2006-01-14 [colin]      1.9.100cvs151
5067
5068         * src/addressbook.c
5069         * src/expldifdlg.c
5070         * src/importldif.c
5071         * src/importmutt.c
5072         * src/importpine.c
5073         * src/mh_gtk.c
5074                 More HIG compliance and fixes
5075
5076 2006-01-14 [colin]      1.9.100cvs150
5077
5078         * src/prefs_filtering_action.c
5079         * src/foldersel.c
5080                 Two forgotten button order changes
5081
5082 2006-01-14 [colin]      1.9.100cvs149
5083
5084         * src/account.c
5085         * src/addressbook.c
5086         * src/compose.c
5087         * src/folderview.c
5088         * src/imap_gtk.c
5089         * src/mainwindow.c
5090         * src/mh_gtk.c
5091         * src/news_gtk.c
5092         * src/prefs_actions.c
5093         * src/prefs_customheader.c
5094         * src/prefs_filtering.c
5095         * src/prefs_matcher.c
5096         * src/prefs_template.c
5097         * src/ssl_manager.c
5098         * src/summaryview.c
5099         * src/textview.c
5100         * src/toolbar.c
5101                 All deletion confirmations are now "Cancel, Delete" 
5102                 instead of "No, Yes"
5103                 Clarified most of the other "No, Yes" to 
5104                 "Cancel, Descriptive_action"
5105                 Rechanged the "Entry not saved" alerts to have 
5106                 "Close, Continue editing"
5107
5108
5109 2006-01-14 [paul]
5110
5111         * 2.0.0-rc4 released
5112
5113 2006-01-14 [paul]       1.9.100cvs148
5114
5115         * src/account.c
5116         * src/addressadd.c
5117         * src/addressbook.c
5118         * src/compose.c
5119         * src/editaddress.c
5120         * src/editbook.c
5121         * src/editgroup.c
5122         * src/editjpilot.c
5123         * src/editldap.c
5124         * src/editvcard.c
5125         * src/exphtmldlg.c
5126         * src/expldifdlg.c
5127         * src/folderview.c
5128         * src/grouplistdialog.c
5129         * src/imap_gtk.c
5130         * src/importmutt.c
5131         * src/importpine.c
5132         * src/inc.c
5133         * src/main.c
5134         * src/mainwindow.c
5135         * src/message_search.c
5136         * src/messageview.c
5137         * src/mh_gtk.c
5138         * src/mimeview.c
5139         * src/news_gtk.c
5140         * src/prefs_actions.c
5141         * src/prefs_customheader.c
5142         * src/prefs_filtering.c
5143         * src/prefs_matcher.c
5144         * src/prefs_template.c
5145         * src/prefs_themes.c
5146         * src/ssl_manager.c
5147         * src/summary_search.c
5148         * src/summaryview.c
5149         * src/textview.c
5150         * src/toolbar.c
5151         * src/gtk/foldersort.c
5152         * src/gtk/gtkaspell.c
5153         * src/gtk/inputdialog.c
5154         * src/gtk/prefswindow.c
5155         * src/plugins/pgpcore/select-keys.c
5156         * src/plugins/trayicon/trayicon.c
5157                 HIG compliant button order
5158
5159 2006-01-14 [mones]      1.9.100cvs147
5160
5161         * po/es.po
5162                 Updated translation
5163
5164 2006-01-13 [paul]       1.9.100cvs146
5165
5166         * AUTHORS
5167         * ChangeLog
5168         * src/gtk/authors.h
5169                 add Joshua M. Kwan to contributors list
5170
5171 2006-01-13 [colin]      1.9.100cvs145
5172
5173         * src/gtk/quicksearch.c
5174                 Don't refocus quick search after executing (Esc or Enter)
5175                 Allows to '/'search something then move up/down in 
5176                 summaryview, and to Esc a search and be back in the 
5177                 summaryview
5178
5179 2006-01-13 [paul]       1.9.100cvs144
5180
5181         * src/plugins/pgpinline/pgpinline.c
5182                 support Content-Type 'application/pgp'
5183                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5184
5185 2006-01-13 [paul]       1.9.100cvs143
5186
5187         * manual/account.xml
5188                 make mention of partial retrieval
5189                 thanks to Colin
5190
5191 2006-01-13 [paul]       1.9.100cvs142
5192
5193         * src/account.c
5194         * src/account.h
5195         * src/action.c
5196         * src/action.h
5197         * src/adbookbase.h
5198         * src/addr_compl.c
5199         * src/addr_compl.h
5200         * src/addrbook.c
5201         * src/addrcache.c
5202         * src/addrcache.h
5203         * src/addrcindex.c
5204         * src/addrcindex.h
5205         * src/addrclip.c
5206         * src/addrclip.h
5207         * src/addrdefs.h
5208         * src/addressadd.c
5209         * src/addressadd.h
5210         * src/addressbook.c
5211         * src/addressbook.h
5212         * src/addrgather.c
5213         * src/addrgather.h
5214         * src/addrharvest.c
5215         * src/addrharvest.h
5216         * src/addrindex.c
5217         * src/addrindex.h
5218         * src/addritem.c
5219         * src/addritem.h
5220         * src/addrquery.c
5221         * src/addrquery.h
5222         * src/addrselect.c
5223         * src/addrselect.h
5224         * src/alertpanel.c
5225         * src/alertpanel.h
5226         * src/browseldap.c
5227         * src/browseldap.h
5228         * src/codeconv.c
5229         * src/codeconv.h
5230         * src/compose.c
5231         * src/compose.h
5232         * src/customheader.c
5233         * src/customheader.h
5234         * src/displayheader.c
5235         * src/displayheader.h
5236         * src/editaddress.c
5237         * src/editaddress.h
5238         * src/editbook.c
5239         * src/editbook.h
5240         * src/editgroup.c
5241         * src/editgroup.h
5242         * src/editjpilot.c
5243         * src/editjpilot.h
5244         * src/editldap.c
5245         * src/editldap.h
5246         * src/editldap_basedn.c
5247         * src/editldap_basedn.h
5248         * src/editvcard.c
5249         * src/editvcard.h
5250         * src/exphtmldlg.c
5251         * src/exphtmldlg.h
5252         * src/expldifdlg.c
5253         * src/expldifdlg.h
5254         * src/export.h
5255         * src/exporthtml.c
5256         * src/exporthtml.h
5257         * src/exportldif.c
5258         * src/exportldif.h
5259         * src/filtering.c
5260         * src/filtering.h
5261         * src/folder.c
5262         * src/folder.h
5263         * src/folder_item_prefs.c
5264         * src/folder_item_prefs.h
5265         * src/foldersel.c
5266         * src/foldersel.h
5267         * src/folderutils.c
5268         * src/folderutils.h
5269         * src/folderview.c
5270         * src/folderview.h
5271         * src/grouplistdialog.c
5272         * src/grouplistdialog.h
5273         * src/headerview.c
5274         * src/html.c
5275         * src/html.h
5276         * src/image_viewer.c
5277         * src/image_viewer.h
5278         * src/imap.c
5279         * src/imap.h
5280         * src/imap_gtk.c
5281         * src/imap_gtk.h
5282         * src/import.h
5283         * src/importldif.c
5284         * src/importldif.h
5285         * src/importmutt.c
5286         * src/importmutt.h
5287         * src/importpine.c
5288         * src/importpine.h
5289         * src/inc.c
5290         * src/inc.h
5291         * src/jpilot.c
5292         * src/jpilot.h
5293         * src/ldapctrl.c
5294         * src/ldapctrl.h
5295         * src/ldaplocate.c
5296         * src/ldaplocate.h
5297         * src/ldapquery.c
5298         * src/ldapquery.h
5299         * src/ldapserver.c
5300         * src/ldapserver.h
5301         * src/ldaputil.c
5302         * src/ldaputil.h
5303         * src/ldif.c
5304         * src/ldif.h
5305         * src/main.c
5306         * src/main.h
5307         * src/mainwindow.c
5308         * src/mainwindow.h
5309         * src/manual.c
5310         * src/manual.h
5311         * src/mbox.c
5312         * src/mbox.h
5313         * src/message_search.c
5314         * src/message_search.h
5315         * src/messageview.c
5316         * src/messageview.h
5317         * src/mh.c
5318         * src/mh.h
5319         * src/mh_gtk.c
5320         * src/mh_gtk.h
5321         * src/mimeview.c
5322         * src/mimeview.h
5323         * src/msgcache.c
5324         * src/msgcache.h
5325         * src/mutt.c
5326         * src/mutt.h
5327         * src/news.c
5328         * src/news.h
5329         * src/news_gtk.c
5330         * src/news_gtk.h
5331         * src/partial_download.c
5332         * src/partial_download.h
5333         * src/pine.c
5334         * src/pine.h
5335         * src/pop.c
5336         * src/pop.h
5337         * src/prefs_account.c
5338         * src/prefs_account.h
5339         * src/prefs_actions.c
5340         * src/prefs_actions.h
5341         * src/prefs_common.c
5342         * src/prefs_common.h
5343         * src/prefs_compose_writing.c
5344         * src/prefs_compose_writing.h
5345         * src/prefs_customheader.c
5346         * src/prefs_customheader.h
5347         * src/prefs_display_header.c
5348         * src/prefs_display_header.h
5349         * src/prefs_filtering.c
5350         * src/prefs_filtering.h
5351         * src/prefs_filtering_action.c
5352         * src/prefs_filtering_action.h
5353         * src/prefs_folder_column.c
5354         * src/prefs_folder_column.h
5355         * src/prefs_folder_item.c
5356         * src/prefs_folder_item.h
5357         * src/prefs_fonts.c
5358         * src/prefs_fonts.h
5359         * src/prefs_gtk.c
5360         * src/prefs_gtk.h
5361         * src/prefs_image_viewer.c
5362         * src/prefs_image_viewer.h
5363         * src/prefs_matcher.c
5364         * src/prefs_matcher.h
5365         * src/prefs_message.c
5366         * src/prefs_msg_colors.c
5367         * src/prefs_msg_colors.h
5368         * src/prefs_other.c
5369         * src/prefs_quote.c
5370         * src/prefs_receive.c
5371         * src/prefs_send.c
5372         * src/prefs_spelling.c
5373         * src/prefs_spelling.h
5374         * src/prefs_summaries.c
5375         * src/prefs_summaries.h
5376         * src/prefs_summary_column.c
5377         * src/prefs_summary_column.h
5378         * src/prefs_template.c
5379         * src/prefs_template.h
5380         * src/prefs_themes.c
5381         * src/prefs_themes.h
5382         * src/prefs_toolbar.c
5383         * src/prefs_toolbar.h
5384         * src/prefs_wrapping.c
5385         * src/prefs_wrapping.h
5386         * src/privacy.c
5387         * src/privacy.h
5388         * src/procheader.c
5389         * src/procheader.h
5390         * src/procmime.c
5391         * src/procmime.h
5392         * src/procmsg.c
5393         * src/procmsg.h
5394         * src/quote_fmt.c
5395         * src/quote_fmt_parse.y
5396         * src/recv.c
5397         * src/recv.h
5398         * src/remotefolder.c
5399         * src/remotefolder.h
5400         * src/send_message.c
5401         * src/send_message.h
5402         * src/setup.c
5403         * src/setup.h
5404         * src/sourcewindow.c
5405         * src/sourcewindow.h
5406         * src/ssl_manager.c
5407         * src/ssl_manager.h
5408         * src/statusbar.c
5409         * src/statusbar.h
5410         * src/stock_pixmap.c
5411         * src/stock_pixmap.h
5412         * src/summary_search.c
5413         * src/summary_search.h
5414         * src/summaryview.c
5415         * src/summaryview.h
5416         * src/syldap.c
5417         * src/syldap.h
5418         * src/textview.c
5419         * src/textview.h
5420         * src/toolbar.c
5421         * src/toolbar.h
5422         * src/undo.c
5423         * src/undo.h
5424         * src/unmime.c
5425         * src/unmime.h
5426         * src/vcard.c
5427         * src/vcard.h
5428         * src/wizard.c
5429         * src/wizard.h
5430         * src/common/base64.c
5431         * src/common/base64.h
5432         * src/common/defs.h
5433         * src/common/hooks.c
5434         * src/common/hooks.h
5435         * src/common/log.c
5436         * src/common/log.h
5437         * src/common/mgutils.c
5438         * src/common/mgutils.h
5439         * src/common/nntp.c
5440         * src/common/nntp.h
5441         * src/common/passcrypt.c
5442         * src/common/passcrypt.h.in
5443         * src/common/plugin.c
5444         * src/common/plugin.h
5445         * src/common/prefs.c
5446         * src/common/prefs.h
5447         * src/common/progressindicator.c
5448         * src/common/progressindicator.h
5449         * src/common/quoted-printable.c
5450         * src/common/quoted-printable.h
5451         * src/common/session.c
5452         * src/common/session.h
5453         * src/common/smtp.c
5454         * src/common/smtp.h
5455         * src/common/socket.c
5456         * src/common/socket.h
5457         * src/common/ssl.c
5458         * src/common/ssl.h
5459         * src/common/ssl_certificate.c
5460         * src/common/ssl_certificate.h
5461         * src/common/stringtable.c
5462         * src/common/stringtable.h
5463         * src/common/sylpheed.c
5464         * src/common/sylpheed.h
5465         * src/common/template.c
5466         * src/common/template.h
5467         * src/common/timing.h
5468         * src/common/utils.c
5469         * src/common/utils.h
5470         * src/common/version.h.in
5471         * src/common/xml.c
5472         * src/common/xml.h
5473         * src/common/xmlprops.c
5474         * src/common/xmlprops.h
5475         * src/gtk/colorlabel.c
5476         * src/gtk/colorsel.c
5477         * src/gtk/colorsel.h
5478         * src/gtk/description_window.c
5479         * src/gtk/description_window.h
5480         * src/gtk/filesel.c
5481         * src/gtk/filesel.h
5482         * src/gtk/foldersort.c
5483         * src/gtk/foldersort.h
5484         * src/gtk/gtkutils.c
5485         * src/gtk/gtkutils.h
5486         * src/gtk/inputdialog.c
5487         * src/gtk/inputdialog.h
5488         * src/gtk/logwindow.c
5489         * src/gtk/logwindow.h
5490         * src/gtk/manage_window.c
5491         * src/gtk/manage_window.h
5492         * src/gtk/menu.c
5493         * src/gtk/menu.h
5494         * src/gtk/pluginwindow.c
5495         * src/gtk/pluginwindow.h
5496         * src/gtk/prefswindow.c
5497         * src/gtk/prefswindow.h
5498         * src/gtk/progressdialog.c
5499         * src/gtk/progressdialog.h
5500         * src/gtk/sslcertwindow.c
5501         * src/gtk/sslcertwindow.h
5502         * src/plugins/clamav/clamav_plugin.c
5503         * src/plugins/clamav/clamav_plugin.h
5504         * src/plugins/clamav/clamav_plugin_gtk.c
5505         * src/plugins/demo/demo.c
5506         * src/plugins/dillo_viewer/dillo_prefs.c
5507         * src/plugins/dillo_viewer/dillo_prefs.h
5508         * src/plugins/dillo_viewer/dillo_viewer.c
5509         * src/plugins/pgpcore/passphrase.c
5510         * src/plugins/pgpcore/passphrase.h
5511         * src/plugins/pgpcore/plugin.c
5512         * src/plugins/pgpcore/select-keys.c
5513         * src/plugins/pgpcore/select-keys.h
5514         * src/plugins/pgpcore/sgpgme.c
5515         * src/plugins/pgpcore/sgpgme.h
5516         * src/plugins/pgpinline/pgpinline.c
5517         * src/plugins/pgpinline/pgpinline.h
5518         * src/plugins/pgpinline/plugin.c
5519         * src/plugins/pgpmime/pgpmime.c
5520         * src/plugins/pgpmime/pgpmime.h
5521         * src/plugins/pgpmime/plugin.c
5522         * src/plugins/spamassassin/spamassassin.c
5523         * src/plugins/spamassassin/spamassassin.h
5524         * src/plugins/spamassassin/spamassassin_gtk.c
5525         * src/plugins/trayicon/trayicon.c
5526                 update copyright header
5527
5528 2006-01-13 [paul]       1.9.100cvs141
5529
5530         * src/account.c
5531         * src/export.c
5532         * src/import.c
5533         * src/mainwindow.c
5534         * src/prefs_account.c
5535         * src/prefs_display_header.c
5536         * src/prefs_receive.c
5537         * src/prefs_send.c
5538         * src/prefs_summaries.c
5539         * src/prefs_themes.c
5540         * src/prefs_toolbar.c
5541         * src/gtk/about.c
5542                 various cleanups
5543
5544 2006-01-12 [colin]      1.9.100cvs140
5545
5546         * src/folder.c
5547         * src/folder.h
5548         * src/main.c
5549                 Add --subscribe option
5550                 Let sylpheed-claws email@domain.com equivalent to --compose
5551                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5552
5553 2006-01-12 [paul]       1.9.100cvs139
5554
5555         * src/mainwindow.c
5556                 append 'Change folder order' label with '...'
5557         * src/prefs_actions.c
5558                 allow reordering of actions list by dnd
5559         * src/gtk/foldersort.c
5560                 make the dialog nicer
5561
5562 2006-01-11 [colin]      1.9.100cvs138
5563
5564         * src/compose.c
5565                 Allow templates without text
5566
5567 2006-01-11 [paul]       1.9.100cvs137
5568
5569         * tools/README
5570         * tools/filter_conv_new.pl
5571                 add info to README
5572                 also check .sylpheed for filter.xml
5573                 be a bit informative to the user
5574
5575 2006-01-11 [colin]      1.9.100cvs136
5576
5577         * src/textview.c
5578                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5579
5580 2006-01-10 [paul]       1.9.100cvs135
5581
5582         * tools/Makefile.am
5583         * tools/filter_conv_new.pl
5584                 add script to convert new style Sylpheed
5585                 filter rules (Sylpheed >= 0.9.99) to
5586                 Claws filtering rules
5587
5588 2006-01-10 [colin]      1.9.100cvs134
5589
5590         * src/compose.c
5591                 Fix broken line joins in certain conditions
5592                 (between two quoted lines: <enter><enter><up>
5593                  <type a wrapped sentence><go in the first line>
5594                  <insert more text><watch as line joining failed>)
5595
5596 2006-01-10 [paul]       1.9.100cvs133
5597
5598         * src/compose.c
5599                 don't report success in error dialog
5600                 thanks to Colin
5601         * src/common/utils.c
5602                 include some trailing punctuations as URI
5603                 thanks to Hiro
5604
5605 2006-01-10 [paul]       1.9.100cvs132
5606
5607         * src/mimeview.c
5608                 fix incompatible pointer type
5609                 warning
5610
5611 2006-01-10 [paul]       1.9.100cvs131
5612
5613         * src/compose.c
5614                 change Subject in window title
5615                 instantaneously
5616
5617 2006-01-09 [colin]      1.9.100cvs130
5618
5619         * src/addressbook.c
5620         * src/headerview.c
5621         * src/mainwindow.c
5622         * src/messageview.c
5623         * src/mimeview.c
5624         * src/noticeview.c
5625         * src/summaryview.c
5626                 Fix possible crashes on exit and in addressbook
5627
5628 2006-01-09 [paul]       1.9.100cvs129
5629
5630         * src/prefs_msg_colors.c
5631                 some cleanups that I forgot last time
5632
5633 2006-01-09 [paul]       1.9.100cvs128
5634
5635         * README
5636         * src/folderview.c
5637         * src/prefs_msg_colors.c
5638                 add previously hidden option, color_new, to
5639                 the gui
5640                 move the page to Display/
5641                 rework the gui
5642
5643 2006-01-09 [wwp]        1.9.100cvs127
5644
5645         * src/prefs_themes.c
5646                 made the prefs/display/themes layouts spacing less condensed
5647                 (and so they match other prefs/pages' look).
5648
5649 2006-01-09 [paul]       1.9.100cvs126
5650
5651         * src/compose.c
5652         * src/prefs_common.c
5653         * src/prefs_common.h
5654         * src/prefs_wrapping.c
5655                 remove 'wrap at send' option
5656
5657 2006-01-06 [colin]      1.9.100cvs125
5658
5659         * src/compose.c
5660                 Just make completely sure we don't insert "manual line breaks" 
5661                 when wrapping... 
5662
5663 2006-01-04 [paul]
5664
5665         * 2.0.0-rc3 released
5666
5667 2006-01-04 [paul]       1.9.100cvs124
5668
5669         * src/folderview.c
5670                 fix bug 882, 'quick scroll in folder list
5671                 displays wrong folder contents'
5672
5673 2006-01-04 [paul]       1.9.100cvs123
5674
5675         * src/plugins/pgpmime/pgpmime.c
5676                 better debug information when signing
5677                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5678
5679 2006-01-03 [colin]      1.9.100cvs122
5680
5681         * configure.ac
5682                 We need to recheck for gpgme 1.0.0 after checking
5683                 for 1.1.1, because if 1.1.1 isn't available, 
5684                 GPGME_LIBS and friends are blanked out by the 
5685                 second check.
5686
5687 2006-01-03 [colin]      1.9.100cvs121
5688
5689         * src/common/prefs.c
5690                 Windows unlink-before rename fix
5691         * src/plugins/pgpcore/sgpgme.c
5692                 Add support for PKA info if available
5693                 Both patches by Werner Koch
5694
5695 2006-01-03 [paul]       1.9.100cvs120
5696
5697         * src/messageview.c
5698                 fix bug 884, 'Send receipt' button visible in queue
5699                 Thanks to Colin
5700
5701 2006-01-02 [colin]      1.9.100cvs119
5702
5703         * src/compose.c
5704         * src/imap.c
5705                 Fix autosave on IMAP and more generally try to
5706                 return the correct ID on a newly added IMAP message
5707
5708 2006-01-02 [paul]       1.9.100cvs118
5709
5710         * manual/keyboard.xml
5711                 edited
5712
5713 2006-01-01 [paul]       1.9.100cvs117
5714
5715         * src/gtk/authors.h
5716                 alphabetical order
5717
5718 2005-12-30 [colin]      1.9.100cvs116
5719
5720         * manual/advanced.xml
5721                 Explain Pre/Post-processing differences.
5722
5723 2005-12-30 [colin]      1.9.100cvs115
5724
5725         * src/mh.c
5726                 Implement copy_msgs for a little optimization
5727         * src/imap.c
5728                 Finish yesterday's fix
5729
5730 2005-12-29 [colin]      1.9.100cvs114
5731
5732         * src/imap.c
5733                 Fix occasional failure in fetching a mail over
5734                 IMAP
5735
5736 2005-12-29 [colin]      1.9.100cvs113
5737
5738         * src/compose.c
5739                 Don't remove a draft when sending it, if it is 
5740                 locked.
5741
5742 2005-12-28 [colin]      1.9.100cvs112
5743
5744         * src/summaryview.c
5745                 Fix leak for real
5746
5747 2005-12-28 [wwp]        1.9.100cvs111
5748
5749         * doc/faq/.cvsignore
5750         * doc/faq/de/.cvsignore
5751         * doc/faq/en/.cvsignore
5752         * doc/faq/es/.cvsignore
5753         * doc/faq/fr/.cvsignore
5754         * doc/faq/it/.cvsignore
5755         * doc/manual/.cvsignore
5756         * doc/manual/de/.cvsignore
5757         * doc/manual/en/.cvsignore
5758         * doc/manual/es/.cvsignore
5759         * doc/manual/fr/.cvsignore
5760         * doc/manual/ja/.cvsignore
5761         * src/plugins/mathml_viewer/.cvsignore
5762                 rollback revival of those files (my bad, sorry for the noise).
5763
5764 2005-12-28 [wwp]        1.9.100cvs110
5765
5766         * src/compose.c
5767                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5768
5769 2005-12-28 [wwp]        1.9.100cvs109
5770
5771         * doc/faq/.cvsignore
5772         * doc/faq/de/.cvsignore
5773         * doc/faq/en/.cvsignore
5774         * doc/faq/es/.cvsignore
5775         * doc/faq/fr/.cvsignore
5776         * doc/faq/it/.cvsignore
5777         * doc/manual/.cvsignore
5778         * doc/manual/de/.cvsignore
5779         * doc/manual/en/.cvsignore
5780         * doc/manual/es/.cvsignore
5781         * doc/manual/fr/.cvsignore
5782         * doc/manual/ja/.cvsignore
5783         * src/plugins/mathml_viewer/.cvsignore
5784         * po/.cvsignore
5785                 more files to ignore.
5786
5787 2005-12-24 [colin]      1.9.100cvs108
5788
5789         * AUTHORS
5790         * src/gtk/authors.h
5791                 Update for Werner
5792
5793 2005-12-24 [colin]      1.9.100cvs107
5794
5795         * src/procmsg.c
5796                 Allow NULL src_msginfo in 
5797                 procmsg_msginfo_new_from_mimeinfo
5798
5799 2005-12-23 [paul]       1.9.100cvs106
5800
5801         * src/plugins/pgpinline/mypgpcore.def
5802                 add this forgotten file
5803
5804 2005-12-23 [colin]      1.9.100cvs105
5805
5806         * src/mainwindow.c
5807                 Fix missing break
5808
5809 2005-12-23 [colin]      1.9.100cvs104
5810
5811         * autogen.sh
5812         * src/folder.c
5813         * src/mh.c
5814         * src/common/plugin.c
5815         * src/common/socket.c
5816         * src/common/socket.h
5817         * src/common/utils.c
5818         * src/common/utils.h
5819         * src/gtk/pluginwindow.c
5820         * src/plugins/pgpcore/plugin.def
5821         * src/plugins/pgpcore/sylpheed.def
5822         * src/plugins/pgpinline/Makefile.am
5823         * src/plugins/pgpinline/plugin.def
5824         * src/plugins/pgpinline/sylpheed.def
5825         * src/plugins/pgpmime/plugin.def
5826         * src/plugins/pgpmime/sylpheed.def
5827                 Various w32 fixes by Werner Koch
5828
5829 2005-12-22 [paul]       1.9.100cvs103
5830
5831         * src/wizard.c
5832                 don't offer IMAP as 'server type' if
5833                 libetpan isn't built in
5834
5835 2005-12-22 [paul]       1.9.100cvs102
5836
5837         * AUTHORS
5838         * src/mainwindow.c
5839         * src/mainwindow.h
5840         * src/toolbar.c
5841         * src/gtk/authors.h
5842                 support GTK_TOOLBAR_BOTH_HORIZ (text
5843                 next to icon) Patch by Marien Zwart
5844                 marienz@users.sf.net
5845                 Also reword the text
5846
5847 2005-12-21 [colin]      1.9.100cvs101
5848
5849         * configure.ac
5850                 Fix DATADIRNAME
5851         * COPYING
5852                 Fix missing section and explicit the exception better
5853         * src/compose.c
5854                 Prevent mail from being lost without notice when an
5855                 SMTP error happens on trying to send an unmodified
5856                 drafted mail.
5857         * src/send_message.c
5858         * src/common/smtp.c
5859                 Fix password remembering when wrong, and add return
5860                 value checks where they should have been
5861         * src/plugins/pgpcore/sylpheed.def
5862         * src/plugins/pgpinline/sylpheed.def
5863         * src/plugins/pgpmime/sylpheed.def
5864                 Add a few symbols needed
5865
5866 2005-12-21 [paul]       1.9.100cvs100
5867
5868         * m4/codeset.m4
5869         * m4/glibc21.m4
5870         * m4/intdiv0.m4
5871         * m4/inttypes-pri.m4
5872         * m4/inttypes.m4
5873         * m4/inttypes_h.m4
5874         * m4/isc-posix.m4
5875         * m4/lcmessage.m4
5876         * m4/stdint_h.m4
5877         * m4/uintmax_t.m4
5878                 gettextization
5879                 thanks to Colin
5880
5881 2005-12-21 [paul]       1.9.100cvs99
5882
5883         * po/sv.po
5884                 fixed by Colin
5885
5886 2005-12-20 [paul]       1.9.100cvs98
5887
5888         * po/sv.po
5889                 updated by Anders Trobäck
5890
5891 2005-12-20 [colin]      1.9.100cvs97
5892
5893         * ABOUT-NLS
5894         * Makefile.am
5895         * autogen.sh
5896         * configure.ac
5897         * config/config.rpath
5898         * config/mkinstalldirs
5899         * m4/Makefile.am
5900         * m4/glibc2.m4
5901         * m4/gnupg.m4
5902         * m4/gpgme.m4
5903         * m4/intmax.m4
5904         * m4/longdouble.m4
5905         * m4/longlong.m4
5906         * m4/printf-posix.m4
5907         * m4/signed.m4
5908         * m4/size_max.m4
5909         * m4/ulonglong.m4
5910         * m4/wchar_t.m4
5911         * m4/wint_t.m4
5912         * m4/xsize.m4
5913         * po/Makefile.in.in
5914         * po/Makevars
5915         * po/bg.po
5916         * po/ca.po
5917         * po/cs.po
5918         * po/de.po
5919         * po/el.po
5920         * po/en_GB.po
5921         * po/es.po
5922         * po/fi.po
5923         * po/fr.po
5924         * po/hr.po
5925         * po/hu.po
5926         * po/it.po
5927         * po/ja.po
5928         * po/ko.po
5929         * po/nb.po
5930         * po/nl.po
5931         * po/pl.po
5932         * po/pt_BR.po
5933         * po/ru.po
5934         * po/sk.po
5935         * po/sr.po
5936         * po/stamp-po
5937         * po/sv.po
5938         * po/zh_CN.po
5939         * po/zh_TW.po
5940         * src/Makefile.am
5941         * src/codeconv.c
5942         * src/compose.c
5943         * src/exporthtml.c
5944         * src/exportldif.c
5945         * src/folder.c
5946         * src/main.c
5947         * src/manual.c
5948         * src/mh.c
5949         * src/mimeview.c
5950         * src/send_message.c
5951         * src/common/Makefile.am
5952         * src/common/fnmatch.c
5953         * src/common/fnmatch.h
5954         * src/common/fnmatch_loop.c
5955         * src/common/nntp.c
5956         * src/common/plugin.c
5957         * src/common/smtp.c
5958         * src/common/socket.c
5959         * src/common/string_match.c
5960         * src/common/sylpheed.c
5961         * src/common/utils.c
5962         * src/common/utils.h
5963         * src/common/w32_dirent.c
5964         * src/common/w32_reg.c
5965         * src/common/w32_signal.c
5966         * src/common/w32_stat.c
5967         * src/common/w32_stdio.c
5968         * src/common/w32_stdlib.c
5969         * src/common/w32_string.c
5970         * src/common/w32_time.c
5971         * src/common/w32_unistd.c
5972         * src/common/w32_wait.c
5973         * src/common/w32lib.h
5974         * src/etpan/Makefile.am
5975         * src/gtk/Makefile.am
5976         * src/plugins/clamav/Makefile.am
5977         * src/plugins/demo/Makefile.am
5978         * src/plugins/dillo_viewer/Makefile.am
5979         * src/plugins/pgpcore/Makefile.am
5980         * src/plugins/pgpcore/passphrase.c
5981         * src/plugins/pgpcore/plugin.def
5982         * src/plugins/pgpcore/sgpgme.c
5983         * src/plugins/pgpcore/sylpheed.def
5984         * src/plugins/pgpcore/version.rc
5985         * src/plugins/pgpinline/Makefile.am
5986         * src/plugins/pgpinline/plugin.def
5987         * src/plugins/pgpinline/sylpheed.def
5988         * src/plugins/pgpinline/version.rc
5989         * src/plugins/pgpmime/Makefile.am
5990         * src/plugins/pgpmime/mypgpcore.def
5991         * src/plugins/pgpmime/plugin.def
5992         * src/plugins/pgpmime/sylpheed.def
5993         * src/plugins/pgpmime/version.rc
5994         * src/plugins/spamassassin/Makefile.am
5995                 Very little ;-) patch from Werner Koch, providing
5996                 infrastructure for cross-compiling to Win32
5997
5998 2005-12-20 [paul]       1.9.100cvs96
5999
6000         * src/account.c
6001         * src/account.h
6002         * src/mainwindow.c
6003         * src/mainwindow.h
6004         * src/toolbar.c
6005         * src/toolbar.h
6006                 add a combo to the Get All button, allowing
6007                 quick retrieval from any account
6008                 Patch by Fabien Vantard, slightly modified
6009                 by Colin
6010         * src/gtk/about.c
6011                 i18n fix. Patch by Fabien Vantard
6012
6013 2005-12-19 [colin]      1.9.100cvs95
6014
6015         * src/compose.c
6016         * src/compose.h
6017                 Don't automatically join lines when they've 
6018                 been separated by the user and not automatically
6019
6020 2005-12-19 [paul]       1.9.100cvs94
6021
6022         * src/gtk/pluginwindow.c
6023                 i18n fix.
6024                 Patch by Fabien Vantard
6025
6026 2005-12-15 [paul]       1.9.100cvs93
6027
6028         * src/common/plugin.c
6029         * src/common/plugin.h
6030         * src/gtk/pluginwindow.c
6031         * src/plugins/clamav/clamav_plugin.c
6032         * src/plugins/demo/demo.c
6033         * src/plugins/dillo_viewer/dillo_viewer.c
6034         * src/plugins/pgpcore/plugin.c
6035         * src/plugins/pgpinline/plugin.c
6036         * src/plugins/pgpmime/plugin.c
6037         * src/plugins/spamassassin/spamassassin.c
6038         * src/plugins/trayicon/trayicon.c
6039                 add plugin_version()
6040
6041 2005-12-15 [colin]      1.9.100cvs92
6042
6043         * src/compose.c
6044                 Further fix bug #875
6045
6046 2005-12-15 [paul]       1.9.100cvs91
6047
6048         * src/gtk/filesel.c
6049                 fix attach_load_dir getting set to
6050                 PLUGINDIR on plugin load
6051
6052 2005-12-14 [mones]      1.9.100cvs90
6053
6054         * manual/ack.xml
6055         * manual/keyboard.xml
6056                 Initial draft and some shortcuts added
6057                 
6058         * po/es.po
6059                 Updated translation
6060
6061 2005-12-14 [colin]      1.9.100cvs89
6062
6063         * src/compose.c
6064         * src/imap.c
6065         * src/summaryview.c
6066         * src/gtk/gtkaspell.c
6067                 More leaks fixed
6068         * src/prefs_folder_item.c
6069                 Fix recursive prefs apply
6070
6071
6072 2005-12-14 [colin]      1.9.100cvs88
6073
6074         * src/compose.c
6075                 Fix bug #875 (Freeze On Inline Forward of 
6076                 Large Message)
6077
6078 2005-12-13 [colin]      1.9.100cvs87
6079
6080         * src/compose.c
6081                 Uniq-ify and sort the mimetypes list
6082                 Patch by Fabien Vantard
6083
6084 2005-12-13 [colin]      1.9.100cvs86
6085
6086         * src/imap.c
6087         * src/etpan/imap-thread.c
6088                 Fix leaks (patch by Hoa)
6089         * src/news.c
6090         * src/common/plugin.c
6091                 Fix leaks
6092
6093 2005-12-12 [colin]
6094
6095         * 2.0.0-rc2 released
6096
6097 2005-12-12 [colin]      1.9.100cvs85
6098
6099         * src/matcher.c
6100                 Fix a leak
6101
6102 2005-12-12 [wwp]        1.9.100cvs84
6103
6104         * src/gtk/icon_legend.c
6105                 fix misbehaviour and crash when closing the legend window
6106         using the Esc key (patch by Fabien Vantard).
6107
6108 2005-12-12 [paul]       1.9.100cvs83
6109
6110         * src/browseldap.c
6111         * src/foldersel.c
6112         * src/prefs_actions.c
6113         * src/prefs_filtering.c
6114         * src/prefs_matcher.c
6115         * src/prefs_spelling.glade      ** REMOVED **
6116         * src/prefs_template.c
6117         * src/gtk/foldersort.glade      ** REMOVED **
6118         * src/gtk/pluginwindow.c
6119         * src/gtk/pluginwindow.glade    ** REMOVED **
6120         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6121                 cleanups
6122
6123 2005-12-11 [paul]       1.9.100cvs82
6124
6125         * src/gtk/filesel.c
6126                 fix attach_load_dir crasher (double free)
6127
6128 2005-12-09 [paul]       1.9.100cvs81
6129
6130         * po/POTFILES.in
6131         * src/mainwindow.c
6132         * src/gtk/Makefile.am
6133         * src/gtk/icon_legend.c
6134         * src/gtk/icon_legend.h
6135                 add icon legend
6136         * src/manual.c
6137                 cleanup
6138
6139 2005-12-09 [paul]       1.9.100cvs80
6140
6141         * src/plugins/pgpcore/passphrase.c
6142                 wrap the label in the dialog
6143
6144 2005-12-09 [colin]      1.9.100cvs79
6145
6146         * src/plugins/pgpcore/sgpgme.c
6147                 Display (untrusted) on not trusted signatures
6148                 Patch by Michal Èihaø <michal@cihar.com>
6149                 Closes bug #867 (Report also key trust)
6150
6151 2005-12-09 [colin]      1.9.100cvs78
6152
6153         * src/common/plugin.c
6154                 Update licence check, following Eben Moglen's advice
6155
6156 2005-12-08 [colin]      1.9.100cvs77
6157
6158         * src/folder.c
6159                 Fix the occasionnal item->cache != NULL 
6160                 assertion failure. 
6161
6162 2005-12-08 [colin]      1.9.100cvs76
6163
6164         * src/mimeview.c
6165         * src/plugins/pgpcore/sgpgme.c
6166                 Print key id when unable to check it
6167                 Closes bug #866 (Show key id when missing)
6168
6169 2005-12-08 [paul]       1.9.100cvs75
6170
6171         * src/prefs_common.c
6172         * src/prefs_common.h
6173         * src/gtk/filesel.c
6174                 remember load attachment dir
6175
6176 2005-12-07 [colin]      1.9.100cvs74
6177
6178         * src/prefs_toolbar.c
6179                 Gtk fixes, patch by Fabien Vantard
6180
6181 2005-12-07 [colin]      1.9.100cvs73
6182
6183         * src/action.c
6184         * src/compose.c
6185         * src/compose.h
6186                 Fix bug #839 (Quoted text isn't colored after 
6187                 executing an action)
6188         * src/common/plugin.c
6189                 Require plugins to declare their licence in plugin_licence()
6190                 Refuse to load non-GPL plugins as they'd be illegal (as 
6191                 derived works of Sylpheed-Claws, they must be GPL).
6192         * src/plugins/clamav/clamav_plugin.c
6193         * src/plugins/demo/demo.c
6194         * src/plugins/dillo_viewer/dillo_viewer.c
6195         * src/plugins/pgpcore/plugin.c
6196         * src/plugins/pgpinline/plugin.c
6197         * src/plugins/pgpmime/plugin.c
6198         * src/plugins/spamassassin/spamassassin.c
6199         * src/plugins/trayicon/trayicon.c
6200                 Add plugin_licence()
6201
6202 2005-12-07 [paul]       1.9.100cvs72
6203
6204         * configure.ac
6205         * src/mainwindow.c
6206         * src/manual.c
6207         * src/manual.h
6208         * src/common/defs.h
6209                 clean up after local FAQ removal and
6210                 temporary manual removal
6211
6212 2005-12-06 [colin]      1.9.100cvs71
6213
6214         * configure.ac
6215         * doc/Makefile.am
6216         * doc/faq/.cvsignore
6217         * doc/faq/Makefile.am
6218         * doc/faq/de/.cvsignore
6219         * doc/faq/de/Makefile.am
6220         * doc/faq/de/sylpheed-faq-1.html
6221         * doc/faq/de/sylpheed-faq-2.html
6222         * doc/faq/de/sylpheed-faq-3.html
6223         * doc/faq/de/sylpheed-faq.html
6224         * doc/faq/en/.cvsignore
6225         * doc/faq/en/Makefile.am
6226         * doc/faq/en/sylpheed-faq-1.html
6227         * doc/faq/en/sylpheed-faq-2.html
6228         * doc/faq/en/sylpheed-faq-3.html
6229         * doc/faq/en/sylpheed-faq-4.html
6230         * doc/faq/en/sylpheed-faq.html
6231         * doc/faq/es/.cvsignore
6232         * doc/faq/es/Makefile.am
6233         * doc/faq/es/sylpheed-faq-1.html
6234         * doc/faq/es/sylpheed-faq-2.html
6235         * doc/faq/es/sylpheed-faq-3.html
6236         * doc/faq/es/sylpheed-faq-4.html
6237         * doc/faq/es/sylpheed-faq.html
6238         * doc/faq/fr/.cvsignore
6239         * doc/faq/fr/Makefile.am
6240         * doc/faq/fr/sylpheed-faq-1.html
6241         * doc/faq/fr/sylpheed-faq-2.html
6242         * doc/faq/fr/sylpheed-faq-3.html
6243         * doc/faq/fr/sylpheed-faq.html
6244         * doc/faq/it/.cvsignore
6245         * doc/faq/it/Makefile.am
6246         * doc/faq/it/sylpheed-faq-1.html
6247         * doc/faq/it/sylpheed-faq-2.html
6248         * doc/faq/it/sylpheed-faq-3.html
6249         * doc/faq/it/sylpheed-faq.html
6250         * doc/manual/.cvsignore
6251         * doc/manual/Makefile.am
6252         * doc/manual/de/.cvsignore
6253         * doc/manual/de/Makefile.am
6254         * doc/manual/de/sylpheed-1.html
6255         * doc/manual/de/sylpheed-10.html
6256         * doc/manual/de/sylpheed-11.html
6257         * doc/manual/de/sylpheed-12.html
6258         * doc/manual/de/sylpheed-13.html
6259         * doc/manual/de/sylpheed-14.html
6260         * doc/manual/de/sylpheed-15.html
6261         * doc/manual/de/sylpheed-16.html
6262         * doc/manual/de/sylpheed-17.html
6263         * doc/manual/de/sylpheed-18.html
6264         * doc/manual/de/sylpheed-19.html
6265         * doc/manual/de/sylpheed-2.html
6266         * doc/manual/de/sylpheed-20.html
6267         * doc/manual/de/sylpheed-3.html
6268         * doc/manual/de/sylpheed-4.html
6269         * doc/manual/de/sylpheed-5.html
6270         * doc/manual/de/sylpheed-6.html
6271         * doc/manual/de/sylpheed-7.html
6272         * doc/manual/de/sylpheed-8.html
6273         * doc/manual/de/sylpheed-9.html
6274         * doc/manual/de/sylpheed.html
6275         * doc/manual/en/.cvsignore
6276         * doc/manual/en/Makefile.am
6277         * doc/manual/en/sylpheed-1.html
6278         * doc/manual/en/sylpheed-10.html
6279         * doc/manual/en/sylpheed-11.html
6280         * doc/manual/en/sylpheed-12.html
6281         * doc/manual/en/sylpheed-13.html
6282         * doc/manual/en/sylpheed-14.html
6283         * doc/manual/en/sylpheed-15.html
6284         * doc/manual/en/sylpheed-16.html
6285         * doc/manual/en/sylpheed-17.html
6286         * doc/manual/en/sylpheed-18.html
6287         * doc/manual/en/sylpheed-19.html
6288         * doc/manual/en/sylpheed-2.html
6289         * doc/manual/en/sylpheed-20.html
6290         * doc/manual/en/sylpheed-21.html
6291         * doc/manual/en/sylpheed-22.html
6292         * doc/manual/en/sylpheed-3.html
6293         * doc/manual/en/sylpheed-4.html
6294         * doc/manual/en/sylpheed-5.html
6295         * doc/manual/en/sylpheed-6.html
6296         * doc/manual/en/sylpheed-7.html
6297         * doc/manual/en/sylpheed-8.html
6298         * doc/manual/en/sylpheed-9.html
6299         * doc/manual/en/sylpheed.html
6300         * doc/manual/es/.cvsignore
6301         * doc/manual/es/Makefile.am
6302         * doc/manual/es/sylpheed-1.html
6303         * doc/manual/es/sylpheed-10.html
6304         * doc/manual/es/sylpheed-11.html
6305         * doc/manual/es/sylpheed-12.html
6306         * doc/manual/es/sylpheed-13.html
6307         * doc/manual/es/sylpheed-14.html
6308         * doc/manual/es/sylpheed-15.html
6309         * doc/manual/es/sylpheed-16.html
6310         * doc/manual/es/sylpheed-17.html
6311         * doc/manual/es/sylpheed-18.html
6312         * doc/manual/es/sylpheed-19.html
6313         * doc/manual/es/sylpheed-2.html
6314         * doc/manual/es/sylpheed-20.html
6315         * doc/manual/es/sylpheed-3.html
6316         * doc/manual/es/sylpheed-4.html
6317         * doc/manual/es/sylpheed-5.html
6318         * doc/manual/es/sylpheed-6.html
6319         * doc/manual/es/sylpheed-7.html
6320         * doc/manual/es/sylpheed-8.html
6321         * doc/manual/es/sylpheed-9.html
6322         * doc/manual/es/sylpheed.html
6323         * doc/manual/fr/.cvsignore
6324         * doc/manual/fr/Makefile.am
6325         * doc/manual/fr/sylpheed-1.html
6326         * doc/manual/fr/sylpheed-10.html
6327         * doc/manual/fr/sylpheed-11.html
6328         * doc/manual/fr/sylpheed-12.html
6329         * doc/manual/fr/sylpheed-13.html
6330         * doc/manual/fr/sylpheed-14.html
6331         * doc/manual/fr/sylpheed-15.html
6332         * doc/manual/fr/sylpheed-16.html
6333         * doc/manual/fr/sylpheed-17.html
6334         * doc/manual/fr/sylpheed-18.html
6335         * doc/manual/fr/sylpheed-19.html
6336         * doc/manual/fr/sylpheed-2.html
6337         * doc/manual/fr/sylpheed-20.html
6338         * doc/manual/fr/sylpheed-3.html
6339         * doc/manual/fr/sylpheed-4.html
6340         * doc/manual/fr/sylpheed-5.html
6341         * doc/manual/fr/sylpheed-6.html
6342         * doc/manual/fr/sylpheed-7.html
6343         * doc/manual/fr/sylpheed-8.html
6344         * doc/manual/fr/sylpheed-9.html
6345         * doc/manual/fr/sylpheed.html
6346         * doc/manual/ja/.cvsignore
6347         * doc/manual/ja/Makefile.am
6348         * doc/manual/ja/sylpheed-1.html
6349         * doc/manual/ja/sylpheed-10.html
6350         * doc/manual/ja/sylpheed-11.html
6351         * doc/manual/ja/sylpheed-12.html
6352         * doc/manual/ja/sylpheed-13.html
6353         * doc/manual/ja/sylpheed-14.html
6354         * doc/manual/ja/sylpheed-15.html
6355         * doc/manual/ja/sylpheed-16.html
6356         * doc/manual/ja/sylpheed-17.html
6357         * doc/manual/ja/sylpheed-18.html
6358         * doc/manual/ja/sylpheed-19.html
6359         * doc/manual/ja/sylpheed-2.html
6360         * doc/manual/ja/sylpheed-20.html
6361         * doc/manual/ja/sylpheed-3.html
6362         * doc/manual/ja/sylpheed-4.html
6363         * doc/manual/ja/sylpheed-5.html
6364         * doc/manual/ja/sylpheed-6.html
6365         * doc/manual/ja/sylpheed-7.html
6366         * doc/manual/ja/sylpheed-8.html
6367         * doc/manual/ja/sylpheed-9.html
6368         * doc/manual/ja/sylpheed.html
6369         * doc/manual/ja/sylpheed.sgml
6370         * src/mainwindow.c
6371                 Remove outdated manual and faq. Noisy, eh?
6372
6373 2005-12-06 [colin]      1.9.100cvs70
6374
6375         * src/compose.c
6376         * src/quote_fmt_parse.y
6377         * src/undo.c
6378         * src/undo.h
6379                 Allow %X to position cursor at 0 
6380                 (no %X = before signature)
6381                 Fix paste as quotation putting the cursor at 0
6382                 Fix undo offsets when pasting
6383                 Insert the quote_fmt at once instead of line 
6384                 by line
6385                 Fix [Edited] when starting to reply/forward
6386
6387 2005-12-06 [paul]       1.9.100cvs69
6388
6389         * src/plugins/clamav/clamav_plugin_gtk.c
6390                 add another tooltip
6391         * src/plugins/spamassassin/spamassassin_gtk.c
6392                 rework spamassassin_create_widget_func()
6393
6394 2005-12-05 [colin]      1.9.100cvs68
6395
6396         * po/POTFILES.in
6397                 Fix make release ;-)
6398
6399 2005-12-05 [colin]      1.9.100cvs67
6400
6401         * src/compose.c
6402         * src/compose.h
6403                 Fix cursor positioning (not obeying %X)
6404
6405 2005-12-05 [paul]       1.9.100cvs66
6406
6407         * src/plugins/dillo_viewer/dillo_prefs.c
6408                 fix compilation warning
6409
6410 2005-12-05 [paul]       1.9.100cvs65
6411
6412         * src/prefs_spelling.c
6413         * src/plugins/trayicon/trayicon.c
6414                 cleanups - remove unused stuff
6415
6416 2005-12-05 [paul]       1.9.100cvs64
6417
6418         * README
6419         * manual/plugins.xml
6420                 remove info about removed mathml_viewer plugin
6421
6422 2005-12-05 [paul]       1.9.100cvs63
6423
6424         * configure.ac
6425         * src/plugins/Makefile.am
6426         * src/plugins/mathml_viewer/.cvsignore
6427         * src/plugins/mathml_viewer/Makefile.am
6428         * src/plugins/mathml_viewer/mathml_viewer.c
6429                 remove unmaintained mathml_viewer plugin
6430
6431 2005-12-05 [paul]       1.9.100cvs62
6432
6433         * src/summaryview.c
6434                 obey prefs_common.always_show_msg when
6435                 moving a msg
6436                 Thanks to Colin
6437
6438 2005-12-05 [paul]       1.9.100cvs61
6439
6440         * src/compose.c
6441         * src/prefs_account.c
6442         * src/prefs_filtering.c
6443         * src/prefs_quote.c
6444         * src/prefs_spelling.c
6445         * src/prefs_toolbar.c
6446         * src/summaryview.c
6447         * src/gtk/gtkutils.c
6448         * src/gtk/quicksearch.c
6449         * src/plugins/dillo_viewer/dillo_prefs.c
6450                 dialog cleanups
6451
6452 2005-12-04 [paul]       1.9.100cvs60
6453
6454         * src/inc.c
6455         * src/prefs_account.c
6456         * src/prefs_account.h
6457                 allow a Local account to specify a
6458                 default inbox
6459                 (closes bug 843 'Inbox cannot be changed for local
6460                  mailboxes')
6461
6462 2005-12-04 [colin]      1.9.100cvs59
6463
6464         * src/plugins/trayicon/trayicon.c
6465                 Remove Get, rename Get All to Get Mail in order to
6466                 be consistent with the default main toolbar
6467
6468 2005-12-03 [colin]      1.9.100cvs58
6469
6470         * manual/gpl.xml
6471         * manual/sylpheed-claws-manual.xml
6472                 Add GPL appendix
6473
6474 2005-12-03 [paul]       1.9.100cvs57
6475
6476         * AUTHORS
6477         * po/sv.po
6478         * src/gtk/authors.h
6479                 new (partially complete) Swedish translation
6480                 by Anders Troback <sylpheed@troback.com>
6481
6482 2005-12-02 [paul]       1.9.100cvs56
6483
6484         * configure.ac
6485                 libetpan 0.41 required
6486
6487 2005-12-02 [paul]       1.9.100cvs55
6488
6489         * src/plugins/clamav/clamav_plugin.c
6490         * src/plugins/clamav/clamav_plugin.h
6491         * src/plugins/clamav/clamav_plugin_gtk.c
6492         * src/plugins/spamassassin/spamassassin.c
6493         * src/plugins/spamassassin/spamassassin.h
6494         * src/plugins/spamassassin/spamassassin_gtk.c
6495                 unregister prefs pages on unloading, thus
6496                 preventing a crash
6497                 (thanks to Colin for the hint)
6498
6499 2005-12-02 [wwp]        1.9.100cvs54
6500
6501         * src/quote_fmt.h
6502         * src/quote_fmt_parse.y
6503                 fix misuse of gboolean*, use gboolean instead
6504                 (thanks to Paul, Colin, for pointing out that scaring one)
6505
6506 2005-12-02 [paul]       1.9.100cvs53
6507
6508         * src/plugins/clamav/clamav_plugin.c
6509                 int no --> unsigned int no
6510         * src/plugins/clamav/clamav_plugin_gtk.c
6511                 rework config page
6512
6513 2005-12-02 [wwp]        1.9.100cvs52
6514
6515         * src/compose.c
6516         * src/prefs_template.c
6517         * src/quote_fmt.h
6518         * src/quote_fmt_parse.y
6519                 prevent from executing |f and |p templates commands when
6520                 adding or replacing templates in prefs (avoids annoying and
6521                 potentially dangerous behaviours)
6522
6523 2005-12-02 [paul]       1.9.100cvs51
6524
6525         * src/prefs_common.c
6526                 allow translation of some default values
6527                 Patch by Fabien Vantard
6528
6529 2005-12-02 [paul]       1.9.100cvs50
6530
6531         * src/codeconv.c
6532         * src/codeconv.h
6533         * src/prefs_common.c
6534         * src/prefs_common.h
6535         * src/prefs_message.c
6536         * src/textview.c
6537                 remove obsolete 'convert_mb_alnum' option
6538                 and related stuff
6539         * src/gtk/about.c
6540                 remove unused 'about_textview_visibility_notify'
6541
6542 2005-12-02 [paul]       1.9.100cvs49
6543
6544         * src/prefs_account.c
6545         * src/prefs_compose_writing.c
6546         * src/prefs_fonts.c
6547         * src/prefs_gtk.h
6548         * src/prefs_image_viewer.c
6549         * src/prefs_message.c
6550         * src/prefs_other.c
6551         * src/prefs_receive.c
6552         * src/prefs_send.c
6553         * src/prefs_spelling.c
6554         * src/prefs_summaries.c
6555         * src/prefs_wrapping.c
6556         * src/plugins/dillo_viewer/dillo_prefs.c
6557         * src/plugins/pgpcore/prefs_gpg.c
6558                 several cleanups to the prefs dialogs
6559                 (slightly modified) patch by Fabien Vantard
6560
6561 2005-12-02 [paul]       1.9.100cvs48
6562
6563         * src/main.c
6564                 --exit means exit
6565         * src/send_message.c
6566                 fix crash on send when connection fails
6567
6568         Thanks to Colin
6569
6570 2005-12-01 [colin]      1.9.100cvs47
6571
6572         * src/html.c
6573                 Translate &hellip; to "..."
6574
6575 2005-11-30 [colin]      1.9.100cvs46
6576
6577         * src/matcher.c
6578         * src/matcher.h
6579                 Optimize back yesterday's fix.
6580
6581 2005-11-30 [paul]       1.9.100cvs45
6582
6583         * manual/faq.xml
6584                 standardised
6585         * manual/intro.xml
6586                 written by Colin, edited by me
6587
6588 2005-11-29 [colin]      1.9.100cvs44
6589
6590         * src/matcher.c
6591                 Skip headers unconditionnaly in match_body if the
6592                 rule is not message or ~message
6593
6594 2005-11-29 [colin]      1.9.100cvs43
6595
6596         * src/matcher.c
6597                 Fix body_part and such, not skipping headers 
6598                 if the matchcriteria wasn't the first in the rule
6599
6600 2005-11-29 [colin]      1.9.100cvs42
6601
6602         * src/compose.c
6603                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6604                 option missing from message view window)
6605                 Fix double text D'n'D with gtk-2.8
6606         * src/matcher.c
6607                 Fix ~message, ~headers_part, ~body_part rules
6608         * src/messageview.c
6609                 Add Windows-1252 (Closes bug #863)
6610                 Fix accels
6611         * src/gtk/gtkaspell.c
6612                 Properly destroy accels in all menus
6613
6614 2005-11-29 [mones]      1.9.100cvs41
6615
6616         * po/es.po
6617                 Updated.
6618
6619 2005-11-27 [colin]      1.9.100cvs40
6620
6621         * src/mh_gtk.c
6622                 "/Remove mailbox" -> "/Remove mailbox..."
6623
6624 2005-11-27 [paul]       1.9.100cvs39
6625
6626         * AUTHORS
6627         * po/de.po
6628         * src/gtk/authors.h
6629                 updated by new maintainer, Stephan Sachse
6630
6631 2005-11-27 [paul]       1.9.100cvs38
6632
6633         * manual/faq.xml
6634                 written by Colin, edited by me
6635
6636 2005-11-27 [paul]       1.9.100cvs37
6637
6638         * src/prefs_common.c
6639         * src/prefs_common.h
6640         * src/prefs_receive.c
6641         * src/prefs_summaries.c
6642                 move 'go to inbox after receiving new mail'
6643                 option from display/sumamaries to mail
6644                 handling/receive, and rework prefs_summaries
6645                 dialog a little
6646
6647 2005-11-25 [martin]     1.9.100cvs36
6648
6649         * po/de.po
6650             fixed windows-1252 translation;
6651             translated some new and fuzzy strings
6652
6653 2005-11-25 [paul]       1.9.100cvs35
6654
6655         * src/plugins/clamav/clamav_plugin.c
6656                 complete the update done in cvs34
6657
6658 2005-11-25 [paul]       1.9.100cvs34
6659
6660         * src/plugins/clamav/clamav_plugin.c
6661                 reflect upstream changes
6662
6663 2005-11-25 [paul]       1.9.100cvs33
6664
6665         * manual/ack.xml
6666         * manual/plugins.xml
6667         * manual/sylpheed-claws-manual.xml
6668                 written/updated by Colin, edited by me
6669         * tools/acroread2sylpheed.pl
6670                 update binary name
6671
6672 2005-11-24 [colin]      1.9.100cvs32
6673
6674         * src/compose.c
6675                 Fix bug #856 (reediting messages forgets Request
6676                 Return Receipt)
6677
6678 2005-11-24 [paul]       1.9.100cvs31
6679
6680         * manual/addrbook.xml
6681         * manual/starting.xml
6682                 written by Colin, proofread, edited, adapted by me
6683         * manual/advanced.xml
6684                 add some Actions examples
6685         * src/importldif.c
6686                 use a Save button instead of a Close button
6687         * src/wizard.c
6688                 indicate mandatory fields
6689                 fix page display
6690                 Thanks to Colin
6691
6692 2005-11-23 [colin]      1.9.100cvs30
6693
6694         * src/addressbook.c
6695                 Rename menu item, fix possible crash after
6696                 deletion of books
6697         * src/addrindex.c
6698                 Allow searching for '*' in ldap
6699         * src/browseldap.c
6700                 Fix "Browse Entry" (did anyone use it?)
6701         * src/wizard.c
6702                 Add guards for mandatory information
6703
6704 2005-11-23 [paul]       1.9.100cvs29
6705
6706         * manual/advanced.xml
6707                 corrections to the English
6708
6709 2005-11-23 [colin]      1.9.100cvs28
6710
6711         * src/mimeview.c
6712                 Fix possible crash at exit. After the call to
6713                 gtk_container_remove(), the Viewer's widget has no
6714                 more parent so gtk+ automatically frees it and its
6715                 sons. If destroy_viewer() then try to access it,
6716                 problems ensue.
6717
6718 2005-11-22 [colin]      1.9.100cvs27
6719
6720         * src/compose.c
6721         * src/gtk/gtkaspell.c
6722                 Fix right-clicking on a misspelled word
6723                 Fix More... in suggestions menu
6724
6725 2005-11-22 [wwp]        1.9.100cvs26
6726
6727         * src/prefs_template.c
6728                 templates works: re-sort templates list when adding or replacing,
6729                 prevent from adding or replacing when the template name is empty
6730
6731 2005-11-21 [colin]      1.9.100cvs25
6732
6733         * src/addressbook.c
6734                 Fix some addressbook suckage (dnd, select all)
6735         * src/compose.c
6736         * src/gtk/gtkaspell.c
6737         * src/gtk/gtkaspell.h
6738                 Make the spellchecker menu work with the 
6739                 GtkTextView one instead of overriding it
6740
6741 2005-11-20 [paul]       1.9.100cvs24
6742
6743         * manual/handling.xml
6744                 proofread and corrected
6745
6746 2005-11-20 [paul]       1.9.100cvs23
6747
6748         * manual/Makefile
6749                 generate html as one file
6750         * manual/advanced.xml
6751                 fix output generation
6752                 reformat hidden options list
6753         * manual/manual.xml     ** REMOVED **
6754         * manual/sylpheed-claws-manual.xml      ** ADDED **
6755                 renamed
6756
6757 2005-11-18 [colin]      1.9.100cvs22
6758
6759         * src/prefs_account.c
6760                 Fix layout in news and mbox accounts
6761         * manual/account.xml
6762         * manual/advanced.xml
6763                 New contents for Paul to check :)
6764
6765 2005-11-18 [wwp]        1.9.100cvs21
6766
6767         * src/gtk/quicksearch.c
6768                 don't update extended quicksearch buttons twice
6769
6770 2005-11-18 [paul]       1.9.100cvs20
6771
6772         * src/textview.c
6773                 complete 1.9.100cvs19
6774
6775 2005-11-18 [paul]       1.9.100cvs19
6776
6777         * src/compose.c
6778                 cosmetic improvements
6779         * src/textview.c
6780                 also list text/* attachments
6781
6782 2005-11-18 [colin]      1.9.100cvs18
6783
6784         * src/summaryview.c
6785                 Use column 0 instead of -1 in 
6786                 gtk_ctree_node_moveto, in a naive
6787                 hope it'll fix the gtk-related crashes
6788
6789 2005-11-18 [colin]      1.9.100cvs17
6790
6791         * src/gtk/inputdialog.c
6792                 Fix icon staying the first one
6793
6794 2005-11-17 [wwp]        1.9.100cvs16
6795                 fix possible problem showing some quicksearch buttons, and a bad
6796                 call to g_return_if_fail in a function that returns a value (both
6797                 fixes by Fabien Vantard)
6798
6799 2005-11-15 [wwp]        1.9.100cvs15
6800
6801         * src/gtk/quicksearch.c
6802                 added a tooltip to that obscure ... quicksearch button
6803
6804 2005-11-15 [wwp]        1.9.100cvs14
6805
6806         * src/gtk/quicksearch.c
6807                 add a quicksearch helper to filtering expression users: the ... button
6808                 raises the condition expr window. condition expressions set up w/ this
6809                 window are used by the quicksearch if the user closes it pressing OK.
6810
6811 2005-11-14 [paul]       1.9.100cvs13
6812
6813         * src/plugins/clamav/clamav_plugin.c
6814         * src/plugins/spamassassin/spamassassin.c
6815                 change plugin type following recent merging
6816
6817 2005-11-14 [wwp]        1.9.100cvs12
6818
6819         * src/folder.c
6820                 prevent from crashing when copying/moving message(s) from and
6821                 to the same folder
6822
6823 2005-11-14 [paul]       1.9.100cvs11
6824
6825         * src/plugins/clamav/Makefile.am
6826         * src/plugins/clamav/clamav_plugin.c
6827         * src/plugins/clamav/clamav_plugin.h
6828         * src/plugins/clamav/clamav_plugin_gtk.c
6829                 also merge clamav and clamav_gtk plugins
6830
6831 2005-11-13 [colin]      1.9.100cvs10
6832
6833         * configure.ac
6834         * src/plugins/spamassassin/Makefile.am
6835         * src/plugins/spamassassin/spamassassin.c
6836         * src/plugins/spamassassin/spamassassin.h
6837         * src/plugins/spamassassin/spamassassin_gtk.c
6838                 Merge spamassassin and spamassassin_gtk plugins,
6839                 and build it by default.
6840
6841 2005-11-12 [colin]      1.9.100cvs9
6842
6843         * src/etpan/imap-thread.c
6844                 Fix gcc warning
6845
6846 2005-11-12 [colin]      1.9.100cvs8
6847
6848         * src/procmime.c
6849                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6850
6851 2005-11-10 [colin]      1.9.100cvs7
6852
6853         * src/main.c
6854                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6855                 minimised state)
6856
6857 2005-11-10 [wwp]        1.9.100cvs6
6858
6859         * src/gtk/description_window.c
6860                 fix a crash when closing description windows using the WM's [X] button
6861
6862 2005-11-09 [colin]      1.9.100cvs5
6863
6864         * src/common/ssl.c
6865                 Update libetpan call to follow upstream
6866                 (yes, this requires libetpan-0.40cvs3)
6867
6868 2005-11-08 [colin]      1.9.100cvs4
6869
6870         * src/compose.c
6871         * src/textview.c
6872         * src/common/utils.c
6873         * src/common/utils.h
6874                 Enhance the email parser
6875
6876 2005-11-08 [colin]      1.9.100cvs3
6877
6878         * src/procmime.c
6879                 Fix what looks like an off-by-one (fixes 
6880                 attachments from the Bat)
6881
6882 2005-11-08 [wwp]        1.9.100cvs2
6883
6884         * src/main.c
6885                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6886
6887 2005-11-08 [wwp]        1.9.100cvs1
6888
6889         * src/main.c
6890                 allow exiting Sylpheed-Claws from command-line
6891
6892 2005-11-08 [paul]       1.9.100
6893
6894         1.9.100 released
6895
6896 2005-11-07 [colin]      1.9.99cvs17
6897
6898         * src/addritem.c
6899         * src/ldif.c
6900                 Fix import of base-64 encoded items
6901
6902 2005-11-07 [colin]      1.9.99cvs16
6903
6904         * src/send_message.c
6905                 Fix bug #314 (Queue does not empty under certain 
6906                 circumstances)
6907
6908 2005-11-07 [paul]       1.9.99cvs15
6909
6910         * src/mutt.c
6911         * src/pine.c
6912                 fix buffer overflows
6913                 Thanks to Colin
6914
6915 2005-11-07 [paul]       1.9.99cvs14
6916
6917         * doc/man/Makefile.am
6918         * doc/man/sylpheed-claws.1      ** ADDED **
6919         * doc/man/sylpheed.1            ** DELETED **
6920                 rename and update the man file
6921
6922 2005-11-06 [colin]      1.9.99cvs13
6923
6924         * src/ldif.c
6925                 Fix ldif_get_line() that returned empty strings
6926                 (Didn't understand why). Also fix a possible
6927                 buffer overflow.
6928
6929 2005-11-06 [wwp]        1.9.99cvs12
6930
6931         * src/textview.c
6932         * src/gtk/about.c
6933         * src/gtk/gtkutils.c
6934         * src/gtk/gtkutils.h
6935                 fix a compilation warning,
6936                 make links sensitive in the about dialog
6937
6938 2005-11-04 [wwp]        1.9.99cvs11
6939
6940         * src/gtk/about.c
6941                 don't wrap or translate URIs, and a bit text format cleanup
6942
6943 2005-11-04 [wwp]        1.9.99cvs10
6944
6945         * src/gtk/about.c
6946                 better textview tagging implementation (no more use of marks for
6947                 postponed tagging)
6948
6949 2005-11-02 [colin]      1.9.99cvs9
6950
6951         * src/common/ssl.c
6952                 Forgot an ifdef
6953
6954 2005-11-02 [colin]      1.9.99cvs8
6955
6956         * configure.ac
6957                 Require libetpan-0.40 due to upstream fix
6958         * src/common/ssl.c
6959                 Tell libetpan not to call SSL_Library_Init,
6960                 as we do it ourselves.
6961
6962 2005-11-02 [colin]      1.9.99cvs7
6963
6964         * po/POTFILES.in
6965                 Add missing files (thanks to Fabien Vantard)
6966
6967 2005-11-02 [colin]      1.9.99cvs6
6968
6969         * src/summaryview.c
6970                 Fix totals when read messages are hidden or quicksearch
6971                 is on
6972         * src/ssl_manager.c
6973         * src/ssl_manager.h
6974         * src/common/ssl_certificate.c
6975         * src/common/ssl_certificate.h
6976         * src/gtk/sslcertwindow.c
6977         * src/gtk/sslcertwindow.h
6978                 Fix copyright on my stuff
6979
6980 2005-11-02 [wwp]        1.9.99cvs5
6981
6982         * src/prefs_themes.c
6983                 fix directory name checking (theme installation/removal),
6984                 made related error a bit more verbose
6985
6986 2005-11-02 [colin]      1.9.99cvs4
6987
6988         * src/summaryview.c
6989                 Fix typo (probably fixes bug #841 (Sort by the From 
6990                 field doesn't work)
6991
6992 2005-11-02 [paul]       1.9.99cvs3
6993
6994         * po/ko.po
6995         * po/nb.po
6996                 updated by SungHyun Nam, Geir Helland
6997         * src/wizard.c
6998                 fix typo in welcome message. spotted by
6999                 Andrea Spadaccini
7000
7001 2005-11-01 [colin]      1.9.99cvs2
7002
7003         * src/compose.c
7004                 Fix replying to ml wen confirming subscription
7005         * src/messageview.c
7006         * src/mimeview.c
7007         * src/mimeview.h
7008         * src/privacy.h
7009         * src/summaryview.c
7010                 Make key check non blocking
7011
7012 2005-10-31 [paul]       1.9.99cvs1
7013
7014         * tools/claws.i18n.status.pl
7015                 updated for ChangeLog
7016
7017 2005-10-31 [paul]       1.9.99
7018
7019         1.9.99 released
7020
7021 2005-10-31 [paul]       1.9.15cvs131
7022
7023         * .cvsignore
7024         * ChangeLog
7025         * ChangeLog.claws       ** REMOVED **
7026         * ChangeLog-gtk2.claws  ** REMOVED **
7027         * ChangeLog.gtk1        ** ADDED **
7028         * INSTALL
7029         * Makefile.am
7030         * NEWS
7031         * README
7032         * README.claws          ** REMOVED **
7033         * README.jp             ** REMOVED **
7034         * RELEASE_NOTES         ** ADDED **
7035         * RELEASE_NOTES.claws   ** REMOVED **
7036         * commitHelper
7037         * configure.ac
7038         * sylpheed.spec.in      ** REMOVED **
7039                 tidy up and update the default docs:
7040                 ChangeLog.claws is renamed ChangeLog.gtk1
7041                 ChangeLog-gtk2.claws is renamed ChangeLog
7042                 README.claws is renamed README
7043                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7044
7045 2005-10-31 [paul]       1.9.15cvs130
7046
7047         * po/it.po
7048                 fix errors
7049
7050 2005-10-31 [paul]       1.9.15cvs129
7051
7052         * po/ca.po
7053         * po/de.po
7054         * po/en_GB.po
7055         * po/fr.po
7056         * po/it.po
7057         * po/pt_BR.po
7058         * po/sk.po
7059         * po/sr.po
7060         * po/zh_CN.po
7061                 updated by Miquel Oliete, Stephan Sachse and
7062                 Thomas Gilgin, me, Fabien Vantard, Andrea
7063                 Spadaccini, Frederico Goncalves Guimaraes,
7064                 Andrej Kacian, Aleksandar Urosevic, and
7065                 Ralgh Young.
7066
7067 2005-10-31 [mones]      1.9.15cvs128
7068
7069         * manual/faq.xml
7070                 More questions.
7071         
7072         * po/es.po
7073                 Updated for release.
7074
7075 2005-10-30 [colin]      1.9.15cvs127
7076
7077         * src/compose.c
7078                 Place cursor before rewrapping (fixes cursor
7079                 pos if quotation gets rewrapped)
7080
7081 2005-10-29 [paul]       1.9.15cvs126
7082
7083         * src/crash.c
7084         * src/foldersel.c
7085         * src/main.c
7086         * src/messageview.c
7087         * src/toolbar.c
7088         * src/gtk/authors.h
7089                 corrections to text items
7090
7091 2005-10-28 [colin]      1.9.15cvs125
7092
7093         * src/messageview.c
7094                 Make "hit 'C' to check sig" work from extern 
7095                 messageviews
7096
7097 2005-10-27 [colin]      1.9.15cvs124
7098
7099         * src/summaryview.c
7100                 Add a hack to avoid segfaulting when hammering 
7101                 on gtk's events
7102
7103 2005-10-27 [wwp]        1.9.15cvs123
7104
7105         * src/prefs_themes.c
7106                 sort list of themes names in themes prefs
7107
7108 2005-10-27 [paul]       1.9.15cvs122
7109
7110         * src/folder.c
7111         * src/prefs_account.c
7112                 fix building on Solaris
7113                 Patch by Alex Moore
7114
7115 2005-10-27 [wwp]        1.9.15cvs121
7116
7117         * src/summaryview.c
7118         * src/gtk/gtksctree.c
7119                 speed up unselecting messages in summary view (thanks to Colin)
7120
7121 2005-10-27 [paul]       1.9.15cvs120
7122
7123         * src/mainwindow.c
7124                 fix a compilation warning
7125         * src/summaryview.c
7126                 fix updating of 'n items selected' count
7127                 when deselecting
7128
7129 2005-10-27 [martin]     1.9.15cvs119
7130
7131         * src/action.c
7132                 ignore actions with a leading '/' in the action menu name
7133                 fixes a crash on menu creation
7134         * src/prefs_actions.c
7135                 do not allow a leading '/' in the action menu name
7136
7137 2005-10-27 [paul]       1.9.15cvs118
7138
7139         * src/main.c
7140                 fix compilation warning
7141
7142 2005-10-27 [paul]       1.9.15cvs117
7143
7144         * src/procmime.c
7145                 add #if HAVE_LOCALE_H
7146
7147 2005-10-27 [paul]       1.9.15cvs116
7148
7149         * src/plugins/clamav/clamav_plugin.c
7150         * src/plugins/dillo_viewer/dillo_viewer.c
7151         * src/plugins/mathml_viewer/mathml_viewer.c
7152         * src/plugins/pgpcore/plugin.c
7153         * src/plugins/pgpinline/plugin.c
7154         * src/plugins/pgpmime/plugin.c
7155         * src/plugins/spamassassin/spamassassin.c
7156         * src/plugins/trayicon/trayicon.c
7157                 plugin_init() : make error messages more
7158                 informative
7159
7160 2005-10-26 [wwp]        1.9.15cvs115
7161
7162         * src/prefs_matcher.c
7163                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7164
7165 2005-10-26 [wwp]        1.9.15cvs114
7166
7167         * src/procmime.c
7168         * src/gtk/gtksctree.c
7169         * src/plugins/spamassassin/libspamc.c
7170         * src/plugins/spamassassin/spamassassin.c
7171                 fix some compilation warnings more
7172
7173 2005-10-26 [mones]      1.9.15cvs113
7174
7175         * po/es.po
7176                 Updated translation
7177
7178 2005-10-26 [paul]       1.9.15cvs112
7179
7180         * src/prefs_message.c
7181                 give all display_xface stuff the
7182                 #if HAVE_LIBCOMPFACE treatment, thus
7183                 preventing a crash
7184                 (Thanks to Wolfgang Enderlein)
7185
7186 2005-10-26 [colin]      1.9.15cvs111
7187
7188         * src/gedit-print.c
7189                 Fix date format
7190         * src/imap_gtk.c
7191         * src/news_gtk.c
7192                 Remove context menu items that should not be there
7193         * src/jpilot.c
7194                 Fix encoding
7195         * src/main.c
7196         * src/mainwindow.c
7197                 Don't show the mainwindow too soon
7198
7199 2005-10-26 [wwp]        1.9.15cvs110
7200
7201         * src/folder.c
7202         * src/manual.c
7203         * src/summaryview.c
7204                 fix uninitialized pointers in the folder updating hook
7205                 (thanks to Colin)
7206
7207 2005-10-25 [mones]      1.9.15cvs109
7208
7209         * manual/faq.xml
7210                 General information subsection completed. 
7211                 Removed archaic references.
7212                 
7213         * manual/Makefile
7214         * manual/dtd/manual.dsl
7215                 Added customization stylesheet for getting paragraphs
7216                 fully justified in PDF output (as suggested by Colin).
7217
7218 2005-10-25 [colin]      1.9.15cvs108
7219
7220         * src/compose.c
7221                 Fix a second leak
7222
7223 2005-10-25 [colin]      1.9.15cvs107
7224
7225         * src/addrbook.c
7226         * src/addrindex.c
7227                 Fix leak (xml_get_element() allocates memory)
7228         * src/compose.c
7229                 Fix leak + dead code (shame!)
7230         * src/procmime.c
7231                 Fix leak
7232
7233 2005-10-25 [colin]      1.9.15cvs106
7234
7235         * src/mimeview.c
7236                 Fix encoding issue in Save all and in 
7237                 overwrite-confirmation alertpanel
7238
7239 2005-10-25 [colin]      1.9.15cvs105
7240
7241         * src/common/socket.c
7242                 Fix a leak - Thanks to Christopher Aillon
7243                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7244
7245 2005-10-25 [paul]       1.9.15cvs104
7246
7247         * src/wizard.c
7248                 Always guess servers from the right-hand
7249                 email part and guess username from the
7250                 left-hand part. (Thanks to Colin)
7251                 add an X-Face to the welcome message
7252
7253 2005-10-25 [paul]       1.9.15cvs103
7254
7255         * manual/handling.xml
7256                 written by Colin, edited by me
7257
7258 2005-10-25 [wwp]        1.9.15cvs102
7259
7260         * src/folderview.c
7261         * src/grouplistdialog.c
7262         * src/imap.c
7263         * src/noticeview.c
7264                 fix some compilation warnings
7265
7266 2005-10-24 [paul]
7267
7268         1.9.99-rc3 released
7269
7270 2005-10-24 [paul]       1.9.15cvs101
7271
7272         * src/gtk/about.c
7273                 fix window sizing
7274
7275 2005-10-24 [paul]       1.9.15cvs100
7276
7277         * src/pixmaps/offline.xpm
7278         * src/pixmaps/online.xpm
7279                 replace with last default versions
7280
7281 2005-10-24 [colin]      1.9.15cvs99
7282
7283         * src/imap.c
7284                 Fix bug when moving a folder
7285         * src/imap_gtk.c
7286         * src/mh_gtk.c
7287                 "Delete folder" pops up a window, so it 
7288                 should be suffixed with "..."
7289         * src/plugins/pgpcore/sgpgme.c
7290                 Include locale.h
7291
7292 2005-10-24 [mones]      1.9.15cvs98
7293
7294         * manual/Makefile
7295         * manual/account.xml
7296         * manual/ack.xml
7297         * manual/addrbook.xml
7298         * manual/advanced.xml
7299         * manual/faq.xml
7300         * manual/glossary.xml
7301         * manual/gpl.xml
7302         * manual/handling.xml
7303         * manual/intro.xml
7304         * manual/keyboard.xml
7305         * manual/manual.xml
7306         * manual/plugins.xml
7307         * manual/starting.xml
7308         * manual/dtd/sdocbook.dtd
7309                 Initial manual structure and some content.
7310
7311 2005-10-23 [wwp]        1.9.15cvs97
7312
7313         * src/gtk/about.c
7314                 fix a typo
7315
7316 2005-10-23 [wwp]        1.9.15cvs96
7317
7318         * src/gtk/about.c
7319         * src/gtk/authors.h
7320                 rework of the about window (main work by Paul), also featuring a few
7321                 fixes for typos and duplicate names
7322
7323 2005-10-23 [wwp]        1.9.15cvs95
7324
7325         * src/.cvsignore
7326                 Ignore the right binary name (sylpheed-claws now)
7327
7328 2005-10-23 [paul]       1.9.15cvs94
7329
7330         * src/compose.c
7331                 when using Folder Pref 'Default To for
7332                 replies' make the entry in the Compose
7333                 window bold
7334                 Patch by Fabien Vantard
7335
7336 2005-10-22 [colin]      1.9.15cvs93
7337
7338         * src/codeconv.c
7339                 Fix leak
7340
7341 2005-10-22 [colin]      1.9.15cvs92
7342
7343         * src/codeconv.c
7344                 try to convert using locale (apart utf8) if necessary
7345
7346 2005-10-22 [colin]      1.9.15cvs91
7347
7348         * src/pixmaps/new.xpm
7349         * src/pixmaps/unread.xpm
7350                 Make the unread envelope blue again and
7351                 saturate the new one a bit more.
7352
7353 2005-10-22 [colin]      1.9.15cvs90
7354
7355         * src/compose.c
7356                 When replying to a mail sent by one of our accounts,
7357                 use the original list of recipients. Let 'Reply All'
7358                 and 'Reply to sender' work like previously.
7359
7360 2005-10-21 [colin]      1.9.15cvs89
7361
7362         * src/prefs_filtering.c
7363                 Clear fields after add and replace
7364         * src/textview.c
7365                 Display xface differently (better)
7366         * src/plugins/pgpinline/pgpinline.c
7367                 Fix crappy encodings/recodings
7368
7369 2005-10-21 [paul]       1.9.15cvs88
7370
7371         * src/compose.c
7372         * src/prefs_folder_item.c
7373         * src/toolbar.c
7374                 fix news folder Folder Properties
7375                 (thanks to Colin)
7376         * src/folderview.c
7377                 update folderview after Themes change
7378                 keep selected folder selected
7379                 (thanks to Colin)
7380
7381 2005-10-21 [paul]       1.9.15cvs87
7382
7383         * tools/Makefile.am
7384         * tools/OOo2sylpheed.pl
7385         * tools/README
7386         * tools/README.sylprint
7387         * tools/asus_mailled.sh         ** REMOVED **
7388         * tools/filter_conv.pl
7389         * tools/freshmeat_search.pl
7390         * tools/google_search.pl
7391         * tools/gpg-sign-syl            ** REMOVED **
7392         * tools/kmail2sylpheed.pl
7393         * tools/kmail2sylpheed_v2.pl
7394         * tools/multiwebsearch.pl
7395         * tools/nautilus2sylpheed.sh
7396         * tools/newscache_clean.pl
7397         * tools/outlook2sylpheed.pl
7398         * tools/sylpheed-switcher       ** REMOVED **
7399         * tools/sylprint.pl
7400         * tools/sylprint.rc
7401         * tools/tb2sylpheed
7402         * tools/vcard2xml.py
7403         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7404                 update default config dir
7405                 update binary name (thanks to Fabien Vantard)
7406                 remove obsolete scripts
7407
7408 2005-10-21 [colin]      1.9.15cvs86
7409
7410         * src/inc.c
7411                 Fix possible leak and units. Based on a patch by
7412                 Fabien Vantard.
7413
7414 2005-10-20 [colin]      1.9.15cvs85
7415
7416         * src/textview.c
7417                 Clear xface when clearing textview
7418
7419 2005-10-20 [colin]      1.9.15cvs84
7420
7421         * configure.ac
7422         * src/folderview.c
7423         * src/headerview.c
7424         * src/main.c
7425         * src/prefs_common.c
7426         * src/prefs_common.h
7427         * src/prefs_message.c
7428         * src/textview.c
7429         * src/textview.h
7430         * src/common/defs.h
7431         * src/common/utils.c
7432         * src/common/utils.h
7433         * src/gtk/gtkutils.c
7434         * src/gtk/gtkutils.h
7435                 Migrate config to .sylpheed-claws (Automatically)
7436                 Add a way to get the Xface in the TextView
7437
7438 2005-10-20 [colin]      1.9.15cvs83
7439
7440         * src/gtk/Makefile.am
7441         * src/gtk/about.c
7442         * src/gtk/authors.h
7443                 Make the about dialog *grooovy*
7444
7445 2005-10-20 [colin]      1.9.15cvs82
7446
7447         * src/mimeview.c
7448                 Use "Open with" on double click if no command
7449                 was found
7450
7451 2005-10-20 [colin]      1.9.15cvs81
7452
7453         * src/imap.c
7454         * src/etpan/imap-thread.c
7455                 Fix possible crash.
7456
7457 2005-10-20 [paul]       1.9.15cvs80
7458
7459         * src/folder.c
7460                 don't show clipkey icon if the only
7461                 attachment is the signature
7462                 Patch by Colin
7463
7464 2005-10-20 [paul]       1.9.15cvs79
7465
7466         * AUTHORS
7467         * src/plugins/pgpmime/pgpmime.c
7468                 name the PGP/MIME signature 'signature.asc'
7469                 Patch by Andrew Nelson <freeandy@gmail.com>
7470
7471 2005-10-19 [colin]      1.9.15cvs78
7472
7473         * src/plugins/pgpmime/pgpmime.c
7474                 Oops, no need to double-check though
7475
7476 2005-10-19 [colin]      1.9.15cvs77
7477
7478         * src/plugins/pgpinline/pgpinline.c
7479         * src/plugins/pgpmime/pgpmime.c
7480                 Check that my_tmpfile() doesn't 
7481                 return NULL
7482
7483 2005-10-19 [colin]      1.9.15cvs76
7484
7485         * src/common/utils.c
7486                 Use shorter mime boundaries to avoid having
7487                 MTAs rewrapping our headers, breaking the
7488                 PGP signature in the process 
7489         * src/compose.c
7490         * src/plugins/pgpmime/pgpmime.c
7491                 Check for boundary uniqueness to be sure
7492                 it won't happen, instead of hoping for the
7493                 best
7494
7495 2005-10-19 [colin]      1.9.15cvs75
7496
7497         * sylpheed-claws.desktop
7498         * src/Makefile.am
7499         * src/main.c
7500                 Ship a sylpheed-claws binary instead
7501                 of a sylpheed one. Change the socket
7502                 name, too
7503         * src/folderview.c
7504                 Update folder only if it changed
7505         * src/wizard.c
7506                 Fix i18n in welcome mail, patch by
7507                 Fabien Vantard
7508
7509 2005-10-19 [paul]
7510
7511         1.9.99-rc2 released
7512
7513 2005-10-19 [paul]       1.9.15cvs74
7514
7515         * src/folder.c
7516         * src/folderview.c
7517                 fix summaryview update
7518                 Patch by Colin
7519
7520 2005-10-18 [colin]      1.9.15cvs73
7521
7522         * src/plugins/pgpcore/passphrase.c
7523                 Don't XGrabServer, and try a bit more to 
7524                 sync everything before grabbing mouse/keyboard
7525
7526 2005-10-18 [colin]      1.9.15cvs72
7527
7528         * src/Makefile.am
7529         * src/addressadd.c
7530         * src/addressbook.c
7531         * src/folderview.c
7532         * src/grouplistdialog.c
7533         * src/mimeview.c
7534         * src/stock_pixmap.c
7535         * src/stock_pixmap.h
7536         * src/summaryview.c
7537         * src/gtk/gtksctree.c
7538         * src/gtk/gtksctree.h
7539         * src/pixmaps/empty.xpm
7540                 Implement a wrapper call for gtk_ctree_set_node_info
7541                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7542                 pixmap instead of a NULL one. This works around some
7543                 memory problems deep inside gtk, revealed by valgrind,
7544                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7545                 as locked crashes sylpheed.), as well as, probably, 
7546                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7547
7548 2005-10-17 [colin]      1.9.15cvs71
7549
7550         * src/mimeview.c
7551                 Provide visual feedback when checking
7552                 signature
7553
7554 2005-10-17 [colin]      1.9.15cvs70
7555
7556         * src/main.c
7557                 Keep the folder list frozen while checking caches...
7558
7559 2005-10-17 [colin]      1.9.15cvs69
7560
7561         * src/addr_compl.c
7562                 Fi bug #833 (Autocompleting from addressbook 
7563                 fails with extended chars)
7564         * src/imap.c
7565                 Fix 'adding messages' staying in statusbar
7566                 after an error
7567
7568 2005-10-17 [wwp]        1.9.15cvs68
7569
7570         * src/ssl_manager.c
7571                 Fix buttons' layout resizing when window size changes
7572
7573 2005-10-17 [wwp]        1.9.15cvs67
7574
7575         * src/account.c
7576         * src/prefs_account.c
7577         * src/prefs_common.c
7578         * src/prefs_common.h
7579         * src/prefs_folder_item.c
7580         * src/prefs_gtk.c
7581         * src/gtk/logwindow.c
7582         * src/gtk/pluginwindow.c
7583         * src/gtk/prefswindow.c
7584         * src/gtk/prefswindow.h
7585                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7586
7587 2005-10-17 [paul]       1.9.15cvs66
7588
7589         * configure.ac
7590                 fix missing libetpan message
7591         * po/en_GB.po
7592                 updated
7593         * src/crash.c
7594         * src/manual.c
7595         * src/prefs_themes.c
7596         * src/common/defs.h
7597                 add some new URI defines, change some
7598                 others
7599         * src/wizard.c
7600                 make welcome message translatable
7601                 small improvements to english
7602                 other tweaks
7603         * src/gtk/menu.c
7604                 fix warnings
7605
7606 2005-10-17 [paul]       1.9.15cvs65
7607
7608         * src/summaryview.c
7609                 fix column titles
7610
7611 2005-10-16 [mones]      1.9.15cvs64
7612
7613         * po/es.po
7614                 Updated translation
7615
7616 2005-10-16 [colin]
7617
7618         1.9.99-rc1 released
7619
7620 2005-10-16 [colin]      1.9.15cvs63
7621
7622         * src/wizard.c
7623                 Fix whitespace
7624
7625 2005-10-16 [colin]      1.9.15cvs62
7626
7627         * src/toolbar.c
7628                 s/Get All/Get Mail/
7629         * src/wizard.c
7630                 Real welcome mail text, thanks Paul
7631
7632 2005-10-16 [colin]      1.9.15cvs61
7633
7634         * src/editldap.c
7635         * src/exporthtml.c
7636         * src/main.c
7637         * src/mainwindow.c
7638         * src/prefs_themes.c
7639         * src/prefs_toolbar.c
7640         * src/plugins/demo/demo.c
7641         * src/plugins/trayicon/trayicon.c
7642                 s/Sylpheed/Sylpheed-Claws/
7643
7644 2005-10-16 [colin]      1.9.15cvs60
7645
7646         * src/wizard.c
7647                 Add a welcome email in the first empty mailbox
7648         * src/prefs_common.c
7649                 Change one more default
7650
7651 2005-10-16 [colin]      1.9.15cvs59
7652
7653         * src/wizard.c
7654                 Remove printf
7655
7656 2005-10-16 [colin]      1.9.15cvs58
7657
7658         * src/toolbar.c
7659         * src/prefs_common.c
7660                 Change some defaults
7661
7662 2005-10-16 [colin]      1.9.15cvs57
7663
7664         * src/toolbar.c
7665         * src/prefs_common.c
7666                 Change some defaults
7667
7668 2005-10-16 [colin]      1.9.15cvs56
7669
7670         * src/wizard.c
7671                 By default, initialize fonts to have
7672                 the same size as normal GtkWidgets
7673
7674 2005-10-16 [colin]      1.9.15cvs55
7675
7676         * src/mimeview.c
7677                 Fix message a bit more
7678
7679 2005-10-16 [colin]      1.9.15cvs54
7680
7681         * src/addressbook.c
7682                 Second attempt at flicker fixing
7683
7684 2005-10-16 [colin]      1.9.15cvs53
7685
7686         * src/addressbook.c
7687                 Fix flicker
7688
7689 2005-10-16 [wwp]        1.9.15cvs52
7690
7691         * src/addressbook.c
7692         * src/editaddress.c
7693         * src/prefs_common.c
7694         * src/prefs_common.h
7695                 Remember window sizes (address book)
7696
7697 2005-10-16 [wwp]        1.9.15cvs51
7698
7699         * src/plugins/clamav/clamav_plugin_gtk.c
7700         * src/plugins/spamassassin/spamassassin_gtk.c
7701                 Fix compilation warnings (missing #include).
7702
7703 2005-10-16 [colin]      1.9.15cvs50
7704
7705         * src/mimeview.c
7706         * src/summaryview.c
7707         * src/textview.c
7708                 Make 'c' check signature, and forward
7709                 c, l, y, t from summaryview to mimeview
7710
7711 2005-10-16 [colin]      1.9.15cvs49
7712
7713         * src/addressbook.c
7714                 Put border around buttons
7715         * src/mainwindow.c
7716         * src/summaryview.c
7717                 Rework menus (Patch based on a patch
7718                 by Paul)
7719
7720 2005-10-15 [wwp]        1.9.15cvs48
7721
7722         * src/editjpilot.c
7723         * src/editldap.c
7724         * src/editvcard.c
7725         * src/exphtmldlg.c
7726         * src/expldifdlg.c
7727         * src/export.c
7728         * src/import.c
7729         * src/importldif.c
7730         * src/importmutt.c
7731         * src/importpine.c
7732         * src/prefs_account.c
7733         * src/prefs_spelling.c
7734         * src/gtk/gtkutils.c
7735         * src/gtk/gtkutils.h
7736         * src/plugins/clamav/clamav_plugin_gtk.c
7737         * src/plugins/spamassassin/spamassassin_gtk.c
7738                 use nicer browse-for-file/dir buttons than the "..." ones,
7739                 code factorizing more.
7740
7741 2005-10-14 [colin]      1.9.15cvs47
7742
7743         * src/mainwindow.c
7744                 set relief on the account switcher so that people see it
7745                 grey out Create processing rules when no message is selected
7746         * src/prefs_filtering.c
7747                 ask before closing if the rule has not been modified, even if
7748                 it's not valid
7749         * src/prefs_matcher.c
7750                 fix sensitivity when entering the dialog
7751         * src/gtk/inputdialog.c
7752                 display a better icon on password ask
7753         * src/plugins/pgpcore/passphrase.c
7754                 make the dialog look better
7755
7756 2005-10-14 [paul]       1.9.15cvs46
7757
7758         * src/folderview.c
7759                 indicate presense of marked msgs in
7760                 unexpanded subfolders
7761
7762 2005-10-14 [paul]       1.9.15cvs45
7763
7764         * src/prefs_actions.c
7765         * src/prefs_common.c
7766         * src/prefs_common.h
7767         * src/prefs_filtering_action.c
7768         * src/prefs_matcher.c
7769         * src/prefs_template.c
7770                 remember window sizes
7771                 fix Info button size
7772
7773         Patches by wwp
7774
7775 2005-10-13 [colin]      1.9.15cvs44
7776
7777         * src/mimeview.c
7778         * src/noticeview.c
7779         * src/noticeview.h
7780                 Add a tooltip on the icon (optional) 
7781                 Get rid of the signature buttons and only
7782                 use the icon+tooltip
7783
7784 2005-10-13 [colin]      1.9.15cvs43
7785
7786         * src/noticeview.c
7787         * src/noticeview.h
7788                 Add hand cursor for hovering over icon
7789
7790 2005-10-13 [colin]      1.9.15cvs42
7791
7792         * src/summaryview.c
7793                 Fix crash when quicksearch's hidden 
7794                 at startup
7795
7796 2005-10-13 [colin]      1.9.15cvs41
7797
7798         * src/compose.c
7799                 Set subject when forwarding multiple mails
7800                 Check that other recipient than the default Cc or Bcc
7801                 have been set before sending.
7802
7803 2005-10-13 [colin]      1.9.15cvs40
7804
7805         * src/imap.c
7806                 Batch per-folder
7807                 Introduce locking, but don't use it yet
7808
7809 2005-10-13 [colin]      1.9.15cvs39
7810
7811         * src/gtk/quicksearch.c
7812                 Reset quicksearch when hiding it
7813                 Make sticky a real pref
7814
7815 2005-10-13 [colin]      1.9.15cvs38
7816
7817         * src/summaryview.c
7818                 Faster prefs apply
7819
7820 2005-10-13 [colin]      1.9.15cvs37
7821
7822         * src/mimeview.c
7823         * src/noticeview.c
7824         * src/noticeview.h
7825         * src/plugins/pgpcore/sgpgme.c
7826                 Make privacy icon clickable
7827                 Move Trust field in Full info
7828                 When trust is less than full, don't display
7829                 a warning icon
7830
7831 2005-10-13 [colin]      1.9.15cvs36
7832
7833         * src/folder.c
7834                 Batch on flags sync
7835         * src/folderview.c
7836                 Revert speed hack which is dangerous in fact
7837                 Apply prefs faster
7838
7839 2005-10-13 [colin]      1.9.15cvs35
7840
7841         * src/folder_item_prefs.c
7842                 Fix pref corruption on folder move. Patch
7843                 by wwp
7844
7845 2005-10-13 [paul]       1.9.15cvs34
7846
7847         * src/export.c
7848         * src/import.c
7849                 fix typos in g_warnings
7850         * src/prefs_account.c
7851                 add a file selector for Signature file
7852
7853         Patches by wwp
7854
7855 2005-10-12 [colin]      1.9.15cvs33
7856
7857         * src/mimeview.c
7858                 Provide a quick way to go back from a
7859                 signature's full info to the email part
7860
7861 2005-10-12 [colin]      1.9.15cvs32
7862
7863         * src/compose.c
7864                 Remove old hack of encoding signed mails with base64.
7865                 QP works equally well.
7866
7867 2005-10-12 [colin]      1.9.15cvs31
7868
7869         * src/crash.c
7870                 Replace deprecated GtkText with GtkTextView
7871         * src/imap.c
7872                 Fix a logic bug about counts in imap_select
7873                 (previously un-triggered)
7874         * src/mainwindow.c
7875         * src/summaryview.c
7876         * src/news.c
7877                 Allow local deletion of news posts
7878         * src/mimeview.c
7879                 Show GPG noticeview on the message/rfc822 part
7880                 in addition to the text/plain one
7881         * src/prefs_image_viewer.c
7882           src/plugins/pgpcore/prefs_gpg.c
7883                 Polish (set the label as part of the checkbox)
7884         * src/wizard.c
7885                 Don't sit there doing nothing after destroying
7886                 the window - return err
7887
7888 2005-10-11 [colin]      1.9.15cvs30
7889
7890         * src/folderview.c
7891                 Apply processing rules before showing folders.
7892                 Early folder show (before flags sync) will only
7893                 be done when there are no processing rules (nor
7894                 pre- or post- ones)
7895         * src/imap.c
7896                 Fix stuff related to mail subdir, creation and 
7897                 deletion of folders 
7898         * src/imap_gtk.c
7899                 Don't allow creation of folders in NoInferior
7900                 folders, as it won't work
7901
7902 2005-10-10 [colin]      1.9.15cvs29
7903
7904         * src/compose.c
7905                 Reselect "None" Privacy system when selecting an
7906                 account with no privacy system defined
7907
7908 2005-10-10 [colin]      1.9.15cvs28
7909
7910         * src/mainwindow.c
7911                 Add Windows-1252 encoding
7912         * src/prefs_common.c
7913                 Rework some defaults:
7914                 - autosave to draft by default
7915                 - don't show header pane (it's already in the textview)
7916                 - Select first new or unread mail on entry
7917                 - Assume 'Yes' to change folder when there's no more
7918                   unread message
7919         * src/prefs_matcher.c
7920                 Fix a gtk assertion failure
7921         * src/gtk/colorlabel.c
7922                 Workaround bad repainting on selection
7923         * src/main.c
7924                 Freeze/thaw (a bit faster on ssh -X)
7925         * src/msgcache.c
7926                 Get rid of StrdupConverter that just adds an
7927                 extra strdup/free 
7928         * src/etpan/imap_thread.c
7929                 memset buf to 0
7930
7931 2005-10-10 [colin]      1.9.15cvs27
7932
7933         * src/export.c
7934         * src/import.c
7935                 Fix compile on gtk 2.4. Patch by wwp
7936
7937 2005-10-09 [colin]      1.9.15cvs26
7938
7939         * src/mainwindow.c
7940         * src/messageview.c
7941         * src/summaryview.c
7942                 Clarify forward menus. Patch by wwp
7943
7944 2005-10-09 [colin]      1.9.15cvs25
7945
7946         * src/compose.c
7947         * src/compose.h
7948                 Fix bug #829 (Non-working "Encrypt message by 
7949                 default when replying to an encrypted message")
7950
7951 2005-10-08 [colin]      1.9.15cvs24
7952
7953         * src/wizard.c
7954                 Fix bug #827 ("Welcome" setup wizard after a 
7955                 permission error gives up & forgets itself.)
7956
7957 2005-10-08 [colin]      1.9.15cvs23
7958
7959         * src/procmime.c
7960                 Fix bug #828 (Ignoring headers with spaces around = sign)
7961
7962 2005-10-08 [colin]      1.9.15cvs22
7963
7964         * src/export.c
7965                 Warning fix by wwp
7966
7967 2005-10-08 [colin]      1.9.15cvs21
7968
7969         * src/folder.c
7970         * src/folder.h
7971                 Add a processing_pending indicator, set on 
7972                 folder_item_open and cleared after 
7973                 folder_item_process_open
7974         * src/folderview.c
7975         * src/summaryview.c
7976                 wrap procmsg_msginfo_*_flags, and in the
7977                 wrapper check that there's no folder processing 
7978                 pending. If there is, defer the flags change until 
7979                 processing is done to avoid stepping over each
7980                 other's toes.
7981                 Freeze during processing, but not during scanning.
7982
7983 2005-10-07 [colin]      1.9.15cvs20
7984
7985         * src/plugins/pgpcore/passphrase.c
7986                 Fix bug #826 (X-Server hangs when 
7987                 right-clicking a PGP encrypted message)
7988
7989 2005-10-07 [paul]       1.9.15cvs19
7990
7991         * src/compose.c
7992                 fix compose_entries[]
7993                 patch by Fabien Vantard
7994
7995 2005-10-06 [colin]      1.9.15cvs18
7996
7997         * src/pixmaps/address.xpm
7998         * src/pixmaps/address_book.xpm
7999         * src/pixmaps/book.xpm
8000         * src/pixmaps/check_spelling.xpm
8001         * src/pixmaps/checkbox_off.xpm
8002         * src/pixmaps/checkbox_on.xpm
8003         * src/pixmaps/close.xpm
8004         * src/pixmaps/complete.xpm
8005         * src/pixmaps/continue.xpm
8006         * src/pixmaps/deleted.xpm
8007         * src/pixmaps/down_arrow.xpm
8008         * src/pixmaps/exec.xpm
8009         * src/pixmaps/forwarded.xpm
8010         * src/pixmaps/group.xpm
8011         * src/pixmaps/ignorethread.xpm
8012         * src/pixmaps/interface.xpm
8013         * src/pixmaps/jpilot.xpm
8014         * src/pixmaps/ldap.xpm
8015         * src/pixmaps/linewrap.xpm
8016         * src/pixmaps/linewrapcurrent.xpm
8017         * src/pixmaps/mail.xpm
8018         * src/pixmaps/mail_attach.xpm
8019         * src/pixmaps/mail_compose.xpm
8020         * src/pixmaps/mail_forward.xpm
8021         * src/pixmaps/mail_receive.xpm
8022         * src/pixmaps/mail_receive_all.xpm
8023         * src/pixmaps/mail_reply.xpm
8024         * src/pixmaps/mail_reply_to_all.xpm
8025         * src/pixmaps/mail_reply_to_author.xpm
8026         * src/pixmaps/mail_send.xpm
8027         * src/pixmaps/mail_send_queue.xpm
8028         * src/pixmaps/mime_application.xpm
8029         * src/pixmaps/mime_audio.xpm
8030         * src/pixmaps/mime_image.xpm
8031         * src/pixmaps/mime_message.xpm
8032         * src/pixmaps/mime_text_enriched.xpm
8033         * src/pixmaps/mime_text_html.xpm
8034         * src/pixmaps/mime_text_plain.xpm
8035         * src/pixmaps/mime_unknown.xpm
8036         * src/pixmaps/new.xpm
8037         * src/pixmaps/news_compose.xpm
8038         * src/pixmaps/offline.xpm
8039         * src/pixmaps/online.xpm
8040         * src/pixmaps/paste.xpm
8041         * src/pixmaps/preferences.xpm
8042         * src/pixmaps/privacy_emblem_encrypted.xpm
8043         * src/pixmaps/privacy_expired.xpm
8044         * src/pixmaps/privacy_failed.xpm
8045         * src/pixmaps/privacy_passed.xpm
8046         * src/pixmaps/privacy_signed.xpm
8047         * src/pixmaps/privacy_unknown.xpm
8048         * src/pixmaps/privacy_warn.xpm
8049         * src/pixmaps/properties.xpm
8050         * src/pixmaps/replied.xpm
8051         * src/pixmaps/search.xpm
8052         * src/pixmaps/unread.xpm
8053         * src/pixmaps/up_arrow.xpm
8054         * src/pixmaps/vcard.xpm
8055                 Modernize internal theme, with icons from the 
8056                 Gnomaws theme. Keep some of the old ones where
8057                 they were better.
8058
8059 2005-10-06 [colin]      1.9.15cvs17
8060
8061         * src/summaryview.c
8062                 Little optimisations + bugfix
8063         * src/toolbar.c
8064                 Remove default useless items - useless being defined
8065                 by the default relevant prefs
8066         * src/wizard.c
8067                 include config.h to make gettext work
8068         * src/prefs_themes.c
8069                 Fix selection of current theme in prefs
8070
8071 2005-10-06 [colin]      1.9.15cvs16
8072
8073         * src/prefs_common.c
8074         * src/prefs_common.h
8075         * src/prefs_summaries.c
8076         * src/folderview.c
8077                 Add a warning dialog on Mark all read 
8078                 (with pref to get rid of it)
8079
8080 2005-10-06 [paul]       1.9.15cvs15
8081
8082         * po/nb.po
8083         * po/pt_BR.po
8084                 updated by Geir Helland and Frederico
8085                 Goncalves Guimaraes
8086
8087 2005-10-05 [colin]      1.9.15cvs14
8088
8089         * src/folder.c
8090         * src/folder.h
8091         * src/folderview.c
8092         * src/folderview.h
8093         * src/imap_gtk.c
8094         * src/mh_gtk.c
8095         * src/mainwindow.c
8096         * src/setup.c
8097                 add a way to rescan without rebuilding
8098                 make moving a bit faster (less folders changes)
8099                 don't lock the tree on Get 
8100         * src/imap.c
8101                 Don't re-delete deleted messages before expunging
8102         * src/summaryview.c
8103                 Set batch mode when deleting mails
8104
8105 2005-10-05 [paul]       1.9.15cvs13
8106
8107         * src/mainwindow.c
8108         * src/mainwindow.h
8109                 fix disabled Execute menu item
8110         * src/toolbar.c
8111                 match the change in 1.9.15cvs10: use Compose
8112                 instead of News by default
8113
8114 2005-10-04 [colin]      1.9.15cvs12
8115
8116         * src/compose.c
8117                 When replying to an ML post with Reply-To set
8118                 to the poster's email, honor it (as before),
8119                 but also honor our user's request to reply to
8120                 the mailing list: set the ML address in the To
8121                 field and the Reply-To address in the Cc: 
8122                 field.
8123
8124 2005-10-04 [colin]      1.9.15cvs11
8125
8126         * src/plugins/trayicon/trayicon.c
8127                 Finish cosmetic change - thanks to wwp
8128
8129 2005-10-04 [colin]      1.9.15cvs10
8130
8131         * src/toolbar.c
8132                 Use Compose instead of Email by default.
8133                 Spotted by wwp.
8134
8135 2005-10-04 [colin]      1.9.15cvs9
8136
8137         * src/folder.c
8138         * src/folder.h
8139         * src/folderview.c
8140         * src/imap.c
8141         * src/etpan/imap-thread.c
8142         * src/etpan/imap-thread.h
8143                 Try to make IMAP faster, by simplifying SEARCH
8144                 commands, avoiding sending two STATUS in a row,
8145                 and deferring flags sync and processing just
8146                 after displaying the folder. 
8147                 This will update the SummaryView in certain
8148                 cases (new mails not already fetched, flags
8149                 changed from another client) but in a non-
8150                 blocking manner.
8151
8152 2005-10-04 [colin]      1.9.15cvs8
8153
8154         * src/plugins/trayicon/trayicon.c
8155                 Relabel "Offline" to "Work offline"
8156
8157 2005-10-04 [colin]      1.9.15cvs7
8158
8159         * src/export.c
8160         * src/import.c
8161         * src/mbox.c
8162                 Fix mbox import/export buglets
8163                 Patch by wwp
8164         * src/plugins/trayicon/trayicon.c
8165                 Add offline swithc
8166                 Patch by wwp
8167
8168 2005-10-04 [colin]      1.9.15cvs6
8169
8170         * src/folder.c
8171         * src/folderview.c
8172         * src/summaryview.c
8173                 Better fix (don't break mark all read) for cvs2
8174
8175 2005-10-03 [colin]      1.9.15cvs5
8176
8177         * src/folder.c
8178                 Use a sane sort by default
8179
8180 2005-10-03 [colin]      1.9.15cvs4
8181
8182         * src/inc.c
8183                 Add a 'Only once' button for overriding offline mode
8184         * src/prefs_account.c
8185         * src/wizard.c
8186                 Add Local mbox to the wizard
8187                 Add IMAP subdir to the wizard (or the wizard is useless
8188                 for such accounts, or even worse than useless)
8189                 Move IMAP subdir from Advanced to Receive tab, as it's
8190                 not that uncommon
8191
8192 2005-10-03 [colin]      1.9.15cvs3
8193
8194         * src/send_message.c
8195                 Forgot this one in cvs1
8196
8197 2005-10-03 [colin]      1.9.15cvs2
8198
8199         * src/folder.c
8200                 Faster close when leaving a folder with lots
8201                 of new mails. Idea by David Relson.
8202
8203 2005-10-03 [colin]      1.9.15cvs1
8204
8205         * src/compose.c
8206         * src/imap.c
8207         * src/inc.c
8208         * src/main.c
8209         * src/messageview.c
8210         * src/news.c
8211         * src/summaryview.c
8212         * src/gtk/sslcertwindow.c
8213         * src/plugins/trayicon/trayicon.c
8214                 Add accels to every AlertPanel. Patch by Fabien 
8215                 Vantard
8216
8217 2005-10-03 [paul]       1.9.15
8218
8219         1.9.15 released
8220
8221 2005-10-03 [paul]       1.9.14cvs68
8222
8223         * po/ca.po
8224         * po/de.po
8225         * po/es.po
8226         * po/fi.po
8227         * po/fr.po
8228         * po/sk.po
8229         * po/sr.po
8230         * po/zh_CN.po
8231                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8232                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8233                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8234
8235 2005-10-03 [paul]       1.9.14cvs67
8236
8237         * src/send_message.c
8238                 prevent hang on Cancel
8239                 patch by Colin
8240
8241 2005-10-03 [paul]       1.9.14cvs66
8242
8243         * src/main.c
8244                 fix crash in IMAP caused by discrepancy
8245                 between check_at_startup and offline mode
8246                 Patch by Colin
8247
8248 2005-10-01 [paul]       1.9.14cvs65
8249
8250         * src/inc.c
8251                 fix engrish
8252
8253 2005-10-01 [paul]       1.9.14cvs64
8254         * src/export.c
8255         * src/import.c
8256                 synchronise import_mbox() and export_mbox()
8257         * src/mbox.c
8258                 proc_mbox(): add alert if file cannot be opened
8259                 export_list_to_mbox(): test if dest file exists,
8260                 prompt user to overwrite if it does. add alert
8261                 if file cannot be created
8262                                                                 
8263         Patch by wwp
8264                                                                                                                 
8265
8266 2005-09-30 [paul]       1.9.14cvs63
8267
8268         * src/addressbook.c
8269                 Fix sensitivity of a menu
8270         * src/codeconv.c
8271                 Respect hidden pref for mails with no encoding
8272         * src/common/xml.c
8273                 Fix memory corruption
8274         * src/plugins/pgpcore/sgpgme.c
8275                 Fix segfault on incomplete sigs, and display
8276                 of S/Mime UIDs
8277
8278         Patches by Colin
8279
8280 2005-09-30 [colin]      1.9.14cvs62
8281
8282         * src/partial_download.c
8283                 Little logic fix in almost-dead code
8284         * src/pop.c
8285                 Fix partial download when there's no new mail
8286
8287 2005-09-29 [paul]       1.9.14cvs61
8288
8289         * src/plugins/pgpinline/pgpinline.c
8290                 fix bug 819, 'crash accessing sign message'
8291                 Patch by Colin
8292
8293 2005-09-28 [martin]     1.9.14cvs60
8294
8295         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8296                 fix bug #790 (Crash when restarting window manager (fluxbox))
8297
8298 2005-09-28 [paul]       1.9.14cvs59
8299
8300         * src/gtk/gtkaspell.c
8301                 fix off-by-one typo
8302
8303 2005-09-27 [colin]      1.9.14cvs58
8304
8305         * src/plugins/pgpcore/sgpgme.c
8306                 Report error when there's one, instead of
8307                 "Signature unchecked" 
8308
8309 2005-09-27 [colin]      1.9.14cvs57
8310
8311         * src/prefs_quote.c
8312                 Fix bug #816 (Weird quotation with spaces)
8313
8314 2005-09-27 [colin]      1.9.14cvs56
8315
8316         * src/codeconv.c
8317         * src/compose.c
8318         * src/compose.h
8319                 Put subject in compose's title
8320                 Fix Automatic encoding so that it's really automatic:
8321                 first try default locale's charset, then charset of the replied mail, 
8322                 then utf-8
8323                 Fix encoding of headers (must be in strict mode too)
8324
8325 2005-09-26 [colin]      1.9.14cvs55
8326
8327         * src/gtk/gtkaspell.c
8328                 Fix previous patch - don't color the space,
8329                 just uncolor it :)
8330
8331 2005-09-26 [colin]      1.9.14cvs54
8332
8333         * src/gtk/gtkaspell.c
8334                 Unmark space if possible
8335
8336 2005-09-26 [colin]      1.9.14cvs53
8337
8338         * src/imap.c
8339                 log_error instead of alertpanel according to the pref
8340         * src/etpan/imap-thread.c
8341                 Print connect status, copy only necessary size to 
8342                 logger
8343         * src/plugins/pgpmime/pgpmime.c
8344                 Handle S/Mime signatures (verification only). Patch based
8345                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8346
8347 2005-09-26 [paul]       1.9.14cvs52
8348
8349         * src/common/passcrypt.c
8350                 this 'workaround' not necessary on NetBSD.
8351                 Thanks to Daniel Gustafson
8352
8353 2005-09-26 [paul]
8354
8355         1.9.15-rc4 released
8356
8357 2005-09-26 [paul]       1.9.14cvs51
8358
8359         * src/summaryview.c
8360                 Skip currently selected message when
8361                 looking for next new or unread message
8362                 in current folder. Patch by Colin
8363         * src/common/passcrypt.c
8364                 eliminate warnings on *BSD. Patch by
8365                 Daniel Gustafson
8366
8367 2005-09-26 [colin]      1.9.14cvs50
8368
8369         * src/procmsg.c
8370                 Call postfiltering hook anyway
8371
8372 2005-09-22 [colin]      1.9.14cvs49
8373
8374         * src/codeconv.c
8375         * src/codeconv.h
8376                 Add a strict mode that doesn't replace with _
8377         * src/compose.c
8378         * src/compose.h
8379                 Use strict conversion while sending
8380                 Fix race when drafting while sending (happens
8381                 on IMAP)
8382                 Fix d'n'd of messages from summaryview
8383         * src/prefs_common.c
8384         * src/prefs_common.h
8385                 add hidden utf8_instead_of_locale_for_broken_mail 
8386                 pref for people that preferred the default charset 
8387                 to be utf8 for broken mails
8388         * src/quote_fmt_parse.y
8389                 fix bug #815 (No quote insert if "From:" fied 
8390                 contained Russian letters)
8391         * src/summaryview.c
8392                 Fix d'n'd of messages to compose
8393
8394 2005-09-22 [paul]       1.9.14cvs48
8395
8396         * src/compose.c
8397                 fix bug where attachments Name entry
8398                 would display Path instead
8399
8400 2005-09-21 [paul]       1.9.14cvs47
8401
8402         * README
8403         * README.jp
8404         * configure.ac
8405         * config/config.rpath
8406         * doc/manual/en/sylpheed-20.html
8407         * doc/manual/es/sylpheed-20.html
8408         * po/bg.po
8409         * po/ca.po
8410         * po/de.po
8411         * po/es.po
8412         * po/fr.po
8413         * po/it.po
8414         * po/pt_BR.po
8415         * po/sk.po
8416         * po/zh_TW.po
8417         * src/account.c
8418         * src/account.h
8419         * src/action.c
8420         * src/action.h
8421         * src/adbookbase.h
8422         * src/addr_compl.c
8423         * src/addr_compl.h
8424         * src/addrbook.c
8425         * src/addrbook.h
8426         * src/addrcache.c
8427         * src/addrcache.h
8428         * src/addrcindex.c
8429         * src/addrcindex.h
8430         * src/addrclip.c
8431         * src/addrclip.h
8432         * src/addrdefs.h
8433         * src/addressadd.c
8434         * src/addressadd.h
8435         * src/addressbook.c
8436         * src/addressbook.h
8437         * src/addressitem.h
8438         * src/addrgather.c
8439         * src/addrgather.h
8440         * src/addrharvest.c
8441         * src/addrharvest.h
8442         * src/addrindex.c
8443         * src/addrindex.h
8444         * src/addritem.c
8445         * src/addritem.h
8446         * src/addrquery.c
8447         * src/addrquery.h
8448         * src/addrselect.c
8449         * src/addrselect.h
8450         * src/alertpanel.c
8451         * src/alertpanel.h
8452         * src/browseldap.c
8453         * src/browseldap.h
8454         * src/codeconv.c
8455         * src/codeconv.h
8456         * src/compose.c
8457         * src/compose.h
8458         * src/crash.c
8459         * src/crash.h
8460         * src/customheader.c
8461         * src/customheader.h
8462         * src/displayheader.c
8463         * src/displayheader.h
8464         * src/editaddress.c
8465         * src/editaddress.h
8466         * src/editbook.c
8467         * src/editbook.h
8468         * src/editgroup.c
8469         * src/editgroup.h
8470         * src/editjpilot.c
8471         * src/editjpilot.h
8472         * src/editldap.c
8473         * src/editldap.h
8474         * src/editldap_basedn.c
8475         * src/editldap_basedn.h
8476         * src/editvcard.c
8477         * src/editvcard.h
8478         * src/enriched.c
8479         * src/enriched.h
8480         * src/exphtmldlg.c
8481         * src/exphtmldlg.h
8482         * src/expldifdlg.c
8483         * src/expldifdlg.h
8484         * src/export.c
8485         * src/export.h
8486         * src/exporthtml.c
8487         * src/exporthtml.h
8488         * src/exportldif.c
8489         * src/exportldif.h
8490         * src/filtering.c
8491         * src/filtering.h
8492         * src/folder.c
8493         * src/folder.h
8494         * src/folder_item_prefs.c
8495         * src/folder_item_prefs.h
8496         * src/foldersel.c
8497         * src/foldersel.h
8498         * src/folderutils.c
8499         * src/folderutils.h
8500         * src/folderview.c
8501         * src/folderview.h
8502         * src/grouplistdialog.c
8503         * src/grouplistdialog.h
8504         * src/headerview.c
8505         * src/headerview.h
8506         * src/html.c
8507         * src/html.h
8508         * src/image_viewer.c
8509         * src/image_viewer.h
8510         * src/imap.c
8511         * src/imap.h
8512         * src/imap_gtk.c
8513         * src/imap_gtk.h
8514         * src/import.c
8515         * src/import.h
8516         * src/importldif.c
8517         * src/importldif.h
8518         * src/importmutt.c
8519         * src/importmutt.h
8520         * src/importpine.c
8521         * src/importpine.h
8522         * src/inc.c
8523         * src/inc.h
8524         * src/jpilot.c
8525         * src/jpilot.h
8526         * src/ldapctrl.c
8527         * src/ldapctrl.h
8528         * src/ldaplocate.c
8529         * src/ldaplocate.h
8530         * src/ldapquery.c
8531         * src/ldapquery.h
8532         * src/ldapserver.c
8533         * src/ldapserver.h
8534         * src/ldaputil.c
8535         * src/ldaputil.h
8536         * src/ldif.c
8537         * src/ldif.h
8538         * src/localfolder.c
8539         * src/localfolder.h
8540         * src/main.c
8541         * src/main.h
8542         * src/mainwindow.c
8543         * src/mainwindow.h
8544         * src/manual.c
8545         * src/manual.h
8546         * src/matcher.c
8547         * src/matcher.h
8548         * src/matcher_parser.h
8549         * src/matcher_parser_lex.l
8550         * src/matcher_parser_parse.y
8551         * src/mbox.c
8552         * src/mbox.h
8553         * src/message_search.c
8554         * src/message_search.h
8555         * src/messageview.c
8556         * src/messageview.h
8557         * src/mh.c
8558         * src/mh.h
8559         * src/mh_gtk.c
8560         * src/mh_gtk.h
8561         * src/mimeview.c
8562         * src/mimeview.h
8563         * src/msgcache.c
8564         * src/msgcache.h
8565         * src/mutt.c
8566         * src/mutt.h
8567         * src/news.c
8568         * src/news.h
8569         * src/news_gtk.c
8570         * src/news_gtk.h
8571         * src/noticeview.c
8572         * src/noticeview.h
8573         * src/partial_download.c
8574         * src/partial_download.h
8575         * src/pine.c
8576         * src/pine.h
8577         * src/pop.c
8578         * src/pop.h
8579         * src/prefs_account.c
8580         * src/prefs_account.h
8581         * src/prefs_actions.c
8582         * src/prefs_actions.h
8583         * src/prefs_common.c
8584         * src/prefs_common.h
8585         * src/prefs_compose_writing.c
8586         * src/prefs_compose_writing.h
8587         * src/prefs_customheader.c
8588         * src/prefs_customheader.h
8589         * src/prefs_display_header.c
8590         * src/prefs_display_header.h
8591         * src/prefs_ext_prog.c
8592         * src/prefs_ext_prog.h
8593         * src/prefs_filtering.c
8594         * src/prefs_filtering.h
8595         * src/prefs_filtering_action.c
8596         * src/prefs_filtering_action.h
8597         * src/prefs_folder_column.c
8598         * src/prefs_folder_column.h
8599         * src/prefs_folder_item.c
8600         * src/prefs_folder_item.h
8601         * src/prefs_fonts.c
8602         * src/prefs_fonts.h
8603         * src/prefs_gtk.c
8604         * src/prefs_gtk.h
8605         * src/prefs_image_viewer.c
8606         * src/prefs_image_viewer.h
8607         * src/prefs_matcher.c
8608         * src/prefs_matcher.h
8609         * src/prefs_message.c
8610         * src/prefs_message.h
8611         * src/prefs_msg_colors.c
8612         * src/prefs_msg_colors.h
8613         * src/prefs_other.c
8614         * src/prefs_other.h
8615         * src/prefs_quote.c
8616         * src/prefs_quote.h
8617         * src/prefs_receive.c
8618         * src/prefs_receive.h
8619         * src/prefs_send.c
8620         * src/prefs_send.h
8621         * src/prefs_spelling.c
8622         * src/prefs_spelling.h
8623         * src/prefs_summaries.c
8624         * src/prefs_summaries.h
8625         * src/prefs_summary_column.c
8626         * src/prefs_summary_column.h
8627         * src/prefs_template.c
8628         * src/prefs_template.h
8629         * src/prefs_themes.c
8630         * src/prefs_themes.h
8631         * src/prefs_toolbar.c
8632         * src/prefs_toolbar.h
8633         * src/prefs_wrapping.c
8634         * src/prefs_wrapping.h
8635         * src/privacy.c
8636         * src/privacy.h
8637         * src/procheader.c
8638         * src/procheader.h
8639         * src/procmime.c
8640         * src/procmime.h
8641         * src/procmsg.c
8642         * src/procmsg.h
8643         * src/quote_fmt.c
8644         * src/quote_fmt_parse.y
8645         * src/recv.c
8646         * src/recv.h
8647         * src/remotefolder.c
8648         * src/remotefolder.h
8649         * src/send_message.c
8650         * src/send_message.h
8651         * src/setup.c
8652         * src/setup.h
8653         * src/simple-gettext.c
8654         * src/sourcewindow.c
8655         * src/sourcewindow.h
8656         * src/ssl_manager.c
8657         * src/ssl_manager.h
8658         * src/statusbar.c
8659         * src/statusbar.h
8660         * src/stock_pixmap.c
8661         * src/stock_pixmap.h
8662         * src/summary_search.c
8663         * src/summary_search.h
8664         * src/summaryview.c
8665         * src/summaryview.h
8666         * src/syldap.c
8667         * src/syldap.h
8668         * src/textview.c
8669         * src/textview.h
8670         * src/toolbar.c
8671         * src/toolbar.h
8672         * src/undo.c
8673         * src/undo.h
8674         * src/unmime.c
8675         * src/unmime.h
8676         * src/vcard.c
8677         * src/vcard.h
8678         * src/wizard.c
8679         * src/wizard.h
8680         * src/common/base64.c
8681         * src/common/base64.h
8682         * src/common/defs.h
8683         * src/common/hooks.c
8684         * src/common/hooks.h
8685         * src/common/log.c
8686         * src/common/log.h
8687         * src/common/md5.c
8688         * src/common/md5.h
8689         * src/common/mgutils.c
8690         * src/common/mgutils.h
8691         * src/common/nntp.c
8692         * src/common/nntp.h
8693         * src/common/passcrypt.c
8694         * src/common/passcrypt.h.in
8695         * src/common/plugin.c
8696         * src/common/plugin.h
8697         * src/common/prefs.c
8698         * src/common/prefs.h
8699         * src/common/progressindicator.c
8700         * src/common/progressindicator.h
8701         * src/common/quoted-printable.c
8702         * src/common/quoted-printable.h
8703         * src/common/session.c
8704         * src/common/session.h
8705         * src/common/smtp.c
8706         * src/common/smtp.h
8707         * src/common/socket.c
8708         * src/common/socket.h
8709         * src/common/ssl.c
8710         * src/common/ssl.h
8711         * src/common/ssl_certificate.c
8712         * src/common/ssl_certificate.h
8713         * src/common/string_match.c
8714         * src/common/string_match.h
8715         * src/common/stringtable.c
8716         * src/common/sylpheed.c
8717         * src/common/sylpheed.h
8718         * src/common/template.c
8719         * src/common/template.h
8720         * src/common/timing.h
8721         * src/common/utils.c
8722         * src/common/utils.h
8723         * src/common/uuencode.c
8724         * src/common/uuencode.h
8725         * src/common/version.h.in
8726         * src/common/xml.c
8727         * src/common/xml.h
8728         * src/common/xmlprops.c
8729         * src/common/xmlprops.h
8730         * src/gtk/about.c
8731         * src/gtk/about.h
8732         * src/gtk/colorlabel.c
8733         * src/gtk/colorlabel.h
8734         * src/gtk/colorsel.c
8735         * src/gtk/colorsel.h
8736         * src/gtk/description_window.c
8737         * src/gtk/description_window.h
8738         * src/gtk/filesel.c
8739         * src/gtk/filesel.h
8740         * src/gtk/foldersort.c
8741         * src/gtk/foldersort.h
8742         * src/gtk/gtkutils.c
8743         * src/gtk/gtkutils.h
8744         * src/gtk/inputdialog.c
8745         * src/gtk/inputdialog.h
8746         * src/gtk/logwindow.c
8747         * src/gtk/logwindow.h
8748         * src/gtk/manage_window.c
8749         * src/gtk/manage_window.h
8750         * src/gtk/menu.c
8751         * src/gtk/menu.h
8752         * src/gtk/pluginwindow.c
8753         * src/gtk/pluginwindow.h
8754         * src/gtk/prefswindow.c
8755         * src/gtk/prefswindow.h
8756         * src/gtk/progressdialog.c
8757         * src/gtk/progressdialog.h
8758         * src/gtk/quicksearch.c
8759         * src/gtk/quicksearch.h
8760         * src/gtk/sslcertwindow.c
8761         * src/gtk/sslcertwindow.h
8762         * src/plugins/clamav/clamav_plugin.c
8763         * src/plugins/clamav/clamav_plugin.h
8764         * src/plugins/clamav/clamav_plugin_gtk.c
8765         * src/plugins/demo/demo.c
8766         * src/plugins/dillo_viewer/dillo_prefs.c
8767         * src/plugins/dillo_viewer/dillo_prefs.h
8768         * src/plugins/dillo_viewer/dillo_viewer.c
8769         * src/plugins/mathml_viewer/mathml_viewer.c
8770         * src/plugins/pgpcore/passphrase.c
8771         * src/plugins/pgpcore/passphrase.h
8772         * src/plugins/pgpcore/plugin.c
8773         * src/plugins/pgpcore/prefs_gpg.c
8774         * src/plugins/pgpcore/prefs_gpg.h
8775         * src/plugins/pgpcore/select-keys.c
8776         * src/plugins/pgpcore/select-keys.h
8777         * src/plugins/pgpcore/sgpgme.c
8778         * src/plugins/pgpcore/sgpgme.h
8779         * src/plugins/pgpinline/pgpinline.c
8780         * src/plugins/pgpinline/pgpinline.h
8781         * src/plugins/pgpinline/plugin.c
8782         * src/plugins/pgpmime/pgpmime.c
8783         * src/plugins/pgpmime/pgpmime.h
8784         * src/plugins/pgpmime/plugin.c
8785         * src/plugins/spamassassin/spamassassin.c
8786         * src/plugins/spamassassin/spamassassin.h
8787         * src/plugins/spamassassin/spamassassin_gtk.c
8788         * src/plugins/trayicon/trayicon.c
8789         * tools/OOo2sylpheed.pl
8790         * tools/acroread2sylpheed.pl
8791         * tools/asus_mailled.sh
8792         * tools/filter_conv.pl
8793         * tools/freshmeat_search.pl
8794         * tools/google_search.pl
8795         * tools/kmail2sylpheed.pl
8796         * tools/kmail2sylpheed_v2.pl
8797         * tools/maildir2sylpheed.pl
8798         * tools/multiwebsearch.pl
8799         * tools/newscache_clean.pl
8800         * tools/outlook2sylpheed.pl
8801         * tools/sylpheed-switcher
8802         * tools/update-po
8803         * tools/vcard2xml.py
8804         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8805                 update FSF address
8806
8807 2005-09-21 [colin]      1.9.14cvs46
8808
8809         * src/gedit-print.c
8810         * src/procmsg.c
8811         * src/procmsg.h
8812         * src/textview.c
8813         * src/summaryview.c
8814                 Remove some printing hacks (deselection/reselection),
8815                 which by the way fix printing the currently 
8816                 displayed mime part (still only text)
8817                 Plus a little optimisation of summary_show
8818
8819
8820 2005-09-20 [colin]      1.9.14cvs45
8821
8822         * src/mainwindow.c
8823         * src/messageview.c
8824                 GUI fixups: add accels, set message
8825                 view title to displayed mail's subject
8826         * src/prefs_spelling.c
8827         * src/gtk/gtkaspell.c
8828                 GUI fixups: allow underlining misspelled
8829                 words instead of coloring them (a11y!)
8830
8831 2005-09-19 [colin]
8832
8833         1.9.15rc3 released
8834
8835 2005-09-19 [colin]      1.9.14cvs44
8836
8837         * src/compose.c
8838                 Fix draft message
8839         * src/gtk/gtkaspell.c
8840                 Fix wrong test ;-)
8841
8842 2005-09-19 [colin]      1.9.14cvs43
8843
8844         * src/addressbook.c
8845                 Fix sensitivity of Delete button
8846         * src/compose.c
8847                 Warn if the requested Privacy system
8848                 is not available
8849         * src/exphtmldlg.c
8850         * src/expldifdlg.c
8851         * src/importldif.c
8852         * src/importmutt.c
8853         * src/importpine.c
8854                 Fix crappy UI
8855         * src/
8856         * src/ssl.h
8857         * src/prefs_account.h
8858         * src/prefs_account.c
8859                 Save SSL prefs even in builds that have
8860                 SSL support disable
8861         * src/imap.c
8862         * src/inc.c
8863         * src/news.c
8864         * src/send_message.c
8865                 Warn if connection should be secure, but
8866                 SSL support isn't compiled in
8867         * src/gtkaspell.c
8868                 Fix word separation on UTF-8 systems
8869                 Fixes bug #812 (Strange inline spellchecking)
8870         * src/compose.c
8871                 Warn if the requested Privacy system
8872                 is not available
8873                 Factorize offline warning
8874         * src/imap.c
8875         * src/imap_gtk.c
8876         * src/imap_gtk.h
8877         * src/inc.h
8878         * src/news_gtk.c
8879         * src/news_gtk.h
8880         * src/messageview.c
8881                 Factorize offline warning
8882
8883 2005-09-19 [paul]
8884
8885         1.9.15-rc2 released
8886
8887 2005-09-18 [colin]      1.9.14cvs42
8888
8889         * src/codeconv.c
8890         * src/codeconv.h
8891         * src/procmime.c
8892                 Add a way to get locale's charset ignoring utf-8,
8893                 and use that as default encoding for broken mails
8894
8895 2005-09-18 [colin]      1.9.14cvs41
8896
8897         * src/gtk/logwindow.c
8898                 Translate string. Patch by Fabien Vantard
8899
8900 2005-09-18 [colin]      1.9.14cvs40
8901
8902         * configure.ac
8903                 Fix bug #803 (IMAP/SSL support breaks with 
8904                 GnuTLS libetpan 0.38)
8905
8906 2005-09-18 [colin]      1.9.14cvs39
8907
8908         * src/codeconv.c
8909         * src/compose.c
8910         * src/procmime.c
8911                 More charsets fixes. Fixes bug #806 (non
8912                 ascii characters in subject line)
8913
8914 2005-09-17 [paul]       1.9.14cvs38
8915
8916         * src/folderview.c
8917         * src/mainwindow.c
8918                 fix gcc-2.95 issues
8919                 Patch by Pawel Pekala
8920
8921 2005-09-17 [colin]      1.9.14cvs37
8922
8923         * src/addrindex.c
8924                 bugfix for NO-USE LDAP compilation, patch 
8925                 by Fabien Vantard
8926
8927 2005-09-17 [colin]      1.9.14cvs36
8928
8929         * src/prefs_actions.c
8930         * src/prefs_customheader.c
8931         * src/prefs_display_header.c
8932         * src/prefs_filtering_action.c
8933         * src/prefs_matcher.c
8934         * src/prefs_toolbar.c
8935                 Fix strange casts (less elegant but
8936                 works better)
8937
8938 2005-09-16 [colin]      1.9.14cvs35
8939
8940         * src/jpilot.c
8941                 Missed that one
8942
8943 2005-09-16 [colin]      1.9.14cvs34
8944
8945         * configure.ac
8946         * src/Makefile.am
8947         * src/addr_compl.c
8948         * src/addrindex.c
8949         * src/browseldap.c
8950         * src/editldap.c
8951         * src/ldaplocate.c
8952         * src/ldapquery.c
8953         * src/ldapquery.h
8954         * src/ldapserver.c
8955         * src/ldapserver.h
8956         * src/main.c
8957         * src/matcher_parser_parse.y
8958         * src/prefs_themes.c
8959         * src/etpan/Makefile.am
8960         * src/gtk/description_window.c
8961         * src/plugins/clamav/Makefile.am
8962         * src/plugins/clamav/clamav_plugin.c
8963         * src/plugins/dillo_viewer/Makefile.am
8964         * src/plugins/pgpcore/Makefile.am
8965         * src/plugins/pgpinline/Makefile.am
8966         * src/plugins/pgpmime/Makefile.am
8967         * src/plugins/trayicon/Makefile.am
8968                 Fix 100% cpu usage in address completion list
8969                 Fix little bugs (return with no values etc)
8970                 Fix all warnings (with common CFLAGS)
8971
8972 2005-09-15 [colin]      1.9.14cvs33
8973
8974         * src/addressbook.c
8975                 Fix bug where sometimes a group's email list is empty,
8976                 force its refresh (probably fixes "Re: how to create a 
8977                 distribution list")
8978         * src/ldapquery.c
8979                 Don't return to the callback in the main thread from the
8980                 fetch thread (or face segs!)
8981
8982 2005-09-15 [paul]       1.9.14cvs32
8983
8984         * src/prefs_matcher.c
8985                 forgotten in last commit
8986
8987 2005-09-15 [paul]       1.9.14cvs31
8988
8989         * src/prefs_actions.c
8990         * src/prefs_filtering_action.c
8991         * src/prefs_quote.c
8992         * src/quote_fmt.c
8993         * src/summaryview.c
8994         * src/gtk/description_window.c
8995         * src/gtk/description_window.h
8996         * src/gtk/quicksearch.c
8997                 allow interaction with the called
8998                 description window
8999                 Patch by Anders Hammar
9000
9001 2005-09-14 [paul]       1.9.14cvs30
9002
9003         * src/compose.c
9004                 fix a little annoyance when pasting with 3rd button 
9005                 with wrap_pastes=0 and wrap_input=1
9006                 Patch by Colin
9007
9008 2005-09-14 [paul]       1.9.14cvs29
9009
9010         * src/prefs_account.c
9011                 disable 'Filter messages on receiving' for
9012                 SMTP-only accounts
9013                 Patch  by Anders Hammar
9014
9015 2005-09-14 [paul]       1.9.14cvs28
9016
9017         * po/sk.po
9018                 fix crash
9019                 updated by Andrej Kacian
9020
9021 2005-09-14 [paul]
9022
9023         1.9.15-rc1 released
9024
9025 2005-09-14 [paul]       1.9.14cvs27
9026
9027         * po/es.po
9028                 updated by Ricardo Mones Lastra
9029         * src/compose.c
9030         * src/compose.h
9031                 associate no_wrap_tags to Compose windows
9032                 instead of using a static one
9033                 Patch by Colin
9034         * src/mbox.c
9035                 fix proc_mbox()
9036                 Patch by wwp
9037         * src/textview.c
9038                 remove unneeded printf()
9039
9040 2005-09-14 [paul]       1.9.14cvs26
9041
9042         * src/addrcache.c
9043         * src/codeconv.h
9044         * src/folder.h
9045         * src/mainwindow.h
9046         * src/mh.c
9047         * src/mimeview.h
9048         * src/partial_download.c
9049         * src/pop.c
9050         * src/prefs_account.c
9051         * src/prefs_account.h
9052         * src/prefs_actions.c
9053         * src/prefs_customheader.c
9054         * src/prefs_display_header.c
9055         * src/prefs_filtering_action.c
9056         * src/prefs_matcher.c
9057         * src/prefs_toolbar.c
9058         * src/privacy.h
9059         * src/procmime.c
9060         * src/procmime.h
9061         * src/procmsg.h
9062         * src/textview.c
9063         * src/undo.h
9064         * src/common/plugin.c
9065         * src/common/session.h
9066         * src/common/socket.c
9067         * src/common/socket.h
9068         * src/common/template.c
9069         * src/gtk/gtkaspell.c
9070         * src/gtk/quicksearch.h
9071         * src/plugins/pgpcore/passphrase.c
9072         * src/plugins/pgpcore/prefs_gpg.h
9073         * src/plugins/pgpcore/select-keys.c
9074         * src/plugins/pgpcore/select-keys.h
9075         * src/plugins/pgpcore/sgpgme.c
9076         * src/plugins/pgpinline/pgpinline.c
9077         * src/plugins/pgpmime/pgpmime.c
9078         * src/plugins/trayicon/trayicon.c
9079                 fix compilation warnings
9080                 Patch by Daniel Gustafson
9081
9082 2005-09-14 [paul]       1.9.14cvs25
9083
9084         * src/addressbook.c
9085                 add missing column header, and other small
9086                 bug fixes
9087                 Patch by Anders Hammar
9088
9089 2005-09-13 [colin]      1.9.14cvs24
9090
9091         * src/gtk/gtkaspell.c
9092                 Fix non-utf8 in menu
9093                 Fix little leaks
9094                 Nullify struct members after free()s
9095
9096 2005-09-13 [colin]      1.9.14cvs23
9097
9098         * src/compose.c
9099                 Test utf8 compliance before inserting to 
9100                 buffer, and try to convert if necessary
9101         * src/procmime.c
9102                 If no charset is present, use the locale 
9103                 one instead of us-ascii
9104         * src/procmsg.c
9105                 Add Sender, List-Post and To in the checked 
9106                 headers for automatic rules creation 
9107                 (thanks to wwp)
9108         * src/prefs_themes.c
9109         * src/gtk/gtkaspell.c
9110                 Remove deprecated functions. 
9111                 patch by Daniel Gustafson
9112
9113 2005-09-12 [colin]      1.9.14cvs22
9114
9115         * src/compose.c
9116                 Fix bug #448 (Scrolling/Redraw issue with 
9117                 address-fields in Header)
9118         * src/mainwindow.c
9119         * src/summaryview.c
9120         * src/summaryview.h
9121                 Fix loss of MSG_MARKED on move/copy
9122                 Fix bug #804 (Quicksearch togglebutton doesn't 
9123                 get depressed after '/' key is pressed)
9124
9125 2005-09-12 [paul]       1.9.14cvs21
9126
9127         * AUTHORS
9128         * src/gtk/logwindow.c
9129                 add 'Clear Log' to popup menu
9130                 Patch by Anders Hammar <anders.hammar@telia.com>
9131
9132 2005-09-12 [paul]       1.9.14cvs20
9133
9134         * src/compose.c
9135                 set correct sensitivity on attachments
9136                 popup menu
9137         * src/folder.c
9138                 fix typo
9139         * src/prefs_spelling.c
9140                 fix crash when no LANG env is set
9141         * src/common/xml.c
9142                 fix crash in wizard
9143                 don't use memeory after free
9144
9145         All patches by Daniel Gustafson
9146
9147 2005-09-12 [paul]       1.9.14cvs19
9148
9149         * src/prefs_themes.c
9150                 make theme info selectable
9151         * src/gtk/description_window.c
9152                 make window non-modal
9153         * tools/README
9154                 add details of asus_mailed.sh
9155         * tools/claws.i18n.status.pl
9156                 update for new zh_TW translator
9157                 widen the output
9158                 create alternate coloured lines
9159                 improve readability
9160
9161 2005-09-10 [colin]      1.9.14cvs18
9162
9163         * src/plugins/pgpcore/select-keys.c
9164                 Better order for the buttons
9165
9166 2005-09-10 [colin]      1.9.14cvs17
9167
9168         * src/compose.c
9169         * src/plugins/pgpcore/select-keys.c
9170         * src/plugins/pgpcore/select-keys.h
9171         * src/plugins/pgpcore/sgpgme.c
9172                 Add a "Don't encrypt" button to the key
9173                 selection dialog. Fixes bug #177 (There should be a 
9174                 'Don't encrypt button in the Select Keys dialog)
9175
9176 2005-09-10 [colin]      1.9.14cvs16
9177
9178         * src/compose.c
9179                 Fix bug #572 (%X option does not work with templates)
9180
9181 2005-09-10 [colin]      1.9.14cvs15
9182
9183         * src/toolbar.c 
9184                 Remove g_print
9185
9186 2005-09-10 [colin]      1.9.14cvs14
9187
9188         * src/imap.c
9189                 Fix a possible crash
9190
9191 2005-09-09 [colin]      1.9.14cvs13
9192
9193         * src/imap.c
9194         * src/etpan/imap-thread.c
9195         * src/etpan/imap-thread.h
9196                 Fix moving from queue or drafts to normal folders
9197                 Fix bug #794 (No way to delete without expunging)
9198                 Take flags unset by other mailers into account
9199                 Take deleted flag set by other mailers into account
9200                 Fix unsetting REPLIED flag
9201                 Fix crash when capabilities can't be retrieved
9202         * src/mainwindow.c
9203         * src/mainwindow.h
9204                 Add M_DELAYED_FLAGS condition, and let the user use
9205                 Execute in order to be able to expunge deleted mails,
9206                 even if he's not in delayed execute mode
9207         * src/prefs_spelling.c
9208                 Use 'en' dictionary by default if LANG is POSIX or C
9209         * src/gtk/prefswindow.c
9210                 Fix bug #767 (Preferences windows expanding) by making
9211                 the window a bit larger when the resolution is greater
9212                 than 640x480, and by putting the prefs in a
9213                 GtkScrolledWindow.
9214
9215 2005-09-09 [paul]       1.9.14cvs12
9216
9217         * AUTHORS
9218         * configure.ac
9219         * po/zh_TW.Big5.po      ** REMOVED **
9220         * po/zh_TW.po           ** ADDED **
9221                 updated by Wei-Lun Chao
9222
9223 2005-09-09 [paul]       1.9.14cvs11
9224
9225         * src/mainwindow.c
9226                 fix asserts
9227         * src/common/xml.c
9228                 delay memory allocation until file is
9229                 opened successfully
9230                 Patch by Daniel Gustafson
9231
9232 2005-09-09 [colin]      1.9.14cvs10
9233
9234         * src/imap.c
9235                 Add guards
9236
9237 2005-09-08 [colin]      1.9.14cvs9
9238
9239         * src/compose.c
9240                 Alert when we can't save draft
9241                 Fix various wrap/color issues
9242                 Add mid-click pasting respecting wrap_paste option
9243         * src/folder.c
9244         * src/folder.h
9245         * src/folder_item_prefs.c
9246         * src/folder_item_prefs.h
9247         * src/imap.c
9248         * src/imap_gtk.c
9249         * src/imap_gtk.h
9250         * src/main.c
9251         * src/mainwindow.c
9252         * src/mainwindow.h
9253         * src/news.c
9254         * src/news_gtk.c
9255         * src/news_gtk.h
9256         * src/prefs_folder_item.c
9257                 Fix the impossibility to synchronise folders for
9258                 offline use (IMAP and NNTP are concerned)
9259
9260 2005-09-08 [colin]      1.9.14cvs8
9261
9262         * configure.ac
9263                 Build LDAP and JPilot by default if available
9264         * src/textview.c
9265                 Fix use after free
9266
9267 2005-09-08 [paul]       1.9.14cvs7
9268
9269         * doc/manual/en/sylpheed-1.html
9270         * doc/manual/en/sylpheed-18.html
9271         * doc/manual/en/sylpheed-19.html
9272         * doc/manual/en/sylpheed-4.html
9273         * doc/manual/en/sylpheed-6.html
9274         * doc/manual/en/sylpheed.html
9275                 a few minor updates, plus include some
9276                 details about plugins and their requirements
9277         * src/mainwindow.c
9278                 minor changes to English in /View/Sort
9279
9280 2005-09-07 [colin]      1.9.14cvs6
9281
9282         * doc/manual/en/sylpheed-1.html
9283         * doc/manual/en/sylpheed-10.html
9284         * doc/manual/en/sylpheed-11.html
9285         * doc/manual/en/sylpheed-12.html
9286         * doc/manual/en/sylpheed-13.html
9287         * doc/manual/en/sylpheed-14.html
9288         * doc/manual/en/sylpheed-15.html
9289         * doc/manual/en/sylpheed-16.html
9290         * doc/manual/en/sylpheed-17.html
9291         * doc/manual/en/sylpheed-18.html
9292         * doc/manual/en/sylpheed-19.html
9293         * doc/manual/en/sylpheed-2.html
9294         * doc/manual/en/sylpheed-20.html
9295         * doc/manual/en/sylpheed-21.html
9296         * doc/manual/en/sylpheed-22.html
9297         * doc/manual/en/sylpheed-3.html
9298         * doc/manual/en/sylpheed-4.html
9299         * doc/manual/en/sylpheed-5.html
9300         * doc/manual/en/sylpheed-6.html
9301         * doc/manual/en/sylpheed-7.html
9302         * doc/manual/en/sylpheed-8.html
9303         * doc/manual/en/sylpheed-9.html
9304         * doc/manual/en/sylpheed.html
9305                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9306
9307 2005-09-07 [colin]      1.9.14cvs5
9308
9309         * src/mainwindow.c
9310                 Make labels more to-the-point
9311
9312 2005-09-07 [colin]      1.9.14cvs4
9313
9314         * doc/manual/en/sylpheed-1.html
9315         * doc/manual/en/sylpheed-12.html
9316         * doc/manual/en/sylpheed-13.html
9317         * doc/manual/en/sylpheed-14.html
9318         * doc/manual/en/sylpheed-15.html
9319         * doc/manual/en/sylpheed-16.html
9320         * doc/manual/en/sylpheed-17.html
9321         * doc/manual/en/sylpheed-18.html
9322         * doc/manual/en/sylpheed-19.html
9323         * doc/manual/en/sylpheed-2.html
9324         * doc/manual/en/sylpheed-20.html
9325         * doc/manual/en/sylpheed-21.html
9326         * doc/manual/en/sylpheed-22.html
9327         * doc/manual/en/sylpheed-4.html
9328         * doc/manual/en/sylpheed-5.html
9329         * doc/manual/en/sylpheed-6.html
9330         * doc/manual/en/sylpheed-7.html
9331         * doc/manual/en/sylpheed-8.html
9332         * doc/manual/en/sylpheed-9.html
9333         * doc/manual/en/sylpheed.html
9334                 Update manual
9335
9336 2005-09-07 [colin]      1.9.14cvs3
9337
9338         * doc/faq/en/sylpheed-faq-1.html
9339         * doc/faq/en/sylpheed-faq-2.html
9340         * doc/faq/en/sylpheed-faq-3.html
9341         * doc/faq/en/sylpheed-faq.html
9342                 Update FAQ
9343
9344 2005-09-07 [colin]      1.9.14cvs2
9345
9346         * src/folderview.c
9347         * src/procmsg.c
9348         * src/summaryview.c
9349         * src/toolbar.c
9350                 Fix special subfolders:
9351                 - Inherit parent's icon
9352                 - sent contents of queues subfolders
9353                 - empty subfolders of trashes
9354         * src/mainwindow.c
9355                 Remove outdated manual and faq entries
9356         * src/common/utils.c
9357                 Add quotes around %s coming from mailcap
9358
9359 2005-09-07 [colin]      1.9.14cvs1
9360
9361         * src/compose.c
9362                 After saving draft, set modified to FALSE
9363         * src/mimeview.c
9364         * src/common/utils.c
9365         * src/common/utils.h
9366                 Try to open mime parts using what is 
9367                 indicated in ~/.mailcap or /etc/mailcap,
9368                 if possible.
9369
9370 2005-09-05 [paul]       1.9.14
9371
9372         1.9.14 released
9373
9374         * po/sk.po
9375                 updated by Andrej Kacian
9376
9377 2005-09-05 [paul]       1.9.13cvs83
9378
9379         * po/de.po
9380         * po/es.po
9381         * po/fi.po
9382         * po/fr.po
9383         * po/nb.po
9384         * po/pt_BR.po
9385         * po/sr.po
9386                 updated translations by Thomas Gilgin, Ricardo Mones
9387                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9388                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9389
9390 2005-09-04 [paul]       1.9.13cvs82
9391
9392         * src/compose.c
9393                 only warn about exceeded line length limit
9394                 on send
9395
9396 2005-09-04 [paul]       1.9.13cvs81
9397
9398         * src/compose.c
9399                 fix crash in 'line length exceeded' dialogue
9400
9401 2005-09-02 [paul]       1.9.13cvs80
9402
9403         * src/imap.c
9404                 fix bug 795, 'Connection lost IMAP'
9405                 and add statusbar prints
9406                 Patch by Colin
9407
9408 2005-09-02 [paul]       1.9.13cvs79
9409
9410         * src/compose.c
9411                 compose_wrap_paragraph() becomes
9412                 compose_beautify_paragraph()
9413                 Patch by Colin
9414
9415 2005-09-02 [colin]      1.9.13cvs78
9416
9417         * src/folderview.c
9418                 Micro-fix
9419
9420 2005-09-01 [colin]      1.9.13cvs77
9421
9422         * src/imap.c
9423                 Maybe fix bug #795 (Connection lost IMAP)
9424                 Don't try to send logout when we're disconnected.
9425         * src/summaryview.c
9426                 Include locked and marked emails in HRM
9427                 view. Fixes bug #800 (Locked messages no longer 
9428                 show up when hide read messages is used)
9429
9430 2005-09-01 [paul]       1.9.13cvs76
9431
9432         * src/prefs_common.c
9433                 fix bad cutting
9434
9435 2005-08-31 [colin]      1.9.13cvs75
9436
9437         * src/folderview.c
9438         * src/folderview.h
9439         * src/prefs_summaries.c
9440         * src/summaryview.c
9441                 Fix "go to next new", fix preference
9442                 (Open unread/next swapped)
9443
9444 2005-08-31 [paul]       1.9.13cvs74
9445
9446         * src/compose.c
9447         * src/folderview.c
9448         * src/headerview.c
9449         * src/headerview.h
9450         * src/mainwindow.c
9451         * src/prefs_common.c
9452         * src/prefs_common.h
9453         * src/prefs_fonts.c
9454         * src/summaryview.c
9455         * src/textview.c
9456         * src/common/defs.h
9457                 remove obsolete BOLD_FONT setting
9458                 fix font update in headerview and textview
9459                 headers after prefs change
9460                 Patch By Colin
9461
9462 2005-08-31 [paul]
9463
9464         1.9.14-rc4 released
9465
9466 2005-08-30 [colin]      1.9.13cvs73
9467
9468         * src/summaryview.c
9469                 When Hide read messages is selected and we
9470                 refresh the summaryview, don't remove the 
9471                 currently displayed message. Fixes bug #797
9472                 (Summary view reloads when new mail is 
9473                 downloaded in 1.9.14 rc)
9474
9475 2005-08-30 [colin]      1.9.13cvs72
9476
9477         * src/folderview.c
9478                 Fix flickering
9479         * src/mainwindow.c
9480                 Remove useless callback
9481         * src/mimeview.c
9482         * src/gtk/filesel.c
9483         * src/gtk/filesel.h
9484                 Add a filesel_select_file_save_folder() - used by Save All
9485
9486 2005-08-29 [paul]       1.9.13cvs71
9487
9488         * AUTHORS
9489         * src/matcher_parser_parse.y
9490         * src/etpan/imap-thread.c
9491                 fix building on FreeBSD
9492                 Patch by Daniel Gustafson <daniel@hobbit.se>
9493
9494 2005-08-29 [paul]       1.9.13cvs70
9495
9496         * src/plugins/pgpinline/pgpinline.c
9497                 only initialise sig result if it's been handled
9498                 Patch by Colin
9499
9500 2005-08-29 [paul]       1.9.13cvs69
9501         
9502         Patches by Colin:
9503
9504         * src/imap.c
9505         * src/common.utils.c
9506         * src/common/utils.h
9507                 optimisation
9508         * src/stock_pixmap.h
9509                 fix wrong icon reference
9510         * src/pixmaps/trash_btn.xpm
9511                 replace with nicer image
9512
9513 2005-08-28 [colin]      1.9.13cvs68
9514
9515         * src/Makefile.am
9516         * src/stock_pixmap.c
9517         * src/stock_pixmap.h
9518         * src/toolbar.c
9519         * src/pixmaps/trash_btn.xpm
9520                 Add a specific trash xpm for the button
9521
9522 2005-08-28 [colin]      1.9.13cvs67
9523
9524         * src/imap.c
9525                 Fix leak
9526
9527 2005-08-27 [colin]      1.9.13cvs66
9528
9529         * src/imap.c
9530         * src/procmime.c
9531                 Correctly fix "Problem with replies", fixes
9532                 pgpmime encryption too. 
9533
9534 2005-08-27 [colin]      1.9.13cvs65
9535
9536         * src/folder.c
9537         * src/procmsg.c
9538         * src/procmsg.h
9539         * src/summaryview.c
9540                 Fix bug #517 (messages removed from summaryview 
9541                 when moving fails)
9542
9543 2005-08-27 [colin]      1.9.13cvs64
9544
9545         * tools/Makefile.am
9546         * tools/asus_mailled.sh
9547                 Add a script to blink ASUS laptops' mail LED where there
9548                 is unread mail.
9549
9550 2005-08-27 [colin]      1.9.13cvs63
9551
9552         * src/imap.c
9553         * src/etpan/imap-thread.c
9554         * src/etpan/imap-thread.h
9555                 Implement automatic choosing of login method
9556                 Fixes bug #791
9557         * src/gtk/.cvsignore
9558                 Add sylpheed-marshal.[ch]
9559
9560 2005-08-27 [colin]      1.9.13cvs62
9561
9562         * src/common/utils.c
9563                 Fix confusing perror
9564
9565 2005-08-27 [colin]      1.9.13cvs61
9566
9567         * src/toolbar.c
9568         * src/toolbar.h
9569                 Remove A_DELETE, replace it with 
9570                 A_TRASH and A_DELETE_REAL. Automatically
9571                 rewrite config files to replace A_DELETE
9572                 with A_TRASH (no functionality change).
9573                 Fixes half of #794
9574
9575 2005-08-26 [colin]      1.9.13cvs60
9576
9577         * src/procmime.c
9578                 Previous "Problem with replies" fix brought other
9579                 problems, fixing them
9580
9581 2005-08-26 [colin]      1.9.13cvs59
9582
9583         * src/procmime.c
9584                 Fix "Problem with replies". This happened only
9585                 on IMAP...
9586         * src/procmsg.c
9587                 Factorize code a bit
9588         * src/compose.c
9589                 Speed improvement on very long messages (wrapping)
9590                 Fix signature color on Reedit and Redirect
9591                 On Reedit, don't attach pgp-signatures parts, but
9592                 set signing to On.
9593
9594 2005-08-24 [paul]       1.9.13cvs58
9595
9596         * src/compose.c
9597                 don't claim success when clicking
9598                 Cancel on the passphrase box.
9599                 Patch by Colin
9600
9601 2005-08-24 [paul]       1.9.13cvs57
9602
9603         * src/main.c
9604                 fix misplaced sylpheed.log
9605         * src/common/defs.h
9606                 define UIDL_DIR
9607
9608 2005-08-24 [paul]       1.9.13cvs56
9609
9610         * src/imap.c
9611         * src/etpan/imap-thread.c
9612         * src/etpan/imap-thread.h
9613                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9614                 Patch by Colin
9615         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9616         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9617                 remove autogenerated files
9618         * tools/kdeservicemenu/README
9619         * tools/kdeservicemenu/install.sh
9620         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9621         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9622                 use Claws icon, use 'Sylpheed-Claws' in menu,
9623                 use kdialog, and other cleanups
9624
9625 2005-08-23 [paul]       1.9.13cvs55
9626
9627         * src/compose.c
9628                 fix paste/wrap crash
9629                 Patch by Colin
9630
9631 2005-08-23 [paul]       1.9.13cvs54
9632
9633         * src/main.c
9634                 fix crash recovery
9635                 Patch by Colin
9636
9637 2005-08-23 [paul]       1.9.13cvs53
9638
9639         * src/addressbook.c
9640         * src/editaddress.c
9641                 view all data of LDAP contacts
9642                 Patch by Colin
9643
9644 2005-08-23 [paul]       1.9.13cvs52
9645
9646         * src/addressbook.c
9647                 fix issues with the Search field
9648                 Patch by Colin
9649
9650 2005-08-22 [paul]       1.9.13cvs51
9651
9652         * src/folderview.c
9653                 put name of folder in processing dialog
9654                 title
9655         * src/prefs_folder_item.c
9656                 improve english usage
9657
9658 2005-08-22 [paul]       1.9.13cvs50
9659
9660         * src/filtering.c
9661         * src/filtering.h
9662         * src/matcher.c
9663         * src/matcher_parser_lex.l
9664         * src/matcher_parser_parse.y
9665         * src/prefs_filtering.c
9666                 add Filtering/Processing rule names feature.
9667                 (the incompatible old matcherrc is saved as
9668                 matcherrc.pre_names).
9669                 Patch by Colin
9670
9671 2005-08-22 [paul]       1.9.13cvs49
9672
9673         * src/procmsg.c
9674                 fix colour labelling
9675                 Patch by Colin
9676
9677 2005-08-22 [paul]       1.9.13cvs48
9678
9679         * src/textview.c
9680                 fix open_image_cb()
9681
9682 2005-08-22 [paul]       1.9.13cvs47
9683
9684         * src/imap.c
9685                 fix bug 789, 'SC crashes with imap (CVS ver)'
9686                 Patch by Colin
9687
9688 2005-08-22 [paul]       1.9.13cvs46
9689
9690         * src/mimeview.c
9691         * src/prefs_common.c
9692         * src/common/defs.h
9693                 define reused defaults in defs.h
9694         * src/textview.c
9695                 add 'Open image' to image popup menu
9696
9697 2005-08-21 [colin]      1.9.13cvs45
9698
9699         * src/summaryview.c
9700                 Fix bug #788 (Bogus "From" address displayed)
9701
9702 2005-08-20 [colin]      1.9.13cvs44
9703
9704         * src/folder.c
9705                 Fix buf #787 (multilevel delete causes SIGSEGV)
9706
9707 2005-08-19 [colin]      1.9.13cvs43
9708
9709         * src/inc.c
9710         * src/prefs_common.c
9711         * src/prefs_common.h
9712                 Add an hidden pref to allow modifying the
9713                 update stepping in incorporation.
9714                 Patch by wwp.
9715
9716 2005-08-19 [colin]      1.9.13cvs42
9717
9718         * src/compose.c
9719         * src/procmime.c
9720                 Workaround for broken MUAs: encode 
9721                 Content-type: name: as ASCII and 
9722                 Content-Disposition: filename: as
9723                 per rfc2231
9724         * src/prefs_account.c
9725                 Fix invisible-ness of SMTP SSL prefs
9726                 in NNTP accounts
9727
9728 2005-08-19 [paul]       1.9.13cvs41
9729
9730         * src/compose.c
9731         * src/prefs_common.c
9732         * src/prefs_common.h
9733         * src/prefs_wrapping.c
9734                 paste with or without wrapping.
9735                 patch by Colin
9736
9737 2005-08-19 [paul]       1.9.13cvs40
9738
9739         * src/prefs_common.c
9740         * src/prefs_common.h
9741         * src/summaryview.c
9742                 reintroduce enable_swap_from as a
9743                 hidden pref. patch by Colin
9744         * src/quote_fmt_parse.y
9745         * src/plugins/clamav/clamav_plugin.c
9746         * src/plugins/dillo_viewer/dillo_viewer.c
9747         * src/plugins/mathml_viewer/mathml_viewer.c
9748         * src/plugins/pgpcore/sgpgme.c
9749         * src/plugins/pgpinline/pgpinline.c
9750         * src/plugins/pgpmime/pgpmime.c
9751                 tidy up. patch by Colin
9752
9753 2005-08-19 [paul]       1.9.13cvs39
9754
9755         * configure.ac
9756                 complete cvs38's sync
9757         * src/editaddress.c
9758         * src/gedit-print.c
9759         * src/mutt.c
9760         * src/etpan/etpan-log.c
9761         * src/etpan/imap-thread.c
9762         * src/gtk/gtksourceprintjob.c
9763                 fix compilation warnings
9764                 (patch by Colin)
9765
9766 2005-08-19 [paul]       1.9.13cvs38
9767
9768         sync with main:
9769
9770         * src/account.c
9771         * src/action.c
9772         * src/addrbook.c
9773         * src/addrcache.c
9774         * src/addrharvest.c
9775         * src/addrindex.c
9776         * src/codeconv.c
9777         * src/compose.c
9778         * src/crash.c
9779         * src/exporthtml.c
9780         * src/exportldif.c
9781         * src/folder.c
9782         * src/image_viewer.c
9783         * src/inc.c
9784         * src/inc.h
9785         * src/jpilot.c
9786         * src/ldif.c
9787         * src/main.c
9788         * src/matcher.c
9789         * src/mbox.c
9790         * src/messageview.c
9791         * src/mh.c
9792         * src/mimeview.c
9793         * src/msgcache.c
9794         * src/mutt.c
9795         * src/news.c
9796         * src/partial_download.c
9797         * src/pine.c
9798         * src/pop.c
9799         * src/prefs_actions.c
9800         * src/prefs_common.c
9801         * src/prefs_customheader.c
9802         * src/prefs_display_header.c
9803         * src/prefs_gtk.c
9804         * src/prefs_themes.c
9805         * src/procheader.c
9806         * src/procmime.c
9807         * src/procmsg.c
9808         * src/recv.c
9809         * src/send_message.c
9810         * src/simple-gettext.c
9811         * src/sourcewindow.c
9812         * src/textview.c
9813         * src/vcard.c
9814         * src/common/defs.h
9815         * src/common/log.c
9816         * src/common/plugin.c
9817         * src/common/prefs.c
9818         * src/common/session.c
9819         * src/common/session.h
9820         * src/common/socket.c
9821         * src/common/socket.h
9822         * src/common/ssl_certificate.c
9823         * src/common/template.c
9824         * src/common/utils.c
9825         * src/common/utils.h
9826         * src/common/xml.c
9827         * src/gtk/about.c
9828         added wrappers for C library function that
9829                 take pathname arguments.
9830                 enabled compilation with MinGW.
9831                 use GDir instead of directly using opendir().
9832                 added rename_force().
9833
9834 2005-08-19 [paul]       1.9.13cvs37
9835         
9836         patches by Colin:
9837         * src/compose.c
9838                 fix privacy settings on re-editing
9839                 a sent message
9840         * src/jpilot.c
9841                 fix encoding bug
9842         * src/folder.c
9843         * src/procmsg.c
9844         * src/procmsg.h
9845         * src/summaryview.c
9846                 flag changing optimisation
9847
9848 2005-08-18 [martin]     1.9.13cvs36
9849
9850         * commitHelper
9851             added my login
9852         * src/addrcache.c
9853         * src/addrharvest.c
9854         * src/addrindex.c
9855         * src/compose.c
9856         * src/grouplistdialog.c
9857         * src/main.c
9858         * src/mainwindow.c
9859         * src/msgcache.c
9860         * src/mutt.c
9861         * src/pine.c
9862         * src/prefs_account.c
9863         * src/prefs_themes.c
9864         * src/stock_pixmap.c
9865         * src/summaryview.c
9866         * src/gtk/about.c
9867         * src/gtk/logwindow.c
9868             removed deprecated glib and gdk stuff
9869         * src/plugins/pgpcore/select-keys.c
9870             convert attributes from locale to utf8
9871
9872 2005-08-17 [paul]       1.9.13cvs35
9873
9874         * src/account.c
9875         * src/addressbook.c
9876                 use new GTK_STOCK_ icons if available
9877         * src/summaryview.c
9878         * src/gtk/gtksctree.c
9879         * src/gtk/gtksctree.h
9880                 faster range select. patch by Colin
9881
9882 2005-08-17 [paul]       1.9.13cvs34
9883
9884         patches by colin:
9885         * src/addressbook.c
9886         * src/addressitem.h
9887                 Add an edit button for contacts, fix selections
9888                 of gtksctree items
9889         * src/editaddress.c
9890                 Change labels, let Save be always possible in the
9891                 email and user atributes tabs
9892         * src/folderview.c
9893                 fix sort issues
9894         * src/summaryview.c
9895                 select next item instead of the displayed one
9896                 after deletion
9897
9898         * src/gtk/progressdialog.c
9899                 use prefs_common.enable_rules_hint
9900
9901 2005-08-13 [hoa]        1.9.13cvs33
9902
9903         * src/etpan/imap-thread.c
9904                 fixed build on Solaris.
9905
9906 2005-08-10 [colin]      1.9.13cvs32
9907
9908         * src/procmsg.c
9909                 Fix cvs31 (missing fclose before reading
9910                 the file)
9911
9912 2005-08-10 [colin]      1.9.13cvs31
9913
9914         * src/procmsg.c
9915                 Fix procmsg_msginfo_new_from_mimeinfo() when
9916                 the MimeInfo isn't stored in memory. This fixes
9917                 replying to an attached message.
9918
9919 2005-08-10 [colin]      1.9.13cvs30
9920
9921         * src/mainwindow.c
9922                 Fix slowness in account changing
9923
9924 2005-08-10 [colin]      1.9.13cvs29
9925
9926         * src/folder.c
9927         * src/folderutils.c
9928         * src/folderview.c
9929         * src/imap_gtk.c
9930         * src/mainwindow.c
9931         * src/mh_gtk.c
9932         * src/procmsg.c
9933         * src/summaryview.c
9934                 Optimize folder_has_parent_of_type
9935                 Prevent moving special sub-folders from contextual menus
9936                 Rework message a bit ("Empty all messages" -> "Delete all
9937                 messages")
9938                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9939                 and "Deleted Items" folders)
9940
9941 2005-08-08 [colin]      1.9.13cvs28
9942
9943         * src/summaryview.c
9944         * src/prefs_summaries.c
9945                 Make "Select first unread|new" more flexible
9946                 (just prioritize new or unread)
9947
9948 2005-08-08 [colin]      1.9.13cvs27
9949
9950         * src/summaryview.c
9951                 If "select first new" is selected and there only
9952                 are unread messages, fallback to "select first
9953                 unread".
9954
9955 2005-08-08 [colin]      1.9.13cvs26
9956
9957         * src/folder.c
9958                 Fix shameful bugs (and bug #779)
9959
9960 2005-08-08 [colin]      1.9.13cvs25
9961
9962         * src/folder.c
9963         * src/folder.h
9964                 Cache parents' type to make folder_has_parent_of_type
9965                 faster
9966         * src/folderview.c
9967                 Forbid DnD of special sub-folders
9968         * src/procmsg.c
9969         * src/procmsg.h
9970                 Add MAIL_POSTFILTERING_HOOK
9971         * src/summaryview.c
9972                 Revert over-zealous deletion of the use_addr_book 
9973                 code
9974
9975 2005-08-07 [colin]      1.9.13cvs24
9976
9977         * src/folder.c
9978                 Fix big mistake (passing MsgInfo instead 
9979                 of FolderItem)
9980
9981 2005-08-07 [colin]      1.9.13cvs23
9982
9983         * src/compose.c
9984         * src/folder.c
9985         * src/folder.h
9986         * src/foldersel.c
9987         * src/folderutils.c
9988         * src/folderview.c
9989         * src/imap.c
9990         * src/mainwindow.c
9991         * src/messageview.c
9992         * src/mh.c
9993         * src/msgcache.c
9994         * src/procmime.c
9995         * src/summaryview.c
9996                 Make subfolders of Drafts, Queue, Outbox, Trash
9997                 work like their parents. 
9998                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9999
10000 2005-08-07 [colin]      1.9.13cvs22
10001
10002         * src/addressbook.c
10003                 Fix bug #771 (Dragged contacts not saved)
10004
10005 2005-08-07 [paul]       1.9.13cvs21
10006
10007         * src/summaryview.c
10008                 fix bug 32 'Search Doesn't display results
10009                 if "Hide Read Messages" is chosen'
10010                 be more literal in interpreting 'Hide read
10011                 messages'
10012
10013 2005-08-07 [colin]      1.9.13cvs20
10014
10015         * src/folderview.c
10016                 Add debug
10017         * src/summaryview.c
10018                 Faster 'unthread_for_execution'
10019
10020 2005-08-06 [paul]       1.9.13cvs19
10021
10022         * src/mainwindow.c
10023                 add mnemonics to Set displayed columns
10024                 fix bug where msgview_visible option was
10025                 overwritten as TRUE on startup
10026
10027 2005-08-06 [paul]       1.9.13cvs18
10028
10029         * src/mainwindow.c
10030                 refer to 'displayed columns in folder/message
10031                 list' not 'displayed items in summary/message view'
10032         * src/prefs_display_header.c
10033                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10034                 be consistent with similar dialogues
10035         * src/prefs_folder_column.c
10036         * src/prefs_summary_column.c
10037                 'columns' not 'items', and folder and message lists,
10038                 instead of folder and summary views;
10039                 Use 'Hidden columns' as list heading not 'Available
10040                 items';
10041                 move the 'Remove' button to the right hand side;
10042                 top-align the buttons;
10043                 remove unneeded vbox
10044         * src/prefs_summaries.c
10045                 put the 2 column prefs buttons in a frame to reduce
10046                 overall width; refer to columns not items &c.
10047
10048 2005-08-05 [colin]      1.9.13cvs17
10049
10050         * src/prefs_common.c
10051         * src/prefs_common.h
10052         * src/mainwindow.c
10053         * src/compose.c
10054         * src/messageview.c
10055                 Add an hidden toolbar_detachable pref, so
10056                 that I can get rid of these painful handles
10057                 in the toolbars. Defaults to TRUE to avoid
10058                 changing the GUI on unsuspecting people...
10059
10060 2005-08-05 [colin]      1.9.13cvs16
10061
10062         * src/Makefile.am
10063         * src/prefs_folder_column.c
10064         * src/prefs_folder_column.h
10065                 Add prefs for folder columns
10066         * src/folderview.c
10067         * src/folderview.h
10068         * src/mainwindow.c
10069         * src/mainwindow.h
10070         * src/prefs_common.c
10071         * src/prefs_common.h
10072         * src/prefs_summaries.c
10073                 Use them
10074         * src/prefs_summary_column.c
10075         * src/summaryview.c
10076         * src/summaryview.h
10077                 Add a To column
10078         * src/textview.c
10079         * src/common/utils.c
10080         * src/common/utils.h
10081                 Move uri colourisation functions
10082                 to utils
10083         * src/compose.c
10084                 Colourise URIs
10085         * src/imap.c
10086                 Fix bug with LIST where we'd try
10087                 to get Folder//////[...]/// 
10088
10089 2005-08-05 [paul]       1.9.13cvs15
10090
10091         * src/prefs_summaries.c
10092                 improve the English usage
10093         * src/summaryview.c
10094                 set font on column change
10095                 thanks to Colin
10096
10097 2005-08-05 [paul]       1.9.13cvs14
10098
10099         * src/prefs_common.c
10100         * src/prefs_common.h
10101         * src/prefs_summaries.c
10102         * src/summaryview.c
10103                 replace 'open_unread_on_enter' option with
10104                 'select_on_entry' option. opening/not opening
10105                 is now exclusively controlled by 'always_show_msg'
10106
10107 2005-08-04 [colin]      1.9.13cvs13
10108
10109         * src/compose.c
10110                 Remove dead code
10111                 Add colourisation of quotes and signatures
10112         * src/folderview.c
10113                 Fix possible crashes
10114         * src/messageview.c
10115                 Change an assert that is no problem
10116         * src/news.c
10117         * src/news_gtk.c
10118         * src/news_gtk.h
10119                 Fix offline mode
10120         * src/gtk/quicksearch.c
10121                 Fix a possible crash
10122
10123 2005-08-03 [colin]      1.9.13cvs12
10124
10125         * src/prefs_account.c
10126                 Fix bug #777 (Sylpheed crash in account configuration)
10127
10128 2005-08-03 [colin]      1.9.13cvs11
10129
10130         * src/addressbook.c
10131         * src/editaddress.c
10132         * src/editgroup.c
10133                 Fixing addressbook, round 2
10134         * src/textview.c
10135                 Fix emphasis color on rechecking 'Colorize messages'
10136
10137 2005-08-03 [paul]       1.9.13cvs10
10138
10139         sync with main
10140
10141         * src/addr_compl.c
10142         * src/compose.c
10143         * src/main.c
10144         * src/pop.c
10145         * src/prefs_account.c
10146         * src/procmime.c
10147         * src/procmsg.c
10148         * src/quote_fmt_parse.y
10149         * src/textview.c
10150         * src/common/quoted-printable.c
10151         * src/common/utils.c
10152         * src/common/utils.h
10153         * src/common/xml.c
10154                 replaced incorrect locale-independent
10155                 ctype functions with GLib's. Corrected
10156                 signedness mismatch.
10157         * src/headerview.c
10158                 headerview_create(): added spacing for vbox.
10159         * src/gtk/about.c
10160                 set focus to the OK button.
10161
10162 2005-08-03 [colin]      1.9.13cvs9
10163
10164         * src/folderview.c
10165                 Fix possible crash
10166
10167 2005-08-02 [colin]      1.9.13cvs8
10168
10169         * src/mainwindow.c
10170                 Fix cast
10171         * src/addressbook.c
10172         * src/addressitem.h
10173                 Fix a cast and more generally, try to make the
10174                 GUI more intuitive and consistent (round 1)
10175
10176 2005-08-02 [paul]       1.9.13cvs7
10177
10178         * src/folder.h
10179                 missing in 1.9.13cvs6
10180
10181 2005-08-02 [colin]      1.9.13cvs6
10182
10183         * src/folder.c
10184                 Fix one more leak
10185
10186 2005-08-02 [colin]      1.9.13cvs5
10187
10188         * src/folder.c
10189         * src/folderview.c
10190         * src/imap.c
10191         * src/main.c
10192         * src/mbox.c
10193         * src/procmsg.c
10194         * src/summaryview.c
10195                 Fix a number of folder_item_get_msg_list()-related
10196                 leaks (missing procmsg_msginfo_free()s)
10197
10198 2005-08-01 [colin]      1.9.13cvs4
10199
10200         * src/folderview.c
10201         * src/folderview.h
10202         * src/mainwindow.c
10203         * src/prefs_fonts.c
10204         * src/prefs_summaries.c
10205         * src/prefs_themes.c
10206         * src/summaryview.c
10207         * src/summaryview.h
10208         * src/textview.c
10209         * src/textview.h
10210                 Fix instant-apply of summary and folderview-related prefs
10211                 Fix erroneous g_free and alertpanels in prefs_theme
10212                 Add instant-apply for fonts
10213                 Defer applying of prefs a little bit so it's done only
10214                 once even if requested by multiples prefs pages
10215
10216 2005-08-01 [paul]       1.9.13cvs3
10217
10218         * src/main.c
10219                 fix bug 776 'S.C. crashes on close'
10220                 thanks to Colin
10221         * src/etpan/etpan-thread-manager-types.h
10222                 add missing include
10223                 thanks to Hoa
10224
10225 2005-07-25 [paul]       1.9.13cvs2
10226
10227         * src/summaryview.c
10228                 fix typos. spotted by Fabien Vantard
10229
10230 2005-07-24 [paul]       1.9.13cvs1
10231
10232         * doc/man/sylpheed.1
10233                 update man page, incorporating fix of
10234                 bug 769 'Typo in manpage'
10235         * src/etpan/imap-thread.c
10236                 fix NetBSD openssl dependencies. patch by
10237                 George Michaelson <ggm@apnic.net>
10238         * po/pt_BR.po
10239                 updated by Frederico Goncalves Guimaraes
10240
10241 2005-07-22 [paul]       1.9.13
10242
10243         1.9.13 release
10244
10245 2005-07-22 [paul]       1.9.12cvs91
10246
10247         * AUTHORS
10248         * INSTALL
10249         * README.claws
10250         * RELEASE_NOTES.claws
10251                 updated for release
10252         * configure.ac
10253         * po/nb.po
10254         * tools/claws.i18n.status.pl
10255                 add Norwegian translation. submiited by
10256                 Geir Helland <pjallabais@users.sourceforge.net>
10257         * po/ca.po
10258         * po/de.po
10259         * po/es.po
10260         * po/fi.po
10261         * po/fr.po
10262         * po/it.po
10263         * po/sk.po
10264         * po/sr.po
10265         * po/zh_CN.po
10266                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10267                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10268                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10269                 Yang Guilong
10270         * src/plugins/clamav/clamav_plugin_gtk.c
10271         * src/plugins/spamassassin/spamassassin_gtk.c
10272                 replace outdated description strings
10273
10274 2005-07-21 [colin]      1.9.12cvs90
10275
10276         * src/folder.c
10277                 Set folder to batch mode when scanning it. Makes deletion
10278                 of unread mails on IMAP much faster (due to the UNREAD 
10279                 flag unsetting)
10280
10281 2005-07-21 [darko]      1.9.12cvs89
10282
10283         * configure.ac
10284                 link against libresolv if necessary (patch by Paul)
10285         * src/msgcache.c
10286                 use glib's portable macros to determine endianness
10287
10288 2005-07-21 [paul]       1.9.12cvs88
10289
10290         * src/crash.c
10291         * src/gtk/about.c
10292                 update compiled-in features list
10293
10294 2005-07-20 [colin]      1.9.12cvs87
10295
10296         * src/folder.c
10297         * src/textview.c
10298                 Gcc 2.9x compilation fixes, thanks to Darko
10299         * src/plugins/clamav/clamav_plugin.c
10300                 Little optimisation: load virus database only once
10301         * src/plugins/spamassassin/spamassassin.c
10302                 Big optimisation: filtering one mail took at least 1 second,
10303                 now it takes at least 50ms. Doesn't speed up spamassassin 
10304                 itself, but should already be much more tolerable.
10305
10306 2005-07-20 [colin]      1.9.12cvs86
10307
10308         * src/summaryview.c
10309                 Fix performance issue
10310
10311 2005-07-19 [colin]      1.9.12cvs85
10312
10313         * src/plugins/pgpinline/plugin.c
10314                 Fix warning
10315
10316 2005-07-19 [colin]      1.9.12cvs84
10317
10318         * configure.ac
10319         * src/plugins/Makefile.am
10320         * src/plugins/pgpinline/.cvsignore
10321         * src/plugins/pgpinline/Makefile.am
10322         * src/plugins/pgpinline/pgpinline.c
10323         * src/plugins/pgpinline/pgpinline.deps
10324         * src/plugins/pgpinline/pgpinline.h
10325         * src/plugins/pgpinline/plugin.c
10326                 Put pgpinline in the main tree
10327
10328 2005-07-19 [paul]       1.9.12cvs83
10329
10330         * src/prefs_actions.c
10331                 prevent '//' in menu names, which cause a crash
10332                 thanks to Colin
10333
10334 2005-07-19 [paul]       1.9.12cvs82
10335
10336         * configure.ac
10337                 be generally more informative in configure output.
10338                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10339                 '[ --disable-openssl ...', as --enable-openssl is default
10340                 PGP/MIME: don't check for GPGME again, check for
10341                 pgpcore instead. Therefore prevent the possibility of
10342                 attempting to build pgpmime if pgpcore dependencies are
10343                 not met
10344                 ClamAV: use pkgconfig to check for lib
10345                 libgnomeprint: revert logic on inner test to match
10346                 everything else
10347         * src/plugins/pgpcore/sgpgme.c
10348                 add missing include
10349
10350 2005-07-19 [colin]      1.9.12cvs81
10351
10352         * src/summaryview.c
10353                 Fix slow thread rebuilding in particular
10354                 cases
10355
10356 2005-07-19 [paul]       1.9.12cvs80
10357
10358         * sylpheed-claws.desktop
10359                 fix typo, spotted by Stephan Sachse
10360         * src/account.c
10361                 replace GTK_STOCK_ADD with
10362                 GTK_STOCK_NEW button
10363
10364 2005-07-18 [colin]      1.9.12cvs79
10365
10366         * src/etpan/imap-thread.c
10367                 Fix return value (Thanks Hoa)
10368
10369 2005-07-18 [colin]      1.9.12cvs78
10370
10371         * src/imap.c
10372                 Allow empty passwords
10373                 Create drafts/queue/outbox if necessary
10374         * src/summaryview.c
10375                 Remove old code
10376         * src/etpan/imap-thread.c
10377                 Fix STARTTLS (Thanks to Hoa)
10378
10379 2005-07-18 [paul]       1.9.12cvs77
10380
10381         * ChangeLog-gtk2.jp
10382         * ChangeLog.jp
10383                 removed
10384         * Makefile.am
10385                 updated to reflect additions and removals
10386         * TODO
10387                 updated to be claws-specific
10388         * TODO-gtk2
10389         * TODO-gtk2.jp
10390         * TODO.jp
10391         * sylpheed-128x128.png
10392         * sylpheed-64x64.png
10393                 removed
10394         * sylpheed-claws-128x128.png
10395         * sylpheed-claws-64x64.png
10396         * sylpheed-claws.desktop
10397         * sylpheed-claws.png
10398                 added
10399         * sylpheed.desktop
10400         * sylpheed.png
10401                 removed
10402
10403 2005-07-17 [paul]       1.9.12cvs76
10404
10405         * src/account.c
10406         * src/addressbook.c
10407         * src/alertpanel.c
10408         * src/alertpanel.h
10409         * src/compose.c
10410         * src/exphtmldlg.c
10411         * src/expldifdlg.c
10412         * src/folderview.c
10413         * src/imap_gtk.c
10414         * src/inc.c
10415         * src/message_search.c
10416         * src/messageview.c
10417         * src/mh_gtk.c
10418         * src/news_gtk.c
10419         * src/prefs_actions.c
10420         * src/prefs_filtering.c
10421         * src/prefs_matcher.c
10422         * src/prefs_template.c
10423         * src/prefs_themes.c
10424         * src/ssl_manager.c
10425         * src/summary_search.c
10426         * src/textview.c
10427         * src/toolbar.c
10428         * src/gtk/sslcertwindow.c
10429         * src/plugins/pgpcore/sgpgme.c
10430                 rework alertpanels
10431
10432 2005-07-17 [colin]      1.9.12cvs75
10433
10434         * src/privacy.c
10435                 add a PrivacySystem accessor that checks that
10436                 the system cached in a MimeInfo's privacydata
10437                 is still registered. Use this accessor instead
10438                 of directly using data->system. Fixes crashes
10439                 after unloading pgp plugins.
10440
10441 2005-07-17 [colin]      1.9.12cvs74
10442
10443         * src/alertpanel.c
10444                 Change geometry hints to a simple default size.
10445                 Fixes the certs dialogs.
10446
10447 2005-07-17 [colin]      1.9.12cvs73
10448
10449         * src/gtk/sslcertwindow.c
10450                 Use a gtkExpander
10451
10452 2005-07-17 [colin]      1.9.12cvs72
10453
10454         * src/plugins/pgpcore/Makefile.am
10455         * src/plugins/pgpmime/Makefile.am
10456                 Add gpgme libs
10457
10458 2005-07-17 [paul]       1.9.12cvs71
10459
10460         * configure.ac
10461                 add --disable-gnomeprint option
10462                 modified version of patch by Marius Mauch
10463
10464 2005-07-17 [paul]       1.9.12cvs70
10465
10466         * src/common/defs.h
10467                 update urls
10468         * src/account.c
10469         * src/action.c
10470         * src/addressbook.c
10471         * src/compose.c
10472         * src/foldersel.c
10473         * src/folderview.c
10474         * src/html.c
10475         * src/imap_gtk.c
10476         * src/main.c
10477         * src/mainwindow.c
10478         * src/messageview.c
10479         * src/mh_gtk.c
10480         * src/mimeview.c
10481         * src/news_gtk.c
10482         * src/prefs_account.c
10483         * src/prefs_send.c
10484         * src/prefs_summaries.c
10485         * src/procmsg.c
10486         * src/summaryview.c
10487         * src/common/utils.c
10488         * src/common/xml.c
10489         * src/plugins/pgpcore/passphrase.c
10490         * src/plugins/pgpcore/select-keys.c
10491                 replace inappropriately used backticks
10492                 with single quotes
10493
10494 2005-07-16 [colin]      1.9.12cvs69
10495
10496         * src/image_viewer.c
10497                 Add extra paranoid checks
10498
10499 2005-07-16 [colin]      1.9.12cvs68
10500
10501         * src/plugins/pgpcore/prefs_gpg.c
10502                 Don't auto-check sigs by default, as it
10503                 can be really slow.
10504
10505 2005-07-16 [colin]      1.9.12cvs67
10506
10507         * src/plugins/pgpcore/sgpgme.c
10508                 Make messages a bit better.
10509
10510 2005-07-16 [colin]      1.9.12cvs66
10511
10512         * src/imap.c
10513                 Remove pseudo-log
10514         * src/etpan/imap-thread.c
10515                 Add real log
10516
10517 2005-07-16 [colin]      1.9.12cvs65
10518
10519         * src/main.c
10520         * src/prefs_other.c
10521                 And now, fix build with libetpan :-/
10522
10523 2005-07-15 [colin]      1.9.12cvs64
10524
10525         * src/prefs_other.c
10526                 Continue fixing build without libetpan.
10527
10528 2005-07-15 [colin]      1.9.12cvs63
10529
10530         * src/main.c
10531                 Fix build with --disable-libetpan
10532
10533 2005-07-15 [colin]      1.9.12cvs62
10534
10535         * configure.ac
10536                 Bump libetpan's version
10537
10538 2005-07-15 [colin]      1.9.12cvs61
10539
10540         * src/etpan/imap-thread.c
10541                 Actually stop logging :)
10542
10543 2005-07-15 [colin]      1.9.12cvs60
10544
10545         * src/addressbook.c
10546                 Fix dnd of multiple addresses.
10547
10548 2005-07-15 [hoa]        1.9.12cvs59
10549
10550         * src/etpan/imap-thread.c
10551             disable login of IMAP password in libetpan log file.
10552
10553 2005-07-15 [paul]       1.9.12cvs58
10554
10555         * src/account.c
10556                 don't automatically sort
10557                 do allow drag n drop
10558
10559 2005-07-15 [paul]       1.9.12cvs57
10560
10561         * src/account.c
10562         * src/ssl_manager.c
10563                 alphabetical listing
10564
10565 2005-07-15 [paul]       1.9.12cvs56
10566
10567         * src/gtk/pluginwindow.c
10568                 sort plugin list alphabetically
10569
10570 2005-07-15 [paul]       1.9.12cvs55
10571
10572         * src/prefs_spelling.c
10573         * src/prefs_wrapping.c
10574                 unify English usage
10575
10576 2005-07-15 [colin]      1.9.12cvs54
10577
10578         * src/wizard.c
10579                 Typo fix
10580
10581 2005-07-15 [paul]       1.9.12cvs53
10582
10583         * src/prefs_message.c
10584                 make 'show cursor' a hidden option
10585
10586 2005-07-14 [colin]      1.9.12cvs52
10587
10588         * src/plugins/spamassassin/Makefile.am
10589         * src/plugins/clamav/Makefile.am
10590                 Fix double EXTRA_DISTs
10591
10592 2005-07-14 [colin]      1.9.12cvs51
10593
10594         * src/plugins/clamav/Makefile.am
10595         * src/plugins/clamav/clamav_plugin_gtk.deps
10596         * src/plugins/spamassassin/Makefile.am
10597         * src/plugins/spamassassin/spamassassin_gtk.deps
10598                 Make $plugin_gtk depend on $plugin
10599
10600 2005-07-14 [hoa]        1.9.12cvs50
10601
10602         * src/etpan/imap-thread.c
10603                 enable debug log of libetpan when running with --debug
10604
10605 2005-07-14 [colin]      1.9.12cvs49
10606
10607         * configure.ac
10608         * src/common/Makefile.am
10609         * src/common/plugin.c
10610         * src/common/plugin.h
10611                 Add a little plugin dependancy system.
10612                 Plugins can ship a $plugin_name.deps file
10613                 (near them in PLUGINDIR) so that their
10614                 dependancies are loaded if possible.
10615         * src/plugins/Makefile.am
10616         * src/plugins/pgpcore/Makefile.am
10617         * src/plugins/pgpcore/passphrase.c
10618         * src/plugins/pgpcore/passphrase.h
10619         * src/plugins/pgpcore/plugin.c
10620         * src/plugins/pgpcore/prefs_gpg.c
10621         * src/plugins/pgpcore/prefs_gpg.h
10622         * src/plugins/pgpcore/select-keys.c
10623         * src/plugins/pgpcore/select-keys.h
10624         * src/plugins/pgpcore/sgpgme.c
10625         * src/plugins/pgpcore/sgpgme.h
10626                 Introduce pgpcore, used by pgpmime and
10627                 pgpinline
10628         * src/plugins/pgpmime/Makefile.am
10629         * src/plugins/pgpmime/passphrase.c
10630         * src/plugins/pgpmime/passphrase.h
10631         * src/plugins/pgpmime/pgpmime.c
10632         * src/plugins/pgpmime/pgpmime.deps
10633         * src/plugins/pgpmime/plugin.c
10634         * src/plugins/pgpmime/prefs_gpg.c
10635         * src/plugins/pgpmime/prefs_gpg.h
10636         * src/plugins/pgpmime/select-keys.c
10637         * src/plugins/pgpmime/select-keys.h
10638         * src/plugins/pgpmime/sgpgme.c
10639         * src/plugins/pgpmime/sgpgme.h
10640                 Remove the core from pgpmime and add the
10641                 dependancy to pgpcore.
10642
10643 2005-07-14 [paul]       1.9.12cvs48
10644
10645         * src/stock_pixmap.c
10646                 forgot this in last commit
10647
10648 2005-07-14 [paul]       1.9.12cvs47
10649
10650         * src/account.c
10651         * src/addressbook.c
10652                 add accelerators for the buttons (sync with main)
10653         * src/compose.c
10654         * src/compose.h
10655                 add accelerators for the buttons.
10656                 fix editing with external editor.
10657                 replace gdk_input_*() with GIOChannel;
10658                 (sync with main)
10659         * src/foldersel.c
10660                 display folder names with new/unread
10661                 representation (sync with main)
10662         * src/main.c
10663                 specify default window icon (sync with main)
10664         * src/prefs_common.c
10665                 use_addr_book default to FALSE
10666         * src/summaryview.c
10667         * src/textview.c
10668                 add accelerators for the buttons (sync with main)
10669         * src/gtk/menu.c
10670                 fix typos
10671         * src/pixmaps/sylpheed_icon.xpm
10672                 updated
10673
10674 2005-07-13 [paul]       1.9.12cvs46
10675
10676         * src/plugins/pgpmime/pgpmime.c
10677         * src/plugins/pgpmime/sgpgme.c
10678                 (temporarily) use deprecated gpgme_data_rewind()
10679                 while largefile support is not present
10680                 (as suggested by Colin)
10681
10682 2005-07-13 [paul]       1.9.12cvs45
10683
10684         * configure.ac
10685                 remove large file support (for now):
10686                 it breaks too many things
10687
10688 2005-07-13 [paul]       1.9.12cvs44
10689
10690         * configure.ac
10691                 add large file support
10692         * src/html.c
10693                 fix bug #763 where href attribute was not
10694                 the very first attribute of a link
10695                 patch by Thomas Gilgin
10696
10697 2005-07-13 [colin]      1.9.12cvs43
10698
10699         * src/gtk/pluginwindow.c
10700                 Little portability fix
10701
10702 2005-07-13 [colin]      1.9.12cvs42
10703
10704         * src/plugins/pgpmime/sgpgme.c
10705                 Fix crasher.
10706
10707 2005-07-13 [colin]      1.9.12cvs41
10708
10709         * src/plugins/pgpmime/pgpmime.c
10710         * src/plugins/pgpmime/sgpgme.c
10711                 Use gpgme_data_release_and_get_mem instead
10712                 of gpgme_data_read.
10713
10714 2005-07-13 [colin]      1.9.12cvs40
10715
10716         * configure.ac
10717         * src/plugins/pgpmime/passphrase.c
10718         * src/plugins/pgpmime/passphrase.h
10719         * src/plugins/pgpmime/pgpmime.c
10720         * src/plugins/pgpmime/plugin.c
10721         * src/plugins/pgpmime/select-keys.c
10722         * src/plugins/pgpmime/select-keys.h
10723         * src/plugins/pgpmime/sgpgme.c
10724         * src/plugins/pgpmime/sgpgme.h
10725                 Port pgpmime to gpgme-1.0.
10726
10727 2005-07-12 [paul]       1.9.12cvs39
10728
10729         * AUTHORS
10730         * src/toolbar.c
10731         * src/toolbar.h
10732                 add a 'Go to Prev' button to the toolbar.
10733                 correct tooltip text of go to buttons.
10734                 based on patch by Yang Guilong <bamanzi@gmail.com>
10735
10736 2005-07-12 [colin]      1.9.12cvs38
10737
10738         * src/statusbar.c
10739                 Fix progress bar showing stuff at startup.
10740
10741 2005-07-12 [paul]       1.9.12cvs37
10742
10743         * src/editjpilot.c
10744                 fix building with jpilot support
10745
10746 2005-07-11 [colin]      1.9.12cvs36
10747
10748         * src/inc.c
10749                 Add visual indication that filtering is running
10750         * src/textview.c
10751                 Make {}[] uri delimiters
10752         * src/summaryview.c
10753                 Remove useless (and slow) calls
10754
10755 2005-07-11 [paul]       1.9.12cvs35
10756
10757         * src/plugins/clamav/clamav_plugin_gtk.c
10758         * src/plugins/dillo_viewer/dillo_prefs.c
10759         * src/plugins/pgpmime/prefs_gpg.c
10760         * src/plugins/spamassassin/spamassassin_gtk.c
10761                 gather plugins prefs together under their
10762                 own 'Plugins' heading
10763
10764 2005-07-11 [paul]       1.9.12cvs34
10765
10766         sync with main
10767
10768         * src/account.c
10769                 account_delete(): modified alert dialog
10770         * src/editjpilot.c
10771         * src/editvcard.c
10772                 fixed a crash when cancelling file selection
10773                 dialog by Escape key. Made non-ascii filename
10774                 selectable.
10775         * src/prefs_template.c
10776                 prefs_template_window_create(): make scrolled
10777                 window policy AUTOMATIC
10778
10779 2005-07-10 [hoa]        1.9.12cvs33
10780
10781         * src/etpan/imap-thread.c
10782                 workaround for old Courier IMAP servers.
10783
10784 2005-07-10 [colin]      1.9.12cvs32
10785
10786         * src/folder.c
10787         * src/statusbar.c
10788         * src/statusbar.h
10789                 Add visual progress indicator on filtering/processing
10790                 Factorize the progress bar code
10791         * src/imap.c
10792         * src/imap.h
10793         * src/etpan/imap-thread.c
10794                 Add a reference counter to avoid destroying the Folder
10795                 while it's in use by another callback.
10796
10797 2005-07-09 [hoa]        1.9.12cvs31
10798
10799         * src/imap.c
10800         * src/etpan/imap-thread.c
10801                 fixed deadlock when removing IMAP account.
10802
10803 2005-07-08 [colin]      1.9.12cvs30
10804
10805         * src/textview.c
10806         * src/unmime.c
10807                 Fix again problems decoding broken headers
10808         * src/gtk/inputdialog.c
10809                 Fix local variable shadowing a global one
10810
10811 2005-07-08 [colin]      1.9.12cvs29
10812
10813         * src/msgcache.c
10814                 Make the cache/mark files platform-agnostic by writing
10815                 them in little-endian format. Reading them is also done
10816                 in little-endian format, of course; however, in order
10817                 to avoid trashing mark data on big-endian machines, the
10818                 files are, at first, read from the native format if the
10819                 little-endian one doesn't exist. This is easy to deter-
10820                 mine by trying to open a file with a swapped data_ver
10821                 and seeing if it's the wanted version.
10822                 Little-endian using users should see absolutely no
10823                 difference, Big-endian users may get a very little
10824                 performance drop due to byte-swapping.
10825                 Tested on i386 and ppc32. 
10826                 Fixes bug #159 (The index file, in the mailboxes, is 
10827                 hardware depending).
10828
10829                 To have the cache/mark files updated to the new little-
10830                 endian format, "Check for new messages" or even
10831                 "Rebuild folder tree" aren't enough. Files will be
10832                 updated as soon as a folder has been opened/closed.
10833                 To update everything, just select all folders by
10834                 selecting them one by one.
10835
10836 2005-07-07 [colin]      1.9.12cvs28
10837
10838         * src/imap.c
10839                 Remember the folder separator per IMAPFolder
10840                 instead of globally.
10841                 Revive the Session on noop; fixes bug #761
10842                 (mark a bunch of unread messages as read takes 
10843                 forever)
10844
10845 2005-07-07 [darko]      1.9.12cvs27
10846
10847         * src/common/template.c
10848                 Sort templates alphabetically
10849
10850 2005-07-06 [colin]      1.9.12cvs26
10851
10852         * src/imap.c
10853                 Try to use the correct separator in
10854                 most cases. Possibly fixes bug #759
10855                 (only creates the INBOX folder when 
10856                 setting up new IMAP account) and 
10857                 bug #760 (Can't retrieve messages)
10858
10859 2005-07-06 [colin]      1.9.12cvs25
10860
10861         * src/imap.c
10862                 Use real_path in status command. This will
10863                 help later, when namespaces will be used.
10864
10865 2005-07-06 [colin]      1.9.12cvs24
10866
10867         * configure.ac
10868         * src/account.c
10869         * src/folder.c
10870         * src/imap.c
10871         * src/etpan/etpan-log.c
10872         * src/etpan/etpan-thread-manager.c
10873         * src/etpan/imap-thread.c
10874                 Add a --disable-libetpan parameter. With this,
10875                 users that don't want IMAP4 support can avoid
10876                 the new dependancy (and have no IMAP support).
10877                 Users that have IMAP4 accounts and use this
10878                 parameter won't lose their configuration, their
10879                 IMAP accounts will just be invisible and not
10880                 used.
10881         * src/textview.c
10882                 Make the "Copy ..." contextual menu items 
10883                 copy to both the X clipboard and the gtk 
10884                 clipboard - as most other apps do.
10885         * src/gtk/about.c
10886                 Add a notice about OpenSSL usage, in order to
10887                 comply with OpenSSL's license (point 6):
10888                 http://www.openssl.org/source/license.html
10889
10890 2005-07-06 [colin]      1.9.12cvs23
10891
10892         * src/alertpanel.c
10893                 Fix a minimum size for alertpanels
10894         * src/compose.c
10895                 Show 'No space left on device' type errors
10896                 when queuing/sending
10897         * src/imap_gtk.c
10898         * src/mh_gtk.c
10899                 Rework folder's deletion message (remove 
10900                 extra \n)
10901
10902 2005-07-05 [colin]      1.9.12cvs22
10903
10904         * src/imap.c
10905                 Add an alertpanel on auth error
10906                 Add pseudo-log
10907                 Remove pthread-related stuff
10908
10909 2005-07-05 [colin]      1.9.12cvs21
10910
10911         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10912                 Fix crash on plugin reloading (with a hack)
10913
10914 2005-07-05 [colin]      1.9.12cvs20
10915
10916         * src/prefs_account.c
10917         * src/prefs_account.h
10918                 Fix typo
10919         * src/gtk/filesel.c
10920         * src/gtk/filesel.h
10921                 Add a way to filter the view
10922         * src/gtk/pluginwindow.c
10923                 Filter loadable stuff
10924         * src/plugins/pgpmime/prefs_gpg.c
10925                 Fix missing unregistration
10926         * .cvsignore
10927         * src/etpan/.cvsignore
10928         * src/plugins/spamassassin/.cvsignore
10929                 Add more stuff to cvs ignored files
10930
10931 2005-07-04 [colin]      1.9.12cvs19
10932
10933         * src/imap.c
10934                 Fix scan_required returning FALSE when it
10935                 shouldn't. Maybe fix #760 (Can't retrieve
10936                 messages)
10937
10938 2005-07-04 [colin]      1.9.12cvs18
10939
10940         * src/summaryview.c
10941                 Fix always_show_msg pref
10942
10943 2005-07-04 [paul]       1.9.12cvs17
10944
10945         sync with main (forgotten in last commit)
10946         
10947         * src/common/utils.c
10948         * src/common/utils.h
10949                 check_line_length(): new.
10950                 is_dir_exist()
10951                 is_file_entry_exist()
10952                 dirent_is_regular_file()
10953                 dirent_is_directory(): use g_file_test() instead of stat().
10954
10955 2005-07-04 [paul]       1.9.12cvs16
10956
10957         sync with main:
10958
10959         * src/compose.c
10960                 compose_write_to_file(): check for line
10961                 length limit and display warning if exceeds
10962         * src/jpilot.c
10963                 use get_home_dir() instead of g_get_home_dir()
10964         * src/procheader.c
10965                 removed warning about invalid date
10966         * src/vcard.c
10967                 use get_home_dir() instead of g_get_home_dir()
10968
10969 2005-07-04 [paul]       1.9.12cvs15
10970
10971         * src/stock_pixmap.c
10972                 fix new pixmap naming errors
10973                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10974
10975 2005-07-04 [colin]      1.9.12cvs14
10976
10977         * src/imap.c
10978                 Fix debugging string with a warning
10979
10980 2005-07-04 [colin]      1.9.12cvs13
10981
10982         * configure.ac
10983                 Add a check for libetpan's version (>= 0.37)
10984
10985 2005-07-04 [hoa]        1.9.12cvs12
10986
10987         * commitHelper
10988         * src/imap.c
10989         * src/etpan/imap-thread.c
10990         * src/etpan/imap-thread.h
10991                 fixed IMAP implementation of check of mails.
10992
10993 2005-07-03 [hoa]        1.9.12cvs11
10994
10995         * src/etpan/Makefile.am
10996         * src/etpan/etpan-errors.h
10997         * src/etpan/etpan-log.[ch]
10998         * src/etpan/etpan-thread-manager-types.h
10999         * src/etpan/etpan-thread-manager.[ch]
11000         * src/etpan/imap-thread.[ch]
11001         * src/Makefile.am
11002         * src/imap.c
11003         * src/main.c
11004         * src/prefs_other.c
11005         * configure.ac
11006             merged imap branch.
11007             dependency on libetpan 0.37 is now added.
11008
11009 2005-07-01 [colin]      1.9.12cvs10
11010
11011         * src/Makefile.am
11012         * src/folder.c
11013         * src/folder.h
11014         * src/folderview.c
11015         * src/stock_pixmap.c
11016         * src/stock_pixmap.h
11017         * src/plugins/trayicon/trayicon.c
11018                 Add marked symbol on folders containing
11019                 marked messages
11020         * src/procmsg.c
11021         * src/procmsg.h
11022         * src/toolbar.c
11023         * src/prefs_common.c
11024         * src/prefs_common.h
11025         * src/prefs_send.c
11026                 Add an optional confirmation dialog on queue
11027                 sending. Patch by wwp.
11028         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11029         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11030         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11031         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11032         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11033         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11034         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11035         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11036         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11037         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11038         * src/pixmaps/trash_mark.xpm            ** ADDED **
11039                 New pixmaps
11040
11041 2005-07-01 [colin]      1.9.12cvs9
11042
11043         * src/summaryview.c
11044                 Fix a little threading bug
11045         * src/addrgather.c
11046         * src/mainwindow.c
11047                 A little bit of HIG normality never hurts
11048
11049 2005-07-01 [colin]      1.9.12cvs8
11050
11051         * src/compose.c
11052         * src/msgcache.c
11053         * src/pop.c
11054         * src/procmime.c
11055         * src/recv.c
11056         * src/common/log.c
11057         * src/common/template.c
11058         * src/common/utils.c
11059         * src/common/utils.h
11060                 Reverted the fwrite_atomic stuff. In fact
11061                 it is already atomic.
11062
11063 2005-06-30 [colin]      1.9.12cvs7
11064
11065         * src/common/utils.c
11066         * src/common/utils.h
11067                 Add an fwrite_atomic() function to make
11068                 sure we write everything: fwrite can make
11069                 short writes.
11070         * src/compose.c
11071         * src/msgcache.c
11072         * src/pop.c
11073         * src/procmime.c
11074         * src/recv.c
11075         * src/common/log.c
11076         * src/common/template.c
11077                 Use that (and fix swapping of size and nmemb).
11078                 Thanks to Rich Coe for the heads up.
11079
11080 2005-06-30 [colin]      1.9.12cvs6
11081
11082         * src/addressbook.c
11083                 Optimize addressbook opening 
11084
11085 2005-06-30 [colin]      1.9.12cvs5
11086
11087         * src/summaryview.c
11088                 Remove calls to summary_step after move/copy
11089
11090 2005-06-28 [paul]       1.9.12cvs4
11091
11092         * src/alertpanel.c
11093                 wrap and make the error msg selectable
11094
11095 2005-06-28 [paul]       1.9.12cvs3
11096
11097         * src/ssl_manager.c
11098                 replace the OK button with a Close button
11099         * src/gtk/foldersort.c
11100                 use GTK_STOCK_ icons/buttons
11101
11102 2005-06-28 [colin]      1.9.12cvs2
11103
11104         * src/gedit-print.c             ** ADDED **
11105         * src/gedit-print.h             ** ADDED **
11106         * src/gtk/gtksourceprintjob.c   ** ADDED **
11107         * src/gtk/gtksourceprintjob.h   ** ADDED **
11108                 I can't believe no one had enough time to tell
11109                 me I forgot the `cvs add`
11110
11111 2005-06-27 [colin]      1.9.12cvs1
11112
11113         * src/Makefile.am
11114         * src/gtk/Makefile.am
11115         * src/messageview.c
11116         * src/procmsg.c
11117         * src/summaryview.c
11118         * configure.ac
11119                 Add optional libgnomeprint-based printing
11120         * src/mainwindow.c
11121         * src/gtk/quicksearch.c
11122                 Add an Edit/Quick search menu item to show
11123                 and focus the quicksearch
11124
11125 2005-06-27 [paul]       1.9.12
11126
11127         1.9.12 release
11128
11129         * po/ca.po
11130         * po/de.po
11131         * po/es.po
11132         * po/fr.po
11133         * po/it.po
11134         * po/ko.po
11135         * po/pt_BR.po
11136         * po/sk.po
11137         * po/zh_CN.po
11138                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11139                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11140                 SungHyun Nam, Frederico Goncalves Guimaraes,
11141                 Andrej Kacian, and Yang Guilong
11142 2005-06-26 [colin]      1.9.11cvs106
11143
11144         * src/imap_gtk.c
11145                 Forgot one file for previous fix
11146
11147 2005-06-26 [colin]      1.9.11cvs105
11148
11149         * src/folder.c
11150         * src/imap.c
11151                 Fix problems with folder operations in no_select
11152                 imap folders. it applies only to mails, and 
11153                 creation/deletion/move/renaming of folders 
11154                 should be possible
11155
11156 2005-06-26 [paul]       1.9.11cvs104
11157
11158         * src/prefs_filtering.c
11159                 replace one more GTK_STOCK_REMOVE
11160                 with GTK_STOCK_DELETE
11161
11162 2005-06-25 [colin]      1.9.11cvs103
11163
11164         * src/imap.c
11165                 Optimize get_seq_set_from_seq_list
11166                 (Patch by Ricardo) 
11167
11168 2005-06-25 [colin]      1.9.11cvs102
11169
11170         * src/mh.c
11171                 If the directory exists, but not in the
11172                 correct encoding, rename it. This should
11173                 handle old-versions-induced bugs.
11174
11175 2005-06-25 [colin]      1.9.11cvs101
11176
11177         * src/mh.c
11178                 Fix path access with extended dir names
11179                 Fixes bug #589 (SC segfaults with wrong locale
11180                 settings)
11181
11182 2005-06-25 [colin]      1.9.11cvs100
11183
11184         * src/prefs_account.c
11185         * src/prefs_account.h
11186         * src/compose.c
11187                 Add an option to encrypt replies to
11188                 encrypted messages
11189
11190 2005-06-25 [colin]      1.9.11cvs99
11191
11192         * src/compose.c
11193         * src/quote_fmt_parse.y
11194                 ... And make it work with pgpinline.
11195
11196 2005-06-25 [colin]      1.9.11cvs98
11197
11198         * src/compose.c
11199         * src/procmime.c
11200         * src/procmime.h
11201         * src/quote_fmt_parse.y
11202                 o Make reedition of encrypted messages possible
11203                   (as long as it is encrypted to self too, no
11204                    magic there)
11205                 o Make replying with quote (and without selecting
11206                   text) possible for encrypted messages.
11207                 Closes bug #550 (Not possible to "reply with quote"
11208                 to gnupg encrypted messages)
11209
11210 2005-06-24 [paul]       1.9.11cvs97
11211
11212         * src/imap.c
11213                 add missing include
11214
11215 2005-06-24 [paul]       1.9.11cvs96
11216
11217         * src/editldap.c
11218                 made bind password entry invisible
11219                 (sync with main)
11220         * src/send_message.c
11221                 send_message_local(): check exit status
11222                 to detect errors (sync with main)
11223         * src/textview.c
11224                 use main's less ambiguous popup menu
11225                 wording
11226
11227 2005-06-24 [paul]       1.9.11cvs95
11228
11229         * src/prefs_actions.c
11230         * src/prefs_customheader.c
11231         * src/prefs_display_header.c
11232         * src/prefs_filtering_action.c
11233         * src/prefs_matcher.c
11234         * src/prefs_template.c
11235         * src/prefs_toolbar.c
11236                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11237         * src/gtk/description_window.c
11238                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11239
11240 2005-06-23 [colin]      1.9.11cvs94
11241
11242         * src/summaryview.c
11243                 Fix rough edges (be sure to call status_show whenever
11244                 necessary).
11245
11246 2005-06-23 [colin]      1.9.11cvs93
11247
11248         * src/summaryview.c
11249                 Optimize Select All
11250                 Before, in a 5K mails folder: 11s
11251                 After, in the same folder: 58000µs
11252                 The joys of locking... gtk_clist_select_all() fires a 
11253                 tree-select-row event for each selected row, which in 
11254                 summaryview, callbacks summary_selected which in turn,
11255                 calls summary_status_show, which walks the selected
11256                 rows. Hence, calling gtk_clist_select_all was 
11257                 exponential. Locking the summaryview makes 
11258                 summary_selected return early.
11259
11260 2005-06-23 [colin]      1.9.11cvs92
11261
11262         * src/imap.c
11263                 Move mutex at the important place to avoid
11264                 deadlocks
11265         * src/summaryview.c
11266                 Fix Del key deleting directly instead of
11267                 moving to trash
11268
11269 2005-06-22 [colin]      1.9.11cvs91
11270
11271         * src/plugins/spamassassin/libspamc.c
11272                 As we do spagetti code with assignations in multiple
11273                 places (see _message_read_raw where out = msg = raw),
11274                 let's be sure we don't free the same pointer twice.
11275                 Should fix bug #683 (Crash in libpam at 
11276                 message_cleanup).
11277
11278 2005-06-22 [colin]      1.9.11cvs90
11279
11280         * src/compose.c
11281         * src/messageview.c
11282         * src/toolbar.c
11283                 Make toolbar's delete use the move to trash stuff;
11284                 Add gtk_widget_realize to be sure pixmaps can get
11285                 created (that may fix an old worksforme bug which
11286                 I can't find back...)
11287
11288 2005-06-22 [colin]      1.9.11cvs89
11289
11290         * src/summaryview.c
11291         * src/summaryview.h
11292         * src/mainwindow.c
11293                 Rename "Message/Delete" to "Message/Move to trash"
11294                 Add "Message/Delete..." that directly destroys the
11295                 selected messages after asking for a confirmation.
11296
11297 2005-06-22 [colin]      1.9.11cvs88
11298
11299         * src/imap.c
11300                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11301                 o Fix a deadlock (thanks Darko)
11302
11303 2005-06-22 [colin]      1.9.11cvs87
11304
11305         * src/gtk/foldersort.c
11306                 Add missing include for the i18n;
11307                 patch by Fabien Vantard
11308
11309 2005-06-21 [colin]      1.9.11cvs86
11310
11311         * src/folder.c
11312         * src/folderview.c
11313                 Respect the no_select flag
11314         * src/imap.c
11315                 Fix recursive deletion
11316         * src/imap_gtk.c
11317         * src/mh_gtk.c
11318                 Make the folder deletion's warning
11319                 more explicit
11320
11321 2005-06-21 [colin]      1.9.11cvs85
11322
11323         * src/textview.c
11324                 Prevent email addresses from spanning accross
11325                 lines - fixes bug # 646 (newline-chars in 
11326                 email addresses)
11327
11328 2005-06-20 [colin]      1.9.11cvs84
11329
11330         * src/folder.c
11331                 Be sure not to remove source if copy failed
11332
11333 2005-06-20 [colin]      1.9.11cvs83
11334
11335         * src/folderview.c
11336         * src/imap_gtk.c
11337                 remove summaryview's lock
11338         * src/imap.c
11339                 introduce threads to avoid problems when foreground tasks
11340                 interfere with background tasks
11341         * src/mh.c
11342                 prevent moving to drafts/queue
11343         * src/mimeview.c
11344                 fix leak
11345
11346 2005-06-19 [colin]      1.9.11cvs82
11347
11348         * src/imap_gtk.c
11349                 Remember that the user doesn't want to override
11350                 offline mode, for 3 seconds. It avoid presenting
11351                 him with N popups in a really short time.
11352
11353 2005-06-17 [colin]      1.9.11cvs81
11354
11355         * src/imap.c
11356                 Fix IMAP breaking on folders containing '('
11357                 (Probably won't be enough)
11358
11359 2005-06-17 [colin]      1.9.11cvs80
11360
11361         Forgotten files on 1.9.11cvs79
11362         * src/summaryview.c
11363                 Fix stepping when not immediately executing
11364         * src/imap.c
11365                 Really prevent UID FETCH 0
11366         * src/codeconv.c
11367                 Fix outgoing charset never set to utf-8
11368         * src/mh.c
11369                 Fix leak
11370
11371 2005-06-16 [colin]      1.9.11cvs79
11372
11373         * src/compose.c
11374                 Fix bug #707 (Dash splits rows)
11375                 Only wrap if we're on a line break position and
11376                 the previous one was a "white" (space) char.
11377                 Pango stuff is weird.
11378
11379 2005-06-16 [colin]      1.9.11cvs78
11380
11381         * src/imap_gtk.c
11382                 Lock summaryview while downloading messages
11383                 on user demand
11384         * src/procheader.c
11385         * src/unmime.c
11386         * src/common/utils.c
11387         * src/common/utils.h
11388                 Replace \r and \n with spaces in From and
11389                 Subject headers
11390
11391 2005-06-16 [paul]       1.9.11cvs77
11392
11393         * src/procmime.c
11394                 liberalise the mime parser
11395         * src/gtk/about.c
11396                 add text wrapping
11397
11398 2005-06-16 [paul]       1.9.11cvs76
11399
11400         * src/gtk/about.c
11401                 reworked
11402
11403 2005-06-15 [colin]      1.9.11cvs75
11404
11405         * src/compose.c
11406                 Finish header encoding fix
11407         * src/summaryview.c
11408                 Fix segfault
11409         * src/headerview.c
11410                 Fix compilation (Thanks Stephan
11411                 Sachse)
11412
11413 2005-06-15 [colin]      1.9.11cvs74
11414
11415         * Makefile.am
11416                 Install gnome2 stuff rather than gnome1, 
11417                 if both are present
11418         * src/codeconv.c
11419         * src/codeconv.h
11420         * src/compose.c
11421                 Fix headers encoding
11422         * src/folder.c
11423                 Visual progress when fetching all messages
11424         * src/folderview.c
11425         * src/summaryview.c
11426         * src/summaryview.h
11427                 Prevent changing current message while
11428                 incorporating
11429
11430 2005-06-15 [paul]       1.9.11cvs73
11431
11432         * src/gtk/gtkaspell.c
11433         * src/gtk/gtkaspell.h
11434                 fix build warnings
11435
11436 2005-06-15 [paul]       1.9.11cvs72
11437
11438         * src/prefs_filtering.c
11439                 allow reordering of filter rules by
11440                 drag n drop
11441
11442 2005-06-15 [paul]       1.9.11cvs71
11443
11444         * COPYING
11445                 updated
11446         * src/codeconv.c
11447                 replace deprecated function
11448         * src/inc.c
11449         * src/send_message.c
11450         * src/gtk/progressdialog.c
11451         * src/gtk/progressdialog.h
11452                 salvage and reuse parts of reverted sync
11453
11454 2005-06-15 [paul]       1.9.11cvs70
11455
11456         * src/inc.c
11457         * src/send_message.c
11458         * src/gtk/progressdialog.c
11459         * src/gtk/progressdialog.h
11460                 revert yesterday's sync with main
11461                 it contains deprecated functions
11462
11463 2005-06-15 [colin]      1.9.11cvs69
11464
11465         * src/headerview.c
11466                 Fix bug #670 (multi user to: will corrupt message 
11467                 headers display)
11468
11469 2005-06-15 [colin]      1.9.11cvs68
11470
11471         * src/compose.c
11472                 Fix bug #421 (Fix undo on wrapping)
11473
11474 2005-06-15 [colin]      1.9.11cvs67
11475
11476         * src/folder.c
11477                 Provide visual feedback while processing
11478                 folder's rules.
11479         * src/imap.c
11480                 Provide visual feedback while getting
11481                 short headers (for uncached messages)
11482
11483
11484 2005-06-14 [paul]       1.9.11cvs66
11485
11486         * src/account.c
11487                 change a couple stock icons
11488         * src/inc.c
11489         * src/send_message.c
11490         * src/gtk/progressdialog.c
11491         * src/gtk/progressdialog.h
11492                 sync main's GtkTreeView implementation
11493
11494 2005-06-14 [colin]      1.9.11cvs65
11495
11496         * src/imap.c
11497                 Various little fixes, mainly on error paths
11498
11499 2005-06-13 [colin]      1.9.11cvs64
11500
11501         * matcher.c
11502         * procmsg.c
11503         * procmsg.h
11504                 Add a way to fetch only headers. This speeds
11505                 up filtering on headers for IMAP. Fixes:
11506                 bug #481 extraneous imap commands slow down 
11507                         imap filtering
11508                 bug #522 Sylpheed downloads all messages 
11509                         when opening mailbox (IMAP)
11510                 bug #677 IMAP fetch is soooooooooooooo slow
11511         * src/folder.c
11512         * src/folder.h
11513                 Add a folder set_batch method so that
11514                 implementations can speed up flags changes
11515         * src/folderutils.c
11516         * src/summaryview.c
11517                 Use that in mark as (un)read and mark all read
11518                 Refix bug #679
11519         * src/imap.c
11520                 Implement set_batch - brings back deferred
11521                 flags in a less buggy manner. Fixes:
11522                 bug #729 IMAP immediate expunge of deleted messages
11523                 bug #191 remove list of messages with one command
11524                 Fix login with strange chars
11525                 Implement fetch_msg_full
11526                 Fix copy (wrong counts)
11527
11528 2005-06-12 [colin]      1.9.11cvs63
11529
11530         * src/folder.c
11531                 lock incorporation during long operations.
11532                 Avoids fucking up the IMAP socket.
11533
11534 2005-06-12 [colin]      1.9.11cvs62
11535
11536         * src/imap.c
11537                 Fix harmful typo
11538                 Factorize remove_all_msg
11539                 Thread-ize expunge
11540         * src/summaryview.c
11541                 Don't update partial-download status if unnecessary
11542         * src/folder.c
11543                 Use remove_msgs everywhere possible
11544
11545 2005-06-12 [colin]      1.9.11cvs61
11546
11547         * src/folder.c
11548         * src/folder.h
11549                 Add a remove_msgs function to remove a 
11550                 list of messages
11551         * src/imap.c
11552                 Implement that.
11553
11554 2005-06-12 [colin]      1.9.11cvs60
11555
11556         * src/imap.c
11557                 Remove flags-processing deferring... Too hard
11558                 to get it to work in all cases.
11559
11560 2005-06-11 [colin]      1.9.11cvs59
11561
11562         * src/imap.c
11563                 printf -> debug_print
11564
11565 2005-06-11 [colin]      1.9.11cvs58
11566
11567         * src/imap.c
11568                 o Fix build without USE_PTHREAD
11569                 o Factorize imap_open
11570                 o Alertpanel in case of impossible connection
11571                 o Alertpanel in case of impossible login
11572                 o Fix deferred flags processing to force a 
11573                   flush before adding some more flags to process,
11574                   but in another folder.
11575
11576 2005-06-10 [colin]      1.9.11cvs57
11577
11578         * src/imap.c
11579                 o Fix a format string error
11580                 o init ssl socket outside of the thread 
11581                   (it possibly invokes gtk calls)
11582         * src/procmime.c
11583                 o Put back the buffer to its necessary size
11584                 o Fix changing a file pointer without keeping
11585                   track of it (thanks Valgrind)
11586         * src/common/smtp.c
11587                 o Fix automatic STARTTLS if login should be done
11588                   and the server only allows it after starting TLS
11589         * src/gtk/gtkinputdialog.c
11590                 o Eat GDK_Return so that the combo popup doesn't 
11591                   appear when we press Enter to validate the combo
11592                   input dialog (as seen in the Open with... dialog)
11593
11594 2005-06-10 [colin]      1.9.11cvs56
11595
11596         * src/imap.c
11597                 o A bit less debug
11598                 o Fix a crash on deletion
11599                 o Threadize imap_select (it's called outside of 
11600                   threads)
11601                 o Defer treatment of DELETED flags
11602
11603
11604 2005-06-09 [colin]      1.9.11cvs55
11605
11606         * src/imap.c
11607                 Make sure we check imap_gtk_should_override(), which
11608                 potentially calls gtk stuff, before creating thread.
11609                 That way it should't be called via imap_get_session()
11610                 inside a thread.
11611
11612 2005-06-09 [colin]      1.9.11cvs54
11613
11614         * src/imap.c
11615                 o add a bit of status output
11616                 o remove some dead code
11617                 o threadize get_list_of_uids
11618                 o threadize imap_get_flags
11619                 o defer flag changing by 500ms so that they
11620                   can be batched
11621
11622
11623 2005-06-08 [colin]      1.9.11cvs53
11624
11625         * src/imap.c
11626                 Thread-ize imap_cmd_fetch
11627
11628 2005-06-08 [colin]      1.9.11cvs52
11629
11630         * src/main.c
11631                 Mmh, that broke POP3...
11632
11633 2005-06-08 [colin]      1.9.11cvs51
11634
11635         * src/main.c
11636                 Stabilize IMAP patch (thanks to Hoa)
11637
11638 2005-06-08 [colin]      1.9.11cvs50
11639
11640         * src/imap.c
11641                 Test patch to speed up imap. 
11642
11643 2005-06-08 [colin]      1.9.11cvs49
11644
11645         * src/imap_gtk.c
11646                 Warning fix
11647         * src/procmime.c
11648                 Apply patch from gentoo to use /usr/share/mime/globs if 
11649                 available, after un-breaking it
11650         * src/common/log.c
11651         * src/common/log.h
11652                 Use g_timeout for invoking hooks that possibly use gtk
11653                 calls. This should leave gtk calls in the main thread.
11654
11655 2005-06-08 [paul]       1.9.11cvs48
11656
11657         * src/codeconv.c
11658                 conv_get_outgoing_charset_str(): don't
11659                 use prefs_common setting
11660         * src/compose.c
11661         * src/compose.h
11662                 add /Options/Character encoding/... to
11663                 temporarily change the outgoing encoding
11664
11665         (belated sync with main)
11666
11667 2005-06-08 [paul]       1.9.11cvs47
11668
11669         * src/compose.c
11670                 correction to/completion of last
11671                 sync with main
11672
11673 2005-06-08 [paul]       1.9.11cvs46
11674
11675         sync with main:
11676         
11677         * src/codeconv.c
11678         * src/codeconv.h
11679                 always enabled Japanese auto-detection
11680                 if the first letters of locale string
11681                 is "ja"
11682         * src/compose.c
11683                 don't use "destroy" signal to destroy
11684                 Compose object (fix rare crashes on discard?)
11685         * src/mainwindow.c
11686         * src/messageview.c
11687         * src/prefs_send.c
11688                 added Hebrew encodings
11689         * src/sourcewindow.c
11690                 don't use "destroy" signal to destroy
11691                 objects
11692
11693 2005-06-07 [colin]      1.9.11cvs45
11694
11695         * src/summaryview.c
11696                 Add missing unlocks/locks
11697
11698 2005-06-07 [paul]       1.9.11cvs44
11699
11700         * src/summaryview.c
11701                 restore bug #749 fix
11702
11703 2005-06-06 [colin]      1.9.11cvs43
11704
11705         * src/summaryview.c
11706                 Fix selection bug when prefs_common.open_unread 
11707                 is FALSE
11708
11709 2005-06-06 [colin]      1.9.11cvs42
11710
11711         * src/common/md5.c
11712                 Fix a warning
11713         * src/summaryview.c
11714         * src/folderview.c
11715                 Factorize long operations beginning and end
11716                 (locking, freezing/thawing, cursor, ...)
11717                 Check selection->data member in selection-
11718                 related loops; this avoids dying an awful
11719                 death if the selection changes on us while
11720                 we're marking a whole IMAP folder unread, 
11721                 for example.
11722
11723 2005-06-06 [paul]       1.9.11cvs41
11724
11725         * src/textview.c
11726                 don't g_free() a static gchar buffer
11727
11728 2005-06-05 [colin]      1.9.11cvs40
11729
11730         * src/mainwindow.c
11731         * src/messageview.c
11732         * src/summaryview.c
11733                 Fix bug #749 (Show all headers should be
11734                 sticky as the GUI suggests)
11735
11736 2005-06-03 [paul]       1.9.11cvs39
11737
11738         * src/compose.c
11739                 don't allow editing of mail while sending.
11740                 patch by Colin
11741
11742 2005-06-03 [paul]       1.9.11cvs38
11743
11744         * src/folderview.c
11745                 add a freeze/thaw to speed up 'mark all read'
11746
11747 2005-06-03 [paul]       1.9.11cvs37
11748
11749         * src/prefs_message.c
11750                 reflect changes immediately
11751
11752 2005-06-02 [colin]      1.9.11cvs36
11753
11754         * po/POTFILES.in
11755                 Patch by Fabien Vantard.
11756
11757 2005-06-02 [colin]      1.9.11cvs35
11758
11759         * src/imap.c
11760                 Use a non-blocking imap_getline() if possible.
11761                 This should completely prevent the interface
11762                 from freezin on imap operations, although it
11763                 may do strange stuff in case of folder switching
11764                 while a big imap operation is taking place...
11765
11766                 In addition, fix a leak in the case thread
11767                 creation fails on connection.
11768
11769 2005-06-02 [colin]      1.9.11cvs34
11770
11771         * src/crash.c
11772         * src/prefs_common.h
11773                 Fix build (prefs_common_init() doesn't exist
11774                 anymore)
11775
11776 2005-06-02 [colin]      1.9.11cvs33
11777
11778         * src/prefs_account.c
11779                 Fix bug #245 (filtering rules broken when
11780                 renaming a remote account (imap4 or nntp)
11781
11782 2005-06-02 [colin]      1.9.11cvs32
11783
11784         * src/imap.c
11785                 Try to fix IMAP shortcomings: 
11786                 o Multithread imap_open()
11787                 o allow offline-mode overriding instead of
11788                   just returning NULL
11789         * src/imap_gtk.c
11790         * src/imap_gtk.h
11791                 Add a function to ask whether we want to
11792                 override offline-mode for 10 minutes (one-shot
11793                 asking was painful)
11794         * src/procheader.c
11795                 Fix segfault when imap parser isn't happy about
11796                 a missing {
11797
11798 2005-06-01 [colin]      1.9.11cvs31
11799
11800         * src/addrharvest.c
11801         * src/compose.c
11802         * src/mbox.c
11803         * src/mbox.h
11804         * src/mh.c
11805         * src/msgcache.c
11806         * src/send_message.c
11807         * src/setup.c
11808         * src/undo.c
11809         * src/common/hooks.c
11810         * src/common/prefs.c
11811         * src/common/template.c
11812         * src/common/utils.c
11813         * src/gtk/gtkutils.c
11814         * src/gtk/inputdialog.c
11815         * src/gtk/menu.c
11816         * src/gtk/pluginwindow.c
11817         * src/gtk/prefswindow.c
11818         * src/plugins/pgpmime/passphrase.c
11819         * src/plugins/pgpmime/prefs_gpg.c
11820                 More -Wall fixes
11821
11822         * src/common/Makefile.am
11823         * src/common/timing.h
11824                 Add basic timing code
11825
11826         * src/summaryview.c
11827                 Fix a bug with unread messages when 
11828                 re-sorting folders, and by the way
11829                 fix a big performance hit when 
11830                 re-sorting (10k mails: before 5s,
11831                 after .5s)
11832
11833         * src/prefs_compose_writing.c
11834         * src/prefs_compose_writing.h
11835         * src/prefs_message.c
11836         * src/prefs_message.h
11837         * src/prefs_other.c
11838         * src/prefs_other.h
11839         * src/prefs_quote.c
11840         * src/prefs_quote.h
11841         * src/prefs_receive.c
11842         * src/prefs_receive.h
11843         * src/prefs_send.c
11844         * src/prefs_send.h
11845         * src/prefs_summaries.c
11846         * src/prefs_summaries.h
11847                 Fix copyright banner
11848
11849 2005-06-01 [paul]       1.9.11cvs30
11850
11851         * po/fi.po
11852                 updated by Flammie Pirinen
11853         * src/procmime.c
11854                 fix 'Bad BASE64 content' output
11855
11856 2005-05-31 [colin]      1.9.11cvs29
11857
11858         * src/procmime.c
11859                 Oops, where did my hunk go.
11860
11861 2005-05-31 [colin]      1.9.11cvs28
11862
11863         * src/Makefile.am
11864         * src/account.c
11865         * src/action.c
11866         * src/addr_compl.c
11867         * src/addressbook.c
11868         * src/codeconv.c
11869         * src/compose.c
11870         * src/export.c
11871         * src/folder.c
11872         * src/folderview.c
11873         * src/image_viewer.c
11874         * src/main.c
11875         * src/mainwindow.c
11876         * src/messageview.c
11877         * src/mimeview.c
11878         * src/msgcache.c
11879         * src/prefs_account.c
11880         * src/prefs_actions.c
11881         * src/prefs_common.c
11882         * src/prefs_compose_writing.c
11883         * src/prefs_customheader.c
11884         * src/prefs_ext_prog.c
11885         * src/prefs_filtering.c
11886         * src/prefs_filtering_action.c
11887         * src/prefs_fonts.c
11888         * src/prefs_image_viewer.c
11889         * src/prefs_message.c
11890         * src/prefs_message.h
11891         * src/prefs_msg_colors.c
11892         * src/prefs_other.c
11893         * src/prefs_other.h
11894         * src/prefs_quote.c
11895         * src/prefs_receive.c
11896         * src/prefs_receive.h
11897         * src/prefs_send.c
11898         * src/prefs_send.h
11899         * src/prefs_spelling.c
11900         * src/prefs_summaries.c
11901         * src/prefs_summary_column.c
11902         * src/prefs_template.c
11903         * src/prefs_themes.c
11904         * src/prefs_toolbar.c
11905         * src/prefs_wrapping.c
11906         * src/procmime.c
11907         * src/procmsg.c
11908         * src/send_message.h
11909         * src/ssl_manager.c
11910         * src/summary_search.c
11911         * src/summaryview.c
11912         * src/textview.c
11913         * src/wizard.c
11914         * src/common/smtp.c
11915         * src/common/smtp.h
11916         * src/gtk/gtkutils.h
11917                 o Move the rest of Common prefs to new style
11918                 o Lots of -Wall warning fixes
11919                 o fix FIXME in cache memusage calculation
11920                 o Let return receipts be sent from any account
11921                 o Little cache optimisation (read)
11922                 o Fix bug #746 (don't treat commas as separators
11923                   when inside a quoted string)
11924
11925 2005-05-31 [paul]       1.9.11cvs27
11926
11927         * src/prefs_common.c
11928                 fix 'off-by-one' typo
11929
11930 2005-05-31 [paul]       1.9.11cvs26
11931
11932         * src/account.c
11933         * src/addr_compl.c
11934         * src/compose.c
11935         * src/foldersel.c
11936         * src/prefs_actions.c
11937         * src/prefs_common.c
11938         * src/prefs_common.h
11939         * src/prefs_customheader.c
11940         * src/prefs_display_header.c
11941         * src/prefs_filtering.c
11942         * src/prefs_filtering_action.c
11943         * src/prefs_matcher.c
11944         * src/prefs_summaries.c
11945         * src/prefs_summary_column.c
11946         * src/prefs_template.c
11947         * src/prefs_toolbar.c
11948         * src/ssl_manager.c
11949         * src/gtk/pluginwindow.c
11950         * src/gtk/prefswindow.c
11951         * src/gtk/progressdialog.c
11952                 add hidden prefs 'enable_rules_hint'
11953                 for gtk_tree_view_set_rules_hint()
11954                 (sync with main)
11955                 
11956
11957 2005-05-31 [colin]      1.9.11cvs25
11958
11959         * src/Makefile.am
11960         * src/main.c
11961         * src/prefs_common.c
11962         * src/prefs_summaries.c ** ADDED **
11963         * src/prefs_summaries.h ** ADDED **
11964                 Common/Display -> Display/Summaries
11965
11966 2005-05-31 [colin]      1.9.11cvs24
11967
11968         * src/Makefile.am
11969         * src/main.c
11970         * src/prefs_quote.c ** ADDED **
11971         * src/prefs_quote.h ** ADDED **
11972                 Move Common/Quote to Compose/Quoting
11973         * src/prefs_common.c
11974         * src/prefs_common.h
11975                 Remove old quote stuff, add
11976                 convenience functions for GtkTextView prefs
11977         * src/gtk/prefswindow.c
11978                 Set default height higher
11979
11980 2005-05-30 [colin]      1.9.11cvs23
11981
11982         * src/Makefile.am
11983         * src/main.c
11984         * src/prefs_common.c
11985         * src/prefs_compose_writing.c ** ADDED **
11986         * src/prefs_compose_writing.h ** ADDED **
11987                 Move Common/Compose prefs to Compose/Writing
11988
11989 2005-05-30 [colin]      1.9.11cvs22
11990
11991         * src/common/utils.c
11992                 Fix bug #651 (Confused Attract by Subject)
11993                 Patch by M. Benkmann <haferfrost@web.de>
11994         * AUTHORS
11995
11996 2005-05-30 [colin]      1.9.11cvs21
11997
11998         * src/compose.c
11999                 Fix concatenation of different headers of
12000                 the same type (bug #645)
12001         * src/prefs_folder_item.c
12002                 Fix bug #699 (setting color to black doesn't
12003                 work immediately)
12004         * src/procmime.c
12005                 Print out decoding error only once per
12006                 block
12007
12008 2005-05-30 [paul]       1.9.11cvs20
12009
12010         * src/common/template.c
12011                 fix Bcc
12012
12013 2005-05-30 [paul]       1.9.11cvs19
12014
12015         * doc/src/rfc2368.txt   **NEW FILE**
12016         * src/compose.c
12017                 compose_entries_set(): don't interpret Bcc
12018                 header field (conform to RFC 2368)
12019                 (sync with main)
12020
12021 2005-05-29 [colin]      1.9.11cvs18
12022
12023         * src/prefs_common.c
12024                 Let the default reply format respect
12025                 netiquette by cutting the signature.
12026
12027 2005-05-29 [colin]      1.9.11cvs17
12028
12029         * src/summaryview.c
12030                 Don't let always_show_msg override
12031                 open_unread_on_enter when opening a new
12032                 directory.
12033
12034 2005-05-27 [paul]       1.9.11cvs16
12035
12036         sync with main:
12037
12038         * src/main.c
12039                 app_will_exit(): cleanup tmp directory when exit
12040         * src/message_search.c
12041                 improved the interface and made code cleanup.
12042                 removed Clear button
12043         * src/send_message.c
12044                 send_message_local(): use GSpawn, and detect errors
12045         * src/summary_search.c
12046                 improved the interface and made code cleanup
12047         * src/textview.c
12048                 textview_write_link(): also skip non-ascii space
12049                  at the head of link strings (phishing check
12050                  didn't work at the case)
12051         * src/common/utils.c
12052                 get_command_output(): use g_spawn_command_line_sync()
12053                 instead of popen()
12054
12055 2005-05-26 [colin]      1.9.11cvs15
12056
12057         * src/folder.c
12058                 remove printf
12059
12060 2005-05-26 [colin]      1.9.11cvs14
12061
12062         * src/common/nntp.c
12063                 Fix nntp mode reader (bug #611)
12064                 Patch by Florian Mickler <florian@mickler.org>
12065
12066 2005-05-26 [colin]      1.9.11cvs13
12067
12068         * src/plugins/pgpmime/passphrase.c
12069                 Fix mouse grabbing (bug #557)
12070
12071 2005-05-26 [colin]      1.9.11cvs12
12072
12073         * src/prefs_themes.c
12074                 Fix g_warning (bug #541)
12075
12076 2005-05-26 [colin]      1.9.11cvs11
12077
12078         * src/prefs_actions.c
12079         * src/prefs_template.c
12080                 Fix bug #506 (no warning if action/template
12081                 is not saved)
12082         * src/common/template.c
12083                 Fix a possible crash
12084
12085 2005-05-26 [colin]      1.9.11cvs10
12086
12087         * src/folder.c
12088         * src/folderview.c
12089         * src/procmsg.c
12090         * src/summaryview.c
12091                 Forbid locked messages to be moved or
12092                 deleted. Locked messages in trashes 
12093                 still get deleted, for performance
12094                 reason (mh.c::mh_remove_all_msgs)
12095
12096 2005-05-25 [colin]      1.9.11cvs9
12097
12098         * src/procmime.c
12099                 Use correct encoding when sending mails
12100                 with attachments that have accentued 
12101                 chars in their name
12102
12103 2005-05-24 [colin]      1.9.11cvs8
12104
12105         * src/summaryview.c
12106                 Fix bug #688 f) read/unread marker not
12107                 changed on first click
12108                 Also, optimize summary_status_show()
12109                 calls
12110         * src/folder.c
12111         * src/inc.c
12112         * src/procmime.c
12113                 Fix bug #688 b) and c) wrt message
12114                 attachments and signature
12115         * src/stock_pixmap.c
12116         * src/stock_pixmap.h
12117         * src/stock_pixmap.c
12118         * src/stock_pixmap.h
12119         * src/Makefile.am
12120         * src/pixmaps/clip_gpg_signed.xpm
12121                 Add clip/signed icon
12122
12123 2005-05-24 [colin]      1.9.11cvs7
12124
12125         * src/folder_item_prefs.c
12126                 whitespace fix
12127
12128 2005-05-24 [colin]      1.9.11cvs6
12129
12130         * src/folderview.c
12131         * src/prefs_common.c
12132         * src/prefs_common.h
12133                 Add a confirmation to folder drag and drop
12134                 fixes bug #156
12135         * src/alertpanel.c
12136         * src/alertpanel.h
12137                 fix _with_disable parameters so that
12138                 the buttons labels are specifiable too
12139         * src/plugins/pgpmime/sgpgme.c
12140                 reflect said change
12141                 
12142
12143 2005-05-24 [colin]      1.9.11cvs5
12144
12145         * src/folderview.c
12146                 Uncollapse/collapse folders on double-click
12147                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12148                 closes bug #108
12149
12150 2005-05-23 [colin]      1.9.11cvs4
12151
12152         * src/common/socket.c
12153                 Check another special SSL_peek() error.
12154                 Should help wrt bug #728
12155
12156 2005-05-23 [colin]      1.9.11cvs3
12157
12158         * src/plugins/pgpmime/pgpmime.c
12159                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12160                 breaking menu accelerators and stuff. Users will have to
12161                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12162                 account's privacy preferences if needed.
12163
12164 2005-05-22 [paul]
12165
12166         * tools/kdeservicemenu/install.sh
12167                 use kdesu to prompt for root password if doing
12168                 global install/uninstall
12169
12170 2005-05-20 [colin]      1.9.11cvs2
12171
12172         * src/procmsg.c
12173                 Fix another compilation error with gcc-2.9x
12174                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12175         * src/send_message.c
12176                 Don't send QUIT if we aren't connected
12177
12178 2005-05-19 [colin]      1.9.11cvs1
12179
12180         * src/procmsg.c
12181                 Fix compilation with gcc 2.9x
12182
12183 2005-05-19 [paul]       1.9.11
12184
12185         1.9.11 released
12186
12187 2005-05-19 [paul]       1.9.9cvs14
12188
12189         * src/gtk/inputdialog.c
12190                 prevent gettext warning
12191
12192 2005-05-19 [paul]       1.9.9cvs13
12193
12194         * src/mainwindow.c
12195         * src/prefs_common.c
12196         * src/prefs_common.h
12197         * src/textview.c
12198         * src/textview.h
12199                 add an option to toggle cursor in message
12200                 view (sync with main)
12201
12202 2005-05-18 [colin]      1.9.9cvs12
12203
12204         * src/compose.c
12205                 Dereference freed pointer
12206         * src/gtk/gtkaspell.c
12207                 Fix duplication of dictionaries (is it an aspell issue?)
12208
12209 2005-05-18 [colin]      1.9.9cvs11
12210
12211         * src/gtk/inputdialog.c
12212         * src/gtk/gtkaspell.c
12213                 HIGuify dialogs
12214         * src/alertpanel.c
12215                 Remove a double call
12216
12217 2005-05-17 [colin]      1.9.9cvs10
12218
12219         * src/gtk/gtkaspell.c
12220                 Fix dialogs, Ctrl-Enter accel
12221
12222 2005-05-17 [colin]      1.9.9cvs9
12223
12224         * src/gtk/gtkaspell.c
12225                 Fix some accelerators, escape in replace-window
12226
12227 2005-05-16 [colin]      1.9.9cvs8
12228
12229         * src/gtk/gtkaspell.c
12230                 Revert last commit, it was a mistake.
12231
12232 2005-05-16 [colin]      1.9.9cvs7
12233
12234         * src/gtk/gtkaspell.c
12235                 Remove buggy code while we're at it. It's a 
12236                 dead code path anyway.
12237
12238 2005-05-16 [colin]      1.9.9cvs6
12239
12240         * src/gtk/gtkaspell.c
12241                 Missed some gtk_menu_popup where deactivate
12242                 signal should be handled. Should fix bug
12243                 #629 a bit more.
12244
12245 2005-05-16 [colin]      1.9.9cvs5
12246
12247         * src/gtk/gtkaspell.c
12248                 Remove debug printf()s
12249
12250 2005-05-16 [colin]      1.9.9cvs4
12251
12252         * src/gtk/gtkaspell.c
12253                 Fix a bit aspell problems
12254                 (see bug #629)
12255
12256 2005-05-13 [colin]      1.9.9cvs3
12257
12258         * src/folderview.c
12259                 Fix the + appearing even when no subfolders
12260                 have unread messages. Thanks to wwp for the
12261                 bug report.
12262
12263 2005-05-11 [paul]       1.9.9cvs2
12264
12265         * src/folderview.c
12266                 correction to 1.9.9cvs1, only colour folders that
12267                 have new msgs (not unread msgs)
12268
12269 2005-05-10 [colin]      1.9.9cvs1
12270
12271         * src/folderview.c
12272         * src/summaryview.c
12273                 Try to fix bolding bugs again.
12274
12275 2005-05-09 [paul]
12276
12277         * tools/claws.i18n.status.pl
12278                 add Ricardo Mones Lastra's script that has been providing
12279                 the i18n status page for many months
12280
12281 2005-05-09 [paul]       1.9.9
12282
12283         1.9.9 release
12284
12285 2005-05-09 [paul]       1.9.6cvs58
12286
12287         * AUTHORS
12288         * INSTALL
12289         * README.claws
12290                 updated
12291         * Makefile.am 
12292         * RELEASE_NOTES.claws
12293                 add release notes to cvs to simplify release
12294                 procedure
12295         * configure.ac
12296                 add ca and fi to ALL_LINGUAS
12297         * po/Makefile.in.in
12298                 workaround for missing Makevars
12299         * po/ca.po
12300         * po/fi.po
12301                 add new Catalan and Finnish translations
12302                 submitted by Miquel Oliete and Flammie Pirinen
12303         * po/de.po
12304         * po/es.po
12305         * po/fr.po
12306         * po/it.po
12307         * po/pl.po
12308         * po/ru.po
12309         * po/sk.po
12310         * po/sr.po
12311         * po/zh_CN.po
12312                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12313                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12314                 Urke MMI, and Hansom Young
12315         * src/main.c
12316                 Fix drafting when quitting. compose_draft() closes the
12317                 compose windows, which modifies the compose_list GSList.
12318                 We have to refresh this list after echo drafting to avoid a
12319                 segfault
12320         * src/partial_download.c
12321                 fix segfault on exit
12322
12323 2005-05-06 [paul]       1.9.6cvs57
12324
12325         * src/grouplistdialog.c
12326                 quick fix/workaround for unresizeable newsgroup
12327                 name column 
12328
12329 2005-05-06 [paul]       1.9.6cvs56
12330
12331         * src/inc.c
12332         * src/mainwindow.c
12333                 use gettext plural forms
12334         * src/imap_gtk.c
12335         * src/mh_gtk.c
12336         * src/toolbar.c
12337                 small improvement to english usage
12338
12339 2005-05-05 [thorsten]   1.9.6cvs55
12340
12341         * src/folder.c
12342                 fix possible crash
12343
12344 2005-05-05 [paul]       1.9.6cvs54
12345         
12346         sync with HEAD
12347
12348         * AUTHORS
12349         * src/compose.c
12350                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12351                 patch by Tim Mann
12352
12353 2005-05-05 [paul]       1.9.6cvs53
12354
12355         * src/mainwindow.c
12356                 fix resizing of separate message and
12357                 folder views
12358
12359 2005-05-05 [paul]       1.9.6cvs52
12360
12361         * src/account.c
12362         * src/addrgather.c
12363         * src/browseldap.c
12364         * src/exphtmldlg.c
12365         * src/expldifdlg.c
12366         * src/importmutt.c
12367         * src/importpine.c
12368         * src/main.c
12369         * src/mainwindow.c
12370         * src/noticeview.c
12371         * src/prefs_filtering.c
12372         * src/prefs_filtering_action.c
12373         * src/prefs_matcher.c
12374         * src/prefs_spelling.c
12375         * src/prefs_toolbar.c
12376         * src/toolbar.c
12377         * src/wizard.c
12378         * src/gtk/description_window.c
12379         * src/gtk/gtkvscrollbutton.c
12380         * src/gtk/progressdialog.c
12381         * src/gtk/quicksearch.c
12382         * src/plugins/pgpmime/prefs_gpg.c
12383         * src/plugins/spamassassin/spamassassin_gtk.c
12384                 replace deprecated gtk_widget_set_usize
12385
12386 2005-05-04 [colin]      1.9.6cvs51
12387
12388         * src/common/utils.c
12389                 Fix crash when subst_for_filename is called
12390                 with a NULL parameter
12391
12392 2005-05-04 [colin]      1.9.6cvs50
12393
12394         * src/partial_download.c
12395         * src/pop.c
12396                 Escape login when writing uidl file
12397                 fixes bug #736
12398
12399 2005-05-03 [colin]      1.9.6cvs49
12400
12401         * src/procmime.c
12402                 Fix possible DOS in mime parser
12403                 (see bug #634)
12404
12405 2005-05-02 [colin]      1.9.6cvs48
12406
12407         * src/compose.c
12408                 Try to fix the copy/paste mess once again.
12409
12410
12411 2005-04-30 [colin]      1.9.6cvs47
12412
12413         * src/prefs_account.h
12414         * src/procmsg.c
12415         * src/send_message.c
12416         * src/common/smtp.c
12417         * src/common/smtp.h
12418                 Try to batch sending mails (per account) instead of
12419                 reconnecting to server every time.
12420
12421 2005-04-29 [colin]      1.9.6cvs46
12422
12423         * src/messageview.c
12424                 Fix window resizing that refused to size down
12425         * src/prefs_common.c
12426         * src/prefs_common.h
12427         * src/prefs_filtering.c
12428                 Save Filtering's window size
12429
12430 2005-04-21 [paul]       1.9.6cvs45
12431
12432         * ChangeLog-gtk2.claws
12433         * src/setup.c
12434                 correction to sync
12435
12436 2005-04-21 [paul]       1.9.6cvs44
12437
12438         sync with main:
12439
12440         * src/setup.c
12441         * src/statusbar.c
12442         * src/statusbar.h
12443                 use gtkut_widget_draw_now(). Improved performance
12444                 of the update of statusbar
12445         * src/textview.c
12446                 textview_smooth_scroll_do(): redraw it after scroll
12447                 is done (fixed incorrect display when a part of the
12448                 view is hidden).
12449         * src/gtk/gtkutils.c
12450         * src/gtk/gtkutils.h
12451                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12452                 to force update of widgets.
12453                 Removed gtkut_widget_wait_for_draw() which had a big
12454                 overhead  because of waiting for all events processed 
12455
12456 2005-04-20 [paul]       1.9.6cvs43
12457
12458         * src/codeconv.c
12459                 complete 1.9.6cvs42's sync:
12460                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12461
12462 2005-04-19 [paul]       1.9.6cvs42
12463
12464         sync with main:
12465
12466         * src/action.c
12467                 catch_output(): correctly select the insert text
12468                 (fix invalid iterator warnings).
12469         * src/codeconv.c
12470         * src/codeconv.h
12471         * src/mainwindow.c
12472         * src/messageview.c
12473         * src/prefs_common.c
12474                 support GBK encoding.
12475         * src/common/session.c
12476         * src/common/session.h
12477                 use separate buffer for large data to be sent,
12478                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12479
12480 2005-04-18 [paul]       1.9.6cvs41
12481
12482         * src/jpilot.c
12483                 convert unsigned long into guint32
12484                 patch by Paul LeoNerd Evans 
12485
12486 2005-04-17 [colin]      1.9.6cvs40
12487
12488         * src/compose.c
12489                 Fix 'Request return receipt' from folder
12490                 properties (bug #708)
12491
12492 2005-04-17 [colin]      1.9.6cvs39
12493
12494         * src/mainwindow.c
12495                 Fix duplicate hotkeys in Mainwindow's menu
12496
12497 2005-04-17 [colin]      1.9.6cvs38
12498
12499         * src/folderview.c
12500                 Fix duplicate hotkeys in Folderview's contextual
12501                 menu
12502
12503 2005-04-15 [colin]      1.9.6cvs37
12504
12505         * src/summaryview.c
12506                 Fix 'Save as...' with non-ascii filenames
12507
12508 2005-04-15 [colin]      1.9.6cvs36
12509
12510         * src/plugins/pgpmime/pgpmime.c
12511                 Fix bus error on 64bit. Spotted by 
12512                 macallan1888@gmail.com
12513
12514 2005-04-15 [colin]      1.9.6cvs35
12515
12516         * src/prefs_account.c
12517                 Fix cvs34.
12518
12519 2005-04-12 [colin]      1.9.6cvs34
12520
12521         * src/prefs_account.c
12522                 Fix smtp auth type off-by-one. We forgot to
12523                 add PLAIN in the prefs-to-gui setter func and
12524                 as a result, the selected auth when opening
12525                 account prefs was not the correct one.
12526
12527 2005-04-12 [paul]       1.9.6cvs33
12528
12529         * src/inc.c
12530                 if the recv dialog is visible, Cancel only
12531                 cancels the current account
12532
12533
12534 2005-04-10 [colin]      1.9.6cvs32
12535
12536         * src/filtering.c
12537                 Copy score when copying FilteringActions
12538                 Fix bug #674
12539
12540 2005-04-10 [colin]      1.9.6cvs31
12541
12542         * src/inc.c
12543                 Make Message -> Receive -> Cancel cancel 
12544                 incorporation on all accounts. Fixes
12545                 bug #693
12546
12547 2005-04-10 [colin]      1.9.6cvs30
12548
12549         * src/prefs_account.c
12550                 Update Privacy checkbuttons status based
12551                 on the selected privacy system
12552         * src/compose.c
12553                 Always connect the "None" privacy system; the
12554                 static boolean was probably there to avoid
12555                 reconnecting twice in the same compose window,
12556                 but as the parent function is only called once
12557                 per compose, it's only a bug - as a static is
12558                 initialized once per application instance.
12559                 Also, don't uncheck Sign and Encrypt when
12560                 selecting None as privacy system; just ignore
12561                 them when sending/queuing.
12562                 Should fix bug #695
12563
12564 2005-04-08 [colin]      1.9.6cvs29
12565
12566         * src/account.c
12567         * src/prefs_account.c
12568         * src/prefs_account.h
12569                 Add account preference to queue message in a certain
12570                 folder.
12571
12572 2005-04-06 [colin]      1.9.6cvs28
12573
12574         * src/prefs_account.c
12575                 Update old inbox path syntax
12576
12577 2005-04-06 [paul]       1.9.6cvs27
12578
12579         sync with main:
12580
12581         * configure.ac
12582                 changed -traditional-cpp to -no-cpp-precomp for newer
12583                 Mac OS X support
12584         * src/foldersel.c
12585                 made column resize automatically
12586         * src/send_message.c
12587                 send_message_smtp(): consider EOF right after QUIT
12588                 successful (workaround for Gmail SMTP server)
12589         * src/common/socket.c
12590                 ssl_read(), ssl_peek(): check EOF which violates the
12591                 SSL protocol
12592         * src/gtk/colorlabel.c
12593                 removed warnings when displaying colorlabel menu
12594                 (don't use GtkAlignment)
12595
12596 2005-04-05 [paul]       1.9.6cvs26
12597
12598         * src/plugins/trayicon/trayicon.c
12599                 fix clipping of icon under KDE3 
12600
12601 2005-04-05 [paul]       1.9.6cvs25
12602
12603         * src/summaryview.c
12604                 hide display of threading
12605                 patch by Alfons
12606
12607 2005-04-04 [thorsten]   1.9.6cvs24
12608
12609         * src/mh.c
12610                 marks lost on filesystems with different stat() results on
12611                 summer-/wintertime
12612
12613 2005-04-03 [colin]      1.9.6cvs23
12614
12615         * src/summaryview.c
12616                 Don't handle up/down. Patch by Alfons
12617
12618 2005-04-02 [colin]      1.9.6cvs22
12619
12620         * src/summaryview.c
12621                 Make scrolling faster. Patch by Alfons.
12622
12623 2005-04-01 [colin]      1.9.6cvs21
12624
12625         * src/Makefile.am
12626         * src/stock_pixmap.c
12627         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12628         * src/pixmaps/dir_noselect.xpm ** ADDED **
12629                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12630
12631 2005-04-01 [colin]      1.9.6cvs20
12632
12633         * src/image_viewer.c
12634         * src/image_viewer.h
12635         * src/procmime.c
12636         * src/procmime.h
12637         * src/textview.c
12638         * src/textview.h
12639                 Implement inline image resizing and right-clicking
12640
12641 2005-04-01 [paul]       1.9.6cvs19
12642
12643         * AUTHORS
12644         * Makefile.am
12645         * configure.ac
12646                 check for gnome2
12647                 patch by Luca Cavalli <loopback<AT>slackit.org>
12648         * po/ru.po
12649                 updated by Pavlo Bohmat
12650
12651 2005-03-31 [colin]      1.9.6cvs18
12652
12653         * src/news.c
12654                 Fix parsing references
12655         * src/msgcache.c
12656                 don't put nulls in the references list
12657         * src/procheader.c
12658                 commit that forgotten file in 1.9.6cvs14
12659
12660 2005-03-31 [colin]      1.9.6cvs17
12661
12662         * src/compose.c
12663                 Fix joining of signature separator again. 
12664                 Maybe Hiro could put it in main too...
12665
12666 2005-03-31 [colin]      1.9.6cvs16
12667
12668         * src/Makefile.am
12669         * src/foldersel.c
12670         * src/stock_pixmap.c
12671         * src/stock_pixmap.h
12672         * src/pixmaps/dir-noselect.xpm
12673                 Update foldersel.c (sync from main, patch by Alfons)
12674
12675 2005-03-30 [colin]      1.9.6cvs15
12676
12677         * src/imap.c
12678                 Fix handling of imap folders containing [] in 
12679                 their name. Thanks to Nahuel Angelinetti for
12680                 the detailed bugreport.
12681
12682 2005-03-30 [colin]      1.9.6cvs14
12683
12684         * src/common/utils.h
12685         * src/common/utils.c
12686         * src/common/defs.h
12687         * src/matcher.c
12688         * src/msgcache.c
12689         * src/news.c
12690         * src/procmsg.c
12691         * src/procmsg.h
12692         * src/quote_fmt_parse.y
12693         * src/summaryview.c
12694                 Update references system. Patch by Alfons
12695
12696 2005-03-30 [colin]      1.9.6cvs13
12697
12698         * src/common/socket.c
12699                 Force the glibc to read resolv.conf again when 
12700                 it has changed. Should fix issues when changing
12701                 networks on a laptop and not restarting sylpheed. 
12702
12703 2005-03-30 [paul]       1.9.6cvs12
12704
12705         partial sync with main:
12706
12707         * src/action.c
12708                 create_io_dialog(): use user-defined text font
12709                 (thanks to Alfons), and modified its appearance.
12710         * src/addrgather.c
12711         * src/addrharvest.c
12712         * src/browseldap.c
12713                 replace old code
12714         * src/compose.c
12715                 don't join (presumably) itemized lines on line-wrapping
12716                 fixed wrapping of quote when auto-wrapping is enabled
12717                 compose_destroy(): destroy paned only if it's not
12718                 attached to window. Fixed memory leak of popup menu.
12719         * src/exphtmldlg.c
12720         * src/expldifdlg.c
12721                 replace old code
12722         * src/html.c
12723         * src/html.h
12724         * src/importmutt.c
12725         * src/importpine.c
12726                 replace old code
12727         * src/main.c
12728                 removed redundant code
12729         * src/mainwindow.c
12730                 changed 'Code set' (which is rather incorrect)
12731                 in the menu to 'Character encoding'
12732                 main_window_set_widgets(): request size first
12733                 to prevent window size becoming wrong
12734                 fixed remembering of the state of the visibility
12735                 of MessageView
12736         * src/messageview.c
12737                 changed 'Code set' (which is rather incorrect)
12738                 in the menu to 'Character encoding'
12739         * src/prefs_common.c
12740         * src/prefs_common.h
12741                 added an option whether to render HTML as text or not
12742                 added separators to outgoing encoding menu
12743         * src/procheader.c
12744                 procheader_scan_date_string(): support header
12745                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12746         * src/summaryview.c
12747         * src/summaryview.h
12748                 minor code cleanup
12749         * src/textview.c
12750                 textview_show_html(): force output of newline
12751                 added an option whether to render HTML as text or not
12752         * src/common/utils.c
12753                 strncpy2(): optimized based on Alfons' code
12754         * src/gtk/gtkutils.c
12755         * src/gtk/gtkutils.h
12756                 removed non-used code
12757         * src/plugins/pgpmime/passphrase.c
12758                 partially fixed grab input of passphrase dialog
12759                 Confine pointer to window
12760
12761 2005-03-30 [colin]      1.9.6cvs11
12762
12763         * src/msgcache.c
12764         * src/msgcache.h
12765                 Read/write 32bit ints from cache & marks
12766                 From main.
12767
12768 2005-03-29 [paul]       1.9.6cvs10
12769
12770         * AUTHORS
12771         * ChangeLog.claws
12772         * src/compose.c
12773         * src/gtk/gtkaspell.c
12774                 sync with HEAD (don't pass NULL pointers) 
12775
12776 2005-03-24 [paul]
12777
12778         * tools/Makefile.am
12779         * tools/README
12780         * tools/acroread2sylpheed.pl
12781                 sync with HEAD (add script to send pdfs as
12782                 attachments from Adobe Reader 7)
12783
12784 2005-03-21 [paul]       1.9.6cvs9
12785
12786         * configure.ac
12787         * po/POTFILES.in
12788         * src/Makefile.am
12789         * src/crash.c
12790         * src/image_viewer.c ** ADDED **
12791         * src/image_viewer.h ** ADDED **
12792         * src/main.c
12793         * src/prefs_common.c
12794         * src/prefs_common.h
12795         * src/prefs_image_viewer.c ** ADDED **
12796         * src/prefs_image_viewer.h ** ADDED **
12797         * src/textview.c
12798         * src/gtk/about.c
12799         * src/pixmaps/sylpheed_logo.xpm
12800         * src/plugins/Makefile.am
12801         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12802         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12803         * src/plugins/image_viewer/plugin.c ** REMOVED **
12804         * src/plugins/image_viewer/viewer.c ** REMOVED **
12805         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12806         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12807         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12808         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12809         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12810                 as gdk-pixbuf is now built-in
12811                 remove image_viewer plugin and put code back into
12812                 main codebase
12813                 implement inline image display (sync with main)
12814
12815                 replace logo with newer, nicer, larger version  
12816
12817 2005-03-21 [paul]       1.9.6cvs8
12818
12819         * src/gtk/about.c
12820                 cosmetic improvement
12821
12822 2005-03-21 [holger]     1.9.6cvs7
12823
12824         * src/plugins/spamassassin/spamassassin.c
12825                 Sync with HEAD
12826                 (unregister hook on failed plugin init)
12827
12828 2005-03-20 [colin]      1.9.6cvs6
12829
12830         * src/common/plugin.c
12831                 Check that plugin isn't already loaded
12832                 Patch by Alfons
12833
12834 2005-03-20 [thorsten]   1.9.6cvs5
12835
12836         * src/compose.c
12837                 use a more compatible syntax
12838
12839 2005-03-20 [thorsten]   1.9.6cvs4
12840
12841         * src/prefs_toolbar.c
12842                 fix crash when selecting toolbar item (uninitialized pointer)
12843
12844 2005-03-20 [thorsten]   1.9.6cvs3
12845
12846         * src/procmime.c
12847                 fix mimetype detection (referenced free()d string)
12848
12849 2005-03-20 [paul]       1.9.6cvs2
12850
12851         * src/compose.c
12852                 sync with HEAD (1.0.3cvs5)
12853                 neglect Reply-To header if empty
12854                 Patch by Alfons 
12855
12856 2005-03-19 [holger]     1.9.6cvs1
12857
12858         * src/summaryview.c
12859         * src/summaryview.h
12860                 Sync with HEAD
12861
12862 2005-03-18 [paul]       1.9.6
12863
12864         initial GTK2 release
12865
12866 2005-03-18 [paul]       1.0.3cvs3.1
12867
12868         * AUTHORS
12869         * ChangeLog.claws
12870         * configure.ac
12871         * src/gtk/about.c
12872         * src/pixmaps/sylpheed_logo.xpm
12873                 sync with HEAD
12874
12875 2005-03-18 [colin]      1.0.3cvs2.6
12876
12877         * src/summaryview.c
12878                 Remove call to summary_step in summary_copy_selected_to
12879                 Can't see its purpose, and this causes bug when copying
12880                 a message if the next one is unread: it reads it.
12881
12882 2005-03-18 [paul]       1.0.3cvs2.5
12883
12884         * src/foldersel.c
12885                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12886
12887 2005-03-18 [paul]       1.0.3cvs2.4
12888
12889         * src/addrharvest.c
12890         * src/codeconv.c
12891         * src/codeconv.h
12892         * src/compose.c
12893         * src/news.c
12894         * src/procheader.c
12895         * src/procmime.c
12896         * src/unmime.c
12897         * src/unmime.h
12898                 fix buffer overflow, CAN-2005-0667, see
12899                 http://secunia.com/advisories/14491/
12900                 Patch by Alfons
12901
12902 2005-03-17 [colin]      1.0.3cvs2.3
12903
12904         * src/prefs_fonts.c
12905         * src/summaryview.c
12906                 Fix font bugs (both lists now officialy share 
12907                 the same font)
12908                 
12909
12910 2005-03-17 [paul]       1.0.3cvs2.2
12911
12912         * src/gtk/pluginwindow.c
12913                 make plugin descriptions uneditable
12914
12915 2005-03-11 [paul]       1.0.3cvs2.1
12916
12917         * ChangeLog.claws
12918         * configure.ac
12919         * po/POTFILES.in
12920         * src/plugins/trayicon/trayicon.c
12921                 sync with HEAD
12922                 add src/wizard.c to POTFILES.in
12923
12924 2005-03-11 [paul]       1.0.3cvs1.1
12925
12926         * ChangeLog
12927         * ChangeLog.claws
12928         * configure.ac
12929         * po/de.po
12930         * po/es.po
12931         * po/fr.po
12932         * po/it.po
12933         * po/pt_BR.po
12934         * po/ru.po
12935         * po/sk.po
12936         * po/sr.po
12937         * po/zh_CN.po
12938                 sync with HEAD
12939
12940 2005-03-04 [colin]      1.0.1cvs22.2
12941
12942         * src/compose.c
12943                 Fix signatures with accentued chars in it
12944
12945 2005-03-04 [colin]      1.0.1cvs22.1
12946
12947         * src/common/smtp.c
12948         * src/common/smtp.h
12949                 Don't use SIZE param in MAIL FROM: if server 
12950                 doesn't support it. Patch by Eugen Freiter
12951                 <eugen_f@users.sf.net>
12952
12953 2005-02-27 [paul]       1.0.1cvs20.1
12954
12955         * ChangeLog.claws
12956         * configure.ac
12957         * src/messageview.c
12958                 sync with HEAD
12959
12960 2005-02-27 [colin]      1.0.1cvs19.4
12961
12962         * src/procheader.c
12963         * src/procheader.h
12964                 Fix prototypes. Patch by Alfons
12965
12966 2005-02-27 [colin]      1.0.1cvs19.3
12967
12968         * src/compose.c
12969                 Don't auto-join the signature separator.
12970
12971 2005-02-26 [colin]      1.0.1cvs19.2
12972
12973         * src/summaryview.c
12974                 Fix 'mark all read' with collapsed threads.
12975                 Patch by Alfons.
12976
12977 2005-02-25 [paul]       1.0.1cvs19.1
12978
12979         * ChangeLog.claws
12980         * configure.ac
12981         * src/prefs_account.c
12982         * src/prefs_folder_item.c
12983         * src/gtk/prefswindow.c
12984         * src/gtk/prefswindow.h
12985                 sync with HEAD
12986
12987 2005-02-25 [paul]       1.0.1cvs15.12
12988
12989         * src/alertpanel.c
12990         * src/codeconv.c
12991         * src/compose.c
12992         * src/textview.c
12993         * src/gtk/gtkutils.c
12994         * src/gtk/gtkutils.h
12995         * src/gtk/logwindow.c
12996         * src/gtk/progressdialog.c
12997                 sync with main (revision 127)
12998                 and fix logwindow clipping
12999
13000 2005-02-24 [colin]      1.0.1cvs15.11
13001
13002         * src/plugins/pgpmime/passphrase.c
13003                 Disable input grabbing; it doesn't work yet.
13004
13005 2005-02-24 [colin]      1.0.1cvs15.10
13006
13007         * src/messageview.c
13008                 Don't send out receipts if offline. Ask.
13009
13010 2005-02-23 [colin]      1.0.1cvs15.9
13011
13012         * src/summaryview.c     
13013                 Fix expanding
13014
13015 2005-02-23 [colin]      1.0.1cvs15.8
13016
13017         * src/summaryview.c
13018                 Really fix Bug 568 by removing useless
13019                 calls. summary_thread_init() now called
13020                 in summary_sort(). This should please
13021                 Alfons as it should be faster than 
13022                 previously.
13023
13024 2005-02-23 [colin]      1.0.1cvs15.7
13025
13026         * src/compose.c
13027                 Encode parts as QP or B64 if signing
13028
13029 2005-02-23 [colin]      1.0.1cvs15.6
13030
13031         * src/compose.c
13032                 Fix Mimeinfo leakage (including tmp files)
13033         * src/procmsg.c
13034                 Fix tmp file leakage (spotted by Ivan Rayner)
13035
13036 2005-02-22 [colin]      1.0.1cvs15.5
13037
13038         * src/expldifdlg.c
13039                 Fix keyboard input. Patch by Alfons.
13040
13041 2005-02-21 [colin]      1.0.1cvs15.4
13042
13043         * src/compose.c
13044                 Fix Sign/Encrypt when unselecting privacy
13045                 system
13046         * src/prefs_common.c
13047                 Change default message font to Monospace
13048         * src/summaryview.c
13049                 More freezing during potentially large operations
13050
13051 2005-02-21 [paul]       1.0.1cvs15.3
13052
13053         * src/main.c
13054                 fix --help output
13055
13056 2005-02-21 [paul]       1.0.1cvs15.2
13057
13058         * po/Makefile.in.in
13059         * src/compose.c
13060         * src/summaryview.c
13061         * src/textview.c
13062         * src/common/utils.c
13063         * src/common/utils.h
13064                 sync with main (revision 117)
13065
13066 2005-02-20 [colin]      1.0.1cvs15.1
13067
13068         * src/common/defs.h
13069                 Change cache file to .sylpheed_claws_cache, as
13070                 suggested by Alfons. Allows people to switch
13071                 between Sylpheed and Sylpheed-Claws. it is
13072                 a good idea to "Check for new messages" at next
13073                 startup.
13074
13075
13076 2005-02-18 [colin]      1.0.1cvs14.1
13077
13078         * src/quote_fmt_lex.l
13079         * src/quote_fmt_parse.y
13080                 Fix parser initialisation. Patch by Ivan.
13081
13082 2005-02-18 [colin]      1.0.1cvs11.6
13083
13084         * src/folderview.c
13085                 Fix scrolldown (bug 662)
13086
13087 2005-02-17 [colin]      1.0.1cvs11.5
13088
13089         * src/codeconv.c
13090                 conv_filename_to_utf8: return clean 7bit instead
13091                 of broken utf8 if needed
13092         * src/mimeview.c
13093                 Fix display of parts with unclean 8bit names
13094
13095 2005-02-17 [paul]       1.0.1cvs11.4
13096
13097         * src/compose.c
13098         * src/exportldif.c
13099         * src/matcher_parser_parse.y
13100         * src/procmime.c
13101         * src/sourcewindow.c
13102         * src/common/Makefile.am
13103         * src/common/intl.h             ** REMOVED **
13104         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13105                 sync with main (revision 109)
13106                 and clean up
13107
13108 2005-02-16 [colin]      1.0.1cvs11.3
13109
13110         * src/summaryview.c
13111                 Fix collapsed thread not highlighting when new
13112                 messages in it (Bug 568) Patch by Stephan Sachse.
13113                 Fix messed up selection when reaching bounds (Bug 632)
13114         * src/prefs_themes.c
13115                 Fix theme installing (Bug 684)
13116
13117 2005-02-16 [colin]      1.0.1cvs11.2
13118
13119         * src/messageview.c
13120                 Fix messageview_select_all
13121
13122 2005-02-16 [colin]      1.0.1cvs11.1
13123
13124         * src/mh.c
13125                 Sync with HEAD (MH scan required function)
13126
13127 2005-02-15 [colin]      1.0.1cvs8.1
13128
13129         * src/mimeview.c
13130         * src/common/utils.c
13131                 Sync with HEAD (filename chars substitution)
13132
13133 2005-02-15 [colin]      1.0.1cvs7.3
13134
13135         * src/gtk/pluginwindow.c
13136                 Fix button spacing
13137
13138 2005-02-15 [colin]      1.0.1cvs7.2
13139
13140         * src/mimeview.c
13141                 Fix mime icons not reset across message when
13142                 scrolled down
13143
13144 2005-02-15 [colin]      1.0.1cvs7.1
13145
13146         * src/compose.c
13147         * src/procmime.c
13148                 Sync with HEAD (optimisation of cvs6)
13149
13150 2005-02-14 [colin]      1.0.1cvs6.1
13151
13152         * src/compose.c
13153         * src/procmime.c
13154                 Sync with HEAD (encode "From " at line beginning)
13155
13156 2005-02-14 [colin]      1.0.1cvs5.3
13157
13158         * src/compose.c
13159                 Fix wrapping with accentued chars.
13160
13161 2005-02-13 [colin]      1.0.1cvs5.2
13162
13163         * src/textview.c
13164                 Fix email informative part parsing with
13165                 accentued chars in it. ispunct() returns
13166                 true for them in utf8...
13167
13168 2005-02-12 [colin]      1.0.1cvs5.1
13169
13170         * src/filtering.c
13171                 Sync with HEAD (remove wrong use of compose after send)
13172
13173 2005-02-12 [paul]       1.0.1cvs4.5
13174
13175         * src/textview.c
13176                 remove unnecessary code (thanks to Alfons)
13177
13178 2005-02-12 [paul]       1.0.1cvs4.4
13179
13180         * src/textview.c
13181                 add 'Copy' to contextual menu on emails
13182
13183 2005-02-11 [colin]      1.0.1cvs4.3
13184
13185         * src/compose.c
13186                 revert 1.0.0cvs28.2, it doesn't work that well.
13187
13188 2005-02-11 [paul]       1.0.1cvs4.2
13189
13190         * po/Makefile.in.in
13191                 fix 'make release'
13192
13193 2005-02-10 [paul]       1.0.1cvs4.1
13194
13195         * ChangeLog
13196         * ChangeLog.claws
13197         * ChangeLog.jp
13198         * configure.ac
13199         * src/compose.c
13200                 sync with HEAD (sync with main)
13201
13202 2005-02-10 [paul]       1.0.1cvs3.2
13203
13204         * AUTHORS
13205         * Makefile.am
13206         * autogen.sh
13207         * configure.ac
13208         * config/mkinstalldirs
13209         * intl/.cvsignore
13210         * intl/ChangeLog
13211         * intl/VERSION
13212         * intl/bindtextdom.c
13213         * intl/config.charset
13214         * intl/dcgettext.c
13215         * intl/dcigettext.c
13216         * intl/dcngettext.c
13217         * intl/dgettext.c
13218         * intl/dngettext.c
13219         * intl/eval-plural.h
13220         * intl/explodename.c
13221         * intl/finddomain.c
13222         * intl/gettext.c
13223         * intl/gettextP.h
13224         * intl/gmo.h
13225         * intl/hash-string.h
13226         * intl/intl-compat.c
13227         * intl/l10nflist.c
13228         * intl/libgnuintl.h.in
13229         * intl/loadinfo.h
13230         * intl/loadmsgcat.c
13231         * intl/localcharset.c
13232         * intl/localcharset.h
13233         * intl/locale.alias
13234         * intl/localealias.c
13235         * intl/localename.c
13236         * intl/log.c
13237         * intl/ngettext.c
13238         * intl/os2compat.c
13239         * intl/os2compat.h
13240         * intl/osdep.c
13241         * intl/plural-exp.c
13242         * intl/plural-exp.h
13243         * intl/plural.c
13244         * intl/plural.y
13245         * intl/ref-add.sin
13246         * intl/ref-del.sin
13247         * intl/relocatable.c
13248         * intl/relocatable.h
13249         * intl/textdomain.c
13250         * m4/Makefile.am
13251         * po/Makefile.in.in
13252         * src/Makefile.am
13253         * src/account.c
13254         * src/action.c
13255         * src/addr_compl.c
13256         * src/addressadd.c
13257         * src/addressbook.c
13258         * src/addrgather.c
13259         * src/addrindex.c
13260         * src/alertpanel.c
13261         * src/browseldap.c
13262         * src/codeconv.c
13263         * src/codeconv.h
13264         * src/compose.c
13265         * src/compose.h
13266         * src/crash.c
13267         * src/editaddress.c
13268         * src/editbook.c
13269         * src/editgroup.c
13270         * src/editjpilot.c
13271         * src/editldap.c
13272         * src/editldap_basedn.c
13273         * src/editvcard.c
13274         * src/exphtmldlg.c
13275         * src/expldifdlg.c
13276         * src/export.c
13277         * src/exporthtml.c
13278         * src/filtering.c
13279         * src/folder.c
13280         * src/folder_item_prefs.c
13281         * src/foldersel.c
13282         * src/folderview.c
13283         * src/grouplistdialog.c
13284         * src/headerview.c
13285         * src/imap.c
13286         * src/imap_gtk.c
13287         * src/import.c
13288         * src/importldif.c
13289         * src/importmutt.c
13290         * src/importpine.c
13291         * src/inc.c
13292         * src/ldif.c
13293         * src/main.c
13294         * src/mainwindow.c
13295         * src/matcher.c
13296         * src/mbox.c
13297         * src/message_search.c
13298         * src/messageview.c
13299         * src/mh.c
13300         * src/mh_gtk.c
13301         * src/mimeview.c
13302         * src/msgcache.c
13303         * src/news.c
13304         * src/news_gtk.c
13305         * src/noticeview.c
13306         * src/partial_download.c
13307         * src/pop.c
13308         * src/prefs_account.c
13309         * src/prefs_actions.c
13310         * src/prefs_common.c
13311         * src/prefs_customheader.c
13312         * src/prefs_display_header.c
13313         * src/prefs_ext_prog.c
13314         * src/prefs_filtering.c
13315         * src/prefs_filtering_action.c
13316         * src/prefs_folder_item.c
13317         * src/prefs_fonts.c
13318         * src/prefs_gtk.c
13319         * src/prefs_matcher.c
13320         * src/prefs_msg_colors.c
13321         * src/prefs_spelling.c
13322         * src/prefs_summary_column.c
13323         * src/prefs_template.c
13324         * src/prefs_themes.c
13325         * src/prefs_toolbar.c
13326         * src/prefs_wrapping.c
13327         * src/privacy.c
13328         * src/procheader.c
13329         * src/procmime.c
13330         * src/procmsg.c
13331         * src/quote_fmt.c
13332         * src/recv.c
13333         * src/send_message.c
13334         * src/setup.c
13335         * src/sourcewindow.c
13336         * src/ssl_manager.c
13337         * src/statusbar.c
13338         * src/summary_search.c
13339         * src/summaryview.c
13340         * src/textview.c
13341         * src/toolbar.c
13342         * src/wizard.c
13343         * src/common/nntp.c
13344         * src/common/plugin.c
13345         * src/common/smtp.c
13346         * src/common/ssl.c
13347         * src/common/ssl_certificate.c
13348         * src/common/string_match.c
13349         * src/common/sylpheed.c
13350         * src/common/template.c
13351         * src/common/utils.c
13352         * src/gtk/about.c
13353         * src/gtk/colorlabel.c
13354         * src/gtk/description_window.c
13355         * src/gtk/filesel.c
13356         * src/gtk/foldersort.c
13357         * src/gtk/gtkaspell.c
13358         * src/gtk/gtkutils.c
13359         * src/gtk/inputdialog.c
13360         * src/gtk/logwindow.c
13361         * src/gtk/menu.c
13362         * src/gtk/pluginwindow.c
13363         * src/gtk/prefswindow.c
13364         * src/gtk/progressdialog.c
13365         * src/gtk/quicksearch.c
13366         * src/gtk/sslcertwindow.c
13367         * src/plugins/clamav/clamav_plugin.c
13368         * src/plugins/clamav/clamav_plugin_gtk.c
13369         * src/plugins/demo/demo.c
13370         * src/plugins/dillo_viewer/dillo_prefs.c
13371         * src/plugins/dillo_viewer/dillo_viewer.c
13372         * src/plugins/image_viewer/plugin.c
13373         * src/plugins/image_viewer/viewer.c
13374         * src/plugins/image_viewer/viewerprefs.c
13375         * src/plugins/mathml_viewer/mathml_viewer.c
13376         * src/plugins/pgpmime/passphrase.c
13377         * src/plugins/pgpmime/plugin.c
13378         * src/plugins/pgpmime/prefs_gpg.c
13379         * src/plugins/pgpmime/select-keys.c
13380         * src/plugins/pgpmime/sgpgme.c
13381         * src/plugins/spamassassin/spamassassin.c
13382         * src/plugins/spamassassin/spamassassin_gtk.c
13383         * src/plugins/trayicon/trayicon.c
13384                 sync with main (revision 104)
13385
13386 2005-02-10 [colin]      1.0.1cvs3.1
13387
13388         * src/mainwindow.c
13389                 Sync with HEAD (fix occasional crasher)
13390
13391 2005-02-10 [colin]      1.0.1cvs2.1
13392
13393         * src/messageview.c
13394                 Synw with HEAD (don't automatically display html)
13395
13396 2005-02-09 [colin]      1.0.1cvs1.3
13397
13398         * src/textview.c
13399         * src/textview.h
13400                 Add contextual menu on emails
13401
13402 2005-02-09 [colin]      1.0.1cvs1.2
13403
13404         * src/codeconv.c
13405                 Fix converting from broken headers and 
13406                 put back the _ in missing places
13407                 (feature broke with cvs24.2 sync, main 
13408                  possibly affected?)
13409
13410 2005-02-09 [colin]      1.0.1cvs1.1
13411
13412         * src/messageview.c
13413         * src/mimeview.c
13414         * src/mimeview.h
13415                 Sync with HEAD (display non text/plain mails with plugin)
13416
13417 2005-02-08 [colin]      1.0.1.1
13418
13419         * ChangeLog.claws
13420         * po/pt_BR.po
13421                 Sync with HEAD
13422         * configure.ac
13423                 Make default configuration directory 
13424                 be .sylpheed-gtk2
13425
13426 2005-02-08 [colin]      1.0.0cvs29.1
13427
13428         * po/de.po
13429         * po/es.po
13430         * po/fr.po
13431         * po/it.po
13432         * po/sk.po
13433         * po/sr.po
13434                 Sync translations with HEAD
13435
13436 2005-02-06 [colin]      1.0.0cvs28.3
13437
13438         * src/compose.c
13439                 Make compose a bit faster - patch by Alfons.
13440
13441 2005-02-06 [colin]      1.0.0cvs28.2
13442
13443         * src/compose.c
13444                 Make pasting via middle-click more reliable
13445
13446 2005-02-05 [paul]       1.0.0cvs28.1
13447
13448         * ChangeLog
13449         * ChangeLog.claws
13450         * ChangeLog.jp
13451         * configure.ac
13452         * src/compose.c
13453                 sync with HEAD
13454                 (fix bug 682 'redirect is broken'
13455
13456 2005-02-05 [torte]      1.0.0cvs27.1
13457
13458         * ChangeLog.claws
13459         * configure.ac
13460         * src/partial_download.c
13461                 Sync with HEAD (fix buf overflow)
13462
13463 2005-02-03 [colin]      1.0.0cvs26.1
13464
13465         * src/common/plugin.c
13466                 Sync with HEAD (avoid plugin mismatches)
13467
13468 2005-02-03 [paul]       1.0.0cvs25.3
13469
13470         * src/folderview.c
13471         * src/headerview.c
13472         * src/summaryview.c
13473         * src/textview.c
13474         * src/gtk/colorlabel.c
13475                 third and final part of initial sync with main-gtk2
13476
13477 2005-02-03 [paul]       1.0.0cvs25.2
13478
13479         * src/jpilot.c
13480                 fix building with jpilot support
13481
13482 2005-02-02 [colin]      1.0.0cvs25.1
13483
13484         * src/messageview.c
13485                 Sync with HEAD (fix dangerous typo)
13486
13487 2005-02-01 [colin]      1.0.0cvs24.3
13488
13489         * src/common/xml.c
13490                 Write file as advertised (UTF-8)
13491
13492 2005-02-01 [paul]       1.0.0cvs24.2
13493
13494         * src/addrbook.c
13495         * src/addrindex.c
13496         * src/alertpanel.h
13497         * src/codeconv.c
13498         * src/codeconv.h
13499         * src/compose.c
13500         * src/export.c
13501         * src/folder_item_prefs.c
13502         * src/html.c
13503         * src/imap.c
13504         * src/import.c
13505         * src/jpilot.c
13506         * src/mainwindow.c
13507         * src/matcher_parser_lex.l
13508         * src/messageview.c
13509         * src/mh.c
13510         * src/prefs_account.c
13511         * src/prefs_actions.c
13512         * src/prefs_common.c
13513         * src/prefs_gtk.c
13514         * src/prefs_gtk.h
13515         * src/prefs_themes.c
13516         * src/procheader.c
13517         * src/procmime.c
13518         * src/sourcewindow.c
13519         * src/statusbar.c
13520         * src/summaryview.c
13521         * src/textview.c
13522         * src/toolbar.c
13523         * src/unmime.c
13524         * src/common/template.c
13525         * src/common/utils.c
13526         * src/common/xml.c
13527         * src/common/xml.h
13528         * src/gtk/gtkaspell.c
13529         * src/plugins/clamav/clamav_plugin.c
13530         * src/plugins/dillo_viewer/dillo_prefs.c
13531         * src/plugins/image_viewer/viewerprefs.c
13532         * src/plugins/pgpmime/passphrase.c
13533         * src/plugins/pgpmime/prefs_gpg.c
13534         * src/plugins/pgpmime/select-keys.c
13535         * src/plugins/spamassassin/spamassassin.c
13536                 second part of initial sync with main-gtk2
13537                 (more to follow)
13538
13539 2005-01-31 [colin]      1.0.0cvs24.1
13540
13541         * src/compose.c
13542                 Sync with HEAD
13543
13544 2005-01-29 [paul]       1.0.0cvs23.2
13545
13546         * src/account.c
13547         * src/action.c
13548         * src/addressadd.c
13549         * src/addressbook.c
13550         * src/alertpanel.c
13551         * src/compose.c
13552         * src/editaddress.c
13553         * src/editbook.c
13554         * src/editgroup.c
13555         * src/editjpilot.c
13556         * src/editldap.c
13557         * src/editldap_basedn.c
13558         * src/editvcard.c
13559         * src/export.c
13560         * src/foldersel.c
13561         * src/grouplistdialog.c
13562         * src/import.c
13563         * src/importldif.c
13564         * src/inc.c
13565         * src/main.c
13566         * src/mainwindow.c
13567         * src/message_search.c
13568         * src/messageview.c
13569         * src/mimeview.c
13570         * src/prefs_actions.c
13571         * src/prefs_common.c
13572         * src/prefs_common.h
13573         * src/prefs_customheader.c
13574         * src/prefs_display_header.c
13575         * src/prefs_filtering.c
13576         * src/prefs_filtering_action.c
13577         * src/prefs_gtk.c
13578         * src/prefs_matcher.c
13579         * src/prefs_summary_column.c
13580         * src/prefs_template.c
13581         * src/sourcewindow.c
13582         * src/summary_search.c
13583         * src/summaryview.c
13584         * src/textview.c
13585         * src/gtk/about.c
13586         * src/gtk/description_window.c
13587         * src/gtk/gtkshruler.c
13588         * src/gtk/gtkutils.c
13589         * src/gtk/gtkutils.h
13590         * src/gtk/inputdialog.c
13591         * src/gtk/logwindow.c
13592         * src/gtk/prefswindow.c
13593         * src/gtk/progressdialog.c
13594         * src/gtk/progressdialog.h
13595                 first part of initial sync with main-gtk2
13596                 (more to follow)
13597
13598 2005-01-28 [colin]      1.0.0cvs23.1
13599
13600         * src/folderview.c
13601                 Sync with HEAD
13602
13603 2005-01-27 [colin]      1.0.0cvs21.1
13604
13605         * src/folder.c
13606         * src/folderview.c
13607                 Sync with HEAD
13608
13609 2005-01-27 [colin]      1.0.0cvs19.1
13610
13611         * src/procmime.c
13612                 Sync with HEAD
13613
13614 2005-01-27 [colin]      1.0.0cvs18.1
13615
13616         * src/messageview.c
13617         * src/summaryview.c
13618         * src/mainwindow.c
13619         * src/compose.c
13620         * src/compose.h
13621         * src/procmsg.c
13622         * src/procmsg.h
13623         * src/toolbar.c
13624                 Sync with HEAD
13625
13626 2005-01-26 [paul]       1.0.0cvs15.2
13627
13628         * src/compose.c
13629                 compose_entries_set(): convert subject and body to
13630                 utf8 if necessary. patch by Felix Eckhofer
13631
13632 2005-01-26 [paul]       1.0.0cvs15.1
13633
13634         * configure.ac
13635         * src/common/template.c
13636                 sync with HEAD (fix memory leak)
13637
13638 2005-01-25 [paul]       1.0.0cvs14.1
13639
13640         * configure.ac
13641         * src/compose.c
13642                 sync with HEAD
13643
13644 2005-01-24 [colin]      1.0.0cvs13.1
13645
13646         * src/summaryview.c
13647                 Sync with HEAD
13648
13649 2005-01-24 [paul]       1.0.0cvs12.1
13650
13651         * configure.ac
13652         * src/messageview.c
13653         * src/mh.c
13654         * src/common/utils.c
13655                 sync with HEAD
13656
13657 2005-01-24 [colin]      1.0.0cvs11.1
13658
13659         * src/procheader.c
13660                 Sync with HEAD
13661
13662 2005-01-24 [colin]      1.0.0cvs10.1
13663
13664         * src/folderview.c
13665                 Sync with HEAD
13666
13667 2005-01-23 [colin]      1.0.0cvs9.1
13668
13669         * src/crash.c
13670                 Sync with HEAD
13671
13672 2005-01-22 [colin]      1.0.0cvs8.1
13673
13674         * src/summaryview.c
13675         * src/gtk/quicksearch.c
13676                 Sync with HEAD
13677
13678 2005-01-21 [colin]      1.0.0cvs7.1
13679
13680         * src/summaryview.c
13681                 Sync with HEAD
13682
13683 2005-01-21 [colin]      1.0.0cvs6.1
13684
13685         * src/summaryview.c
13686                 Sync with HEAD
13687
13688 2005-01-21 [colin]      1.0.0cvs5.1
13689
13690         * src/gtk/quicksearch.c
13691         * src/prefs_common.c
13692         * src/prefs_common.h
13693                 Sync with HEAD (recurse option)
13694
13695 2005-01-21 [colin]      1.0.0cvs4.1
13696
13697         * src/folder.h
13698         * src/folderview.c
13699         * src/folderview.h
13700         * src/summaryview.c
13701         * src/gtk/quicksearch.c
13702         * src/gtk/quicksearch.h
13703                 Sync with HEAD (recursive quicksearch)
13704
13705 2005-01-20 [colin]      1.0.0cvs3.4
13706
13707         * src/ssl_manager.c
13708                 Remove useless code
13709
13710 2005-01-20 [colin]      1.0.0cvs3.3
13711
13712         * src/ssl_manager.c
13713                 Fix leak, thanks to Alfons.
13714
13715 2005-01-20 [colin]      1.0.0cvs3.2
13716
13717         * src/ssl_manager.c
13718                 Port SSL certificate window to GTK2.
13719
13720 2005-01-20 [paul]       1.0.0cvs3.1
13721
13722         * ChangeLog.claws
13723         * configure.ac
13724         * src/addrindex.c
13725         * src/addrindex.h
13726                 sync with HEAD
13727
13728 2005-01-19 [colin]      1.0.0cvs2.2
13729
13730         * src/plugins/trayicon/trayicon.c
13731                 Fix freeze with gtk-2.6, the easy way
13732                 (signal blocking helpless there...)
13733                 Closes bug #668.
13734
13735 2005-01-19 [colin]      1.0.0cvs2.1
13736
13737         * src/mbox.c
13738         * src/mbox.h
13739         * src/mainwindow.c
13740         * src/summaryview.c
13741         * src/summaryview.h
13742                 Sync with HEAD
13743
13744 2005-01-19 [paul]       1.0.0cvs1.1
13745
13746         * configure.ac
13747         * po/de.po
13748         * po/es.po
13749         * po/fr.po
13750         * po/hr.po
13751         * po/it.po
13752         * po/ja.po
13753         * po/ko.po
13754         * po/pt_BR.po
13755         * po/ru.po
13756         * po/sk.po
13757         * po/sr.po
13758                 sync with HEAD (update translations)
13759
13760 2005-01-18 [colin]      1.0.0cvs0.1
13761
13762         * src/foldersel.c
13763                 Specify search column - patch by Alfons
13764
13765 2005-01-18 [colin]      0.9.13cvs36.3
13766
13767         * src/prefs_toolbar.c
13768                 Change Delete to Remove
13769         * src/prefs_fonts.c
13770                 GTK2 version and leak fixes
13771         * src/prefs_actions.c
13772                 Add stock buttons.
13773                 All patches by Alfons
13774
13775 2005-01-17 [colin]      0.9.13cvs36.2
13776
13777         * src/compose.c
13778                 Fix DnD inserting twice. While at it,
13779                 add DnD support for text/plain in the
13780                 body, and add support in the headers.
13781
13782 2005-01-16 [colin]      0.9.13cvs36.1
13783
13784         * ChangeLog
13785         * ChangeLog.jp
13786         * ChangeLog.claws
13787                 Sync with HEAD (nothing applicable)
13788
13789 2005-01-16 [colin]      0.9.13cvs33.2
13790
13791         * src/prefs_toolbar.c
13792                 GTK2ize prefs_toolbar, by Alfons.
13793
13794 2005-01-14 [colin]      0.9.13cvs33.1
13795
13796         * src/html.c
13797         * src/msgcache.c
13798                 Sync with HEAD
13799
13800 2005-01-14 [colin]      0.9.13cvs32.1
13801
13802         * src/html.c
13803         * src/html.h
13804         * src/msgcache.c
13805         * AUTHORS
13806         * tools/calypso_convert.pl
13807                 Sync with HEAD
13808
13809 2005-01-08 [colin]      0.9.13cvs29.2
13810
13811         * src/prefs_filtering_action.c
13812         * src/prefs_filtering.c
13813                 2 more gtk2 patches by Alfons
13814
13815 2005-01-07 [paul]       0.9.13cvs29.1
13816
13817         * ChangeLog
13818         * ChangeLog.claws
13819         * ChangeLog.jp
13820         * configure.ac
13821         * src/pop.c
13822         * src/pop.h
13823                 sync with HEAD
13824
13825 2005-01-07 [colin]      0.9.13cvs28.3
13826
13827         * src/gtk/progressdialog.c
13828         * src/gtk/progressdialog.h
13829         * src/inc.c
13830         * src/send_message.c
13831                 GTK2 for the incorporation dialog. The CList isn't dead
13832                 yet, for a more smooth migration. Patch by Alfons.
13833
13834 2005-01-06 [colin]      0.9.13cvs28.2
13835
13836         * src/prefs_display_header.c
13837                 GTK2 conversion by Alfons
13838         * src/prefs_actions.c
13839         * src/prefs_matcher.c
13840                 Fix 2 leaks - patch by Alfons
13841
13842 2005-01-06 [colin]      0.9.13cvs28.1
13843
13844         * src/prefs_matcher.c
13845                 Sync with HEAD
13846
13847 2005-01-06 [colin]      0.9.13cvs27.4
13848
13849         * src/prefs_matcher.c
13850                 Fix double-free. Patch by Alfons
13851
13852 2005-01-06 [colin]      0.9.13cvs27.3
13853
13854         * src/prefs_matcher.c
13855                 GTK2 widgets + memleak
13856                 Patch by Alfons
13857
13858 2005-01-05 [colin]      0.9.13cvs27.2
13859
13860         * src/account.c
13861         * src/addr_compl.c
13862         * src/foldersel.c
13863         * src/stock_pixmap.c
13864         * src/stock_pixmap.h
13865                 3 more GTK2 patches by Alfons.
13866
13867 2005-01-04 [colin]      0.9.13cvs27.1
13868
13869         * src/folderview.c
13870         * src/imap_gtk.c
13871         * src/news_gtk.c
13872                 Sync with HEAD
13873
13874 2005-01-04 [colin]      0.9.13cvs25.9
13875
13876         * src/compose.c
13877                 Fix Show Ruler menuitem
13878         * src/prefs_template.c
13879                 Convert to GTK2
13880         * src/common/utils.c
13881                 Make auto pointer stuff handles NULLs
13882                 Patches by Alfons.
13883
13884 2005-01-04 [colin]      0.9.13cvs25.8
13885
13886         * src/compose.c
13887                 Move the attachment list to gtk2
13888                 Patch by Alfons.
13889
13890 2005-01-04 [colin]      0.9.13cvs25.7
13891
13892         * src/textview.c
13893                 Make some keys work again
13894                 Patch by SungHyun Nam <namsh@kldp.org>
13895
13896 2005-01-04 [colin]      0.9.13cvs25.6
13897
13898         * src/gtk/gtkshruler.c
13899                 Move the ruler to GTK2
13900                 Patch by Alfons
13901
13902 2005-01-03 [colin]      0.9.13cvs25.5
13903
13904         * src/compose.c
13905                 Fix my broken patch apply 
13906
13907 2005-01-03 [colin]      0.9.13cvs25.4
13908
13909         * src/common/utils.c
13910         * src/common/utils.h
13911         * src/gtk/prefswindow.c
13912                 Move auto pointer stuff to utils.c
13913                 Patch by Alfons again :)
13914
13915 2005-01-03 [colin]      0.9.13cvs25.3
13916
13917         * src/compose.c
13918         * src/prefs_gtk.c
13919         * src/prefs_template.c
13920         * src/textview.c
13921                 Empty text widgets with empty strings, not NULL char
13922                 Patch by SungHyun Nam <namsh@kldp_org>
13923
13924 2005-01-03 [colin]      0.9.13cvs25.2
13925
13926         * src/main.c
13927         * AUTHORS
13928                 Sync with HEAD
13929
13930 2005-01-03 [colin]      0.9.13cvs25.1
13931
13932         * src/pop.c
13933         * src/pop.h
13934                 Sync with HEAD
13935
13936 2005-01-03 [colin]      0.9.13cvs24.3
13937
13938         * src/account.c
13939                 Two patches from Alfons and Alex S Moore:
13940                 fix images, fix return value.
13941
13942 2005-01-01 [colin]      0.9.13cvs24.2
13943
13944         * src/prefs_actions.c
13945                 Fix over-zealous assertion. Patch by Alfons
13946
13947 2005-01-01 [colin]      0.9.13cvs24.1
13948
13949         * src/procmime.c
13950                 Sync with HEAD (leak fix)
13951
13952 2004-12-31 [colin]      0.9.13cvs23.2
13953
13954         * src/prefs_common.c
13955                 GTK2 widgets + stock buttons - patch by Alfons
13956
13957 2004-12-31 [paul]       0.9.13cvs23.1
13958
13959         * configure.ac
13960                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13961         * src/gtk/pluginwindow.c
13962                 use GTK2 widgets and plug memory leaks,
13963                 patches by Alfons
13964
13965 2004-12-30 [colin]      0.9.13cvs22.4
13966
13967         * src/account.c
13968         * src/action.c
13969         * src/export.c
13970         * src/foldersel.c
13971         * src/import.c
13972         * src/message_search.c
13973         * src/prefs_actions.c
13974         * src/prefs_common.c
13975         * src/prefs_customheader.c
13976         * src/prefs_filtering.c
13977         * src/prefs_summary_column.c
13978         * src/summary_search.c
13979         * src/gtk/about.c
13980         * src/gtk/description_window.c
13981         * src/gtk/gtkutils.c
13982         * src/gtk/gtkutils.h
13983         * src/gtk/inputdialog.c
13984         * src/gtk/prefswindow.c
13985                 Use GTK2 stock buttons. Patches by Alfons.
13986
13987 2004-12-30 [colin]      0.9.13cvs22.3
13988
13989         * src/account.c
13990                 Sync with HEAD
13991         * src/prefs_actions.c
13992         * src/prefs_customheader.c
13993         * src/prefs_filtering.c
13994         * src/prefs_msg_colors.c
13995         * src/prefs_summary_column.c
13996         * src/gtk/prefswindow.c
13997                 Use GtkTreeView instead of deprecated 
13998                 widgets. Patches by Alfons.
13999
14000 2004-12-30 [paul]       0.9.13cvs22.2
14001
14002         * src/foldersel.c
14003                 use GTK 2 Tree View
14004                 patch by Alfons, with root folder sorting fix
14005                 by Stephan Sachse
14006
14007 2004-12-30 [paul]       0.9.13cvs22.1
14008
14009         * ChangeLog
14010         * ChangeLog.claws
14011         * ChangeLog.jp
14012         * NEWS
14013         * configure.ac
14014         * src/account.c
14015                 sync with HEAD
14016
14017 2004-12-22 [martin]     0.9.13cvs21.2
14018
14019         * src/action.c
14020                 free the command line after its use
14021
14022 2004-12-18 [paul]       0.9.13cvs21.1
14023
14024         * AUTHORS
14025         * ChangeLog
14026         * ChangeLog.claws
14027         * ChangeLog.jp
14028         * NEWS
14029         * configure.ac
14030         * src/action.c
14031         * src/compose.c
14032         * src/syldap.c
14033                 sync with HEAD
14034
14035 2004-12-17 [martin]     0.9.13cvs17.2
14036
14037         * src/action.c
14038                 convert actions input to locale
14039         * src/inc.c
14040                 convert notification command to locale
14041         * src/plugins/pgpmime/select-keys.c
14042                 convert attributes to utf8
14043
14044 2004-12-14 [colin]      0.9.13cvs17.1
14045
14046         * ChangeLog
14047         * ChangeLog.jp
14048         * ChangeLog.claws
14049         * src/action.c
14050         * src/common/utils.c
14051         * src/gtk/prefswindow.c
14052         * src/gtk/gtkutils.c
14053         * src/gtk/gtkutils.h
14054         * src/plugins/spamassassin/libspamc.c
14055                 Sync with HEAD
14056
14057 2004-12-13 [colin]      0.9.13cvs14.1
14058
14059         * src/quote_fmt_parse.y
14060                 Sync with HEAD
14061
14062 2004-12-10 [colin]      0.9.13cvs12.1
14063
14064         * src/prefs_themes.c
14065         * src/mainwindow.c
14066         * src/messageview.c
14067                 Sync with HEAD
14068
14069 2004-12-09 [colin]      0.9.13cvs10.1
14070
14071         * src/procmime.c
14072                 Sync with HEAD (fix B64 encoding from memory)
14073
14074 2004-12-08 [colin]      0.9.13cvs9.1
14075
14076         * src/gtk/colorlabel.c
14077                 Sync with HEAD
14078
14079 2004-12-08 [paul]       0.9.13cvs8.2
14080
14081         * src/gtk/pluginwindow.c
14082                 fix window resizing oddities
14083
14084 2004-12-08 [colin]      0.9.13cvs8.1
14085
14086         * src/quote_fmt_parse.y
14087                 Sync with HEAD
14088
14089 2004-12-08 [colin]      0.9.13cvs7.1
14090
14091         * src/matcher_parser_parse.y
14092         * src/msgcache.c
14093         * src/prefs_matcher.c
14094         * src/procheader.c
14095         * src/matcher.c
14096         * src/common/defs.h
14097         * po/sr.po
14098                 Sync with HEAD
14099
14100 2004-12-08 [colin]      0.9.13cvs6.1
14101
14102         * src/quote_fmt_parse.y
14103         * src/textview.c
14104                 Sync with HEAD
14105         * src/gtk/prefswindow.c
14106         * src/gtk/pluginwindow.c
14107                 Fix G_CALLBACKS protos (thanks to Alfons)
14108
14109 2004-12-07 [torte]      0.9.13cvs2.2
14110
14111         * src/procmime.c
14112                 [Bug 650] reply button causes crash
14113                 Thanks to David Relson and Christoph
14114
14115 2004-12-07 [colin]      0.9.13cvs2.1
14116
14117         * ChangeLog.claws
14118         * AUTHORS
14119         * po/sk.po
14120         * src/procmime.c
14121         * src/prefs_account.c
14122         * src/common/smtp.c
14123         * src/common/smtp.h
14124                 Sync with HEAD
14125
14126 2004-12-06 [colin]      0.9.12cvs187.1
14127
14128         * ChangeLog.claws
14129         * INSTALL
14130         * Makefile.am
14131         * README.claws
14132         * TODO.claws
14133         * configure.ac
14134         * po/bg.po
14135         * po/cs.po
14136         * po/el.po
14137         * po/en_GB.po
14138         * po/es.po
14139         * po/fr.po
14140         * po/hr.po
14141         * po/hu.po
14142         * po/it.po
14143         * po/ja.po
14144         * po/ko.po
14145         * po/nl.po
14146         * po/pl.po
14147         * po/pt_BR.po
14148         * po/ru.po
14149         * po/sk.po
14150         * po/sr.po
14151         * po/sv.po
14152         * po/zh_CN.po
14153         * po/zh_TW.Big5.po
14154         * src/compose.c
14155         * tools/Makefile.am
14156         * tools/README
14157         * tools/filter_conv.pl
14158         * tools/kdeservicemenu/README
14159         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14160         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14161                 Sync with HEAD
14162
14163 2004-12-04 [colin]      0.9.12cvs183.1
14164
14165         * src/compose.c
14166                 Sync with HEAD (compose window position saving)
14167
14168 2004-12-04 [paul]       0.9.12cvs182.3
14169
14170         * src/messageview.c
14171         * src/mimeview.c
14172         * src/prefs_customheader.c
14173         * src/gtk/quicksearch.c
14174                 replace some forgotten GTK_SIGNAL_FUNCs
14175
14176 2004-12-04 [paul]       0.9.12cvs182.2
14177
14178         * src/Makefile.am
14179                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14180                 committed in error      
14181
14182 2004-12-04 [paul]       0.9.12cvs182.1
14183
14184         * ChangeLog
14185         * ChangeLog.claws
14186         * ChangeLog.jp
14187         * INSTALL
14188         * NEWS
14189         * README
14190         * README.jp
14191         * configure.ac
14192         * doc/manual/ja/Makefile.am
14193         * doc/manual/ja/sylpheed-1.html
14194         * doc/manual/ja/sylpheed-10.html
14195         * doc/manual/ja/sylpheed-11.html
14196         * doc/manual/ja/sylpheed-12.html
14197         * doc/manual/ja/sylpheed-13.html
14198         * doc/manual/ja/sylpheed-14.html
14199         * doc/manual/ja/sylpheed-15.html
14200         * doc/manual/ja/sylpheed-16.html
14201         * doc/manual/ja/sylpheed-17.html
14202         * doc/manual/ja/sylpheed-18.html
14203         * doc/manual/ja/sylpheed-19.html
14204         * doc/manual/ja/sylpheed-2.html
14205         * doc/manual/ja/sylpheed-20.html
14206         * doc/manual/ja/sylpheed-3.html
14207         * doc/manual/ja/sylpheed-4.html
14208         * doc/manual/ja/sylpheed-5.html
14209         * doc/manual/ja/sylpheed-6.html
14210         * doc/manual/ja/sylpheed-7.html
14211         * doc/manual/ja/sylpheed-8.html
14212         * doc/manual/ja/sylpheed-9.html
14213         * doc/manual/ja/sylpheed.html
14214         * doc/manual/ja/sylpheed.sgml
14215         * po/de.po
14216         * src/Makefile.am
14217         * src/compose.c
14218         * src/procmime.c
14219         * src/pixmaps/regular.xpm **REMOVED**
14220         * src/plugins/pgpmime/pgpmime.c
14221         * src/plugins/pgpmime/plugin.c
14222         * src/plugins/pgpmime/prefs_gpg.c
14223                 sync with HEAD
14224
14225 2004-12-03 [paul]       0.9.12cvs180.1
14226
14227         * ChangeLog
14228         * ChangeLog.claws
14229         * ChangeLog.jp
14230         * configure.ac
14231         * src/Makefile.am
14232         * src/pop.c
14233         * src/common/utils.c
14234         * src/common/utils.h
14235         * src/pixmaps/continue.xpm
14236         * src/pixmaps/dir_close.xpm
14237         * src/pixmaps/dir_open.xpm
14238         * src/pixmaps/drafts_close.xpm
14239         * src/pixmaps/drafts_open.xpm
14240         * src/pixmaps/folder.xpm **REMOVED**
14241         * src/pixmaps/group.xpm
14242         * src/pixmaps/unread.xpm
14243                 sync with HEAD
14244
14245 2004-12-02 [colin]      0.9.12cvs179.1
14246
14247         * src/compose.c
14248                 Sync with HEAD (non-duplicated reedition)
14249
14250 2004-12-02 [colin]      0.9.12cvs178.1
14251
14252         * src/compose.c
14253                 Sync with HEAD (linewrap_quote fix)
14254
14255 2004-12-01 [colin]      0.9.12cvs177.3
14256
14257         * src/addrharvest.c
14258                 Replace sizeof with strlen
14259
14260 2004-12-01 [paul]       0.9.12cvs177.2
14261
14262         * src/addrharvest.c
14263                 fix 'harvest addresses'
14264
14265 2004-11-30 [colin]      0.9.12cvs177.1
14266
14267         * src/gtk/prefswindow.c
14268         * src/gtk/pluginwindow.c
14269                 Sync with HEAD
14270
14271 2004-11-29 [colin]      0.9.12cvs176.1
14272
14273         * src/folderview.c
14274                 sync with HEAD (Fix disappearing separators in folderview's popup)
14275
14276 2004-11-29 [colin]      0.9.12cvs175.1
14277
14278         * src/procmime.c
14279                 Sync with head (another format fix)
14280
14281 2004-11-29 [colin]      0.9.12cvs174.1
14282
14283         * src/pop.c
14284                 Sync with HEAD (format string fix)
14285
14286 2004-11-26 [colin]      0.9.12cvs173.1
14287
14288         * src/common/smtp.c
14289         * src/common/smtp.h
14290                 Sync with HEAD
14291
14292 2004-11-24 [colin]      0.9.12cvs172.1
14293
14294         * src/plugins/pgpmime/pgpmime.c
14295                 Sync with HEAD
14296
14297 2004-11-24 [colin]      0.9.12cvs171.1
14298
14299         * src/plugins/pgpmime/pgpmime.c
14300                 Sync with head (gpgmectx leaks)
14301
14302 2004-11-24 [colin]      0.9.12cvs169.1
14303
14304         * src/plugins/pgpmime/plugin.c
14305         * src/plugins/trayicon/Makefile.am
14306         * src/plugins/trayicon/newmarkedmail.xpm
14307         * src/plugins/trayicon/trayicon.c
14308         * src/plugins/trayicon/unreadmarkedmail.xpm
14309                 Sync with HEAD
14310
14311 2004-11-23 [colin]      0.9.12cvs168.1
14312
14313         * src/partial_download.c
14314         * src/partial_download.h
14315         * src/plugins/pgpmime/plugin.c
14316                 Sync with HEAD
14317
14318 2004-11-23 [colin]      0.9.12cvs166.1
14319
14320         * src/Makefile.am
14321         * src/codeconv.c
14322         * src/compose.c
14323         * src/folderview.c
14324         * src/main.c
14325         * src/partial_download.c
14326         * src/partial_download.h
14327         * src/prefs_account.c
14328         * src/prefs_account.h
14329         * src/privacy.c
14330         * src/privacy.h
14331         * src/procmime.c
14332         * src/common/Makefile.am
14333         * src/common/base64.h
14334         * src/common/partial_download.c
14335         * src/common/partial_download.h
14336         * src/gtk/prefswindow.c
14337         * src/gtk/prefswindow.h
14338         * src/plugins/pgpmime/pgpmime.c
14339         * src/plugins/pgpmime/prefs_gpg.c
14340         * src/plugins/pgpmime/prefs_gpg.h
14341         * src/plugins/pgpmime/sgpgme.c
14342         * src/plugins/pgpmime/sgpgme.h
14343                 Sync with HEAD
14344
14345 2004-11-23 [colin]      0.9.12cvs163.1
14346
14347         * src/main.c
14348                 Sync with HEAD (cursor optimization)
14349
14350 2004-11-23 [colin]      0.9.12cvs162.1
14351
14352         * src/prefs_common.c
14353         * src/prefs_themes.c
14354         * src/procmsg.c
14355                 Sync with HEAD
14356
14357 2004-11-23 [colin]      0.9.12cvs158.9
14358
14359         * src/compose.c
14360                 Fix double-free when forwarding
14361         * src/msgcache.c
14362                 Fix leak on error path
14363                 
14364
14365 2004-11-23 [colin]      0.9.12cvs158.8
14366
14367         * src/compose.c
14368                 Fix possible double-free
14369                 Spotted by Alfons
14370
14371 2004-11-23 [colin]      0.9.12cvs158.7
14372
14373         * src/compose.c
14374                 Fix some signal handlers' prototypes
14375                 Spotted by Alfons
14376
14377 2004-11-22 [colin]      0.9.12cvs158.6
14378
14379         * src/compose.c
14380                 Remove unneeded code and duplicated
14381                 wrapping - patch by Alfons
14382
14383 2004-11-22 [colin]      0.9.12cvs158.5
14384
14385         * src/prefs_themes.c
14386                 Fix oversized selector
14387
14388 2004-11-22 [colin]      0.9.12cvs158.4
14389
14390         * src/compose.c
14391                 fix dump_text()
14392                 patch by Alfons
14393
14394 2004-11-19 [colin]      0.9.12cvs158.3
14395
14396         * src/textview.c
14397                 Add a context menu on links (open, copy)
14398
14399 2004-11-18 [paul]       0.9.12cvs158.2
14400
14401         * src/addrgather.c
14402         * src/exphtmldlg.c
14403         * src/expldifdlg.c
14404         * src/mimeview.c
14405         * src/prefs_common.c
14406         * src/plugins/image_viewer/viewer.c
14407         * src/plugins/spamassassin/spamassassin_gtk.c
14408                 replace deprecated gtk_notebook_set_page
14409                 and gtk_notebook_current_page
14410
14411 2004-11-18 [paul]       0.9.12cvs158.1
14412
14413         * configure.ac
14414         * src/compose.c
14415         * src/mainwindow.c
14416         * src/messageview.c
14417         * src/prefs_common.c
14418         * src/common/utils.c
14419         * src/common/utils.h
14420                 sync with HEAD
14421
14422 2004-11-17 [colin]      0.9.12cvs156.1
14423
14424         * src/prefs_account.c
14425         * src/prefs_account.h
14426         * src/procmsg.c
14427                 Sync with HEAD (add pref to store encrypted mails encrypted)
14428
14429 2004-11-17 [paul]       0.9.12cvs155.1
14430
14431         * ChangeLog
14432         * ChangeLog.claws
14433         * ChangeLog.jp
14434         * NEWS
14435         * configure.ac
14436         * src/compose.c
14437         * src/jpilot.c
14438         * src/privacy.c
14439         * src/procmime.c
14440         * src/procmime.h
14441         * src/procmsg.c
14442         * src/toolbar.c
14443         * src/pixmaps/error.xpm
14444                 sync with HEAD
14445
14446 2004-11-17 [colin]      0.9.12cvs151.1
14447
14448         * src/plugins/pgpmime/pgpmime.c
14449                 Sync with HEAD (remove debug printf)
14450
14451 2004-11-17 [colin]      0.9.12cvs150.1
14452
14453         * src/plugins/pgpmime/pgpmime.c
14454                 Sync with HEAD (off-by-one fix)
14455
14456 2004-11-17 [colin]      0.9.12cvs149.1
14457
14458         * src/procmsg.c
14459                 Sync with HEAD (coding style fixes)
14460
14461 2004-11-16 [colin]      0.9.12cvs148.1
14462
14463         * src/procmsg.c
14464                 Sync with head (Fix the fix)
14465
14466 2004-11-16 [colin]      0.9.12cvs147.1
14467
14468         * src/procmsg.c
14469                 Sync with Main (leak fix)
14470
14471 2004-11-16 [colin]      0.9.12cvs146.14
14472
14473         * src/compose.c
14474                 Remove useless chunk of code
14475                 Patch by Alfons
14476
14477 2004-11-15 [colin]      0.9.12cvs146.13
14478
14479         * src/compose.c
14480                 Fix drafting after insertion
14481                 Patch by Alfons
14482
14483 2004-11-15 [colin]      0.9.12cvs146.12
14484
14485         * src/compose.c
14486         * src/prefs_filtering.c
14487         * src/prefs_filtering_action.c
14488         * src/prefs_toolbar.c
14489                 Fix some const-correctness
14490
14491 2004-11-15 [colin]      0.9.12cvs146.11
14492
14493         * src/summaryview.c
14494         * src/prefs_themes.c
14495         * src/messageview.c
14496                 Fix some leaks
14497
14498 2004-11-15 [colin]      0.9.12cvs146.10
14499
14500         * src/codeconv.c
14501                 More unreadable locale fixes
14502
14503 2004-11-14 [colin]      0.9.12cvs146.9
14504
14505         * src/textview.c
14506                 Fix uri_security_check
14507                 Patch by Alfons
14508
14509 2004-11-13 [paul]       0.9.12cvs146.8
14510
14511         * src/folder.c
14512         * src/procmime.c
14513                 fix 2 bugs introduced in last commit
14514
14515 2004-11-13 [paul]       0.9.12cvs146.7
14516
14517         * src/compose.c
14518         * src/exporthtml.c
14519         * src/exportldif.c
14520         * src/folder.c
14521         * src/imap.c
14522         * src/imap_gtk.c
14523         * src/main.c
14524         * src/mainwindow.c
14525         * src/messageview.c
14526         * src/mh_gtk.c
14527         * src/prefs_themes.c
14528         * src/procmime.c
14529         * src/setup.c
14530         * src/summaryview.c
14531                 replace deprecated g_basename
14532
14533 2004-11-13 [paul]       0.9.12cvs146.6
14534
14535         * src/compose.c
14536         * src/imap.c
14537         * src/matcher_parser.h
14538         * src/matcher_parser_parse.y
14539         * src/prefs_filtering.c
14540         * src/prefs_filtering_action.c
14541         * src/prefs_themes.c
14542         * src/prefs_toolbar.c
14543         * src/common/utils.c
14544                 various small fixes/cleanups
14545
14546 2004-11-12 [colin]      0.9.12cvs146.5
14547
14548         * src/textview.c
14549                 Validate event's origin on visibility notify
14550                 Patch by Alfons.
14551
14552 2004-11-12 [paul]       0.9.12cvs146.4
14553
14554         * src/exporthtml.c
14555         * src/exportldif.c
14556         * src/imap.c
14557         * src/mh.c
14558         * src/mimeview.c
14559         * src/prefs_spelling.c
14560         * src/prefs_themes.c
14561                 replace deprecated g_dirname    
14562
14563 2004-11-12 [colin]      0.9.12cvs146.3
14564
14565         * src/textview.c
14566                 Some coding style fixes
14567
14568 2004-11-12 [colin]      0.9.12cvs146.2
14569
14570         * src/codeconv.c
14571                 We want to replace _all_ extended chars in
14572                 conv_unreadable_*, because any string containing
14573                 extended chars not parsing as UTF8 is 
14574                 undisplayed on gtk2.
14575
14576 2004-11-12 [paul]       0.9.12cvs146.1
14577
14578         * ChangeLog
14579         * ChangeLog.claws
14580         * ChangeLog.jp
14581         * NEWS
14582         * configure.ac
14583         * src/account.c
14584         * src/folderview.c
14585         * src/folderview.h
14586         * src/imap.c
14587         * src/imap_gtk.c
14588         * src/inc.c
14589         * src/mainwindow.c
14590         * src/mh_gtk.c
14591         * src/news_gtk.c
14592         * src/pop.c
14593         * src/prefs_account.c
14594         * src/prefs_account.h
14595         * src/prefs_ext_prog.c
14596         * src/procmime.c
14597         * src/procmime.h
14598         * src/procmsg.c
14599         * src/procmsg.h
14600         * src/summary_search.c
14601         * src/summaryview.c
14602         * src/textview.c
14603         * src/common/defs.h
14604         * src/common/utils.c
14605         * src/common/utils.h
14606         * src/gtk/menu.c
14607         * src/gtk/menu.h
14608                 sync with HEAD
14609
14610 2004-11-11 [colin]      0.9.12cvs144.2
14611
14612         * src/textview.c
14613                 Fix URI range selection (patch by Alfons)
14614
14615 2004-11-09 [colin]      0.9.12cvs144.1
14616
14617         * ChangeLog.claws
14618         * src/compose.c
14619         * src/folder.c
14620         * src/folder_item_prefs.c
14621         * src/prefs_account.c
14622         * src/prefs_account.h
14623         * src/plugins/pgpmime/pgpmime.c
14624                 Sync with HEAD
14625
14626 2004-11-08 [colin]      0.9.12cvs143.1
14627
14628         * src/summaryview.c
14629                 Sync with HEAD (optimize quicksearch)
14630
14631 2004-11-08 [colin]      0.9.12cvs142.2
14632
14633         * src/compose.c
14634                 Don't wrap when Edit/Auto wrapping is disabled
14635
14636 2004-11-08 [colin]      0.9.12cvs142.1
14637
14638         * src/textview.c
14639                 Sync with HEAD
14640
14641 2004-11-08 [colin]      0.9.12cvs141.1
14642
14643         * src/textview.c
14644                 Sync with HEAD (fix some mail URIs)
14645
14646 2004-11-08 [colin]      0.9.12cvs140.3
14647
14648         * src/textview.c
14649                 o Use text cursor instead of arrow when
14650                   not on a link
14651                 o Fix handling of contiguous links (as in
14652                   "colin@colino.net" <colin@colino.net>)
14653                   This one unveils a bug in get_email_part()
14654
14655 2004-11-07 [colin]      0.9.12cvs140.2
14656
14657         * src/textview.c
14658                 Fix memleak. Patch by Alfons.
14659
14660 2004-11-06 [colin]      0.9.12cvs140.1
14661
14662         * src/compose.c
14663                 Sync with HEAD (don't ask passphrase
14664                 when drafting)
14665
14666 2004-11-06 [paul]       0.9.12cvs139.2
14667
14668         * AUTHORS
14669         * src/textview.c
14670         * src/textview.h
14671                 textview URI handling. hovering over a 
14672                 link displays it in the status bar,
14673                 and changes the mouse pointer to a hand 
14674                 cursor. a link is activated with a single 
14675                 click. (Modified from the) patch by Jean-Yves 
14676                 Lefort <jylefort@users.sourceforge.net>
14677                 
14678
14679 2004-11-05 [colin]      0.9.12cvs139.1
14680
14681         * src/compose.c
14682         * src/procmime.c
14683                 Sync with HEAD again ^^
14684
14685 2004-11-05 [colin]      0.9.12cvs139.1
14686
14687         * src/compose.c
14688         * src/procmime.c
14689                 Sync with HEAD
14690
14691 2004-11-03 [paul]       0.9.12cvs138.1
14692
14693         * ChangeLog.claws
14694         * configure.ac
14695         * po/POTFILES.in
14696         * src/prefs_ext_prog.c
14697         * src/procmime.c
14698         * tools/kdeservicemenu/README
14699         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14700         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14701                 sync with HEAD
14702
14703 2004-11-01 [christoph]  0.9.12cvs136.2
14704
14705         * src/procmime.c
14706                 convert MIME parameters to UTF-8
14707
14708 2004-10-29 [colin]      0.9.12cvs136.1
14709
14710         * src/common/utils.c
14711                 Sync with HEAD (don't use '=' in mime boundary)
14712
14713 2004-10-29 [paul]       0.9.12cvs135.1
14714
14715         * configure.ac
14716         * doc/src/rfc2231.txt
14717         * src/procmime.c
14718         * src/common/quoted-printable.c
14719         * src/common/utils.c
14720         * src/common/utils.h
14721                 sync with HEAD
14722
14723 2004-10-27 [paul]       0.9.12cvs134.1
14724
14725         * configure.ac
14726         * src/main.c
14727         * src/procmime.c
14728         * src/plugins/pgpmime/pgpmime.c
14729                 sync with HEAD
14730
14731 2004-10-26 [paul]       0.9.12cvs132.3
14732
14733         * src/account.c
14734         * src/addressbook.c
14735         * src/addrgather.c
14736         * src/addrharvest.c
14737         * src/codeconv.c
14738         * src/compose.c
14739         * src/customheader.c
14740         * src/editaddress.c
14741         * src/editgroup.c
14742         * src/enriched.c
14743         * src/expldifdlg.c
14744         * src/exporthtml.c
14745         * src/exportldif.c
14746         * src/folder.c
14747         * src/foldersel.c
14748         * src/folderview.c
14749         * src/grouplistdialog.c
14750         * src/html.c
14751         * src/imap.c
14752         * src/jpilot.c
14753         * src/ldapserver.c
14754         * src/ldif.c
14755         * src/mimeview.c
14756         * src/news.c
14757         * src/news_gtk.c
14758         * src/pop.c
14759         * src/prefs_display_header.c
14760         * src/prefs_gtk.c
14761         * src/prefs_msg_colors.c
14762         * src/prefs_toolbar.c
14763         * src/procheader.c
14764         * src/procmime.c
14765         * src/summaryview.c
14766         * src/textview.c
14767         * src/toolbar.c
14768         * src/vcard.c
14769         * src/common/mgutils.c
14770         * src/common/nntp.c
14771         * src/common/smtp.c
14772         * src/common/template.c
14773         * src/common/utils.c
14774         * src/common/xmlprops.c
14775         * src/plugins/pgpmime/pgpmime.c
14776         * src/plugins/pgpmime/select-keys.c
14777         * src/plugins/pgpmime/sgpgme.c
14778                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14779                 g_string_sprintfa(), gtk_notebook_current_page()
14780
14781 2004-10-26 [colin]      0.9.12cvs132.2
14782
14783         * src/prefs_folder_item.c
14784                 Fix default-account selection
14785
14786 2004-10-21 [colin]      0.9.12cvs133
14787
14788         * src/compose.c
14789                 Sync with HEAD (Remove extra separator in compose's Options)
14790         * src/textview.c
14791                 Set wrapping to char
14792
14793 2004-10-21 [paul]       0.9.12cvs131.2
14794
14795         * src/compose.c
14796         * src/sourcewindow.c
14797                 fix wrapping
14798                 fix window shrinking 
14799
14800 2004-10-21 [colin]      0.9.12cvs131.1
14801
14802         * ChangeLog.claws
14803         * src/compose.c
14804                 Sync with HEAD
14805
14806 2004-10-21 [paul]       0.9.12cvs130.2
14807
14808         * src/prefs_folder_item.c
14809                 sync with HEAD (Apply to subfolders)
14810
14811 2004-10-19 [colin]      0.9.12cvs130.1
14812
14813         * ChangeLog.claws
14814         * src/compose.c
14815         * src/common/utils.c
14816         * src/gtk/menu.c
14817                 Sync with HEAD
14818
14819 2004-10-19 [colin]      0.9.12cvs128.1
14820
14821         * src/addrbook.c
14822         * src/addrcache.c
14823         * src/addressbook.c
14824         * src/codeconv.c
14825         * src/compose.c
14826         * src/customheader.c
14827         * src/editaddress.c
14828         * src/editgroup.c
14829         * src/exporthtml.c
14830         * src/folder.c
14831         * src/folderview.c
14832         * src/imap.c
14833         * src/jpilot.c
14834         * src/main.c
14835         * src/matcher_parser_parse.y
14836         * src/mbox.c
14837         * src/pop.c
14838         * src/prefs_account.c
14839         * src/prefs_gtk.c
14840         * src/prefs_msg_colors.c
14841         * src/procheader.c
14842         * src/procmime.c
14843         * src/procmime.h
14844         * src/procmsg.c
14845         * src/summaryview.c
14846         * src/textview.c
14847         * src/common/base64.c
14848         * src/common/partial_download.c
14849         * src/common/socket.c
14850         * src/common/sylpheed.c
14851         * src/common/utils.c
14852         * src/common/utils.h
14853         * src/gtk/pluginwindow.c
14854         * src/gtk/quicksearch.c
14855         * src/plugins/clamav/clamav_plugin.c
14856         * src/plugins/clamav/clamav_plugin.h
14857         * src/plugins/clamav/clamav_plugin_gtk.c
14858         * src/plugins/pgpmime/passphrase.c
14859         * src/plugins/pgpmime/pgpmime.c
14860         * src/plugins/pgpmime/plugin.c
14861         * src/plugins/pgpmime/prefs_gpg.c
14862         * src/plugins/pgpmime/prefs_gpg.h
14863         * src/plugins/pgpmime/select-keys.c
14864         * src/plugins/pgpmime/sgpgme.c
14865         * src/plugins/spamassassin/libspamc.c
14866         * src/plugins/spamassassin/spamassassin.c
14867         * src/plugins/spamassassin/spamassassin.h
14868         * src/plugins/spamassassin/spamassassin_gtk.c
14869         * src/plugins/trayicon/trayicon.c
14870         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14871                 Sync with HEAD
14872
14873 2004-10-14 [colin]      0.9.12cvs126.2
14874
14875         * src/codeconv.c
14876         * src/textview.c
14877                 Fix conv_unreadable_locale
14878
14879 2004-10-13 [colin]      0.9.12cvs126.1
14880
14881         * src/compose.c
14882                 Sync with HEAD (don't convert charset for 
14883                 drafted messages, minor cleanup)
14884
14885 2004-10-13 [colin]      0.9.12cvs125.1
14886
14887         * po/POTFILES.in
14888                 Sync with HEAD (POTFILES fix)
14889
14890 2004-10-12 [colin]      0.9.12cvs124.3
14891
14892         * src/compose.c
14893                 Fix encoding bug from latest sync
14894
14895 2004-10-12 [paul]       0.9.12cvs124.2
14896
14897         * src/plugins/pgpmime/prefs_gpg.c
14898         * src/plugins/pgpmime/prefs_gpg.h
14899                 forgotten in last commit        
14900
14901 2004-10-12 [paul]       0.9.12cvs124.1
14902
14903         * ChangeLog.claws
14904         * configure.ac
14905         * m4/spamassassin.m4
14906         * src/Makefile.am
14907         * src/account.c
14908         * src/compose.c
14909         * src/compose.h
14910         * src/crash.c
14911         * src/main.c
14912         * src/mimeview.c
14913         * src/passphrase.c
14914         * src/passphrase.h
14915         * src/prefs_account.c
14916         * src/prefs_account.h
14917         * src/prefs_common.c
14918         * src/privacy.c
14919         * src/privacy.h
14920         * src/procmime.c
14921         * src/procmime.h
14922         * src/procmsg.c
14923         * src/rfc2015.c
14924         * src/rfc2015.h
14925         * src/select-keys.c
14926         * src/select-keys.h
14927         * src/textview.c
14928         * src/common/utils.c
14929         * src/common/utils.h
14930         * src/gtk/about.c
14931         * src/plugins/pgpmime/Makefile.am
14932         * src/plugins/pgpmime/passphrase.c
14933         * src/plugins/pgpmime/passphrase.h
14934         * src/plugins/pgpmime/pgpmime.c
14935         * src/plugins/pgpmime/plugin.c
14936         * src/plugins/pgpmime/select-keys.c
14937         * src/plugins/pgpmime/select-keys.h
14938         * src/plugins/pgpmime/sgpgme.c
14939         * src/plugins/pgpmime/sgpgme.h
14940                 sync with HEAD
14941
14942 2004-10-04 [colin]      0.9.12cvs122.1
14943
14944         * src/mainwindow.c
14945         * src/messageview.c
14946         * src/messageview.h
14947         * src/textview.c
14948                 Sync with HEAD
14949
14950 2004-10-04 [colin]      0.9.12cvs121.1
14951
14952         * src/summaryview.c
14953                 Sync with HEAD
14954
14955 2004-10-04 [paul]       0.9.12cvs120.1
14956
14957         * configure.ac
14958                 sync with HEAD [don't try to build 
14959                 pgpmime plugin when gpgme is disabled]
14960
14961 2004-10-03 [colin]      0.9.12cvs119.3
14962
14963         * src/gtk/gtksctree.c
14964                 Lots of side effects. Put back as before 117.2.
14965         * src/summaryview.c
14966                 Fix bug #602
14967
14968 2004-10-03 [colin]      0.9.12cvs119.2
14969
14970         * src/gtk/gtksctree.c
14971                 Revert 608 fix that doesn't work that good
14972
14973 2004-10-02 [colin]      0.9.12cvs119.1
14974
14975         * src/mainwindow.c
14976         * src/messageview.c
14977         * src/prefs_common.h
14978         * src/procmime.c
14979         * src/procmime.h
14980         * src/textview.c
14981                 Sync with HEAD
14982         * src/gtk/gtksctree.c
14983                 Close bug #608
14984
14985 2004-10-01 [colin]      0.9.12cvs118.1
14986
14987         * src/mimeview.c
14988                 Sync with HEAD (better Save All fix)
14989
14990 2004-10-01 [colin]      0.9.12cvs117.2
14991
14992         * src/gtk/gtksctree.c
14993                 Faster on selection
14994
14995 2004-10-01 [colin]      0.9.12cvs117.1
14996
14997         * src/mimeview.c
14998                 Sync with HEAD (Save All: only attachments)
14999
15000 2004-10-01 [paul]       0.9.12cvs116.1
15001
15002         * ChangeLog.claws
15003         * configure.ac
15004         * src/account.c
15005         * src/prefs_common.c
15006         * src/gtk/colorlabel.c
15007                 sync with HEAD
15008
15009 2004-09-30 [colin]      0.9.12cvs115.1
15010
15011         * src/stock_pixmap.c
15012         * src/stock_pixmap.h
15013         * src/folderview.c
15014         * src/Makefile.am
15015         * src/pixmaps/read.xpm
15016                 Sync with HEAD (new pixmap)
15017
15018 2004-09-29 [colin]      0.9.12cvs114.1
15019
15020         * src/compose.c
15021                 Sync with HEAD
15022                 Fix focus handling in headers
15023
15024 2004-09-29 [paul]       0.9.12cvs113.1
15025
15026         * src/quote_fmt_parse.y
15027                 sync with HEAD
15028  
15029
15030 2004-09-28 [colin]      0.9.12cvs112.1
15031
15032         * src/folderview.c
15033         * src/mainwindow.c
15034                 Sync with HEAD
15035
15036 2004-09-28 [colin]      0.9.12cvs110.1
15037
15038         * src/folderview.c
15039                 Sync with HEAD (Contextual Empty trash menu)
15040
15041 2004-09-28 [colin]      0.9.12cvs108.1
15042
15043         * src/addressbook.c
15044                 Sync with HEAD (addressbook edit on double-click)
15045
15046 2004-09-28 [colin]      0.9.12cvs106.1
15047
15048         * src/inc.c
15049                 Sync with HEAD (folder_item freeze on inc)
15050
15051 2004-09-27 [colin]      0.9.12cvs105.1
15052
15053         * src/folderview.c
15054                 Sync with HEAD (right-align new and unread column)
15055
15056 2004-09-27 [colin]      0.9.12cvs104.1
15057
15058         * src/main.c
15059                 Sync with HEAD (revert 0.9.12cvs101)
15060
15061 2004-09-24 [colin]      0.9.12cvs103.2
15062
15063         * src/wizard.c
15064                 Fix gtk warnings and use domain part of the email address 
15065                 when domain detection fails (no dot in domain name)
15066
15067 2004-09-23 [colin]      0.9.12cvs103.1
15068
15069         * src/plugins/spamassassin/libspamc.c
15070         * src/plugins/spamassassin/libspamc.h
15071         * src/plugins/spamassassin/utils.c
15072         * src/plugins/spamassassin/utils.h
15073                 Sync with HEAD (Update spamassassin to 3.0)
15074
15075 2004-09-21 [colin]      0.9.12cvs102.3
15076
15077         * src/action.c
15078                 Add horizontal scrollbar in action io dialog as needed
15079                 Patch by Alfons.
15080
15081 2004-09-20 [colin]      0.9.12cvs102.2
15082
15083         * src/plugins/image_viewer/viewer.c
15084                 Remove imlib stuff
15085                 use gtk_pixmap_set when clearing
15086                 (would be better to use gtkImages, but causes size-allocate 
15087                 signals storm)
15088
15089 2004-09-17 [paul]       0.9.12cvs102.1
15090
15091         * ChangeLog
15092         * ChangeLog.claws
15093         * ChangeLog.jp
15094         * configure.ac
15095         * src/inc.c
15096                 sync with HEAD
15097
15098
15099 2004-09-17 [colin]      0.9.12cvs101.1
15100
15101         * ChangeLog.claws
15102         * src/main.c
15103                 Sync with HEAD (fix segs at exit)
15104
15105 2004-09-14 [colin]      0.9.12cvs99.5
15106
15107         * src/common/socket.c
15108         * AUTHORS
15109                 Fix send error on 64bit platforms
15110                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15111
15112 2004-09-14 [colin]      0.9.12cvs99.4
15113
15114         * src/action.c
15115                 Fix action output with utf8 
15116                 Patch by Alfons.
15117
15118 2004-09-14 [colin]      0.9.12cvs99.3
15119
15120         * ChangeLog.claws
15121         * src/folder.c
15122                 Sync with HEAD
15123
15124 2004-09-09 [colin]      0.9.12cvs99.2
15125
15126         * src/action.c
15127                 Fix progress bar (displaying "Completed %v/%u")
15128                 Patch by Alfons.
15129
15130 2004-09-08 [colin]      0.9.12cvs99.1
15131
15132         * src/account.c
15133         * src/folder.c
15134         * src/procmsg.c
15135         * src/procmsg.h
15136         * src/plugins/pgpmime/pgpmime.c
15137                 Sync with HEAD
15138
15139 2004-09-08 [colin]      0.9.12cvs97.2
15140
15141         * src/summaryview.c
15142                 Don't select mails in collapsed threads 
15143                 when navigating with up/down
15144
15145 2004-09-07 [colin]      0.9.12cvs97.1
15146
15147         * src/inc.c
15148                 Sync with HEAD (meaningful error messages)
15149
15150 2004-09-06 [colin]      0.9.12cvs96.1
15151
15152         * src/toolbar.c
15153                 Sync with HEAD (fix Redirect graying out)
15154
15155 2004-09-06 [colin]      0.9.12cvs95.1
15156
15157         * src/summaryview.c
15158         * src/mimeview.c
15159                 Sync with HEAD (fix dropped URIs)
15160
15161 2004-09-06 [colin]      0.9.12cvs94.1
15162
15163         * src/addressbook.c
15164         * src/addressitem.h
15165         * src/addritem.c
15166         * src/addritem.h
15167                 Sync with HEAD (addressbook DnD)
15168
15169 2004-09-03 [colin]      0.9.12cvs93.1
15170
15171         * src/summaryview.c
15172                 Sync with HEAD (next/prev unread)
15173
15174 2004-09-03 [colin]      0.9.12cvs92.1
15175
15176         * src/prefs_common.c
15177         * src/prefs_common.h
15178         * src/summaryview.c
15179                 Sync with HEAD ('mark_as_read_delay' pref)
15180
15181 2004-09-02 [colin]      0.9.12cvs91.2
15182
15183         * src/common/xml.c
15184                 Fix leak
15185
15186 2004-09-02 [colin]      0.9.12cvs91.1
15187
15188         * src/gtk/menu.c
15189                 Sync with HEAD (menu accel don't work, but whatever)
15190
15191 2004-09-02 [colin]      0.9.12cvs90.1
15192
15193         * src/account.c
15194                 Sync with HEAD (fix bug 582)
15195
15196 2004-09-02 [colin]      0.9.12cvs89.1
15197
15198         * src/addrindex.c
15199                 Sync with HEAD (free deleted queries)
15200
15201 2004-09-02 [colin]      0.9.12cvs88.1
15202
15203         * src/ldapquery.c
15204                 Sync with HEAD (fix LDAP freezes)
15205
15206 2004-09-02 [colin]      0.9.12cvs87.1
15207
15208         * src/prefs_spelling.c
15209                 Sync with HEAD (add default dictionary)
15210
15211 2004-09-01 [colin]      0.9.12cvs86.1
15212
15213         * src/filtering.c
15214         * src/folderview.c
15215         * src/imap.c
15216         * src/prefs_matcher.c
15217         * src/stock_pixmap.c
15218         * src/summary_search.c
15219         * src/summaryview.c
15220         * src/wizard.c
15221         * src/wizard.h
15222                 Sync with HEAD (uninitialized vars fixes)
15223                 + gtk2 specific warning fixes
15224
15225 2004-08-31 [colin]      0.9.12cvs85.1
15226
15227         * src/folder.c
15228                 Sync with HEAD (Fix memory corruption due to 
15229                 uninitialized var)
15230
15231 2004-08-31 [colin]      0.9.12cvs84.4
15232
15233         * src/summary_search.c
15234                 Fix segfaults when searching in folders with broken headers
15235
15236 2004-08-31 [colin]      0.9.12cvs84.3
15237
15238         * src/compose.c
15239         * src/textview.c
15240                 Fix some more encoding/decoding issues
15241
15242 2004-08-30 [colin]      0.9.12cvs84.2
15243
15244         * src/mimeview.c
15245         * src/prefs_themes.c
15246         * src/gtk/filesel.c
15247         * src/gtk/filesel.h
15248                 Add a folder-mode selection (fixes mimeview's "Save all")
15249
15250 2004-08-29 [colin]      0.9.12cvs84.1
15251
15252         * src/mimeview.c
15253                 Sync with HEAD (don't escape saved filenames)
15254
15255 2004-08-27 [colin]      0.9.12cvs83.1
15256
15257         * ChangeLog
15258         * ChangeLog.claws
15259         * ChangeLog.jp
15260         * src/mh.c
15261         * src/procheader.c
15262         * src/procmsg.c
15263         * src/procmsg.h
15264         * src/common/utils.c
15265         * src/gtk/menu.h
15266         * po/
15267                 Sync with HEAD 0.9.12cvs83 (sync with main)
15268
15269 2004-08-26 [colin]      0.9.12cvs82.4
15270
15271         * src/codeconv.c
15272                 Fix strange stack corruption
15273                 Convert to utf8 after unmime, not before
15274
15275 2004-08-26 [colin]      0.9.12cvs82.3
15276
15277         * src/main.c
15278         * src/wizard.c
15279                 Fix account folders duplication
15280
15281 2004-08-25 [colin]      0.9.12cvs82.2
15282
15283         * src/wizard.c
15284                 Remove ports
15285                 Add SSL selection
15286                 Use login@server as account name
15287
15288 2004-08-25 [colin]      0.9.12cvs82.1
15289
15290         * src/plugins/pgpmime/pgpmime.c
15291                 Sync with HEAD (leak fix).
15292
15293 2004-08-25 [colin]      0.9.12cvs81.1
15294
15295         * src/plugins/pgpmime/pgpmime.c
15296         * src/plugins/pgpmime/sgpgme.c
15297         * src/plugins/pgpmime/sgpgme.h
15298                 Sync with HEAD (Handle combined messages).
15299
15300 2004-08-24 [colin]      0.9.12cvs80.3
15301
15302         * src/wizard.c
15303                 Fix full name, ports, and imap
15304
15305 2004-08-24 [colin]      0.9.12cvs80.2
15306
15307         * src/Makefile.am
15308         * src/main.c
15309         * src/setup.c
15310         * src/setup.h
15311         * src/stock_pixmap.c
15312         * src/stock_pixmap.h
15313         * src/wizard.c ** ADDED **
15314         * src/wizard.h ** ADDED ** 
15315         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15316                 Add a setup wizard 
15317
15318 2004-08-24 [colin]      0.9.12cvs80.1
15319
15320         * src/folder.c
15321                 Sync with HEAD (set mimeflags on all messages)
15322
15323 2004-08-24 [colin]      0.9.12cvs79.3
15324
15325         * src/matcher_parser_lex.l
15326                 Fix 8bits strings not in utf8
15327
15328 2004-08-24 [colin]      0.9.12cvs79.2
15329
15330         * src/compose.c
15331                 Check conversion result before replacing buffer
15332
15333 2004-08-23 [colin]      0.9.12cvs79.1
15334
15335         * src/compose.c
15336                 Sync with HEAD (create message header in memory)
15337
15338 2004-08-23 [colin]      0.9.12cvs78.1
15339
15340         * src/rfc2015.c
15341         * src/rfc2015.h
15342                 Sync with HEAD (fix bug 197 again)
15343
15344 2004-08-23 [colin]      0.9.12cvs77.3
15345
15346         * src/compose.c
15347                 Fix again inline gpg signing (which outputs utf8
15348                 in gtk2). Not syncing this fix to HEAD as this 
15349                 code is meant to die.
15350
15351 2004-08-23 [colin]      0.9.12cvs77.2
15352
15353         * src/prefs_account.h
15354                 Remove useless include
15355
15356 2004-08-23 [colin]      0.9.12cvs77.1
15357
15358         * src/imap.c
15359         * po/es.po
15360         * po/fr.po
15361         * po/it.po
15362         * po/pl.po
15363         * po/pt_BR.po
15364         * po/sk.po
15365         * po/sr.po
15366                 Sync with HEAD (fix bug 577)
15367
15368 2004-08-22 [colin]      0.9.12cvs76.1
15369
15370         * src/plugins/trayicon/trayicon.c
15371                 Sync with HEAD (fix formatting bug)
15372
15373 2004-08-21 [colin]      0.9.12cvs74.2
15374
15375         * src/gtk/colorsel.c
15376                 Fix bug 564 (Folder color selection window exits on any
15377                 keypress)
15378
15379 2004-08-21 [colin]      0.9.12cvs74.1
15380
15381         * ChangeLog.claws
15382         * src/compose.c
15383         * src/summaryview.c
15384         * src/toolbar.c
15385                 Sync with HEAD (fix bug 576)
15386
15387 2004-08-21 [colin]      0.9.12cvs70.1
15388
15389         * src/compose.c
15390         * src/mainwindow.c
15391                 Sync with HEAD
15392                 
15393
15394 2004-08-21 [paul]       0.9.12cvs66.4
15395
15396         * src/mainwindow.c
15397         * src/messageview.c
15398         * src/gtk/menu.c
15399         * src/plugins/spamassassin/spamassassin_gtk.c
15400                 remove some deprecated gtk1 functions
15401
15402
15403 2004-08-21 [colin]      0.9.12cvs66.3
15404
15405         * src/compose.c
15406         * src/codeconv.c
15407                 Fix warnings
15408                 Remove encoding hacks
15409                 Fix bug 575 (Strange character messes up message)
15410                 Don't display conversion error when drafting
15411
15412 2004-08-21 [paul]       0.9.12cvs66.2
15413
15414         * src/prefs_account.c
15415                 fix GnuPG mode bugs
15416
15417
15418 2004-08-20 [colin]      0.9.12cvs66.1
15419
15420         * src/codeconv.c
15421                 Sync with HEAD 0.9.12cvs66
15422
15423 2004-08-20 [paul]
15424
15425         * src/plugins/pgpmime/plugin.c
15426                 modify PGP/MIME plugin's description
15427
15428 2004-08-17 [colin]      0.9.12cvs65.1
15429
15430         * src/common/ssl.c
15431         * src/plugins/pgpmime/plugin.c
15432                 Sync with HEAD
15433
15434 2004-08-14 [colin]      0.9.12cvs60.3
15435
15436         * src/plugins/trayicon/trayicon.c
15437                 Put back resize callback, on size-request signal
15438                 rather than size-allocate to avoid infinite 
15439                 callback loop
15440
15441 2004-08-13 [colin]      0.9.12cvs60.2
15442
15443         * src/common/defs.h
15444                 Cache versions have been fixed
15445
15446 2004-08-13 [colin]      0.9.12cvs60.1
15447
15448         * src/folderutils.c
15449                 Sync with HEAD
15450
15451 2004-08-12 [colin]      0.9.12cvs59.1
15452
15453         * src/plugins/trayicon/trayicon.c
15454                 Sync with HEAD
15455
15456 2004-08-12 [colin]      0.9.12cvs57.5
15457
15458         * sylpheed.desktop
15459         * configure.ac
15460         * src/Makefile.am
15461         * src/main.c
15462                 Add support for Freedesktop.org's startup notification
15463
15464 2004-08-11 [colin]      0.9.12cvs57.4
15465
15466         * src/textview.c
15467                 Fix off-by-one
15468
15469 2004-08-11 [colin]      0.9.12cvs57.3
15470
15471         * src/message_search.c
15472         * src/summary_search.c
15473                 Make searches case insensitive by default
15474         * src/textview.c
15475                 Fix case-insensitive search in message
15476
15477 2004-08-11 [colin]      0.9.12cvs57.2
15478
15479         * src/summary_search.c
15480                 Let case-sensitive be specified
15481
15482 2004-08-10 [colin]      0.9.12cvs55.4
15483
15484         * src/common/socket.c
15485                 Fix the possible race condition
15486
15487 2004-08-09 [paul]       0.9.12cvs55.3
15488
15489         * configure.ac
15490         * src/Makefile.am
15491         * src/common/Makefile.am
15492                 sync with HEAD
15493
15494
15495 2004-08-09 [paul]       0.9.12cvs55.2
15496
15497         * autogen.sh
15498         * po/poconv.sh
15499                 remove unneeded script
15500
15501         * configure.ac
15502                 add forgotten USE_LDAP_TLS (sync with HEAD)
15503
15504
15505 2004-08-09 [colin]      0.9.12cvs55.1
15506
15507         * src/main.c
15508         * src/common/ssl.c
15509         * src/common/sylpheed.c
15510         * src/common/sylpheed.h
15511                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15512
15513 2004-08-09 [paul]       0.9.12cvs54.1
15514
15515         * ChangeLog
15516         * ChangeLog.claws
15517         * ChangeLog.jp
15518         * configure.ac
15519         * po/POTFILES.in
15520         * src/Makefile.am
15521         * src/folderutils.c
15522         * src/main.c
15523         * src/pgpmime.c
15524         * src/pgpmime.h
15525         * src/sgpgme.c
15526         * src/sgpgme.h
15527         * src/plugins/Makefile.am
15528         * src/plugins/pgpmime/.cvsignore
15529         * src/plugins/pgpmime/Makefile.am
15530         * src/plugins/pgpmime/pgpmime.c
15531         * src/plugins/pgpmime/pgpmime.h
15532         * src/plugins/pgpmime/plugin.c
15533         * src/plugins/pgpmime/sgpgme.c
15534         * src/plugins/pgpmime/sgpgme.h
15535                 sync with HEAD
15536
15537 2004-08-08 [paul]       0.9.12cvs51.1
15538
15539         * configure.ac
15540         * src/folder.c
15541                 sync with HEAD
15542
15543 2004-08-07 [colin]      0.9.12cvs50.1
15544
15545         * src/pop.c
15546         * src/common/partial_download.c
15547                 fix warnings (sync from HEAD)
15548
15549 2004-08-07 [colin]      0.9.12cvs48.1
15550
15551         * src/prefs_folder_item.c
15552                 sync with HEAD 0.9.12cvs48
15553
15554 2004-08-06 [colin]      0.9.12cvs47.1
15555
15556         * src/compose.c
15557                 Sync with HEAD
15558
15559 2004-08-06 [christoph]  0.9.12cvs46.2
15560
15561         * src/main.c
15562         * src/plugins/clamav/clamav_plugin_gtk.c
15563         * src/plugins/dillo_viewer/dillo_viewer.c
15564         * src/plugins/image_viewer/plugin.c
15565         * src/plugins/mathml_viewer/mathml_viewer.c
15566         * src/plugins/spamassassin/spamassassin_gtk.c
15567         * src/plugins/trayicon/trayicon.c
15568                 don't mix GTK1.2 plugin with GTK2 plugins
15569
15570 2004-08-06 [colin]      0.9.12cvs46.1
15571
15572         * ChangeLog
15573         * ChangeLog.claws
15574         * ChangeLog.jp
15575         * configure.ac
15576         * sylpheed-claws.pc.in
15577         * src/folder.c
15578         * src/imap.c
15579         * src/localfolder.c
15580         * src/messageview.c
15581         * src/mimeview.c
15582         * src/mimeview.h
15583         * src/msgcache.c
15584         * src/news.c
15585         * src/prefs_ext_prog.c
15586         * src/prefs_folder_item.c
15587         * src/prefs_fonts.c
15588         * src/prefs_msg_colors.c
15589         * src/prefs_spelling.c
15590         * src/prefs_themes.c
15591         * src/prefs_toolbar.c
15592         * src/prefs_wrapping.c
15593         * src/procmime.h
15594         * src/common/defs.h
15595         * src/common/nntp.c
15596         * src/common/session.c
15597         * src/common/session.h
15598         * src/common/socket.c
15599         * src/common/utils.h
15600         * src/common/xml.c
15601         * src/common/xml.h
15602         * src/gtk/prefswindow.c
15603         * src/gtk/prefswindow.h
15604         * src/plugins/clamav/clamav_plugin_gtk.c
15605         * src/plugins/dillo_viewer/dillo_prefs.c
15606         * src/plugins/image_viewer/viewerprefs.c
15607         * src/plugins/spamassassin/spamassassin_gtk.c
15608         * m4/openssl.m4 *** REMOVED ***
15609                 Sync with HEAD 0.9.12cvs46
15610
15611 2004-08-03 [paul]       0.9.12cvs40.2
15612
15613         * src/action.c
15614         * src/addressadd.c
15615         * src/addressbook.c
15616         * src/addrgather.c
15617         * src/browseldap.c
15618         * src/compose.c
15619         * src/crash.c
15620         * src/editaddress.c
15621         * src/editgroup.c
15622         * src/editldap_basedn.c
15623         * src/foldersel.c
15624         * src/importldif.c
15625         * src/mimeview.c
15626         * src/prefs_common.c
15627         * src/prefs_template.c
15628         * src/sourcewindow.c
15629         * src/summaryview.c
15630         * src/gtk/about.c
15631         * src/gtk/foldersort.c
15632         * src/gtk/logwindow.c
15633         * src/gtk/pluginwindow.c
15634         * src/gtk/prefswindow.c
15635                 change all gtk_scrolled_window_set_policy from 
15636                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15637
15638 2004-08-02 [paul]       0.9.12cvs40.1
15639
15640         * AUTHORS
15641                 update translation team section
15642         * po/pt_BR.po
15643                 updated by Frederico Goncalves Guimaraes
15644                 <fggdebian@yahoo.com.br>
15645
15646 2004-07-31 [colin]      0.9.12cvs39.9
15647
15648         * src/exphtmldlg.c
15649                 Fix compilation
15650
15651 2004-07-31 [colin]      0.9.12cvs39.8
15652
15653         * src/exphtmldlg.c
15654                 Fix an alertpanel type
15655
15656 2004-07-30 [colin]      0.9.12cvs39.7
15657
15658         * src/alertpanel.c
15659                 Fix alertpanel_error_log's icon
15660
15661 2004-07-30 [colin]      0.9.12cvs39.6
15662
15663         * src/pop.c
15664                 Two of them should still be warnings
15665
15666 2004-07-30 [colin]      0.9.12cvs39.5
15667
15668         * src/pop.c
15669                 More warning -> error
15670 2004-07-29 [colin]      0.9.12cvs39.4
15671
15672         * src/pop.c
15673                 Warning -> error
15674
15675 2004-07-29 [colin]      0.9.12cvs39.3
15676
15677         * src/prefs_matcher.c
15678                 Fix segfault
15679
15680 2004-07-29 [colin]      0.9.12cvs39.2
15681
15682         * src/alertpanel.c
15683                 More nice-looking alertpanels
15684
15685 2004-07-29 [colin]      0.9.12cvs39.1
15686
15687         * src/messageview.c
15688                 sync with head
15689                 (inform user when partial mail is deleted on server)
15690
15691 2004-07-29 [colin]      0.9.12cvs38.1
15692
15693         * src/messageview.c
15694                 sync with head
15695
15696 2004-07-28 [paul]       0.9.12cvs37.7
15697
15698         * src/mainwindow.c
15699                 complete the replacement of deprecated gtk_progress_*
15700
15701 2004-07-28 [paul]       0.9.12cvs37.6
15702
15703         * src/action.c
15704         * src/inc.c
15705         * src/mainwindow.c
15706         * src/send_message.c
15707         * src/gtk/progressdialog.c
15708         * src/gtk/progressdialog.h
15709                 replace deprecated gtk_progress_*
15710
15711 2004-07-28 [paul]       0.9.12cvs37.5
15712
15713         * src/gtk/filesel.c
15714                 remove gtk_window_set_wmclass()
15715 2004-07-28 [paul]       0.9.12cvs37.4
15716
15717         * src/addressbook.c
15718         * src/compose.c
15719         * src/foldersel.c
15720         * src/mainwindow.c
15721         * src/messageview.c
15722         * src/sourcewindow.c
15723         * src/gtk/logwindow.c
15724                 remove gtk_window_set_wmclass()
15725                 
15726         * src/prefs_filtering.c
15727         * src/prefs_filtering_action.c
15728         * src/prefs_fonts.c
15729         * src/prefs_gtk.c
15730         * src/prefs_matcher.c
15731         * src/ssl_manager.c
15732         * src/gtk/prefswindow.c
15733                 replace gtk_window_position()
15734
15735 2004-07-28 [colin]      0.9.12cvs37.3
15736
15737         * src/alertpanel.c
15738         * src/alertpanel.h
15739                 Add a way to specify panel type for specific
15740                 panels (alertpanel())
15741         * src/account.c
15742         * src/addressbook.c
15743         * src/compose.c
15744         * src/expldifdlg.c
15745         * src/main.c
15746         * src/messageview.c
15747         * src/summaryview.c
15748         * src/textview.c
15749         * src/gtk/sslcertwindow.c
15750                 Fix alertpanel()s so that their icon match
15751                 their real type
15752
15753 2004-07-28 [paul]       0.9.12cvs37.2
15754
15755         * src/addr_compl.c
15756         * src/addressbook.c
15757         * src/alertpanel.c
15758         * src/compose.c
15759         * src/export.c
15760         * src/foldersel.c
15761         * src/folderview.c
15762         * src/grouplistdialog.c
15763         * src/import.c
15764         * src/mainwindow.c
15765         * src/message_search.c
15766         * src/messageview.c
15767         * src/passphrase.c
15768         * src/prefs_actions.c
15769         * src/prefs_common.c
15770         * src/prefs_customheader.c
15771         * src/prefs_display_header.c
15772         * src/prefs_filtering.c
15773         * src/prefs_filtering_action.c
15774         * src/prefs_gtk.c
15775         * src/prefs_matcher.c
15776         * src/prefs_msg_colors.c
15777         * src/prefs_summary_column.c
15778         * src/prefs_template.c
15779         * src/sourcewindow.c
15780         * src/ssl_manager.c
15781         * src/summary_search.c
15782         * src/gtk/colorsel.c
15783         * src/gtk/description_window.c
15784         * src/gtk/gtkaspell.c
15785         * src/gtk/inputdialog.c
15786         * src/gtk/logwindow.c
15787         * src/gtk/prefswindow.c
15788         * src/gtk/progressdialog.c
15789                 replace deprecated gtk_window_set_policy
15790
15791 2004-07-27 [colin]      0.9.12cvs37.1
15792
15793         * src/msgcache.c
15794                 More fixes (synced for head again)
15795
15796 2004-07-27 [colin]      0.9.12cvs35.3
15797
15798         * src/msgcache.c
15799                 Fix wrong test
15800
15801 2004-07-27 [colin]      0.9.12cvs35.2
15802
15803         * src/mimeview.c
15804                 Fix width a bit (by Paul)
15805         * src/alertpanel.c
15806         * src/alertpanel.h
15807                 Specialize icons, make alertpanel_message()
15808                 private
15809         * src/message_search.c
15810         * src/sgpgme.c
15811         * src/summary_search.c
15812                 Suit alertpanel changes
15813
15814 2004-07-27 [colin]      0.9.12cvs35.1
15815
15816         * src/alertpanel.c
15817                 Add an icon
15818         * src/passphrase.c
15819                 Add debug output - maybe someone will
15820                 want to look at the problem with Grab
15821                 Input :)
15822         Bump version as we're synced with HEAD
15823
15824 2004-07-26 [colin]      0.9.12cvs33.26
15825
15826         * src/pop.c
15827                 Fix uidl-file parsing when not in new
15828                 format
15829
15830 2004-07-26 [colin]      0.9.12cvs33.25
15831
15832         * src/gtk/menu.c
15833                 Move popup menu up if necessary (fixes 
15834                 account selector)
15835         * src/mainwindow.c
15836                 Set account selector's button height to
15837                 minimum
15838
15839 2004-07-26 [colin]      0.9.12cvs33.24
15840
15841         * src/alertpanel.c
15842                 Maybe fix 551 (Truncated font in alert window)
15843
15844 2004-07-26 [colin]      0.9.12cvs33.23
15845
15846         * po/de.po
15847         * po/es.po
15848         * po/fr.po
15849         * po/it.po
15850         * po/ja.po
15851         * po/pl.po
15852         * po/ru.po
15853         * po/sk.po
15854         * po/sr.po
15855         * po/zh_CN.po
15856                 Sync po files with HEAD
15857
15858 2004-07-26 [paul]       0.9.12cvs33.22
15859
15860         * src/compose.c
15861                 fix Bug 556 'Organisation-header is sent even if empty'
15862
15863 2004-07-24 [colin]      0.9.12cvs33.21
15864
15865         * src/compose.c
15866         * src/gtk/gtkaspell.c
15867         * src/gtk/gtkaspell.h
15868                 Fix speller accelerators (require hack)
15869
15870 2004-07-24 [colin]      0.9.12cvs33.20
15871
15872         * src/gtk/gtkaspell.c
15873                 Fix over-eager code deletion breaking
15874                 Check while typing
15875
15876 2004-07-24 [colin]      0.9.12cvs33.19
15877
15878         * src/browseldap.c
15879         * src/ldapctrl.c
15880         * src/ldapctrl.h
15881         * src/ldapserver.h
15882                 Sync ldap with HEAD
15883         (Fixes 546 LDAP completely broken)
15884
15885 2004-07-24 [colin]      0.9.12cvs33.18
15886
15887         * src/prefs_msg_colors.c
15888                 Fix prototype mismatch
15889         (Fixes 547 void function cannot return value)
15890
15891 2004-07-24 [colin]      0.9.12cvs33.17
15892
15893         * src/mainwindow.c
15894                 Fix sort going back to previous sort key
15895                 when changing sort direction
15896
15897 2004-07-24 [colin]      0.9.12cvs33.16
15898
15899         * src/compose.c
15900                 Fix space insertion when re-wrapping at 
15901                 cursor point
15902
15903 2004-07-24 [colin]      0.9.12cvs33.15
15904
15905         * src/gtk/gtkaspell.c
15906                 Don't change cursor position in insert-text
15907                 callback
15908         (Fixes 539 Word wrapping on input transposes letters)
15909
15910 2004-07-24 [colin]      0.9.12cvs33.14
15911
15912         * src/gtk/gtkaspell.c
15913                 Reencode non-ascii chars to dictionary's
15914                 encoding
15915         (Fixes 544 Spell check broken non english locale)
15916
15917 2004-07-24 [colin]      0.9.12cvs33.13
15918
15919         * src/summaryview.c
15920                 Fix Shift+Down, add Home/End/PgUp/PgDown
15921
15922 2004-07-21 [colin]      0.9.12cvs33.12
15923
15924         * src/prefs_common.c
15925                 Fix a gtk warning (Patch by Andrej Kacian)
15926
15927 2004-07-21 [colin]      0.9.12cvs33.11
15928
15929         * src/gtk/filesel.c
15930                 More check
15931
15932 2004-07-21 [colin]      0.9.12cvs33.10
15933
15934         * src/compose.c
15935         * src/crash.c
15936         * src/export.c
15937         * src/import.c
15938         * src/messageview.c
15939         * src/mimeview.c
15940         * src/prefs_spelling.c
15941         * src/prefs_themes.c
15942         * src/summaryview.c
15943         * src/gtk/filesel.c
15944         * src/gtk/filesel.h
15945         * src/gtk/pluginwindow.c
15946                 Untwist open/save mode guessing logic, make
15947                 it explicit
15948
15949 2004-07-20 [colin]      0.9.12cvs33.9
15950
15951         * src/codeconv.c
15952                 conv_encode_header: src_charset is UTF-8 on
15953                 gtk2
15954         * src/compose.c
15955                 Remove double encoding of the headers
15956
15957 2004-07-20 [colin]      0.9.12cvs33.8
15958
15959         * src/codeconv.c
15960                 Fix typo
15961
15962 2004-07-20 [colin]      0.9.12cvs33.7
15963
15964         * src/mainwindow.c
15965                 Set the separated messageview to the saved
15966                 size of Claws' messageview (Patch by Alfons)
15967                 Fix a callback prototype (me)
15968
15969 2004-07-20 [colin]      0.9.12cvs33.6
15970
15971         * src/codeconv.h
15972                 Forgot one hunk in 0.9.12cvs33.4
15973
15974 2004-07-19 [colin]      0.9.12cvs33.5
15975
15976         * src/action.c
15977                 Action output fix
15978                 Patch by Alfons
15979
15980 2004-07-19 [colin]      0.9.12cvs33.4
15981
15982         * src/compose.c
15983                 Fix outgoing charset bug in headers
15984         * src/codeconv.c
15985                 Clean for glib2 - Patch by Alfons
15986
15987 2004-07-19 [colin]      0.9.12cvs33.3
15988
15989         * src/statusbar.c
15990                 Remove grip from the statusbar
15991                 Patch by Alfons
15992
15993 2004-07-19 [colin]      0.9.12cvs33.2
15994
15995         * src/messageview.c
15996         * src/textview.c
15997                 Fix messageview remembering the previous
15998                 scroll position when loading a new message
15999                 Patch by Alfons
16000
16001 2004-07-19 [colin]      0.9.12cvs33.1
16002
16003         * src/folder.h
16004         * src/folderview.c
16005         * src/summaryview.c
16006                 Sync with HEAD
16007
16008 2004-07-18 [colin]      0.9.12cvs32.7
16009
16010         * configure.ac
16011                 Remove useless check for XIM - noticed
16012                 by Alfons
16013
16014 2004-07-18 [colin]      0.9.12cvs32.6
16015
16016         * src/summaryview.c
16017                 Remove non-modified and shift-modified
16018                 accelerators in summaryview's popup
16019                 menu, as that doesn't get catched by
16020                 the accel-activate signal catcher...
16021
16022 2004-07-18 [colin]      0.9.12cvs32.5
16023
16024         * src/prefs_common.c
16025                 Define sensible default prefs for 
16026                 wrapping
16027
16028 2004-07-18 [colin]      0.9.12cvs32.4
16029
16030         * src/compose.c
16031         * src/prefs_common.c
16032         * src/prefs_common.h
16033         * src/prefs_wrapping.c
16034                 Remove Smart Wrapping pref, which does
16035                 nothing on gtk2 branch
16036
16037 2004-07-18 [colin]      0.9.12cvs32.3
16038
16039         * src/sourcewindow.c
16040                 Proper utf8
16041
16042 2004-07-18 [colin]      0.9.12cvs32.2
16043
16044         * src/compose.c
16045                 Save attachment status when drafting
16046
16047 2004-07-18 [colin]      0.9.12cvs32.1
16048
16049         * src/gtk/filesel.c
16050                 Fix erratic folder selection in open mode
16051
16052 2004-07-18 [colin]      0.9.12cvs31.11
16053
16054         * src/pop.c
16055                 Don't let partial messages get deleted
16056                 even with "dowload all"
16057                 (0.9.12cvs31.8 fix extension)
16058 2004-07-18 [colin]      0.9.12cvs31.10
16059
16060         * src/gtk/logwindow.c
16061                 Fix log scrolling
16062
16063 2004-07-18 [colin]      0.9.12cvs31.9
16064
16065         * src/common/utils.c
16066                 Fix non-utf8 strings coming from commands
16067                 and files
16068
16069 2004-07-18 [colin]      0.9.12cvs31.8
16070
16071         * src/pop.c
16072                 Fix partial download bug with Download all
16073                 messages option
16074
16075 2004-07-18 [colin]      0.9.12cvs31.7
16076
16077         * src/textview.c
16078                 Fix bug introduced in 0.9.12cvs31.2
16079                 (blocked in select mode after double click)
16080
16081 2004-07-18 [colin]      0.9.12cvs31.6
16082
16083         * src/compose.c
16084         * src/gtk/menu.c
16085                 More glib-warning fixes
16086
16087 2004-07-18 [colin]      0.9.12cvs31.5
16088
16089         * src/compose.c
16090                 Fix trashing the primary clipboard when moving 
16091                 around with tab
16092         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16093
16094 2004-07-18 [colin]      0.9.12cvs31.4
16095
16096         * src/codeconv.c
16097                 convert unencoded iso headers to utf8
16098         (Fix Bug 538 Unencoded local characters in subject make it 
16099          disappear)
16100
16101 2004-07-18 [colin]      0.9.12cvs31.3
16102
16103         * src/compose.c
16104                 Fix tab char handling in wrapping
16105         (Fix Bug 537 Line wrap problem - TAB character treated as 
16106          one character instead of 8)
16107
16108 2004-07-18 [colin]      0.9.12cvs31.2
16109
16110         * src/textview.c
16111                 return FALSE on GDK_MOTION_NOTIFY
16112         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16113          (unable to highlight))
16114
16115 2004-07-18 [colin]      0.9.12cvs31.1
16116
16117         * src/folderview.c
16118                 Sync with 0.9.12cvs31
16119
16120 2004-07-18 [colin]      0.9.12cvs30.4
16121
16122         * src/compose.c
16123                 Also block text_inserted when inserting a file
16124
16125 2004-07-18 [colin]      0.9.12cvs30.3
16126
16127         * src/compose.c
16128                 Fix smart wrapping (block text_inserted handler
16129                 while putting quotation to avoid wrap on input,
16130                 don't join lines if next is sig separator)
16131
16132 2004-07-17 [colin]      0.9.12cvs30.2
16133
16134         * src/folderview.c
16135         * src/mainwindow.c
16136         * src/mimeview.c
16137         * src/summaryview.c
16138         * src/gtk/quicksearch.c
16139         * src/gtk/quicksearch.h
16140                 Block key events handlers *and* accels while
16141                 quicksearch is focused
16142         (Fixes Bug 534 quick-search bar not accepting certain letters)
16143
16144 2004-07-17 [colin]      0.9.12cvs30.1
16145
16146         * src/folder.h
16147         * src/folderview.c
16148         * src/summaryview.c
16149                 Sync with 0.9.12cvs30
16150
16151 2004-07-17 [colin]      0.9.12cvs28.2
16152
16153         * src/mimeview.c
16154         * src/procmime.c
16155         * src/summaryview.c
16156         * src/gtk/menu.c
16157                 Squash some compile and glib warnings
16158
16159 2004-07-17 [paul]       0.9.12cvs28.1
16160
16161         * src/mimeview.c
16162                 sync with 0.9.12cvs28 HEAD
16163
16164 2004-07-16 [paul]       0.9.12cvs26.1
16165         
16166         * src/gtk/quicksearch.c
16167         * src/account.c
16168         * src/account.h
16169         * src/compose.c
16170         * src/customheader.c
16171         * src/folder_item_prefs.c
16172         * src/main.c
16173         * src/mainwindow.c
16174         * src/messageview.c
16175         * src/mimeview.c
16176         * src/news.c
16177         * src/pgpmime.c
16178         * src/pop.c
16179         * src/pop.h
16180         * src/prefs_account.c
16181         * src/prefs_account.h
16182         * src/prefs_common.c
16183         * src/prefs_common.h
16184         * src/prefs_display_header.c
16185         * src/prefs_gtk.c
16186         * src/prefs_gtk.h
16187         * src/procheader.c
16188         * src/procmime.c
16189                 sync with 0.9.12cvs26 HEAD      
16190
16191 2004-07-15 [colin]      0.9.12cvs18.14
16192
16193         * src/folder.c
16194                 Disable GPG signature check during
16195                 folder move and scan
16196         (Closes Bug 521 Signature checking slows down Folder-Move)
16197
16198 2004-07-14 [colin]      0.9.12cvs18.13
16199
16200         * src/common/partial_download.c
16201                 update includes
16202
16203 2004-07-14 [colin]      0.9.12cvs18.12
16204
16205         * src/common/partial_download.c
16206         * src/common/partial_download.h
16207                 Move doc at top, add correct copyright
16208
16209 2004-07-14 [colin]      0.9.12cvs18.11
16210
16211         * src/folder.c
16212         * src/messageview.c
16213         * src/pop.c
16214         * src/pop.h
16215         * src/procmsg.c
16216         * src/summaryview.c
16217         * src/common/Makefile.am
16218         * src/common/partial_download.c ** NEW FILES **
16219         * src/common/partial_download.h ** NEW FILES **
16220                 Move partial-download related stuff to its
16221                 own file
16222
16223 2004-07-14 [colin]      0.9.12cvs18.10
16224
16225         * src/send_message.c
16226                 Fix smtp auth when user is null or empty
16227
16228 2004-07-13 [colin]      0.9.12cvs18.9
16229
16230         * src/gtk/quicksearch.c
16231                 Use alphabetic order
16232
16233 2004-07-13 [colin]      0.9.12cvs18.8
16234
16235         * src/pop.c
16236                 Be paranoid on the checks
16237
16238 2004-07-13 [colin]      0.9.12cvs18.7
16239
16240         * src/gtk/quicksearch.c
16241                 Fix Engrish once again
16242
16243 2004-07-13 [colin]      0.9.12cvs18.6
16244
16245         * src/procmsg.c
16246         * src/summaryview.c
16247                 Mark messages for deletion when they are about to
16248                 be removed from trash
16249
16250 2004-07-13 [colin]      0.9.12cvs18.5
16251
16252         * src/matcher.c
16253         * src/matcher.h
16254         * src/matcher_parser_parse.y
16255         * src/prefs_matcher.c
16256         * src/gtk/quicksearch.c
16257                 Add 'partial' ('p') match string to find partially
16258                 downloaded messages
16259
16260 2004-07-13 [colin]      0.9.12cvs18.4
16261
16262         * src/pop.c
16263                 Fix misplaced block
16264
16265 2004-07-13 [colin]      0.9.12cvs18.3
16266
16267         * src/pop.c
16268         * src/pop.h
16269         * src/messageview.c
16270                 Refactor API (to avoid passing 5+ params and code
16271                 duplication)
16272         * src/folder.c
16273         * src/msgcache.c
16274         * src/procheader.c
16275         * src/common/defs.h
16276                 Add planned_download to cache
16277                 Don't mess uidl file when moving partially downloaded
16278                 mails (they change folder, we should change it in the
16279                 uidl list too or we'll remove an incorrect message)
16280                 (this also helps removing hacks when changing 
16281                 planned_download in messageview.c)
16282
16283 2004-07-12 [colin]      0.9.12cvs18.2
16284
16285         * src/gtk/quicksearch.c
16286                 Fix missing status update in quicksearch
16287
16288 2004-07-12 [paul]       0.9.12cvs18.1
16289
16290         * po/POTFILES.in
16291         * src/Makefile.am
16292         * src/account.c
16293         * src/codeconv.c
16294         * src/compose.c
16295         * src/inc.c
16296         * src/main.c
16297         * src/prefs_common.c
16298         * src/procmsg.h
16299         * src/toolbar.c
16300         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16301         * src/prefs_wrapping.[ch]       ** NEW FILES **
16302         * src/common/intl.h
16303         * src/common/utils.[ch]
16304         * src/gtk/quicksearch.[ch]
16305                 sync with 0.9.12cvs18 HEAD
16306
16307 2004-07-12 [colin]      0.9.11cvs17.25
16308
16309         * src/folder.c
16310         * src/folder.h
16311                 Remove unused function added by me in 0.9.11cvs17.10
16312
16313 2004-07-11 [colin]      0.9.11cvs17.24
16314
16315         * src/inc.c
16316         * src/messageview.c
16317         * src/pop.c
16318         * src/pop.h
16319                 Use folderitem and msgnum instead of filename to
16320                 know which mail to delete
16321                 Move old partial mail deletion to pop.c
16322
16323 2004-07-10 [colin]      0.9.11cvs17.23
16324
16325         * src/inc.c
16326                 Add debug
16327         * src/pop.c
16328         * src/pop.h
16329                 Don't re-use same enums for unrelated stuff: it's 
16330                 completely misleading !
16331                 Document a bit
16332
16333 2004-07-09 [colin]      0.9.11cvs17.22
16334
16335         * src/inc.c
16336                 Remove folder-type check and do
16337                 more tests to be sure everything's
16338                 ok
16339         * src/messageview.c
16340                 Punctuation update, remove useless
16341                 code, fix two warnings
16342         * src/noticeview.c
16343                 Layout cleaning, reset 2nd button
16344                 when specifying one
16345
16346 2004-07-09 [colin]      0.9.11cvs17.21
16347
16348         * src/messageview.c
16349         * src/pop.c
16350         * src/pop.h
16351                 Allow user to change his mind
16352                 and postpone decision (by
16353                 unmarking the mail)
16354
16355 2004-07-09 [colin]      0.9.11cvs17.20
16356
16357         * src/messageview.c
16358                 Fix bug with delete state
16359         * src/pop.c
16360         * src/pop.h
16361                 Fix buffer leak (fread doesn't 
16362                 terminate buffers with \0)
16363                 Refactoring (remove magic 
16364                 numbers)
16365
16366 2004-07-09 [colin]      0.9.11cvs17.19
16367
16368         * src/pop.c
16369                 Don't log "Skipping message" if 
16370                 we're going to TOP it two lines
16371                 later
16372
16373 2004-07-09 [colin]      0.9.11cvs17.18
16374
16375         * src/messageview.c
16376                 Fix Engrish
16377
16378 2004-07-09 [colin]      0.9.11cvs17.17
16379
16380         * src/pop.c
16381                 strlen checking...
16382         * src/messageview.c
16383                 refactoring a bit
16384
16385 2004-07-08 [colin]      0.9.11cvs17.16
16386
16387         * src/noticeview.c
16388         * src/noticeview.h
16389                 Add an optional second button
16390         * src/messageview.c
16391         * src/pop.c
16392         * src/pop.h
16393                 Don't delete partially received mails after a certain
16394                 time; rather, let the user decide.
16395
16396 2004-07-08 [colin]      0.9.11cvs17.15
16397
16398         * src/common/smtp.h
16399                 Sync with HEAD
16400
16401 2004-07-08 [colin]      0.9.11cvs17.14
16402
16403         * src/messageview.c
16404         * src/common/smtp.c
16405                 Use to_human_readable() for sizes
16406
16407 2004-07-08 [colin]      0.9.11cvs17.13
16408
16409         * src/inc.c
16410         * src/messageview.c
16411         * src/pop.c
16412         * src/pop.h
16413         * src/procmsg.c
16414                 Fix partial-downloading issues:
16415                         catch unsupported TOP
16416                         don't delete partially downloaded mails before 5 days
16417                         don't update existing with non-MH folders; that'll
16418                         make dups, but it's better than trashing the folder
16419                         free new msginfo parts
16420                 Fix indentation ;-)
16421
16422 2004-07-08 [colin]      0.9.11cvs17.12
16423
16424         * src/common/smtp.c
16425         * src/common/smtp.h
16426                 Sync smtp size verification with HEAD
16427
16428 2004-07-08 [colin]      0.9.11cvs17.11
16429
16430         * src/summaryview.c
16431         * src/prefs_common.c
16432         * src/prefs_common.h
16433         * src/gtk/quicksearch.c
16434         * src/gtk/quicksearch.h
16435                 Sync sticky pref with HEAD
16436
16437 2004-07-08 [colin]      0.9.11cvs17.10
16438
16439         * src/folder.c [1.213.2.6]
16440         * src/folder.h [1.87.2.6]
16441         * src/inc.c [1.149.2.7]
16442         * src/messageview.c [1.94.2.8]
16443         * src/procheader.c [1.47.2.6]
16444         * src/procmsg.c [1.150.2.4]
16445         * src/procmsg.h [1.60.2.5]
16446         * src/pop.c [1.56.2.4]
16447         * src/pop.h [1.17.2.3]
16448                 Let too big messages get downloaded, but truncated
16449                 Add a button to download them completely
16450                 
16451 2004-07-06 [colin]      0.9.11cvs17.9
16452
16453         * src/gtk/quicksearch.c [1.1.2.3]
16454                 Add a Clear button
16455         * commitHelper
16456         * PATCHSETS
16457                 Add a script to help with cvs
16458
16459 2004-07-03 [colin]      0.9.11cvs17.8
16460
16461         * src/plugins/imageviewer/viewer.c
16462                 fix imageviewer (which was staying on the first
16463                 displayed image)
16464
16465 2004-07-03 [colin]      0.9.11cvs17.7
16466
16467         Removed FIXME_GTK2 warnings
16468         * src/gtk/gtkutils.c
16469                 useless #warnings
16470         * src/gtk/menu.c
16471                 useless #warnings (no need to mess with menu rc)
16472         * src/gtk/menu.h
16473                 unused functions
16474         
16475
16476 2004-07-03 [colin]      0.9.11cvs17.6
16477
16478         Removed FIXME_GTK2 warnings
16479         * src/codeconv.c
16480                 useless #warnings (rewrite needed)
16481         * src/compose.c
16482                 useless #warnings (rewrite needed)
16483                 useless #warnings (gtk2 is like that)
16484                 useless #warnings (previously fixed)
16485         * src/main.c
16486                 useless #warnings (previously fixed)
16487         * src/message_search.c
16488                 useless #warnings (gtk2 is like that)
16489                 Made apparent that search is case-sensitive
16490         * src/mimeview.c
16491                 useless #warnings (rewrite needed)
16492                 useless #warnings (gtk2 is like that)
16493                 reimplemented real warnings
16494         * src/prefs_common.c
16495                 Removed block cursor option (not it gtk2)
16496         * src/prefs_gtk.c
16497                 useless #warnings (rewrite needed)
16498         * src/procheader.c
16499                 useless #warnings (rewrite needed)
16500         * src/sourcewindow.c
16501                 useless #warnings (incorrect placing)
16502         * src/summary_search.c
16503                 useless #warnings (gtk2 is like that)
16504                 Made apparent that search is case-sensitive
16505         * src/action.c
16506                 useless #warnings (gtk2 is like that)
16507         * src/textview.c
16508                 useless #warnings (rewrite needed)
16509         * src/toolbar.c
16510                 useless #warnings (rewrite needed)
16511
16512 2004-07-03 [colin]      0.9.11cvs17.5
16513
16514         * src/textview.c
16515                 Fix mismerge which broke URI opening
16516                 
16517 2004-07-01 [colin]      0.9.11cvs17.4
16518
16519         * src/gtk/filesel.c
16520                 Fill filename when saving
16521                 
16522 2004-06-27 [colin]      0.9.11cvs17.3
16523
16524         * src/gtk/filesel.[ch]
16525                 Use the new GTK file selector
16526                 Update prototype to match the reality: multiple file
16527                 selection is open-only          
16528         * src/compose.c
16529                 Match the new prototypes        
16530         * configure.ac
16531                 Match the new requirements (gtk 2.4.0)
16532                         
16533 2004-06-26 [colin]      0.9.11cvs17.2
16534
16535         * src/plugins/trayicon/trayicon.c
16536                 Remove useless signal handler on resize, which causes
16537                 an infinite "loop"
16538         
16539 2004-06-26 [colin]      0.9.11cvs17.1
16540         
16541         * tools/Makefile.am
16542                 remove launch_firebird and add nautilus2sylpheed.sh
16543         * src/quicksearch.c
16544           src/summaryview.c
16545                 Fix show/hide "Extended symbols" button problem
16546                 Fix apparition at startup
16547                 Fix const warnings
16548         * src/plugins/image_viewer/Makefile.am
16549                 Fix configure 
16550         * common/ssl.c
16551                 Re-enable certificate check, as it doesn't seem to
16552                 cause Xlib errors anymore
16553
16554 2004-06-25 [paul]       0.9.11cvs17
16555
16556         * sync with 0.9.11cvs17 HEAD
16557         
16558         NOTE: QuickSearch is broken
16559
16560 2004-06-07 [colin]      0.9.10claws67.10
16561         * src/plugins/trayicon/trayicon.c
16562           src/plugins/trayicon/libeggtrayicon/Makefile.am
16563           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16564                 Fix gettextization in trayicon plugin
16565
16566 2004-06-07 [colin]      0.9.10claws67.9
16567         
16568         * src/summaryview.c
16569           src/gtk/gtksctree.[ch]
16570                 Let Shift+{Up,Down} work in summaryview
16571                 (well, Down "works" and Up works)
16572                 Let the list scroll when using these keys
16573
16574 2004-06-06 [colin]      0.9.10claws67.8
16575
16576         * src/plugins/trayicon/trayicon.c
16577                 Fix pixmap update
16578
16579 2004-06-06 [colin]      0.9.10claws67.7
16580
16581         * src/addressbook.c
16582                 Fix signal handling causing system-wide focus grab
16583
16584 2004-05-25 [paul]       0.9.10claws67.6
16585
16586         * Makefile.am
16587           src/Makefile.am
16588                 clean up
16589
16590 2004-05-25 [paul]       0.9.10claws67.5
16591
16592         * replace deprecated gtk_signal... functions
16593
16594 2004-05-23 [colin]      0.9.10claws67.4
16595
16596         * src/compose.c
16597                 Fix wrapping
16598
16599 2004-05-22 [colin]      0.9.10claws67.3
16600
16601         * src/compose.c
16602                 Re-fix [Edited] in compose.c::compose_reedit()
16603
16604 2004-05-22 [colin]      0.9.10claws67.2
16605
16606         * src/procmime.c
16607                 Fix parsing of multiparts mails
16608
16609 2004-05-22 [colin]      0.9.10claws67.1
16610
16611         * src/summaryview.c
16612                 Fix quicksearch
16613
16614 2004-05-22 [paul]       0.9.10claws67
16615
16616         * sync with 0.9.10claws67 HEAD
16617
16618 2004-05-14 [alfons]
16619
16620         * src/procmime.h
16621                 add forgotton prototype
16622
16623 2004-05-10 [paul]       0.9.10claws57
16624
16625         * sync with 0.9.10claws57 HEAD
16626
16627 2004-05-05 [paul]       0.9.9.claws1
16628
16629         * ChangeLog-gtk2        ** REMOVED **
16630           ChangeLog-gtk2.claws  ** ADDED **
16631                 rename and adopt the normal claws format
16632                 
16633         * configure.ac
16634                 require gtkmathview >= 0.5
16635
16636         * ac/*                          ** REMOVED **
16637           ac/                           ** REMOVED **
16638           intl/Makefile.in              ** REMOVED **
16639           m4/                           ** ADDED **
16640           m4/missing                    ** ADDED **
16641           m4/missing/gdk-pixbuf.m4      ** ADDED **
16642           m4/missing/gettext.m4         ** ADDED **
16643           m4/missing/gpgme.m4           ** ADDED **
16644           m4/missing/imlib.m4           ** ADDED **
16645           m4/.cvsignore                 ** ADDED **
16646           m4/Makefile.am                ** ADDED **
16647           m4/README                     ** ADDED **
16648           m4/aclocal-include.m4         ** ADDED **
16649           m4/aspell.m4                  ** ADDED **
16650           m4/check-type.m4              ** ADDED **
16651           m4/gnupg-check-typedef.m4     ** ADDED **
16652           m4/openssl.m4                 ** ADDED **
16653           m4/spamassassin.m4            ** ADDED **
16654           po/ChangeLog                  ** REMOVED **
16655           po/Makefile.in.in             ** REMOVED **
16656           po/Rules-quot                 ** REMOVED **
16657           po/boldquot.sed               ** REMOVED **
16658           po/en@boldquot.header         ** REMOVED **
16659           po/en@quot.header             ** REMOVED **
16660           po/insert-header.sin          ** REMOVED **
16661           po/quot.sed                   ** REMOVED **
16662           po/remove-potcdate.sed        ** REMOVED **
16663           po/remove-potcdate.sin        ** REMOVED **
16664           po/stamp-po                   ** REMOVED **
16665           Makefile.am
16666           autogen.sh
16667           configure.ac
16668                 enable building with automake 1.8.x
16669                 add 'autopoint --force' to autogen.sh and remove all
16670                 auto-generated files, remove ac/ directory and use
16671                 m4/ directory instead
16672                 
16673         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16674                 fix gettextization
16675
16676 2004-02-28 Colin Leroy <colin@colino.net>
16677         * src/prefs_matcher.c
16678           src/prefs_filtering.c
16679           src/prefs_filtering_action.c
16680                 Fix non-editable GtkEntries
16681
16682 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16683         * src/prefs_themes.c
16684                 utf8 conversion for theme info
16685
16686 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16687         * sync 0.9.9claws
16688
16689 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16690         * src/grouplistdialog.c
16691                 allow multiple selections without ctrl key
16692
16693 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16694         * src/main.c
16695                 enable customizable accelerators
16696
16697 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16698         * src/prefs_common.c
16699                 re-enable different font settings for gtk1/2
16700         * src/prefs_folder_item.c
16701                 fix folder prefs displayed wrong
16702         * src/textview.c
16703                 set 'sunken' shadow type
16704
16705 2004-02-07 Colin Leroy <colin@colino.net>
16706         * src/compose.c
16707                 Fix message being always [Edited]
16708                 Encode headers correctly (utf8 buf)
16709
16710 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16711         * src/socket.c
16712                 remove double g_source_attach()
16713                 (Thanks to Colin Leroy)
16714
16715 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16716         * src/gtk/gtksctree.c
16717                 Fix SSL certificate list not shown
16718         * src/mimeview.c
16719                 Fix clicks in mime tree
16720
16721 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16722         * src/common/socket.c
16723                 Fix SSL receive
16724         * src/compose.c
16725                 Fix clipboard menu hotkeys
16726
16727 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16728         * src/gtk/gtkaspell.[ch]
16729           src/compose.c
16730                 reimplement spellchecker
16731
16732 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16733         * src/gtk/filesel.c
16734                 crash when inserting file in compose window
16735                 (TODO: keep old selection on clicks)
16736         * src/main.c
16737                 use gtkrc-2.0 instead of gtkrc
16738
16739 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16740         * src/messageview.c
16741                 remove orphaned mimeview unref()
16742
16743 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16744         * src/grouplistdialog.c
16745                 expand nodes containing subscribed groups
16746
16747 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16748         * src/textview.c
16749                 textview: hide cursor, restore old click behaviour
16750
16751 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16752         * src/textview.c
16753                 variable names messed up
16754
16755 2004-01-17 Colin Leroy <colin@colino.net>
16756         * src/addr_compl.c
16757                 Fix completion address too thin
16758         * src/compose.c
16759                 Fix tab-to-subject behaviour
16760         * src/summaryview.c
16761                 Implement key up & down in summaryview
16762
16763 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16764
16765         * sync 098claws
16766
16767 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16768         * configure.ac
16769           Makefile.am
16770           doc/.cvsignore
16771           doc/Makefile.am
16772                 faq, man, manual moved to doc/
16773         * ac/aspell.m4
16774           ac/check-type.m4
16775           ac/gnupg-check-typedef.m4
16776           ac/openssl.m4
16777           ac/spamassassin.m4
16778           ac/missing/gdk-pixbuf.m4
16779           ac/missing/gpgme.m4
16780           ac/missing/imlib.m4
16781                 fix automake warnings
16782
16783 2003-12-06 Colin Leroy <colin@colino.net>
16784         * src/summaryview.c
16785                 Fix quicksearch
16786
16787 2003-12-05 Colin Leroy <colin@colino.net>
16788         * src/summaryview.c
16789                 Fix going to next unread folder
16790
16791 2003-12-05 Colin Leroy <colin@colino.net>
16792         * src/crash.c
16793                 Fix gtk2 compilation
16794         * src/session.c
16795                 Remove iotag source handler at disconnection
16796         * src/socket.[ch] 
16797                 Remove source handler when closing socket 
16798                 (fixes another seg)
16799
16800 2003-12-04 Colin Leroy <colin@colino.net>
16801         * src/compose.c
16802           src/prefs_account.c
16803           src/prefs_common.c
16804                 Fix some dropdown menus
16805
16806 2003-12-04 Colin Leroy <colin@colino.net>
16807         * src/compose.c
16808                 Fix event handlers on header fields
16809         * src/common/socket.c
16810           src/common/session.c
16811                 Fix segfault with callback (SSL)
16812                 Fix end of session 
16813
16814 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16815
16816         * Fix compile bug in src/compose.c
16817         * removed src/gtk/gtkstext.[ch]
16818
16819 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16820
16821         * Convert character set and escape "text" attributes in toolbar setting
16822         files.
16823         * Fixed bug in button-press-event handling.
16824
16825 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16826
16827         * Fixed bug in key-press-event handling.
16828
16829 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16830
16831         * Enabled to compile tray-icon plugin (Ad-hoc).
16832         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16833
16834 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16835
16836         * Enabled to compile on sylpheed-claws.
16837         (tray-icon plugin still cannot compile yet.)
16838
16839 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16840
16841         * Updated to 0.9.5.
16842
16843 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16844
16845         * Updated to 0.9.4.
16846         * Ported monitoring SSL mechanism to GSource of GLib2
16847         (I don't confirm it)
16848         * Added _gtk2 suffix to key name of font preference to avoid
16849         ovverwriting preference of Gtk+-1.2 version.
16850
16851 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16852
16853         * Updated to 0.9.2.
16854
16855 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16856
16857         * Updated to 0.9.1.
16858         * Translate po files into UTF-8 when execute autogen.sh.
16859
16860 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16861
16862         * Updated to 0.9.0.
16863
16864 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16865
16866         * Plugged GError related memory leaks.
16867
16868 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16869
16870         * Changed default size of fonts.
16871         * Enabled to set titile font size of warning dialog.
16872
16873 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16874
16875         * Embed a sylpheed icon into executable binary on Windows.
16876
16877 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16878
16879         * I forgot to traslate character set of element string in src/xml.c.
16880
16881 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16882
16883         * Fixed detecting bind_textdomain_codeset in configure.in.
16884         * The bug in which "Example" of "Date fromat" preference isn't displayed
16885         correctly has been fixed.
16886
16887 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16888
16889         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16890           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16891           glib-gettextize
16892           Removed intl directory.
16893           Translated po files into UTF-8.
16894           (Thanks! Ryuji Abe)
16895
16896 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16897
16898         * The bug which doesn't unscape string in xml.c has been fixed.
16899
16900 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16901
16902         * The bug which is failed to translate encoding of file name thorough
16903         file dialog has been fixed.
16904
16905 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16906
16907         * Modified to translate file names which is used in inporting/expoting
16908         mbox feature and "Save as" feature into locale encoding.
16909         * Translate file names into locale encoding when "Attache file" and
16910         "Insert file".
16911         * Force set G_BROKEN_FILENAMES environment variable.
16912         * Other minor fixes.
16913
16914 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16915
16916         * Modified to treat MH folder's name as locale encoding.
16917
16918 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16919
16920         * The bug which clash on switching candidates of auto completion of
16921         addresses, cannot use auto completion in Japanesse is fixed
16922         (Thanks! Tokunaga-san)¡¥
16923
16924 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16925
16926         * The bug which cannot switch key accelerator preference has been fixed
16927         (Thanks! smbd-san)¡¥
16928
16929 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16930
16931         * version 0.8.11-gtk2-20030314
16932
16933 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16934
16935         * The bug in which character set conversion of filtering messages has
16936         been fixed.(Thanks! COCOA-san).
16937
16938 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16939
16940         * Revived "Leave space on head" preference in "Message" category.
16941         * A bug which clash when put the cursor to end of buffer and execute
16942         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16943
16944 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16945
16946         * version 0.8.11-gtk2-20030312
16947
16948 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16949
16950         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16951         * Modified to use Pango's API directly for font preference.
16952         * Integrated GtkTextView of textview to one widget.
16953         * Set fonts of header title in textview by "header_title" tag.
16954         * Removed some deprecated codes.
16955
16956 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16957
16958         * Updated to 0.8.11.
16959         * Merged cygwin patch(Thanks! Sakai-san).
16960
16961 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16962
16963         * version 0.8.10-gtk2-20030309