2006-08-09 [colin] 2.4.0cvs35
[claws.git] / ChangeLog
1 2006-08-09 [colin]      2.4.0cvs35
2
3         * src/messageview.c
4         * src/mimeview.c
5         * src/mimeview.h
6                 Fix lack of part selection when automatically 
7                 jumping to a specific part
8         * src/msgcache.c
9                 Little optimisation in cache reading
10
11 2006-08-09 [colin]      2.4.0cvs34
12
13         * src/compose.c
14                 Fix crash setting the priority on reedit
15                 (Accessing compose before creating it!)
16
17 2006-08-08 [colin]      2.4.0cvs33
18
19         * src/procmime.c
20                 Fix bug #998 (last attachment is not accessible)
21                 Bad RFC interpretation on multipart close-delimiters
22         * src/mimeview.c
23         * src/mimeview.h
24         * src/gtk/gtkvscrollbutton.c
25         * src/gtk/gtkvscrollbutton.h
26                 Make attachments list wheel-scrollable
27
28 2006-08-07 [colin]      2.4.0cvs32
29
30         * src/gtk/gtkaspell.c
31                 Fix bug #973 (Unicode punctation characters 
32                 are not recognized as separators by the
33                 spell checker); fix unsigned stuff
34
35 2006-08-07 [colin]      2.4.0cvs31
36
37         * src/compose.c
38                 Fix bug #956 (DnD text with accents in compose 
39                 text entry); fix gccc's signed/unsigned fuss
40
41 2006-08-06 [colin]      2.4.0cvs30
42
43         * src/main.c
44                 Fix bug #979 (Plugin crashes when exiting 
45                 sylpheed-claws) : handle exit request only 
46                 once
47
48 2006-08-05 [colin]      2.4.0cvs29
49
50         * src/news.c
51                 Just make sure we have a msgid.
52
53 2006-08-05 [colin]      2.4.0cvs28
54
55         * src/news.c
56         * src/summaryview.c
57                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
58                 by reimplementing it
59         * src/textview.c
60                 Fix bug when hiding quotes with level > 3 and quote
61                 colors are recycled
62
63 2006-08-04 [colin]      2.4.0cvs27
64
65         * src/compose.c
66         * src/undo.c
67         * src/undo.h
68                 Fix a bit replace-by-pasting undo
69         * src/mainwindow.c
70         * src/messageview.c
71                 Fix Fold quotes menu synchro in
72                 mainwindow when it changes in 
73                 messageview
74         * src/textview.c
75                 Fix right-click on quotes blocks
76         * src/common/utils.c
77                 Verify that the file created by
78                 my_tmpfile() is writable. Fixes
79                 bug #988 (very specific filesystem
80                 issue)
81         * src/plugins/pgpcore/sgpgme.c
82                 Fix file descriptor leak
83         * src/plugins/spamassassin/spamassassin.c
84                 Warn once if spamd isn't reachable
85
86 2006-08-04 [colin]      2.4.0cvs26
87
88         * src/toolbar.c
89                 i18n context patch by Fabien
90
91 2006-08-03 [colin]      2.4.0cvs25
92
93         * src/mainwindow.c
94         * src/messageview.c
95                 Rename "Hide quotes" to "Fold quotes"
96         * src/textview.c
97                 Don't use hand cursor on quotes. "all 
98                 the bonuses of the feature and none of 
99                 unwelcome side-effects"
100
101 2006-08-03 [colin]      2.4.0cvs24
102
103         * AUTHORS
104         * sylpheed-claws.desktop
105         * src/gtk/authors.h
106                 Bring the desktop file to XDG compliance
107                 Patch by Charles A. Edwards
108
109 2006-08-03 [colin]      2.4.0cvs23
110
111         * src/textview.c
112                 Fix links offset when they are preceded
113                 by accentued chars (g_utf8_strlen!)
114         * src/mainwindow.c
115                 Fix wrong status when starting offline
116
117
118 2006-08-03 [wwp]        2.4.0cvs22
119
120         * src/prefs_common.h
121                 ask what to do w/ filtering rules that belong to an account when
122                 applying filtering rules manually from the main window (skip,
123                 apply regardless of the account, use current account). This dialog
124                 can be skipped and the last reply used.
125                 (forgot that file)
126
127 2006-08-03 [wwp]        2.4.0cvs21
128
129         * src/filtering.c
130         * src/filtering.h
131         * src/prefs_common.c
132         * src/summaryview.c
133         * src/alertpanel.c
134         * src/alertpanel.h
135         * src/messageview.c
136                 ask what to do w/ filtering rules that belong to an account when
137                 applying filtering rules manually from the main window (skip,
138                 apply regardless of the account, use current account). This dialog
139                 can be skipped and the last reply used.
140
141
142 2006-08-03 [colin]      2.4.0cvs20
143
144         * src/textview.c
145                 Optimize previous patch
146
147 2006-08-03 [cleroy]     2.4.0cvs19
148
149         * src/textview.c
150                 Fix quotes getting toggled back when the
151                 mail has an even number of text parts
152
153 2006-08-02 [colin]      2.4.0cvs18
154
155         * src/messageview.c
156                 Add Hide quotes menu
157
158 2006-08-02 [colin]      2.4.0cvs17
159
160         * src/mainwindow.c
161         * src/prefs_common.c
162         * src/textview.c
163         * src/textview.h
164         * src/gtk/about.c
165                 Allow per-level quote hiding,
166                 Allow toggling quotes by double-clicking them
167                 Rename RemoteURI to ClickableText to reflect
168                 the fact it's used for a variety of things
169
170 2006-08-02 [wwp]        2.4.0cvs16
171
172         * src/mainwindow.c
173                 fix "View/Hide quotes" menu item status initialization.
174
175 2006-08-02 [wwp]        2.4.0cvs15
176
177         * src/matcher_parser_parse.y
178                 remove a debug trace.
179
180 2006-08-02 [paul]       2.4.0cvs14
181
182         * src/plugins/pgpcore/passphrase.c
183                 don't set initial dialog size
184                 make it resizable
185
186 2006-08-02 [paul]       2.4.0cvs13
187
188         * src/noticeview.c
189                 remove the rogue '/' character
190
191 2006-08-02 [paul]       2.4.0cvs12
192
193         * src/noticeview.c
194                 allow buttons to resize as necessary
195
196 2006-08-01 [wwp]        2.4.0cvs11
197
198         * src/mbox.c
199                 fix strict ISO C90 compliance.
200
201 2006-08-01 [wwp]        2.4.0cvs10
202
203         * tools/update-po
204                 updated update-po tool to work w/ context-dependent translations.
205                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
206
207 2006-08-01 [wwp]        2.4.0cvs9
208
209         * src/matcher.c
210         * src/prefs_filtering.c
211         * src/prefs_matcher.c
212                 allow context-dependent translations for "All",
213                 patch by Fabien Vantard <fzzzzz@gmail.com>.
214
215 2006-07-31 [colin]      2.4.0cvs8
216
217         * AUTHORS
218         * src/gtk/authors.h
219                 Add Rafal to authors
220
221 2006-07-31 [colin]      2.4.0cvs7
222
223         * src/compose.c
224         * src/mainwindow.c
225         * src/messageview.h
226         * src/prefs_common.c
227         * src/prefs_common.h
228         * src/textview.c
229                 Add 'View/Hide quotes'. Patch based on a patch
230                 by Rafal Weglarz
231
232 2006-07-31 [colin]      2.4.0cvs6
233
234         * src/action.c
235                 Fix problem with "> stuff >" actions
236
237 2006-07-31 [paul]       2.4.0cvs5
238
239         * po/nb.po
240                 updated by Geir Helland
241
242 2006-07-31 [wwp]        2.4.0cvs4
243
244         * src/mainwindow.c
245         * src/summaryview.c
246         * src/summaryview.h
247                 add "View/Go to/Parent message" and "View/Go to/Last read message",
248                 thanks to Colin.
249
250 2006-07-31 [wwp]        2.4.0cvs3
251
252         * src/Makefile.am
253         * src/addr_compl.c
254         * src/addr_compl.h
255         * src/addressbook.c
256         * src/addressbook.h
257         * src/addressbook_foldersel.c
258         * src/addressbook_foldersel.h
259         * src/addrindex.c
260         * src/addrindex.h
261         * src/matcher.c
262         * src/matcher.h
263         * src/matcher_parser_lex.l
264         * src/matcher_parser_parse.y
265         * src/prefs_common.c
266         * src/prefs_common.h
267         * src/prefs_filtering.c
268         * src/prefs_matcher.c
269         * src/prefs_matcher.h
270         * src/summaryview.c
271                 introduce filtering against the address book. It's now possible to add
272                 matched conditions to determine if any email address in a message matches
273                 or doesn't match any or all books or folders in the address book.
274
275 2006-07-31 [wwp]        2.4.0cvs2
276
277         * src/account.c
278         * src/filtering.c
279         * src/filtering.h
280         * src/folder.c
281         * src/folderview.c
282         * src/inc.c
283         * src/mainwindow.c
284         * src/matcher.c
285         * src/matcher_parser_lex.l
286         * src/matcher_parser_parse.y
287         * src/mbox.c
288         * src/prefs_filtering.c
289         * src/prefs_filtering.h
290         * src/procmsg.c
291         * src/procmsg.h
292         * src/summaryview.c
293                 introduce per-account filtering rules. Each filtering rule can now be assigned
294                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
295                 when applying filtering rules manually, as all rules will apply - even the ones
296                 assigned to an account. This issue will be addressed soon.
297  
298
299
300 2006-07-31 [wwp]        2.4.0cvs1
301
302         * src/quote_fmt.c
303                 make more strings translatable.
304
305 2006-07-31 [paul]       2.4.0
306
307         2.4.0 released
308
309 2006-07-31 [paul]       2.3.1cvs91
310
311         * po/ca.po
312                 updated by Miquel Oliete
313
314 2006-07-31 [paul]       2.3.1cvs90
315
316         * po/de.po
317         * po/el.po
318         * po/fr.po
319         * po/it.po
320         * po/pl.po
321         * po/pt_BR.po
322         * po/sr.po
323         * po/zh_CN.po
324                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
325                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
326                 Aleksandar Urosevic, and Ralgh Young
327
328 2006-07-31 [paul]       2.3.1cvs89
329
330         * src/account.c
331         * src/main.c
332         * src/mainwindow.c
333         * src/mainwindow.h
334                 Fix a race condition when, after an SC crash, rescanning
335                 folders took more than 0.5 seconds
336                 Thanks to Colin
337
338 2006-07-31 [paul]       2.3.1cvs88
339
340         * src/folderview.c
341                 don't translate separator strings
342
343 2006-07-30 [mones]      2.3.1cvs87
344
345         * doc/man/sylpheed-claws.1
346                 Fixed non-ASCII chars in Hoa's name
347         * po/es.po
348                 Updated for release
349
350 2006-07-27 [colin]      2.3.1cvs86
351
352         * src/textview.c
353                 Don't include the leading \n in links
354                 Patch by Fabien
355
356 2006-07-25 [colin]      2.3.1cvs85
357
358         * src/mainwindow.c
359         * src/common/socket.h
360         * src/etpan/imap-thread.c
361                 Refresh resolvers before connecting
362                 to IMAP servers, and after switching
363                 to online. Thanks to Paul.
364
365 2006-07-18 [colin]
366
367         * 2.4.0-rc4 released
368
369 2006-07-17 [colin]      2.3.1cvs84
370
371         * src/inc.c
372                 Show connection attempt in statusbar before
373                 connecting (previously first message was
374                 "Retrieving messages from ..." after the
375                 connection succeeded.
376
377 2006-07-16 [wwp]        2.3.1cvs83
378
379         * sylpheed-claws.ico
380                 Added .ico file (windows multi-size icon file, generated).
381
382 2006-07-12 [wwp]        2.3.1cvs82
383
384         * src/messageview.c
385                 remove Message/Re-edit menu entry from messageview window,
386                 as sent/draft/queued messages are opened in compose window when
387                 re-edited and it's not possible to re-edit other msgs.
388
389 2006-07-12 [paul]       2.3.1cvs81
390
391         * AUTHORS
392         * src/mainwindow.c
393         * src/gtk/authors.h
394                 check online state before resetting
395                 mailcheck timer. Useful if some program
396                 verifies connection state and updates
397                 Claws.
398                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
399
400 2006-07-12 [paul]       2.3.1cvs80
401
402         * sylpheed-claws-128x128.png
403         * sylpheed-claws-64x64.png
404         * sylpheed-claws.png
405         * src/Makefile.am
406         * src/main.c
407         * src/prefs_toolbar.c
408         * src/stock_pixmap.c
409         * src/stock_pixmap.h
410         * src/wizard.c
411         * src/gtk/about.c
412         * src/gtk/gtkutils.c
413         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
414         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
415         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
416         * src/pixmaps/sylpheed.xpm              ** REMOVED **
417         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
418         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
419                 updated and renamed logo/icon files and related
420                 logo by Jesper Schultz
421
422 2006-07-11 [paul]       2.3.1cvs79
423
424         * src/main.c
425                 fix the labels a smidgin
426
427 2006-07-09 [colin]      2.3.1cvs78
428
429         * src/textview.c
430                 Show errors in textviewer's command
431                 Patch by H. Merijn Brand
432
433 2006-07-09 [colin]      2.3.1cvs77
434
435         * src/compose.c
436                 Save FMID in drafts too
437
438 2006-07-08 [colin]      2.3.1cvs76
439
440         * src/compose.c
441                 Svae RMID in drafted mails too
442                 Save quote_fmt vars for whole mails,
443                 don't reset at each quote_fmt_init:
444                 allows to use the same |i{var} in
445                 various template fields
446         * src/prefs_template.c
447         * src/quote_fmt.h
448         * src/quote_fmt_parse.y
449                 Same
450
451 2006-07-08 [colin]      2.3.1cvs75
452
453         * src/textview.c
454                 Fix highlighting of attached parts URIs
455
456 2006-07-08 [colin]      2.3.1cvs74
457
458         * src/main.c
459                 Prevent bug #981 (sc 2.3.1 segfaults with 
460                 gtk+ 2.10) from being reported again:
461                 if Sylpheed-Claws has been compiled against
462                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
463                 of if Sylpheed-Claws has been compiled against
464                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
465                 error out.
466
467 2006-07-07 [colin]      2.3.1cvs73
468
469         * src/prefs_actions.c
470                 Fix label
471
472 2006-07-07 [colin]      2.3.1cvs72
473
474         * src/prefs_actions.c
475                 Fix compile on gtk < 2.8. argh :)
476
477 2006-07-07 [paul]       2.3.1cvs71
478
479         * src/common/defs.h
480                 update DONATE_URI
481
482 2006-07-07 [colin]      2.3.1cvs70
483
484         * po/POTFILES.in
485         * src/quote_fmt.c
486         * src/quote_fmt_lex.l
487         * src/quote_fmt_parse.y
488                 Add |i{var}, a way to insert user-entered
489                 text in a template
490
491 2006-07-07 [colin]
492
493         * 2.4.0-rc3 released
494
495 2006-07-07 [colin]      2.3.1cvs69
496
497         * src/folder.c
498                 Don't consider inboxes of UNKNOWN folder 
499                 classes to be useable as default inboxes
500
501 2006-07-07 [paul]       2.3.1cvs68
502
503         * src/textview.c
504                 add missing #include <errno.h>
505                 Thanks to René J. Blokland
506
507 2006-07-07 [paul]       2.3.1cvs67
508
509         * src/action.c
510                 Return now Closes dialog
511         * src/mimeview.c
512         * src/mimeview.h
513         * src/textview.c
514                 add contextual menu to mime parts listed
515                 in the textview
516                 Thanks to Colin
517         * src/common/utils.c
518                 reversal: ' is a valid character in URLs
519
520 2006-07-06 [colin]      2.3.1cvs66
521
522         * src/remotefolder.h
523                 Forgotten in previous commit
524
525 2006-07-06 [colin]      2.3.1cvs65
526
527         * src/folder.c
528                 Set summary update flag whenever
529                 totals changed
530         * src/imap.c
531         * src/prefs_account.c
532         * src/common/utils.h
533         * src/etpan/imap-thread.c
534                 Fix warnings, thanks to Fabien and
535                 Ricardo
536
537 2006-07-06 [wwp]        2.3.1cvs64
538
539         * src/gtk/gtkutils.c
540                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
541
542 2006-07-06 [wwp]        2.3.1cvs63
543
544         * src/account.c
545         * src/addressbook.c
546         * src/addressitem.h
547         * src/folderview.c
548         * src/mainwindow.c
549         * src/manual.c
550         * src/manual.h
551         * src/message_search.c
552         * src/prefs_actions.c
553         * src/prefs_filtering.c
554         * src/prefs_filtering.h
555         * src/prefs_template.c
556         * src/summary_search.c
557         * src/summaryview.c
558         * src/gtk/gtkutils.c
559         * src/gtk/gtkutils.h
560         * src/gtk/pluginwindow.c
561                 add help buttons to some dialogs. Clicking such buttons opens a
562                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
563
564 2006-07-06 [paul]       2.3.1cvs62
565
566         * src/textview.c
567                 fix attachments contextual menu
568                 Thanks to Colin
569
570 2006-07-05 [colin]      2.3.1cvs61
571
572         * src/textview.c
573         * src/compose.c
574                 Handle sftp:// links
575
576 2006-07-05 [paul]       2.3.1cvs60
577
578         * src/gtk/filesel.c
579                 grab save button by default
580                 Thanks to Colin
581
582 2006-07-05 [wwp]        2.3.1cvs59
583
584         * manual/xml2pdf
585                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
586
587 2006-07-04 [colin]      2.3.1cvs58
588
589         * src/mimeview.c
590         * src/textview.c
591                 Use left click to select, middle click to open
592                 on mimeparts links
593         * src/common/utils.c
594                 Fix segfault
595
596 2006-07-04 [colin]      2.3.1cvs57
597
598         * src/mainwindow.c
599         * src/news.c
600                 Warning fixes, thanks to Fabien
601
602 2006-07-04 [colin]      2.3.1cvs56
603
604         * src/mimeview.c
605         * src/mimeview.h
606         * src/textview.c
607                 Allow parts to be selected via their text label
608                 in textview
609
610 2006-07-04 [colin]      2.3.1cvs55
611
612         * src/folderview.c
613                 Feedback when closing (for big folders)
614         * src/prefs_actions.c
615         * src/prefs_filtering.c
616         * src/prefs_matcher.c
617         * src/prefs_template.c
618                 Fix default button when closing without
619                 having saved
620
621 2006-07-04 [colin]      2.3.1cvs54
622
623         * src/news.c
624                 Delete local file on deletion
625
626 2006-07-03 [colin]      2.3.1cvs53
627
628         * src/folderview.c
629         * src/main.c
630                 Don't freeze when rescanning after crash
631
632 2006-07-03 [wwp]        2.3.1cvs52
633
634         * src/compose.c
635         * src/privacy.c
636         * src/privacy.h
637         * src/plugins/pgpinline/pgpinline.c
638         * src/plugins/pgpmime/pgpmime.c
639                 don't report an error when the user cancels the passphrase dialog.
640
641 2006-07-02 [colin]      2.3.1cvs51
642
643         * src/folderview.c
644                 Open message when crossing folders with Space,
645                 goto next unread and friends
646
647 2006-07-01 [colin]      2.3.1cvs50
648
649         * src/prefs_account.c
650                 Typographic rules varying from language
651                 to language (in french "Protocole :"),
652                 we have to do that :)
653
654 2006-07-01 [ticho]      2.3.1cvs49
655
656         * src/prefs_account.c
657                 Only use one temporary gchar* variable in
658                 prefs_account_protocol_set_optmenu().
659
660 2006-07-01 [ticho]      2.3.1cvs48
661
662         * src/prefs_account.c
663         * src/prefs_account.h
664                 Use GtkLabel for existing account protocol name.
665                 Created an array for protocol names and populate the
666                 combobox from it in a for() cycle.
667
668 2006-06-30 [colin]      2.3.1cvs47
669
670         * src/compose.c
671                 Block undo when changing signature (by changing
672                 account)
673
674 2006-06-30 [paul]       2.3.1cvs46
675
676         * src/send_message.c
677                 when editing From in the Compose window, use that address
678                 in the Return-Path: header
679                 Thanks to Colin
680
681 2006-06-30 [colin]      2.3.1cvs45
682
683         * src/compose.c
684                 Fix signature replacement:
685                 - when no newline before separator
686                 - when reediting
687
688 2006-06-29 [colin]      2.3.1cvs44
689
690         * src/folderview.c
691         * src/folderview.h
692         * src/mainwindow.c
693         * src/summaryview.c
694                 Let 'View/Go to/Next marked' work like
695                 Next new & Next unread: across folders
696                 Change the select_on_entry pref to do
697                 what we want when changing folder
698         * src/common/utils.c
699                 Fix single-quoted links 
700
701 2006-06-29 [colin]      2.3.1cvs43
702
703         * src/gtk/gtkaspell.c
704                 "Sylpheed" and "Sylpheed-Claws" do exist !
705
706 2006-06-29 [colin]      2.3.1cvs42
707
708         * src/imap.c
709                 Forgot to remove debug
710
711 2006-06-29 [colin]      2.3.1cvs41
712
713         * src/imap.c
714         * src/imap.h
715         * src/mainwindow.c
716                 Disconnect from IMAP servers when going
717                 offline. Fixes bug #978 (going to offline-mode 
718                 won't close connections)
719
720 2006-06-29 [colin]      2.3.1cvs40
721
722         * src/main.c
723                 Fix transient setting on failing plugins
724                 Patch by Fabien
725         * src/plugins/pgpcore/sgpgme.c
726                 Only warn for OpenPGP. Most people don't
727                 have CMS available.
728
729 2006-06-29 [colin]      2.3.1cvs39
730
731         * src/compose.c
732                 Fix Spelling menu (discrepancy between context menu
733                 and top menu when folder's dictionary isn't the 
734                 default one)
735         * src/plugins/pgpcore/sgpgme.c
736                 More error reporting about why gpgme can fail
737
738 2006-06-29 [wwp]        2.3.1cvs38
739
740         * src/mainwindow.c
741                 honor the display-header-pane setting even when the message view
742                 is a separate window.
743
744 2006-06-29 [wwp]        2.3.1cvs37
745
746         * src/prefs_actions.c
747                 forgot to commit that one (use of GTK_STOCK_INFO).
748
749 2006-06-29 [colin]      2.3.1cvs36
750
751         * src/imap.c
752                 Better handling of login errors (ask the password
753                 again once), alert in case of error. Fix three
754                 signedness warnings.
755
756 2006-06-28 [wwp]        2.3.1cvs35
757
758         * src/prefs_template.c
759         * src/prefs_matcher.c
760         * src/prefs_filtering_action.c
761         * src/prefs_quote.c
762                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
763                 patch by Fabien Vantard, slightly modified.
764
765 2006-06-28 [paul]
766
767         2.4.0-rc2 released
768
769 2006-06-28 [colin]      2.3.1cvs34
770
771         * src/prefs_account.c
772                 Fix bug #977 (Can't add or edit imap accounts)
773
774 2006-06-28 [colin]      2.3.1cvs33
775
776         * src/mimeview.c
777                 Fix previous
778
779 2006-06-28 [colin]      2.3.1cvs32
780
781         * src/mimeview.c
782                 Save named inlined attachments with "Save all"
783         * src/main.c
784         * src/mbox.c
785         * src/common/plugin.c
786         * src/common/plugin.h
787         * src/common/sylpheed.c
788         * src/common/utils.c
789         * src/plugins/pgpcore/sylpheed.def
790         * src/plugins/pgpinline/sylpheed.def
791         * src/plugins/pgpmime/sylpheed.def
792                 Win32 compatibility patch, by
793                 Werner Koch
794
795 2006-06-28 [wwp]        2.3.1cvs31
796
797         * src/imap.c
798         * src/prefs_folder_item.c
799                 less compilation warnings (thanks to Fabien Vantard), less typos.
800
801 2006-06-28 [paul]       2.3.1cvs30
802
803         * src/gtk/gtkutils.c
804                 gtk_combo_box_set_focus_on_click() is only
805                 available since gtk 2.6.0
806
807 2006-06-28 [paul]       2.3.1cvs29
808
809         * src/prefs_ext_prog.c
810                 fix engrish and add a tooltip for the
811                 'command for 'Display as text' option
812
813 2006-06-28 [paul]
814
815         2.4.0-rc1 released
816
817 2006-06-28 [paul]       2.3.1cvs28
818
819         * ChangeLog
820         * tools/Makefile.am
821                 include textviewer.pl in releases
822
823 2006-06-28 [paul]       2.3.1cvs27
824
825         * src/prefs_ext_prog.c
826                 hide Print command option if libgnomeprint
827                 support is present
828
829 2006-06-27 [colin]      2.3.1cvs26
830
831         * src/compose.c
832                 Fix Esc handling in insert/attach dialog
833                 Don't show this dialog if dragging something
834                 else than text/uri-list
835                 Thanks to Fabien Vantard
836         * tools/textviewer.pl
837                 Filter script to display stuff as text
838                 by H. Merijn Brand
839
840 2006-06-27 [wwp]        2.3.1cvs25
841
842         * src/messageview.c
843                 use the exact product name (message view title), patch
844                 by Fabien Vantard.
845
846 2006-06-27 [ticho]      2.3.1cvs24
847
848         * src/prefs_account.c
849         * src/prefs_common.c
850         * src/prefs_common.h
851         * src/prefs_ext_prog.c
852         * src/textview.c
853                 Add a preference (Preferences/External programs)
854                 to allow "Display as text" to be done via a script
855                 (patch by H.Merijn Brand).
856                 Use GtkComboBox for protocol selection in account
857                 preferences.
858                 Only include current choice for existing accounts, and
859                 insensitivize the combobox.
860
861 2006-06-27 [paul]       2.3.1cvs23
862
863         * src/mbox.c
864                 fix crasher introduced in cvs21.
865                 Thanks to Colin
866
867 2006-06-26 [colin]      2.3.1cvs22
868
869         * src/mbox.c
870                 Fix double-frees when leaving folders
871                 after exporting to mbox
872
873 2006-06-26 [colin]      2.3.1cvs21
874
875         * src/mbox.c
876                 More feedback (and optimisation)
877                 on import/export
878         * src/common/utils.c
879                 Fix case when looking for mail addresses
880         * src/gtk/gtkutils.c
881                 Extra check for (X-)Face
882
883 2006-06-25 [ticho]      2.3.1cvs20
884
885         * src/compose.c
886         * src/exphtmldlg.c
887         * src/gtk/gtkutils.c
888         * src/gtk/gtkutils.h
889                 Added second argument to gtkut_sc_combobox_create() to
890                 control focus-on-click for the widget.
891                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
892
893 2006-06-25 [ticho]      2.3.1cvs19
894
895         * src/compose.c
896         * src/gtk/Makefile.am
897         * src/gtk/combobox.c
898         * src/gtk/combobox.h
899         * src/gtk/gtkutils.c
900         * src/gtk/gtkutils.h
901                 Use GtkComboBox instead of deprecated GtkOptionMenu
902                 for account selector in compose window and for encoding
903                 selector in attachment properties.
904                 Also factorise working with the new GtkComboBox somewhat.
905
906 2006-06-24 [paul]       2.3.1cvs18
907
908         * src/prefs_common.c
909                 use the correct default value
910
911 2006-06-24 [paul]       2.3.1cvs17
912
913         * src/compose.c
914         * src/prefs_common.c
915         * src/prefs_common.h
916         * src/prefs_compose_writing.c
917                 enable setting of default action when
918                 dnd'ing files in the compose window.
919                 (Collaborative effort with wwp)
920
921 2006-06-23 [wwp]        2.3.1cvs16
922
923         * src/compose.c
924                 i18n fix (thanks to Fabien Vantard)
925
926 2006-06-22 [colin]      2.3.1cvs15
927
928         * src/prefs_customheader.c
929                 Don't use filters in custom headers' file 
930                 selector. Remember, extensions mean nothing :)
931
932 2006-06-22 [paul]       2.3.1cvs14
933
934         * configure.ac
935                 allow setting of man directory location
936
937 2006-06-22 [colin]      2.3.1cvs13
938
939         * src/mainwindow.c
940                 Add 'View/Go to/Next unread folder'.
941                 I missed that :)
942
943 2006-06-22 [colin]      2.3.1cvs12
944
945         * src/common/utils.c
946                 Add some subject prefixes
947                 Patch by Bjorn T Johansen <btj@havleik.no>
948
949 2006-06-22 [colin]      2.3.1cvs11
950
951         * manual/advanced.xml
952                 Forgotten hidden pref
953
954 2006-06-21 [paul]       2.3.1cvs10
955
956         * src/prefs_account.c
957                 complete the removal of 'Add date header' option
958
959 2006-06-21 [paul]       2.3.1cvs9
960
961         * src/account.c
962         * src/compose.c
963         * src/prefs_account.c
964         * src/prefs_account.h
965                 remove option to add date header - always
966                 add date header
967         * src/etpan/imap-thread.c
968                 fix warnings (Thanks to Colin)
969
970 2006-06-21 [wwp]        2.3.1cvs8
971
972         * src/folder.c
973                 set the attachment flag when inline text part are (file)named. This is more convenient
974                 when receiving (for instance) inline source files or patches sent using thunderbird.
975
976 2006-06-21 [paul]       2.3.1cvs7
977
978         * src/inc.c
979                 fix off-by-one count of current msg in
980                 statusbar filtering progressbar
981
982 2006-06-21 [paul]       2.3.1cvs6
983
984         * src/folder.c
985                 Show attachment icon even if the part is 'inline'
986                 if the following conditions are met:
987                 - content-type != 'text/plain'
988                 - content-type != '*/pgp-signature'
989                 - either 'name' or 'filename' parameter is not NULL
990                 
991                 Thanks to Colin
992
993 2006-06-21 [paul]       2.3.1cvs5
994
995         * src/messageview.c
996         * src/prefs_common.c
997         * src/prefs_common.h
998         * src/prefs_other.c
999                 add an option to 'Never send Return
1000                 Receipts'
1001                 Thanks to Colin
1002
1003 2006-06-20 [mones]      2.3.1cvs4
1004
1005         * po/es.po
1006                 updated
1007         * src/compose.c
1008                 typo fixed (space after comma)
1009         * tools/make.themes.project
1010                 remove exec mode from tarball files
1011
1012 2006-06-20 [colin]      2.3.1cvs3
1013
1014         * src/news.c
1015         * src/procheader.c
1016         * src/unmime.c
1017                 Better fix for \n's in headers (don't 
1018                 break Received: and others)
1019
1020 2006-06-20 [paul]       2.3.1cvs2
1021
1022         * src/alertpanel.c
1023         * src/textview.c
1024                 improve legibility of phishing attempt
1025                 dialog
1026
1027 2006-06-20 [paul]       2.3.1cvs1
1028
1029         * NEWS
1030         * README
1031         * configure.ac
1032                 Update version number following
1033                 stable release
1034
1035 2006-06-20 [colin]      2.3.0cvs26
1036
1037         * src/compose.c
1038                 When dragging a file to the text of the compose
1039                 window, ask whether we want to insert or attach
1040                 (I know lots of people who do that to attach)
1041
1042 2006-06-20 [colin]      2.3.0cvs25
1043
1044         * src/etpan/imap-thread.c
1045                 Fix threshold (the append command is often > 32 bytes)
1046
1047 2006-06-19 [colin]      2.3.0cvs24
1048
1049         * src/imap.c
1050         * src/etpan/imap-thread.c
1051                 Workaround Rockliffe IMAP server bug: replace
1052                 "x UID SEARCH (ANSWERED UID 1:*)" with
1053                 "x UID SEARCH ANSWERED"
1054                 (Rockliffe doesn't handle the parenthesis)
1055
1056 2006-06-19 [colin]      2.3.0cvs23
1057
1058         * src/compose.c
1059         * src/imap.c
1060         * src/etpan/imap-thread.c
1061                 Probably fix bug #972 (Freezes when adding 
1062                 an attachment to the message)
1063         * src/common/defs.h
1064                 Modernize Firefox cmd
1065
1066
1067 2006-06-18 [colin]      2.3.0cvs22
1068
1069         * src/prefs_customheader.c
1070                 Only allow correct filenames for various
1071                 custom headers
1072
1073 2006-06-18 [colin]      2.3.0cvs21
1074
1075         * src/prefs_customheader.c
1076                 Add a 'From File...' button in custom headers prefs, which
1077                 try to do the right thing: 
1078                 for normal headers, use file as plaintext,
1079                 for X-Face, calls compface,
1080                 for Face, encode to b64.
1081
1082 2006-06-17 [colin]      2.3.0cvs20
1083
1084         * src/mh.c
1085                 Warning fix
1086
1087 2006-06-16 [colin]      2.3.0cvs19
1088
1089         * src/summaryview.c
1090                 Recursive quicksearch: show message list
1091                 in current folder, *then* search children
1092                 in the background.
1093
1094 2006-06-16 [colin]      2.3.0cvs18
1095
1096         * src/main.c
1097                 Instead of ignoring SIGPIPE, save caches
1098                 when getting one. Will fix the fact that
1099                 hot caches are out-of-date when logging 
1100                 out of Xorg.
1101         * src/compose.c
1102         * src/prefs_compose_writing.c
1103                 Only save text (not attachments) when 
1104                 auto-saving to drafts
1105         * src/unmime.c
1106                 Always replace \n, \r and \t with spaces
1107                 in headers
1108         * manual/dist/html/Makefile.am
1109         * manual/dist/pdf/Makefile.am
1110         * manual/dist/ps/Makefile.am
1111         * manual/dist/txt/Makefile.am
1112         * manual/fr/dist/html/Makefile.am
1113         * manual/fr/dist/pdf/Makefile.am
1114         * manual/fr/dist/ps/Makefile.am
1115         * manual/fr/dist/txt/Makefile.am
1116         * manual/pl/dist/html/Makefile.am
1117         * manual/pl/dist/pdf/Makefile.am
1118         * manual/pl/dist/ps/Makefile.am
1119         * manual/pl/dist/txt/Makefile.am
1120                 Fix make clean removing pregenerated manuals
1121
1122
1123 2006-06-16 [colin]      2.3.0cvs17
1124
1125         * src/plugins/pgpcore/sgpgme.c
1126         * src/plugins/pgpmime/pgpmime.c
1127         * src/plugins/pgpinline/pgpinline.c
1128                 Better error reporting in setup_signers.
1129                 Don't fallback to default key if specified
1130                 key isn't found.
1131                 Don't allow signing if more than one secret
1132                 key matches the one specified in prefs.
1133
1134 2006-06-15 [colin]      2.3.0cvs16
1135
1136         * src/folderview.c
1137                 Add "Send queue" in the folder's contextual
1138                 menu
1139         * src/compose.c
1140         * src/messageview.c
1141         * src/privacy.c
1142         * src/privacy.h
1143         * src/procmime.c
1144         * src/procmsg.c
1145         * src/plugins/pgpcore/passphrase.c
1146         * src/plugins/pgpcore/sgpgme.c
1147         * src/plugins/pgpinline/pgpinline.c
1148         * src/plugins/pgpmime/pgpmime.c
1149                 Better error reporting
1150         * src/mbox.c
1151                 Probably fix bug #971 (2.2.3 cannot read mail 
1152                 from local mbox)
1153
1154
1155 2006-06-15 [mones]      2.3.0cvs15
1156
1157         * tools/make.themes.project
1158                 creates the themes project from the web page
1159
1160 2006-06-15 [colin]      2.3.0cvs14
1161
1162         * src/folder.c
1163                 Better fix (avoid losing the folder if scan_tree 
1164                 fails)
1165
1166 2006-06-15 [cleroy]     2.3.0cvs13
1167
1168         * src/folder.c
1169                 Probably fix Bug #969 (crash on rebuilding 
1170                 imap folder)
1171
1172 2006-06-14 [colin]      2.3.0cvs12
1173
1174         * manual/dtd/manual.xsl
1175         * manual/sylpheed-claws-manual.xml
1176         * manual/fr/sylpheed-claws-manual.xml
1177         * manual/pl/sylpheed-claws-manual.xml
1178                 Insert pagebreaks between sections
1179
1180 2006-06-14 [paul]       2.3.0cvs11
1181
1182         * configure.ac
1183                 better fix than 2.3.0cvs10
1184
1185 2006-06-14 [paul]       2.3.0cvs10
1186
1187         * configure.ac
1188                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1189                 (backwards compatible)
1190
1191 2006-06-13 [colin]      2.3.0cvs9
1192
1193         * src/messageview.c
1194                 Fix sending of return receipt with the new queue folders
1195
1196 2006-06-13 [wwp]        2.3.0cvs8
1197
1198         * src/quote_fmt_lex.l
1199                 fix wrong tokens returned in quote_fmt lexer, query not().
1200
1201 2006-06-13 [wwp]        2.3.0cvs7
1202
1203         * src/folder.c
1204         * src/prefs_folder_item.c
1205                 allow changing folder type even when folder is not a top-level one,
1206                 thanks to Colin.
1207
1208 2006-06-12 [colin]      2.3.0cvs6
1209
1210         * src/folderview.c
1211                 Fix double-ask of "Do you want to mark all
1212                 as read"
1213
1214 2006-06-12 [colin]      2.3.0cvs5
1215
1216         * src/compose.c
1217         * src/compose.h
1218         * src/folder.c
1219         * src/folder.h
1220         * src/imap.c
1221         * src/inc.c
1222         * src/main.c
1223         * src/messageview.c
1224         * src/mh.c
1225         * src/prefs_folder_item.c
1226         * src/procheader.c
1227         * src/procmime.c
1228         * src/procmsg.c
1229         * src/procmsg.h
1230         * src/send_message.c
1231         * src/summaryview.c
1232         * src/toolbar.c
1233                 Apply bug #964's patch (Queue and drafts aren't normal)
1234                 The Drafts and Queue folder now contain RFC-822 files,
1235                 allowing to move and copy mails from and to these 
1236                 folders. Moving from Drafts to Queue will prepare the
1237                 mail for sending (PGP signature, encryption, etc).
1238                 This patch also rework sending errors handling to try
1239                 to be more helpful.
1240                 Also, allow redefining folder types via the GUI 
1241                 (Folder type in its Properties)
1242
1243 2006-06-12 [colin]      2.3.0cvs4
1244
1245         * src/summaryview.c
1246         * src/prefs_common.c
1247         * src/prefs_common.h
1248         * src/gedit-print.c
1249                 Allow to define a specific print font - patch
1250                 by Bernhard Walle <bernhard.walle@gmx.de>
1251         * src/prefs_fonts.c
1252         * manual/advanced.xml
1253         * manual/fr/advanced.xml
1254                 Add a hidden pref to allow deletion without
1255                 confirmation
1256
1257 2006-06-12 [wwp]        2.3.0cvs3
1258
1259         * .cvsignore
1260                 more files to ignore.
1261
1262 2006-06-12 [wwp]        2.3.0cvs2
1263
1264         * src/quote_fmt.c
1265         * src/quote_fmt_lex.l
1266         * src/quote_fmt_parse.y
1267                 extend the quote_fmt parser (templates and quotes):
1268                 - allow limited sub-expressions in |p{} and |f{} expressions,
1269                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1270                 - implemented/fixed missing implementation of query_references and show_references,
1271                 - completed, fixed contents and format of the symbols help dialog,
1272                 - fix some compilation warnings.
1273
1274 2006-06-12 [wwp]        2.3.0cvs1
1275
1276         * manual/advanced.xml
1277         * manual/fr/advanced.xml
1278                 updates in the "templates" section of the manual (eng/fr):
1279                  - be more precise (both versions)
1280                  - completed to match the english reference (fr version)
1281                  - touchups (both versions)
1282
1283 2006-06-12 [paul]       2.3.0
1284
1285         2.3.0 released
1286
1287 2006-06-12 [paul]       2.2.3cvs14
1288
1289         * po/ca.po
1290         * po/cs.po
1291         * po/de.po
1292         * po/el.po
1293         * po/fr.po
1294         * po/it.po
1295         * po/pt_BR.po
1296         * po/sr.po
1297         * po/zh_CN.po
1298                 updated by Miquel Oliete, Tim, Stephan Sachse,
1299                 Stavros Giannouris, Fabien Vantard, Andrea
1300                 Spadaccini, Frederico Goncalves Guimaraes,
1301                 Aleksandar Urosevic, and Ralgh Young
1302
1303 2006-06-12 [colin]      2.2.3cvs13
1304
1305         * src/mbox.c
1306                 Add missing header
1307
1308 2006-06-11 [colin]      2.2.3cvs12
1309
1310         * src/msgcache.c
1311                 Verify that g_malloc() succeeded
1312
1313 2006-06-11 [colin]      2.2.3cvs11
1314
1315         * src/wizard.c
1316                 Add Face header to welcome mail
1317
1318 2006-06-10 [colin]      2.2.3cvs10
1319
1320         * src/textview.c
1321                 Revert previous (Forgot it changes the
1322                 margin on the whole mail)
1323
1324 2006-06-10 [colin]      2.2.3cvs9
1325
1326         * src/textview.c
1327                 Don't overlap long headers under (X-)Face
1328
1329 2006-06-10 [mones]      2.2.3cvs8
1330
1331         * manual/xml2pdf
1332                 allow generation of manual on systems lacking saxon binary
1333                 but with java and the saxon library installed
1334
1335         * po/es.po
1336                 updated for release
1337
1338 2006-06-09 [colin]      2.2.3cvs7
1339
1340         * src/summaryview.c
1341                 Fix leak when using Display Sender using Addressbook
1342
1343 2006-06-09 [colin]      2.2.3cvs6
1344
1345         * src/compose.c
1346         * src/folder.c
1347         * src/folderview.c
1348         * src/mimeview.c
1349         * src/summaryview.c
1350                 More leaks fixes
1351
1352 2006-06-09 [paul]       2.2.3cvs5
1353
1354         * AUTHORS
1355         * src/gtk/authors.h
1356         * tools/claws.i18n.status.pl
1357                 updated with new info
1358
1359 2006-06-09 [paul]       2.2.3cvs4
1360
1361         * README
1362                 updated
1363         * manual/ack.xml
1364                 add wwp to authors list
1365         * src/gtk/authors.h
1366                 update mine and Colin's addresses
1367
1368 2006-06-08 [colin]      2.2.3cvs3
1369
1370         * src/etpan/imap-thread.c
1371                 Fix leak on SSL cert check
1372
1373 2006-06-08 [colin]      2.2.3cvs2
1374
1375         * src/common/utils.c
1376                 Fix leak
1377
1378 2006-06-08 [paul]       2.2.3cvs1
1379
1380         * configure.ac
1381                 Update version number following
1382                 stable release
1383
1384 2006-06-07 [colin]      2.2.2cvs3
1385
1386         * src/msgcache.c
1387                 Fix catching cache read errors (guint instead of gint)
1388                 Prevent malloc'ing more than 8MB (means cache corruption)
1389
1390 2006-06-07 [paul]       2.2.2cvs2
1391
1392         * src/exporthtml.c
1393         * src/exportldif.c
1394         * src/mh.c
1395         * src/mutt.c
1396         * src/pine.c
1397         * src/common/utils.c
1398                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1399                 obey $HOME'
1400                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1401                 Thanks to Colin
1402
1403 2006-06-06 [paul]       2.2.2cvs1
1404
1405         * configure.ac
1406                 Update version number following
1407                 stable release
1408
1409 2006-06-06 [paul]       2.2.1cvs6
1410
1411         * src/matcher.c
1412                 fix  implicit declaration of
1413                 sylpheed_do_idle()
1414                 Patch by Fabien Vantard
1415
1416 2006-06-06 [paul]       2.2.1cvs5
1417
1418         * src/matcher.c
1419                 fix age_greater and age_lower so that they
1420                 mean what say and not '...or equal to'
1421                 Thanks to Colin
1422
1423 2006-06-06 [paul]       2.2.1cvs4
1424
1425         * src/textview.c
1426         * src/common/utils.c
1427                 fix URI check
1428                 Thanks to Colin
1429
1430 2006-06-05 [wwp]        2.2.1cvs3
1431
1432         * manual/fr/account.xml
1433                 minor language fixes (thanks to Fabien Vantard).
1434
1435 2006-06-05 [colin]      2.2.1cvs2
1436
1437         * src/prefs_folder_item.c
1438         * src/folderview.c
1439                 Allow recursive setting of properties 
1440                 for whole mailboxes
1441         * src/matcher.c
1442                 Don't freeze on 'test' filtering rule
1443
1444 2006-06-05 [colin]      2.2.1cvs1
1445
1446         * configure.ac
1447                 Update version number following
1448                 stable release
1449
1450 2006-06-04 [wwp]        2.2.0cvs82
1451
1452         * manual/glossary.xml
1453         * manual/account.xml
1454         * manual/fr/glossary.xml
1455         * manual/fr/account.xml
1456                 added glossary section and references/links related to the Face custom header.
1457
1458 2006-06-04 [colin]      2.2.0cvs81
1459
1460         * src/summaryview.c
1461                 Skip to next message on move with no
1462                 immediate execution
1463
1464 2006-06-04 [wwp]        2.2.0cvs80
1465
1466         * manual/xml2pdf
1467                 added sanity checks, exit when needed.
1468
1469 2006-06-03 [paul]       2.2.0cvs79
1470
1471         * src/prefs_receive.c
1472                 page name is now 'Receiving'
1473         * src/prefs_send.c
1474                 page name is now 'Sending'
1475
1476 2006-06-03 [colin]      2.2.0cvs78
1477
1478         * src/plugins/spamassassin/spamassassin_gtk.c
1479                 Autoswitch to Localhost if transport was previously
1480                 disabled. Else people had to check [] Enable, then
1481                 *reselect* transport.
1482
1483 2006-06-03 [colin]      2.2.0cvs77
1484
1485         * src/plugins/pgpinline/pgpinline.c
1486         * src/plugins/pgpmime/pgpmime.c
1487                 Check that gpg_data_release_and_get_mem 
1488                 didn't fail (now, why this happens...)
1489
1490 2006-06-03 [colin]      2.2.0cvs76
1491
1492         * src/mbox.c
1493                 Fix bug #962 (Manual and/or UI should 
1494                 warn about incompatible locking 
1495                 causing dataloss)
1496
1497 2006-06-02 [cleroy]     2.2.0cvs75
1498
1499         * src/filtering.c
1500         * src/folder.c
1501         * src/procmsg.c
1502         * src/summaryview.c
1503                 Fix a few leaks
1504
1505 2006-06-02 [colin]      2.2.0cvs74
1506
1507         * src/main.c
1508                 On exit, free caches after writing them
1509                 Shuts up some valgrind false positives
1510         * src/procmsg.c
1511         * src/send_message.c
1512                 Fix races when reusing existing SMTP connections
1513                 Fix inexistant session timeout
1514         * src/toolbar.c
1515                 Display alertpanel after all queues have
1516                 been processed, not after each
1517
1518 2006-06-02 [wwp]        2.2.0cvs73
1519
1520         * manual/fr/glossary.xml
1521         * manual/fr/ack.xml
1522         * manual/ack.xml
1523                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1524
1525 2006-06-02 [wwp]        2.2.0cvs72
1526
1527         * manual/xml2pdf
1528         * manual/dist/pdf/Makefile.am
1529         * manual/dtd/manual.xsl
1530         * manual/fr/dist/pdf/Makefile.am
1531         * manual/pl/dist/pdf/Makefile.am
1532                 we changed the procedure to generate the .pdf version of the manual.
1533                 The procedure is more modern and the .pdf we get now has a valid index.
1534                 Here are the new pre-requisites:
1535
1536                 - JRE 1.x (1.4 here): there must be one from your distro
1537                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1538                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1539                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1540
1541                 See my posts for further info about the installation of this toolchain:
1542
1543                 Date: Fri, 19 May 2006 19:40:06 +0200
1544                 From: wwp <subscript@free.fr>
1545                 To: sylpheed-claws-devel@lists.sourceforge.net
1546                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1547
1548                 and
1549
1550                 Date: Wed, 24 May 2006 12:58:49 +0200
1551                 From: wwp <subscript@free.fr>
1552                 To: sylpheed-claws-devel@lists.sourceforge.net
1553                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1554
1555 2006-06-01 [colin]      2.2.0cvs71
1556
1557         * src/compose.c
1558                 Better guards against IMAP races
1559         * src/main.c
1560         * src/prefs_common.c
1561         * src/prefs_common.h
1562         * src/common/ssl_certificate.c
1563         * src/etpan/imap-thread.c
1564         * src/etpan/imap-thread.h
1565         * src/gtk/sslcertwindow.c
1566                 New hidden option ssl_skip_cert_check to 
1567                 avoid dups of bug #959 (libetpan linked
1568                 against gnutls and gnutls buggy on 64bit)
1569                 Present expired warning only once per
1570                 session/server.
1571         * manual/advanced.xml
1572         * manual/fr/advanced.xml
1573                 Document new option
1574
1575 2006-06-01 [wwp]        2.2.0cvs70
1576
1577         * src/messageview.c
1578                 fix for bug #961 (return receipt dialog 
1579                 complains incorrectly about return-path 
1580                 email adress being different), thanks 
1581                 to Colin.
1582
1583 2006-05-31 [cleroy]     2.2.0cvs69
1584
1585         * src/common/ssl.c
1586                 Guard against NULLs, although this
1587                 should never be an issue
1588
1589 2006-05-31 [colin]      2.2.0cvs68
1590
1591         * src/filtering.c
1592                 Use g_slist_prepend
1593         * src/imap.c
1594                 Don't remove caches when destroying folder, it
1595                 could (should) be done at exit
1596         * src/inc.c
1597                 free processing cache after incorporation
1598         * src/etpan/imap-thread.c
1599                 Maybe fix bug #959 (Crash on moving to emails 
1600                 to a imap account per ssl with a expired 
1601                 certificate.)
1602
1603 2006-05-30 [colin]      2.2.0cvs67
1604
1605         * src/summaryview.c
1606                 Put back event flush when displaying message
1607                 It avoids reading a bunch of messages just
1608                 by hitting shift-n for too long ;)
1609
1610 2006-05-29 [colin]      2.2.0cvs66
1611
1612         * src/summaryview.c
1613                 Remove useless g_warnings
1614
1615 2006-05-29 [colin]      2.2.0cvs65
1616
1617         * src/imap.c
1618                 Fix g_slist_append()s for performance
1619
1620 2006-05-29 [colin]      2.2.0cvs64
1621
1622         * src/compose.c
1623         * src/common/utils.c
1624                 Fix extraneous tab at start of addresses
1625         * src/mainwindow.c
1626                 Fix warnings (thanks to Fabien)
1627                 Fix crash at exit when composing messages 
1628                 exist
1629         * src/pop.c
1630                 Fix progress bar when deleting expired mails
1631                 Thanks to Hiro
1632         * src/summaryview.c
1633         * src/gtk/gtksctree.c
1634                 Fix re-sorting slowness
1635
1636 2006-05-29 [paul]       2.2.0cvs63
1637
1638         * src/mh.c
1639                 fetch full message when moving mails
1640                 from another mailbox, (fixed data loss
1641                 when filtering from IMAP to MH, introduced
1642                 in 2.2.0cvs57).
1643                 Thanks to Colin
1644
1645 2006-05-29 [mones]      2.2.0cvs62
1646
1647         * src/gtk/gtksctree.c
1648                 Unselect faster (patch by Colin)        
1649
1650 2006-05-26 [colin]      2.2.0cvs61
1651
1652         * src/summaryview.c
1653                 Unplug MSGINFO_UPDATE callback on delete too.
1654
1655 2006-05-26 [colin]      2.2.0cvs60
1656
1657         * src/foldersel.c
1658                 Fix bold in folder selection window with glib2.10
1659                 thanks Hiro
1660
1661 2006-05-26 [colin]      2.2.0cvs59
1662
1663         * src/procheader.c
1664                 Convert date only if necessary (and don't
1665                 try to convert from utf8 to utf8, too)
1666         * src/summaryview.c
1667                 Only set column's text if the column's 
1668                 displayed
1669
1670 2006-05-26 [colin]      2.2.0cvs58
1671
1672         * src/summaryview.c
1673         * src/gtk/gtkutils.c
1674                 Fix useless warning
1675
1676 2006-05-26 [colin]      2.2.0cvs57
1677
1678         * src/mainwindow.c
1679                 Make summaryview selectable as long as 
1680                 no message has focus
1681         * src/mh.c
1682                 Faster deletion (by implementing mh_remove_msgs)
1683                 Faster copy (avoid using mh_fetch_msg just to get
1684                 the filename)
1685                 Faster move (using move_file instead of copy_file
1686                 if MSG_IS_MOVE)
1687                 No progressbar if total number of mails to cp/mv 
1688                 is less than 100
1689         * src/summaryview.c
1690                 Fix removal from subject_table when mail gets moved
1691                 Faster deletion (g_slist_prepend instead of append)
1692         * src/gtk/gtksctree.c
1693                 Remove useless code
1694
1695 2006-05-25 [colin]      2.2.0cvs56
1696
1697         * src/common/ssl_certificate.c
1698                 Fix leak in expired cert check
1699
1700 2006-05-25 [colin]      2.2.0cvs55
1701
1702         * src/mh.c
1703                 Disable flags syncing on .mh_sequences - it
1704                 is buggy and marks mails read under unknown
1705                 conditions.
1706
1707 2006-05-25 [paul]
1708
1709         * 2.3.0-rc4 released
1710
1711 2006-05-24 [colin]      2.2.0cvs54
1712
1713         attention cvs users: if you manage to crash
1714         Sylpheed-Claws while moving, copying or deleting
1715         mails, we *are* interested in stack traces and
1716         valgrind logs. It looks stable, but one never
1717         knows...
1718
1719         * src/folder.c
1720                 Add progressbar for cache updates
1721         * src/folderutils.c
1722                 Optimize Mark all read in the current
1723                 folder
1724         * src/mh.c
1725                 Add progressbar for copy/move
1726         * src/procmsg.c
1727                 Optimize O(n^2) in copy/move
1728         * src/summaryview.c
1729         * src/gtk/gtksctree.c
1730                 Optimize O(n^2) algos
1731         * src/common/timing.h
1732                 Display ms instead of us
1733
1734 2006-05-24 [wwp]        2.2.0cvs53
1735
1736         * manual/fr/advanced.xml
1737                 updates to the French manual.
1738
1739 2006-05-24 [wwp]        2.2.0cvs52
1740
1741         * src/common/utils.c
1742                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1743
1744 2006-05-24 [wwp]        2.2.0cvs51
1745
1746         * src/folderutils.c
1747                 fixed "mark all read" in MH folders (thanks to Colin).
1748
1749 2006-05-24 [paul]       2.2.0cvs50
1750
1751         * doc/man/sylpheed-claws.1
1752                 updated the man page
1753
1754 2006-05-23 [colin]      2.2.0cvs49
1755
1756         * src/folderview.c
1757         * src/imap.c
1758         * src/inc.c
1759         * src/mbox.c
1760         * src/messageview.c
1761         * src/news.c
1762         * src/send_message.c
1763         * src/summaryview.c
1764         * src/gtk/sslcertwindow.c
1765                 alertpanel fixes, by Fabien
1766
1767 2006-05-23 [colin]      2.2.0cvs48
1768
1769         * src/folder.c
1770         * src/folderview.c
1771         * src/msgcache.c
1772         * src/summaryview.c
1773         * src/gtk/gtksctree.c
1774         * src/gtk/gtksctree.h
1775                 More timings
1776                 Fix slow loading problem, which was caused by the
1777                 use of some gtk_ctree funcs and their use of
1778                 g_list_position while gtk_ctree_(un)link'ing.
1779                 Reap more functions from gtkctree.c to be sure we
1780                 use our (fast) version instead of theirs.
1781         * src/mh.c
1782                 Fix copy of unread mails
1783
1784
1785 2006-05-22 [wwp]        2.2.0cvs47
1786
1787         * manual/fr/advanced.xml
1788                 updated.
1789
1790 2006-05-22 [colin]      2.2.0cvs46
1791
1792         * src/filtering.c
1793                 Fix possible infinite loop. 'copy' is not a 
1794                 final action, so when encountering a 'copy',
1795                 we have to check if a previous one was set
1796                 and do it. In the same way, if we encounter
1797                 a 'move' we have to perform a possibly 
1798                 pending 'copy'. This will slow down filtering
1799                 on IMAP if move+copy or multiple copy actions
1800                 are to be done, but handling it via the batch
1801                 would be really too convoluted.
1802
1803 2006-05-22 [wwp]        2.2.0cvs45
1804
1805         * manual/fr/advanced.xml
1806         * manual/fr/faq.xml
1807         * manual/fr/glossary.xml
1808         * manual/fr/handling.xml
1809         * manual/fr/intro.xml
1810         * manual/fr/plugins.xml
1811         * manual/fr/sylpheed-claws-manual.xml
1812                 sync w/ the english manual: updates URIs, documented mailing-list
1813                 support, better explanation about the enabled/disabled feature
1814                 in filtering/processing rules by Paul.
1815
1816 2006-05-21 [colin]      2.2.0cvs44
1817
1818         * src/summaryview.c
1819                 Don't expand after building threads, but during
1820
1821 2006-05-21 [colin]      2.2.0cvs43
1822
1823         * src/procmsg.c
1824         * src/summaryview.c
1825                 More timing possibilities... For next time I have 
1826                 to find out how the hell some 3GHz computer takes
1827                 one minute to open a 30k folder...
1828
1829 2006-05-21 [colin]      2.2.0cvs42
1830
1831         * manual/pl/advanced.xml
1832         * manual/pl/faq.xml
1833         * manual/pl/glossary.xml
1834         * manual/pl/handling.xml
1835         * manual/pl/intro.xml
1836         * manual/pl/plugins.xml
1837         * manual/pl/sylpheed-claws-manual.xml
1838                 Polish manual updated by Pawel
1839
1840 2006-05-20 [colin]
1841
1842         * 2.3.0-rc3 released
1843
1844 2006-05-20 [colin]      2.2.0cvs41
1845
1846         * src/imap.c
1847                 Fix -rc2 problems:
1848                 - remove cache of moved messages from original folder
1849                 - apply new flags to messages even if they aren't appliable
1850                   via IMAP.
1851
1852 2006-05-20 [colin]
1853
1854         * 2.3.0-rc2 released
1855
1856 2006-05-19 [colin]      2.2.0cvs40
1857
1858         * src/imap.c
1859                 Don't issue SELECT in imap_change_flags
1860                 before having checked that we indeed have
1861                 some flags to change. MSG_POSTFILTERED for
1862                 example can't be used on IMAP.
1863                 Fixes bug #955 (copying messages between 
1864                 imap folders is extremely slow), which was
1865                 a regression.
1866
1867 2006-05-19 [colin]      2.2.0cvs39
1868
1869         * src/folder.c
1870         * src/folder.h
1871         * src/folderview.c
1872                 Try to fix bug #830 (Some unread messages 
1873                 get marked read in IMAP inbox):
1874                 - Prevent scanning a folder if it's being 
1875                   opened via the GUI
1876                 - Postpone opening via the GUI of a folder
1877                   currently scanned.
1878
1879
1880 2006-05-19 [wwp]        2.2.0cvs38
1881
1882         * manual/advanced.xml
1883                 fix English+typo (thanks to Paul).
1884
1885 2006-05-19 [wwp]        2.2.0cvs37
1886
1887         * manual/advanced.xml
1888         * manual/fr/advanced.xml
1889         * src/gtk/logwindow.c
1890         * src/prefs_common.c
1891         * src/prefs_common.h
1892                 added hidden prefs to allow customization of colors used in
1893                 protocol log window (useful for dark gtk+ themes).
1894
1895 2006-05-19 [wwp]        2.2.0cvs36
1896
1897         * ChangeLog
1898                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1899
1900 2006-05-19 [paul]       2.2.0cvs35
1901
1902         * src/textview.c
1903                 make Reply-To fully clickable
1904         * src/gtk/logwindow.c
1905                 more colouring (SMTP ESMTP)
1906         Both patches by Pawel Pekala
1907
1908 2006-05-19 [cleroy]     2.2.0cvs34
1909
1910         * src/mh.c
1911                 Don't update flags from current folder
1912                 Probably fixes bug #935 (Read Messages 
1913                 Revert to Being Marked as Unread)
1914
1915 2006-05-18 [colin]      2.2.0cvs33
1916
1917         * src/imap.c
1918                 Warning fix
1919         * src/compose.c
1920         * src/mainwindow.c
1921         * src/summaryview.c
1922         * src/toolbar.c
1923                 Allow replying to multiple emails
1924                 in multiple windows
1925         * src/mimeview.c
1926         * src/etpan/imap-thread.c
1927                 Leak fixes
1928
1929 2006-05-18 [paul]       2.2.0cvs32
1930
1931         * src/summaryview.c
1932                 keep Mailing-List menu refreshed
1933                 Thanks to Colin
1934
1935 2006-05-18 [paul]       2.2.0cvs31
1936
1937         * manual/advanced.xml
1938         * manual/faq.xml
1939         * manual/glossary.xml
1940         * manual/handling.xml
1941         * manual/intro.xml
1942         * manual/plugins.xml
1943         * manual/sylpheed-claws-manual.xml
1944                 update URLs
1945                 add info about mailing-list support
1946                 edit filtering info
1947         * src/wizard.c
1948         * src/common/defs.h
1949         * src/gtk/about.c
1950         * src/plugins/dillo_viewer/README
1951                 update URLs
1952
1953 2006-05-17 [wwp]        2.2.0cvs30
1954
1955         * manual/handling.xml
1956         * manual/fr/handling.xml
1957                 documented the ability to enabled/disable filtering/processing rules.
1958
1959 2006-05-17 [colin]      2.2.0cvs29
1960
1961         * src/main.c
1962                 Don't initialize g_thread subsystem if it's 
1963                 already done (thanks to Hiro)
1964         * src/mimeview.c
1965                 Fix saving of parts when there name can't be
1966                 converted from UTF-8.
1967
1968 2006-05-17 [paul]       2.2.0cvs28
1969
1970         * po/Makefile.in.in
1971                 fix config.status warning with autoconf 2.60
1972
1973 2006-05-17 [paul]       2.2.0cvs27
1974
1975         * po/POTFILES.in
1976                 add src/mbox.c
1977
1978 2006-05-17 [wwp]        2.2.0cvs26
1979
1980         * src/mainwindow.c
1981                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1982
1983 2006-05-17 [wwp]        2.2.0cvs25
1984
1985         * src/plugins/demo/demo.c
1986                 updated product name in plugin demo (many plugins need to be
1987                 sync'ed w/ that change).
1988
1989 2006-05-17 [colin]      2.2.0cvs24
1990
1991         * src/mh.c
1992                 Fix leak
1993
1994 2006-05-16 [colin]      2.2.0cvs23
1995
1996         * src/mainwindow.c
1997                 Stupid me hit again. Fix cvs22.
1998
1999 2006-05-16 [colin]      2.2.0cvs22
2000
2001         * src/mainwindow.c
2002                 Fix bug #922 (sylpheed-claws crashed after 
2003                 pushing on Inbox folder)
2004
2005 2006-05-16 [colin]      2.2.0cvs21
2006
2007         * src/compose.c
2008                 Make From header be copy/paste/select-able
2009
2010 2006-05-16 [wwp]        2.2.0cvs20
2011
2012         * src/export.c
2013         * src/matcher.c
2014         * src/summaryview.c
2015         * src/etpan/imap-thread.c
2016                 fix some compiler warnings (thanks to Colin).
2017
2018 2006-05-16 [wwp]        2.2.0cvs19
2019
2020         * src/action.c
2021         * src/gedit-print.c
2022         * src/inc.c
2023         * src/mainwindow.c
2024         * src/mh.c
2025         * src/statusbar.c
2026         * src/send_message.c
2027         * src/summaryview.c
2028                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2029
2030 2006-05-15 [colin]      2.2.0cvs18
2031
2032         * src/procmsg.c
2033                 Fix automatic rule creation with List-Post
2034
2035 2006-05-15 [paul]       2.2.0cvs17
2036
2037         * tools/filter_conv_new.pl
2038                 updated for rule enabling/disabling
2039                 claws version >= 2.3.x required
2040
2041 2006-05-15 [cleroy]     2.2.0cvs16
2042
2043         * src/main.c
2044                 Revert test
2045
2046 2006-05-15 [cleroy]     2.2.0cvs15
2047
2048         * src/main.c
2049                 test
2050
2051 2006-05-15 [wwp]        2.2.0cvs14
2052
2053         * manual/pl/.cvsignore
2054                 ignore generated files.
2055
2056 2006-05-14 [wwp]        2.3.0-rc1
2057
2058         * 2.3.0-rc1 released
2059
2060 2006-05-13 [wwp]        2.2.0cvs13
2061
2062         * src/filtering.c
2063         * src/filtering.h
2064         * src/matcher.c
2065         * src/matcher_parser_lex.l
2066         * src/matcher_parser_parse.y
2067         * src/prefs_filtering.c
2068                 new feature: provide the ability to disable filtering and processing
2069                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2070                 adaptations.
2071
2072 2006-05-13 [colin]      2.2.0cvs12
2073
2074         * src/compose.c
2075                 Remove useless if (a) b; else b;
2076                 Thanks to wwp
2077
2078 2006-05-13 [wwp]        2.2.0cvs11
2079
2080         * src/export.c
2081         * src/import.c
2082         * src/mainwindow.c
2083         * src/mbox.c
2084         * src/summaryview.c
2085         * src/summaryview.h
2086                 no more silent failures (or at least less ones) when importing
2087                 or exporting from/to mbox. Also start importing/exporting if
2088                 the necessary info is set.
2089
2090 2006-05-13 [wwp]        2.2.0cvs10
2091
2092         * RELEASE_NOTES
2093                 restored up-to-date release notes.
2094
2095 2006-05-13 [paul]       2.2.0cvs9
2096
2097         * po/nl.po
2098         * po/ru.po
2099                 updated by Tim Dijkstra and Pavlo Bohmat
2100
2101 2006-05-12 [colin]      2.2.0cvs8
2102
2103         * src/gtk/quicksearch.c
2104                 Add "k" as shortcut for "colorlabel". Patch
2105                 by ath42@users.sf.net.
2106
2107 2006-05-12 [paul]       2.2.0cvs7
2108
2109         * src/prefs_common.h
2110         * src/prefs_summaries.c
2111         * src/summaryview.c
2112                 when entering a folder also allow
2113                 going directly to first Marked message
2114
2115 2006-05-12 [paul]       2.2.0cvs6
2116
2117         * src/summaryview.c
2118                 always obey 'confirm before marking all
2119                 mails read' option
2120
2121 2006-05-12 [paul]       2.2.0cvs5
2122
2123         * src/textview.c
2124                 make Sender fully clickable
2125
2126 2006-05-12 [colin]      2.2.0cvs4
2127
2128         * src/compose.c
2129         * src/compose.h
2130                 Let From be editable
2131         * src/main.c
2132         * src/mh.c
2133                 Full support of .mh_sequences' Unseen seq
2134
2135 2006-05-12 [colin]      2.2.0cvs3
2136
2137         * src/folder.c
2138         * src/mainwindow.c
2139         * src/mainwindow.h
2140         * src/messageview.c
2141         * src/prefs_spelling.c
2142         * src/procheader.c
2143         * src/procmsg.c
2144         * src/procmsg.h
2145         * src/summaryview.c
2146         * src/toolbar.c
2147         * src/toolbar.h
2148                 Add contextual menu on Compose toolbar
2149                 button. Fixes bug #944 (Automatic
2150                 addresses not applied when changing account
2151                 from compose window)
2152                 add Mailing List support
2153                 based on the old 0.6.5claws25 patch by
2154                 Melvin Hadasht, with finishing touches
2155                 by Colin
2156                 Fix "ignore thread" when mails are threaded by
2157                 subject (and weren't ignored although appearing
2158                 in the thread).
2159                 GUI rework.
2160                 Both patches by Pawel.
2161
2162 2006-05-08 [paul]       2.2.0cvs2
2163
2164         * src/mainwindow.c
2165         * src/mainwindow.h
2166         * src/messageview.c
2167         * src/procheader.c
2168         * src/procmsg.c
2169         * src/procmsg.h
2170         * src/summaryview.c
2171                 add Mailing List support
2172                 based on the old 0.6.5claws25 patch by 
2173                 Melvin Hadasht, with finishing touches
2174                 by Colin
2175
2176 2006-05-08 [colin]      2.2.0cvs1
2177
2178         * src/mainwindow.c
2179         * src/toolbar.c
2180         * src/toolbar.h
2181                 Add contextual menu on Compose toolbar 
2182                 button. Fixes bug #944 (Automatic 
2183                 addresses not applied when changing account 
2184                 from compose window)
2185
2186 2006-05-08 [paul]       2.2.0
2187
2188         2.2.0 released
2189
2190 2006-05-08 [paul]       2.1.1cvs51
2191
2192         * po/cs.po
2193         * po/de.po
2194         * po/en_GB.po
2195         * po/fi.po
2196         * po/fr.po
2197         * po/pt_BR.po
2198         * po/sr.po
2199         * po/zh_CN.po
2200                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2201                 Fabien Vantard, Frederico Goncalves Guimaraes,
2202                 Aleksandar Urosevic, and Ralgh Young
2203
2204 2006-05-12 [colin]      2.1.1cvs50
2205
2206         * po/cs.po
2207         * po/de.po
2208         * po/en_GB.po
2209         * po/es.po
2210         * po/fi.po
2211         * po/fr.po
2212         * po/pt_BR.po
2213         * po/sr.po
2214         * po/zh_CN.po
2215                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2216                 Fabien Vantard, Frederico Goncalves Guimaraes,
2217                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2218
2219 2006-05-05 [colin]      2.1.1cvs49
2220
2221         * manual/Makefile.am
2222         * manual/pl/Makefile.am
2223         * manual/pl/account.xml
2224         * manual/pl/ack.xml
2225         * manual/pl/addrbook.xml
2226         * manual/pl/advanced.xml
2227         * manual/pl/faq.xml
2228         * manual/pl/glossary.xml
2229         * manual/pl/gpl.xml
2230         * manual/pl/handling.xml
2231         * manual/pl/intro.xml
2232         * manual/pl/keyboard.xml
2233         * manual/pl/plugins.xml
2234         * manual/pl/starting.xml
2235         * manual/pl/sylpheed-claws-manual.xml
2236         * manual/pl/dist/.cvsignore
2237         * manual/pl/dist/Makefile.am
2238         * manual/pl/dist/html/.cvsignore
2239         * manual/pl/dist/html/Makefile.am
2240         * manual/pl/dist/pdf/.cvsignore
2241         * manual/pl/dist/pdf/Makefile.am
2242         * manual/pl/dist/ps/.cvsignore
2243         * manual/pl/dist/ps/Makefile.am
2244         * manual/pl/dist/txt/.cvsignore
2245         * manual/pl/dist/txt/Makefile.am
2246                 Add the polish translation of the manual,
2247                 Authored by Pawel Pekala.
2248
2249 2006-05-05 [cleroy]     2.1.1cvs48
2250
2251         * src/main.c
2252                 Re-read matcherrc after loading plugins 
2253                 if some of them add folders.
2254
2255 2006-05-03 [colin]      2.1.1cvs47
2256
2257         * src/imap.c
2258                 I'm idiot
2259
2260 2006-05-03 [colin]      2.1.1cvs46
2261
2262         * src/imap.c
2263                 Be sure to have a session when
2264                 getting separator
2265
2266 2006-05-03 [colin]      2.1.1cvs45
2267
2268         * src/imap.c
2269         * src/imap.h
2270         * src/imap_gtk.c
2271                 Fix preventing renaming with namespace 
2272                 separator.
2273
2274 2006-05-01 [colin]      2.1.1cvs44
2275
2276         * src/action.c
2277                 Don't reload messageview when result of
2278                 action is piped.
2279
2280 2006-04-29 [colin]      2.1.1cvs43
2281
2282         * src/prefs_receive.c
2283         * src/plugins/spamassassin/spamassassin_gtk.c
2284         * src/plugins/clamav/clamav_plugin_gtk.c
2285                 GUI fixes by Pawel
2286
2287 2006-04-29 [colin]      2.1.1cvs42
2288
2289         * src/prefs_compose_writing.c
2290         * src/prefs_quote.c
2291                 Cleanups. Patch by Pawel
2292
2293 2006-04-28 [paul]       2.1.1cvs41
2294
2295         * src/matcher.c
2296                 fix returned quick search results when search
2297                 term contains an underscore.
2298                 Thanks to Colin
2299
2300 2006-04-28 [paul]       2.1.1cvs40
2301
2302         * src/prefs_message.c
2303         * src/prefs_receive.c
2304                 GUI cleanups
2305                 Patches by Pawel Pekala
2306
2307 2006-04-27 [colin]      2.1.1cvs39
2308
2309         * src/wizard.c
2310                 Differentiate subject Welcome from
2311                 window's title Welcome
2312
2313 2006-04-27 [paul]
2314
2315         2.2.0-rc1 released
2316
2317 2006-04-27 [paul]       2.1.1cvs38
2318
2319         * manual/advanced.xml
2320         * manual/fr/advanced.xml
2321                 add info about compose_no_markup hidden pref
2322
2323 2006-04-27 [paul]       2.1.1cvs37
2324
2325         * src/prefs_account.c
2326                 improve privacy labels
2327         * src/prefs_msg_colors.c
2328                 change some strings for translators' convenience
2329         * src/gtk/gtkutils.c
2330                 don't underline the link button text
2331
2332 2006-04-25 [colin]      2.1.1cvs36
2333
2334         * src/folder.c
2335                 Complete 2.1.1cvs33 (once more ;)
2336
2337 2006-04-25 [colin]      2.1.1cvs35
2338
2339         * src/editldap.c
2340                 Fix tooltip
2341
2342 2006-04-25 [cleroy]     2.1.1cvs34
2343
2344         * src/compose.c
2345         * src/gtk/gtkaspell.c
2346                 Fix crash on redirect (related to the return 
2347                 of the aspell menu in compose's toolbar)
2348         * src/prefs_msg_colors.c
2349                 Fix sensitivity widgets
2350         * src/image_viewer.c
2351         * src/gtk/pluginwindow.c
2352         * src/gtk/prefswindow.c
2353                 Change released signals to clicked (Fabien)
2354         * po/POTFILES.in
2355         * src/common/socket.c
2356         * src/plugins/spamassassin/spamassassin.c
2357                 Translate strings (Fabien)
2358
2359 2006-04-25 [paul]       2.1.1cvs33
2360
2361         * src/folder.c
2362         * src/folder.h
2363         * src/folderview.c
2364                 complete the fix of bug #912
2365                 Thanks to Colin
2366
2367 2006-04-25 [colin]      2.1.1cvs32
2368
2369         * src/news.c
2370                 Better progress bar
2371         * src/mimeview.c
2372         * src/summaryview.c
2373         * src/summaryview.h
2374                 Fix focus chain
2375                 Patches by Pawel Pekala
2376
2377 2006-04-24 [colin]      2.1.1cvs31
2378
2379         * src/compose.c
2380                 Fix compilation warnings (Fabien)
2381
2382 2006-04-24 [colin]      2.1.1cvs30
2383
2384         * src/addrindex.c
2385         * src/editldap.c
2386         * src/editldap_basedn.c
2387         * src/editldap_basedn.h
2388         * src/ldapctrl.c
2389         * src/ldapctrl.h
2390         * src/ldapquery.c
2391         * src/ldaputil.c
2392         * src/ldaputil.h
2393                 Fix bug #901 (LDAPS support)
2394
2395 2006-04-24 [colin]      2.1.1cvs29
2396
2397         * src/compose.c
2398                 Fix logic on error with send dialog on
2399         * src/imap.c
2400                 Fix compilation without libetpan, thanks
2401                 to Fabien
2402         * src/summaryview.c
2403                 Fix 'context-menu' key
2404
2405 2006-04-23 [colin]      2.1.1cvs28
2406
2407         * src/folder.c
2408                 Never free current's cache to free up 
2409                 memory. Fixes bug #912 (new count 
2410                 randomly set to message count)
2411
2412 2006-04-23 [colin]      2.1.1cvs27
2413
2414         * src/gtk/quicksearch.c
2415                 And remove printf...
2416
2417 2006-04-23 [colin]      2.1.1cvs26
2418
2419         * src/gtk/quicksearch.c
2420                 Fix replacing in quicksearch, and fix inserting
2421                 in the middle of the string. (introduced at 2.1.0cvs22)
2422
2423 2006-04-23 [colin]      2.1.1cvs25
2424
2425         * src/imap.c
2426                 Make sure uidnext is initialized in get_num_list
2427                 (not for stable, related to 2.1.1cvs8 and friends)
2428
2429 2006-04-23 [colin]      2.1.1cvs24
2430
2431         * src/imap.c
2432                 Output something when login is successful
2433                 too
2434
2435 2006-04-23 [colin]      2.1.1cvs23
2436
2437         * src/etpan/imap-thread.c
2438                 Better logging (line-per-line, hide data in fetch)
2439                 Fix a const warning
2440         * src/gtk/logwindow.c
2441         * src/gtk/logwindow.h
2442                 Better logging (color for input/output)
2443
2444 2006-04-21 [colin]      2.1.1cvs22
2445
2446         * src/gtk/quicksearch.c
2447                 On gtk+-2.8, use stock buttons in quicksearch
2448                 Based on a patch by Fabien and a design by Paul
2449
2450 2006-04-21 [colin]      2.1.1cvs21
2451
2452         * src/folderview.c
2453         * src/mainwindow.c
2454                 Fix occasional flicker in folderview
2455         * src/common/utils.c
2456                 Fix bug #943 (Incorrectly parsed email address 
2457                 list in short headers on message view and in 
2458                 printouts)
2459
2460 2006-04-20 [colin]      2.1.1cvs20
2461
2462         * src/imap.c
2463         * src/imap.h
2464         * src/prefs_account.c
2465                 Add ANONYMOUS auth for IMAP
2466
2467 2006-04-20 [paul]       2.1.1cvs19
2468
2469         * src/main.c
2470                 proper fix for 2.1.1cvs18
2471                 Thanks to Colin
2472
2473 2006-04-20 [paul]       2.1.1cvs18
2474
2475         * src/main.c
2476                 fix build warnings
2477
2478 2006-04-20 [paul]       2.1.1cvs17
2479
2480         * src/gtk/quicksearch.c
2481                 fix standard, non-extended Quick search,
2482                 was broken in 2.1.1cvs15.
2483                 Thanks to Colin.
2484
2485 2006-04-20 [colin]      2.1.1cvs16
2486
2487         * src/prefs_matcher.c
2488                 Fix values when reselecting a ~test
2489                 rule
2490
2491 2006-04-19 [colin]      2.1.1cvs15
2492
2493         * src/compose.c
2494         * src/compose.h
2495         * src/gtk/gtkaspell.c
2496         * src/gtk/gtkaspell.h
2497                 Put back Options menu in Spelling/
2498         * src/gtk/quicksearch.c
2499                 Don't search, and show error, if the
2500                 advanced search has a syntax error
2501
2502 2006-04-18 [colin]      2.1.1cvs14
2503
2504         * src/textview.c
2505                 Fix gdk warnings on set_cursor when textview
2506                 isn't visible
2507
2508 2006-04-18 [colin]      2.1.1cvs13
2509
2510         * src/gtk/gtksctree.c
2511                 Remove seemingly useless refresh that causes
2512                 flicker - watch this commit in case of 
2513                 problems before planned backport to stable
2514
2515 2006-04-18 [colin]      2.1.1cvs12
2516
2517         * src/imap.c
2518                 Factorize get/set_xml code
2519         * src/compose.c
2520         * src/prefs_account.c
2521         * src/prefs_account.h
2522         * src/procmsg.c
2523                 Add Encrypt to self option
2524
2525 2006-04-17 [colin]      2.1.1cvs11
2526
2527         * configure.ac
2528                 Fix search on encrpyt function on dragonfly
2529                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2530
2531 2006-04-17 [colin]      2.1.1cvs10
2532
2533         * src/prefs_account.c
2534                 Be safe by default: remove mails from POP3
2535                 after 7 days, not immediately
2536
2537 2006-04-17 [colin]      2.1.1cvs9
2538
2539         * src/etpan/imap-thread.c
2540                 Fix build on DragonFly - patch by 
2541                 Jonathan Buschmann <jonthn@agmact.com>
2542
2543 2006-04-17 [colin]      2.1.1cvs8
2544
2545         * src/imap.c
2546                 Save uidnext between sessions
2547
2548 2006-04-17 [colin]      2.1.1cvs7
2549
2550         * src/imap.c
2551                 scan is required when uid validity changes
2552
2553 2006-04-17 [colin]      2.1.1cvs6
2554
2555         * src/folderview.c
2556                 Don't scan if not necessary, apart in current
2557                 folder and INBOX to fetch flags.
2558         * src/imap.c
2559                 Scan is necessary if unread count changes
2560
2561 2006-04-17 [colin]      2.1.1cvs5
2562
2563         * src/imap.c
2564                 ...But always fetch ANSWERED and DELETED flags for
2565                 INBOX, as filtering can happen on these flags.
2566
2567 2006-04-17 [colin]      2.1.1cvs4
2568
2569         * src/imap.c
2570                 Don't fetch REPLIED and DELETED flags when synchronising
2571                 flags with a closed folder. We only need UNSEEN and FLAGGED
2572                 to update the folderview.
2573
2574 2006-04-17 [colin]      2.1.1cvs3
2575
2576         * src/imap.c
2577                 Faster flag search when there are new mails 
2578                 in a folder. We can do a full search if the 
2579                 folder contains less messages than the new
2580                 list.
2581
2582 2006-04-17 [colin]      2.1.1cvs2
2583
2584         * po/cs.po
2585         * po/de.po
2586         * po/fr.po
2587         * po/nl.po
2588         * po/pt_BR.po
2589                 Update translations from stable branch
2590
2591 2006-04-17 [colin]      2.1.1cvs1
2592
2593         * configure.ac
2594                 Bump version to follow stable release
2595
2596 2006-04-16 [mones]      2.1.0cvs50
2597
2598         * po/es.po
2599                 Updated for release
2600
2601 2006-04-16 [colin]      2.1.0cvs49
2602
2603         * src/textview.c
2604                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2605                 with gtk < 2.8. Thanks to Fabien Vantard.
2606
2607 2006-04-15 [colin]      2.1.0cvs48
2608
2609         * src/etpan/imap-thread.c
2610                 Fix bug #919 (libetpan: SEGV when connecting 
2611                 using command)
2612
2613 2006-04-14 [colin]      2.1.0cvs47
2614
2615         * src/main.c
2616                 Fix race on --select (should be done better)
2617
2618 2006-04-14 [wwp]        2.1.0cvs46
2619
2620         * src/send_message.c
2621                 enforce a check for domain in account prefs (a sending
2622                 error could be faced if domain was checked but no value set),
2623                 thanks to Colin.
2624
2625 2006-04-14 [colin]      2.1.0cvs45
2626
2627         * src/codeconv.c
2628                 when converting from unknown to unknown, if the
2629                 string is UTF8, don't convert it to the locale
2630                 (which breaks it)
2631
2632 2006-04-14 [colin]      2.1.0cvs44
2633
2634         * src/compose.c
2635                 Don't try to use ASCII for converting headers
2636                 (as done in body)
2637
2638 2006-04-14 [paul]       2.1.0cvs43
2639
2640         * src/crash.c
2641                 add locale/charset info to crash report
2642         * src/gtk/about.c
2643                 add wwp to doc team
2644                 replace 'e-mail' with preferred 'email'
2645         * src/gtk/authors.h
2646                 ensure contributors list is in alphabetical
2647                 order
2648
2649 2006-04-13 [colin]      2.1.0cvs42
2650
2651         * src/textview.c
2652                 Prevent gdk warnings
2653
2654 2006-04-13 [colin]      2.1.0cvs41
2655
2656         * src/common/ssl_certificate.c
2657         * src/common/ssl_certificate.h
2658         * src/gtk/sslcertwindow.c
2659                 Warn on expired certs, and display the expiration date
2660
2661 2006-04-13 [colin]      2.1.0cvs40
2662
2663         * src/plugins/spamassassin/spamassassin_gtk.c
2664                 Fix missing set_text on unix socket
2665
2666 2006-04-13 [wwp]        2.1.0cvs39
2667
2668         * manual/fr/advanced.xml
2669         * manual/fr/glossary.xml
2670                 applied new spam/ham/email lexicon (pourriel, courriel)
2671
2672 2006-04-13 [paul]       2.1.0cvs38
2673
2674         * src/plugins/pgpmime/plugin.c
2675                 remove the mention of S/MIME from the
2676                 description. This is now handled by the
2677                 S/MIME plugin.
2678
2679 2006-04-13 [paul]       2.1.0cvs37
2680
2681         * src/prefs_msg_colors.c
2682                 rework dialog
2683         * src/prefs_folder_item.c
2684         * src/prefs_spelling.c
2685                 add a tooltip to the colour selector buttons
2686
2687 2006-04-13 [wwp]        2.1.0cvs36
2688
2689         * manual/advanced.xml
2690         * manual/glossary.xml
2691         * manual/handling.xml
2692         * manual/keyboard.xml
2693         * manual/plugins.xml
2694         * manual/starting.xml
2695         * manual/fr/account.xml
2696         * manual/fr/ack.xml
2697         * manual/fr/addrbook.xml
2698         * manual/fr/advanced.xml
2699         * manual/fr/faq.xml
2700         * manual/fr/glossary.xml
2701         * manual/fr/gpl.xml
2702         * manual/fr/handling.xml
2703         * manual/fr/intro.xml
2704         * manual/fr/keyboard.xml
2705         * manual/fr/plugins.xml
2706         * manual/fr/starting.xml
2707         * manual/fr/sylpheed-claws-manual.xml
2708                 fixes to the manuals:
2709                  - summaryview -> Message List (same in French)
2710                  - translate key names
2711                  - fix French punctuation, use non-breakable spaces when
2712                    necessary, don't use &thinsp; which is not portable
2713                  - tell what maildir and mbox formats we support
2714
2715 2006-04-12 [wwp]        2.1.0cvs35
2716
2717         * src/prefs_toolbar.c
2718                 unified a replace button more,
2719                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2720
2721 2006-04-12 [wwp]        2.1.0cvs34
2722
2723         * src/prefs_common.c
2724         * src/prefs_msg_colors.c
2725                 make default color labels translatable,
2726                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2727                 thanks to Tim <timbrain@post.cz> for reporting.
2728
2729 2006-04-12 [wwp]        2.1.0cvs33
2730
2731         * manual/glossary.xml
2732         * manual/intro.xml
2733         * manual/plugins.xml
2734         * manual/starting.xml
2735         * manual/sylpheed-claws-manual.xml
2736         * manual/fr/.cvsignore
2737         * manual/fr/account.xml
2738         * manual/fr/ack.xml
2739         * manual/fr/addrbook.xml
2740         * manual/fr/advanced.xml
2741         * manual/fr/faq.xml
2742         * manual/fr/glossary.xml
2743         * manual/fr/handling.xml
2744         * manual/fr/intro.xml
2745         * manual/fr/keyboard.xml
2746         * manual/fr/plugins.xml
2747         * manual/fr/starting.xml
2748         * manual/fr/sylpheed-claws-manual.xml
2749                 various fixes: typos, missing .fr translations, punctuation,
2750                 capitalization, links, accents and some bad French more.
2751
2752 2006-04-12 [wwp]        2.1.0cvs32
2753
2754         * src/prefs_gtk.c
2755                 fix for bug #935: always store prefs files in UTF-8 (thanks
2756                 to Colin).
2757
2758 2006-04-11 [colin]      2.1.0cvs31
2759
2760         * src/compose.c
2761                 Fix inserting files not in utf8 when locale is utf8
2762
2763 2006-04-11 [colin]      2.1.0cvs30
2764
2765         * src/inc.c
2766                 Don't show error dialog when cancelling connection
2767                 Patch by Pawel
2768
2769 2006-04-11 [cleroy]     2.1.0cvs29
2770
2771         * src/compose.c
2772                 Implement multiple quote levels
2773         * src/prefs_common.c
2774                 Change a little bit the quote bgcolor for 2nd level
2775
2776 2006-04-11 [colin]      2.1.0cvs28
2777
2778         * src/gtk/about.c
2779                 Add locale and charset in the label
2780
2781 2006-04-10 [colin]      2.1.0cvs27
2782
2783         * src/compose.c
2784         * src/prefs_common.c
2785         * src/prefs_common.h
2786         * src/prefs_msg_colors.c
2787         * src/textview.c
2788                 Allow optional background color in quotes
2789                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2790                 GTK+-2.8.x feature
2791
2792 2006-04-10 [colin]      2.1.0cvs26
2793
2794         * src/main.c
2795         * src/mainwindow.c
2796         * src/mainwindow.h
2797                 Implement --select
2798
2799 2006-04-10 [colin]      2.1.0cvs25
2800
2801         * manual/plugins.xml
2802         * manual/fr/plugins.xml
2803                 Document libcurl's proxy variables
2804
2805 2006-04-09 [colin]      2.1.0cvs24
2806
2807         * src/prefs_common.c
2808                 gettext() returns statically allocated stuff. We have
2809                 to strdup it in order to be able to free it.
2810
2811 2006-04-09 [colin]      2.1.0cvs23
2812
2813         * AUTHORS
2814         * src/gtk/authors.h
2815                 Add Alexei
2816
2817 2006-04-09 [colin]      2.1.0cvs22
2818
2819         * src/mainwindow.c
2820         * src/gtk/quicksearch.c
2821                 Fix bug #859 (problems with cyrilic input in 
2822                 search panel) - Patch by Alexey Illarionov 
2823                 <littlesavage@rambler.ru>
2824
2825 2006-04-09 [colin]      2.1.0cvs21
2826
2827         * src/prefs_customheader.c
2828                 I prefer removing then freeing rather than the contrary
2829                 (even if it doesn't change anything ;-)
2830         * src/prefs_account.c
2831                 Fix bug #933 (Crash re-entering the custom headers list 
2832                 dialog in accounts prefs)
2833                 The problem happened when cancelling the Account 
2834                 Preferences' dialogs - in which case we didn't do 
2835                 anything to the PrefsAccount * struct. In case of applying,
2836                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2837                 working with in this dialog. The problem is that 
2838                 prefs_customheader.c, working on this tmp_ac_prefs, always
2839                 changes the ->customhdr_list pointer, even when cancelled. 
2840                 So in case of cancelling the prefs_account dialog, we still
2841                 have to update ->customhdr_list in the real account.
2842
2843 2006-04-08 [colin]      2.1.0cvs20
2844
2845         * manual/fr/glossary.xml
2846         * manual/fr/keyboard.xml
2847                 Forgot some headers :)
2848
2849 2006-04-08 [colin]      2.1.0cvs19
2850
2851         * manual/Makefile.am
2852         * manual/fr/Makefile.am
2853         * manual/fr/account.xml
2854         * manual/fr/ack.xml
2855         * manual/fr/addrbook.xml
2856         * manual/fr/advanced.xml
2857         * manual/fr/faq.xml
2858         * manual/fr/glossary.xml
2859         * manual/fr/gpl.xml
2860         * manual/fr/handling.xml
2861         * manual/fr/intro.xml
2862         * manual/fr/keyboard.xml
2863         * manual/fr/plugins.xml
2864         * manual/fr/starting.xml
2865         * manual/fr/sylpheed-claws-manual.xml
2866         * manual/fr/dist/.cvsignore
2867         * manual/fr/dist/Makefile.am
2868         * manual/fr/dist/html/.cvsignore
2869         * manual/fr/dist/html/Makefile.am
2870         * manual/fr/dist/pdf/.cvsignore
2871         * manual/fr/dist/pdf/Makefile.am
2872         * manual/fr/dist/ps/.cvsignore
2873         * manual/fr/dist/ps/Makefile.am
2874         * manual/fr/dist/txt/.cvsignore
2875         * manual/fr/dist/txt/Makefile.am
2876                 Add the french translation of the manual. Thanks to
2877                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2878                 account.xml, ack.xml, addrbook.xml and advanced.xml
2879
2880 2006-04-08 [colin]      2.1.0cvs18
2881
2882         * manual/plugins.xml
2883         * manual/starting.xml
2884                 More fixes
2885
2886 2006-04-07 [colin]      2.1.0cvs17
2887
2888         * manual/faq.xml
2889         * manual/intro.xml
2890         * manual/keyboard.xml
2891                 Little fixes
2892
2893 2006-04-07 [colin]      2.1.0cvs16
2894
2895         * README
2896         * src/compose.c
2897         * src/prefs_common.c
2898         * src/prefs_common.h
2899                 Add hidden compose_no_markup pref
2900
2901 2006-04-07 [wwp]        2.1.0cvs15
2902
2903         * src/summary_search.c
2904         * .cvsignore
2905                 Bugfix: stop button was sticky when searching in an empty folder.
2906                 Applied curly brackets code style to the whole file (summary_search.c).
2907                 More files to ignore.
2908
2909 2006-04-07 [wwp]        2.1.0cvs14
2910
2911         * src/message_search.c
2912         * src/summary_search.c
2913                 changed default button when search bumps at file/folder
2914                 beginning or end, for convenience (thanks to Colin).
2915
2916 2006-04-07 [paul]       2.1.0cvs13
2917
2918         * src/plugins/dillo_viewer/dillo_prefs.c
2919                 avoid future potential for namespace collision
2920                 Patch by Colin
2921
2922 2006-04-06 [wwp]        2.1.0cvs12
2923
2924         * src/summary_search.c
2925                 Unify extended/advanced searches names (and thus factorize labels),
2926                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2927
2928 2006-04-06 [wwp]        2.1.0cvs11
2929
2930         * src/folderview.c
2931         * src/prefs_themes.c
2932         * src/summaryview.c
2933                 Fixed some compilation warnings.
2934
2935 2006-04-06 [colin]      2.1.0cvs10
2936
2937         * manual/advanced.xml
2938                 Document the wizard template and how to deploy
2939                 Sylpheed-Claws effectively
2940
2941 2006-04-06 [colin]      2.1.0cvs9
2942
2943         * src/folderview.c
2944                 gettext patch to tell translators about _("#"),
2945                 by Maxim Britov
2946
2947 2006-04-06 [colin]      2.1.0cvs8
2948
2949         * src/textview.c
2950                 Fix invalid GtkTextBIter after clicking "Display as text"
2951
2952 2006-04-06 [mones]      2.1.0cvs7
2953
2954         * src/addr_compl.c
2955         * src/addrindex.c
2956         * src/addritem.c
2957         * src/codeconv.c
2958         * src/compose.c
2959         * src/filtering.c
2960         * src/folder.c
2961         * src/folder_item_prefs.c
2962         * src/folderview.c
2963         * src/localfolder.c
2964         * src/matcher.c
2965         * src/mimeview.c
2966         * src/prefs_msg_colors.c
2967         * src/prefs_spelling.c
2968         * src/prefs_themes.c
2969         * src/procmime.c
2970         * src/procmsg.c
2971         * src/stock_pixmap.c
2972         * src/summaryview.c
2973         * src/textview.c
2974         * src/toolbar.c
2975         * src/common/mgutils.c
2976         * src/common/prefs.c
2977         * src/common/ssl_certificate.c
2978         * src/gtk/colorlabel.c
2979         * src/gtk/quicksearch.c
2980         * src/plugins/pgpmime/pgpmime.c
2981         * src/plugins/spamassassin/spamassassin.c
2982                 Removed redundant NULL checks for g_free() calls.
2983                 Patch by Pawel Pekala.
2984
2985 2006-04-06 [mones]      2.1.0cvs6
2986
2987         * src/prefs_actions.c
2988         * src/prefs_filtering.c
2989         * src/prefs_filtering_action.c
2990         * src/prefs_matcher.c
2991         * src/prefs_template.c
2992         * src/gtk/gtkutils.c
2993         * src/gtk/gtkutils.h
2994                 Have a nice replace button. Patch by Pawel Pekala
2995
2996 2006-04-06 [colin]      2.1.0cvs5
2997
2998         * src/addressbook.c
2999                 Fix crash with empty columns
3000
3001 2006-04-05 [colin]      2.1.0cvs4
3002
3003         * src/wizard.c
3004         * src/prefs_gtk.c
3005                 Allow wizard customization with pre-filled values
3006
3007 2006-04-05 [colin]      2.1.0cvs3
3008
3009         * src/textview.c
3010         * src/mimeview.c
3011         * src/mimeview.h
3012                 Nicer messages in mimeview
3013
3014 2006-04-05 [colin]      2.1.0cvs2
3015
3016         * src/addressbook.c
3017         * src/prefs_summaries.c
3018                 i18n fix
3019
3020 2006-04-05 [colin]      2.1.0cvs1
3021
3022         * src/plugins/pgpcore/plugin.c
3023         * src/plugins/pgpcore/select-keys.c
3024         * src/plugins/pgpcore/select-keys.h
3025         * src/plugins/pgpcore/sgpgme.c
3026         * src/plugins/pgpcore/sgpgme.h
3027         * src/plugins/pgpinline/pgpinline.c
3028         * src/plugins/pgpinline/plugin.c
3029         * src/plugins/pgpmime/pgpmime.c
3030         * src/plugins/pgpmime/plugin.c
3031                 Factorize and generalize a bit 
3032                 Drop S/MIME signature verification from PGP/MIME
3033                 (adding it as another, more complete plugin)
3034
3035 2006-04-05 [paul]       2.1.0
3036
3037         2.1.0 released
3038
3039 2006-04-05 [paul]       2.0.0cvs186
3040
3041         * manual/advanced.xml
3042                 add info on colour labels
3043
3044 2006-04-05 [paul]       2.0.0cvs185
3045
3046         * po/bg.po
3047         * po/cs.po
3048         * po/de.po
3049         * po/el.po
3050         * po/en_GB.po
3051         * po/fi.po
3052         * po/fr.po
3053         * po/it.po
3054         * po/nl.po
3055         * po/pl.po
3056         * po/pt_BR.po
3057         * po/sr.po
3058         * po/zh_CN.po
3059                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3060                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3061                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3062                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3063         * src/gtk/authors.h
3064         * tools/claws.i18n.status.pl
3065                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3066                 and new Czech translator, Tim <timbrain@post.cz>
3067
3068 2006-04-05 [mones]      2.0.0cvs184
3069
3070         * po/es.po
3071                 Updated translation
3072
3073 2006-04-05 [colin]      2.0.0cvs183
3074
3075         * src/gtk/quicksearch.c
3076                 Fix bug #929 (unnecessary reload in quick search bar)
3077
3078 2006-04-05 [colin]      2.0.0cvs182
3079
3080         * src/compose.c
3081                 Fix crash on Reply with no From:
3082                 Show signature and conversion error on queuing 
3083                 (but not sending)
3084         * src/mainwindow.c
3085         * src/summaryview.c
3086         * src/summaryview.h
3087                 Factorize threading code and make sure msginfo 
3088                 is not null when it comes from a GtkCTreeRow's 
3089                 data
3090         * src/gtk/gtkaspell.c
3091                 Check for necessary things
3092         * src/gtk/gtksctree.c
3093         * src/gtk/gtksctree.h
3094                 Reset anchor if necessary when removing node
3095
3096 2006-03-29 [colin]      2.0.0cvs181
3097
3098         * src/folderview.c
3099                 Warn for disabled IMAP accounts (due to lack of
3100                 libetpan). Breaks string-freeze - sorry - but it
3101                 is kind of important ;)
3102
3103 2006-03-28 [colin]      2.0.0cvs180
3104
3105         * src/gtk/gtkutils.c
3106         * src/gtk/gtkutils.h
3107                 Add a gtkut_get_link_btn() function that
3108                 creates a button which acts like an URI
3109         * src/prefs_themes.c
3110         * src/gtk/about.c
3111                 Use this function (factorizes codes)
3112         * src/common/defs.h
3113         * src/gtk/pluginwindow.c
3114                 Add a "Get more..." in the plugins window
3115
3116 2006-03-28 [colin]      2.0.0cvs179
3117
3118         * src/common/smtp.c
3119         * src/common/passcrypt.c
3120         * src/undo.c
3121                 Warning fixes. Patch by Pawel Pekala
3122
3123 2006-03-27 [colin]      2.0.0cvs178
3124
3125         * src/undo.c
3126                 Fix undoing by blocks with spaces
3127
3128 2006-03-27 [colin]      2.0.0cvs177
3129
3130         * src/textview.c
3131                 Set margin to 3px for headers
3132
3133 2006-03-27 [paul]
3134
3135         2.1.0-rc2 released
3136
3137 2006-03-27 [wwp]        2.0.0cvs176
3138
3139         * src/summaryview.c
3140                 don't reset quicksearch when updating the message list.
3141                 Thanks to Colin.
3142
3143 2006-03-26 [wwp]        2.0.0cvs175
3144
3145         * src/compose.c
3146                 use a unified border width ('other' tab in the compose window,
3147                 patch by Pawel Pekala).
3148
3149
3150 2006-03-26 [wwp]        2.0.0cvs174
3151
3152         * src/common/quoted-printable.c
3153         * src/addressbook.c
3154                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3155
3156 2006-03-26 [colin]      2.0.0cvs173
3157
3158         * src/quote_fmt_parse.y
3159                 Fix non-UTF8 date formats messing up the whole quote a 
3160                 little bit
3161
3162 2006-03-26 [colin]      2.0.0cvs172
3163
3164         * src/procheader.c
3165                 Make sure the date is UTF8 valid, or try to make it
3166                 so. IncrediMail is really IncrediStupid.
3167         * src/compose.c
3168                 Fix possible conversions. 
3169                 
3170
3171 2006-03-26 [colin]      2.0.0cvs171
3172
3173         * src/matcher.c
3174                 Fix corner cases in body search. This is still a
3175                 hack... It seems impossible to make it good and 
3176                 reasonably fast at the same time.
3177
3178 2006-03-26 [colin]      2.0.0cvs170
3179
3180         * src/summaryview.c
3181                 I think I killed the twilight zone bug!
3182                 summary_select_node() flushes GTK events in order
3183                 to be able to center the view. But this also 
3184                 flushes keypresses like Ctrl-Alt-U, so this can
3185                 call summary_show from summary_select_node (itself
3186                 called from summary_show, etc.). And the summaryview
3187                 has to be unlocked in this function. So just locking
3188                 while processing GTK events, and bailing if locked, 
3189                 should fix it.
3190                 Fixes bug #927 (SIGSEGV during Update Summary)
3191
3192 2006-03-25 [colin]      2.0.0cvs169
3193
3194         * src/matcher.c
3195                 Fix search in QP-encoded bodies
3196                 Fix utf-8 searches in bodies encoded in the
3197                 locale's encoding
3198         * src/common/quoted-printable.c
3199         * src/common/quoted-printable.h
3200                 Add a decode function that doesn't overwrite
3201                 the original pointer
3202                 
3203
3204 2006-03-24 [colin]      2.0.0cvs168
3205
3206         * src/action.c
3207         * src/summaryview.c
3208         * src/summaryview.h
3209                 Update message cache after action
3210                 Patch by H. Merijn Brand
3211         * src/prefs_msg_colors.c
3212                 Factorize label 
3213                 Patch by Fabien Vantard
3214         * src/plugins/spamassassin/spamassassin_gtk.c
3215                 Remove useless translation
3216                 Patch by Fabien Vantard
3217
3218 2006-03-23 [colin]      2.0.0cvs167
3219
3220         * src/common/ssl.c
3221                 Let 30 seconds to SSL_connect
3222
3223 2006-03-23 [wwp]        2.0.0cvs166
3224
3225         * src/summaryview.c
3226         * src/gtk/description_window.c
3227                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3228                 and headers are translated; adjust description windows' width to fit their
3229                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3230
3231 2006-03-23 [paul]       2.0.0cvs165
3232
3233         * src/common/utils.c
3234                 fix highlighting of URIs containing "()"
3235                 (2.0.0cvs164's reversal fixed)
3236                 Thanks to Colin.
3237
3238 2006-03-23 [paul]       2.0.0cvs164
3239
3240         * src/common/utils.c
3241                 revert patch, (postponing a fix), at 2.0.0cvs120
3242                 as it breaks more URIs than it fixes.
3243                 Allow '-' to be a terminating character in a URI
3244
3245 2006-03-22 [colin]      2.0.0cvs163
3246
3247         * configure.ac
3248                 Require libetpan 0.45
3249                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3250
3251 2006-03-22 [paul]       2.0.0cvs162
3252
3253         * src/editgroup.c
3254                 replace '<-' and '->' buttons with GTK_STOCK graphical
3255                 buttons
3256         * src/summary_search.c
3257                 don't offer '...' for translation
3258                 add a tooltip to advanced search '...' button
3259         * src/gtk/quicksearch.c
3260                 don't offer '...' for translation
3261
3262 2006-03-21 [colin]      2.0.0cvs161
3263
3264         * src/compose.c
3265                 Fix middle-click pasting (insert at click
3266                 position instead of cursor position, don't
3267                 remove existing selection and allow pasting
3268                 our own selection)
3269         * src/addressbook.c
3270                 "LDAP Server" -> "LDAP servers"
3271
3272 2006-03-21 [wwp]        2.0.0cvs160
3273
3274         * src/etpan/imap-thread.c
3275                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3276
3277 2006-03-20 [colin]      2.0.0cvs159
3278
3279         * src/summaryview.c
3280                 Don't reload summaryview after an execute with no
3281                 move action
3282
3283 2006-03-19 [colin]      2.0.0cvs158
3284
3285         * src/addressbook.c
3286                 and put groups at the top, always
3287
3288 2006-03-19 [colin]      2.0.0cvs157
3289
3290         * src/addressbook.c
3291                 Order groups before names, as previously
3292
3293 2006-03-19 [colin]      2.0.0cvs156
3294
3295         * src/addressbook.c
3296                 - Sort case-unsensitive
3297                 - Put the sort arrow at opening too
3298
3299 2006-03-19 [wwp]        2.0.0cvs155
3300
3301         * src/addressbook.c
3302                 allow sorting by name/email/remarks, ensure that right-pane's contents
3303                 matches the left-pane selection (cleared when appropriate).
3304                 Patch by Pawel Pekala <c0rn@o2.pl>.
3305
3306 2006-03-18 [colin]      2.0.0cvs154
3307
3308         * src/textview.c
3309                 Fix text cursor ;)
3310
3311 2006-03-18 [colin]      2.0.0cvs153
3312
3313         * src/gtk/filesel.c
3314                 Make sure we hide the preview if we didn't get
3315                 a filename
3316
3317 2006-03-18 [colin]      2.0.0cvs152
3318
3319         * src/summaryview.c
3320                 Set cursor to watch for execution (fixes lack
3321                 of watch-cursor when dnd'ing hundreds of mails)
3322         * src/gtk/filesel.c
3323                 Check that mime type is 'image/*' before updating
3324                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3325
3326 2006-03-18 [colin]      2.0.0cvs151
3327
3328         * src/mainwindow.c
3329         * src/textview.c
3330         * src/textview.h
3331                 Put a watch cursor in textview too when the mainwindow's
3332                 cursor in a watch
3333
3334 2006-03-18 [colin]      2.0.0cvs150
3335
3336         * src/folder.c
3337                 Change wrong asserts to simple tests
3338
3339 2006-03-17 [colin]      2.0.0cvs149
3340
3341         * src/mainwindow.c
3342         * src/mainwindow.h
3343         * src/prefs_msg_colors.c
3344         * src/summaryview.c
3345         * src/summaryview.h
3346         * src/gtk/colorlabel.c
3347         * src/gtk/colorlabel.h
3348                 Add a color label menu in the main menubar
3349                 Add (fixed) accels Ctrl-{0-7} to change the color
3350                 They have to be fixed because the menu's dynamic,
3351                 the items are complex widgets, hence we can't use
3352                 a GtkItemFactory.
3353
3354
3355 2006-03-17 [wwp]        2.0.0cvs148
3356
3357         * src/compose.c
3358                 rollback few lines from my previous commit (those lines come from
3359                 a pending patch, accidentally commited, even if neutral as they are
3360                 commented out).
3361
3362 2006-03-17 [wwp]        2.0.0cvs147
3363
3364         * src/compose.c
3365                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3366                 applied code style/indentation to the modified function.
3367
3368 2006-03-17 [wwp]        2.0.0cvs146
3369
3370         * src/procmsg.c
3371         * src/compose.c
3372                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3373
3374 2006-03-17 [paul]
3375
3376         2.1.0-rc1 released
3377
3378 2006-03-17 [paul]       2.0.0cvs145
3379
3380         * src/main.c
3381                 addressbook_read_file() was called twice
3382         * src/textview.c
3383                 X-Mailer highlighting
3384
3385 2006-03-16 [colin]      2.0.0cvs144
3386
3387         * src/sourcewindow.c
3388         * src/sourcewindow.h
3389                 And the last one, in source window.
3390
3391 2006-03-16 [colin]      2.0.0cvs143
3392
3393         * src/compose.c
3394         * src/compose.h
3395                 Fix the same stuff in compose
3396
3397 2006-03-16 [colin]      2.0.0cvs142
3398
3399         * src/messageview.c
3400                 Complete the previous messageview crash fix
3401
3402 2006-03-16 [colin]      2.0.0cvs141
3403
3404         * src/procmsg.h
3405         * src/procmsg.c
3406         * src/folder.c
3407                 Fix POSTPROCESSING hook
3408                 Patch by H. Merijn Brand
3409
3410         * src/procmime.c
3411         * src/procmime.h
3412                 Parse Content-Location
3413
3414         * src/toolbar.c
3415         * src/messageview.c
3416         * src/messageview.h
3417                 Don't crash when a top-level MessageView has
3418                 been closed on us. Same problematic than
3419                 yesterday's quicksearch issue.
3420
3421 2006-03-15 [colin]      2.0.0cvs140
3422
3423         * src/gtk/quicksearch.c
3424                 Fix a bitchy race we didn't think about when we
3425                 added quicksearch cancellation:
3426                 If the search is not on cached fields, for example
3427                 body_part matchcase "stuff"
3428                 the matcher code has to get the whole message. If
3429                 we're on IMAP, that can be slow, and in order to
3430                 be non-blocking, the IMAP code idle loop processes
3431                 gtk events too. So it is possible to cancel a
3432                 quicksearch while the matcher is getting the mail's
3433                 body. After matcher got its body, it will start to
3434                 iterate over the matcher list that the Quicksearch's
3435                 clear_search_cb() just freed via prepare_matcher().
3436                 SIGSEGV ensues.
3437                 The fix consists of guarding the matcherlist_match()
3438                 call with a boolean 'matching'. If we reset the
3439                 quicksearch while matching is TRUE, we don't free
3440                 the matcherlist anymore like we did, but we set
3441                 another new flag, deferred_free, to TRUE. Then,
3442                 in quicksearch_match(), just after returning from
3443                 matcherlist_match() and unsetting the matching flag,
3444                 we check the deferred_free flag and do the
3445                 prepare_matcher() (which does the matcherlist_free)
3446                 for real, so we free the matcherlist once it's not
3447                 used anymore.
3448                 As all of this runs via the glib main loop, we
3449                 luckily don't need a mutex.
3450         * src/summaryview.c
3451                 Also, show progress while searching.
3452
3453
3454 2006-03-14 [colin]      2.0.0cvs139
3455
3456         * src/alertpanel.c
3457                 Make alertpanel_is_open non-static
3458
3459 2006-03-14 [colin]      2.0.0cvs138
3460
3461         * src/prefs_spelling.c
3462                 Cleanups - Fabien Vantard
3463
3464 2006-03-14 [wwp]        2.0.0cvs137
3465
3466         * src/main.c
3467                 code style normalization (curly braces, indentation).
3468
3469 2006-03-14 [wwp]        2.0.0cvs137
3470
3471         * src/main.c
3472                 code style (braces, indentation)
3473
3474 2006-03-12 [paul]       2.0.0cvs136
3475
3476         * src/prefs_common.c
3477                 trans_hdr defaults to FALSE to be RFC-savvy
3478         * src/prefs_summaries.c
3479                 add a tooltip to the trans_hdr option
3480                 
3481
3482 2006-03-12 [paul]       2.0.0cvs135
3483
3484         * src/prefs_matcher.c
3485                 give a little more width to the combos
3486         * src/prefs_display_header.c
3487         * src/textview.c
3488                 translate headers if prefs_common.trans_hdr
3489                 is TRUE
3490
3491         Patches by Pawel Pekala
3492
3493 2006-03-12 [paul]       2.0.0cvs134
3494
3495         * src/plugins/clamav/clamav_plugin.c
3496         * src/plugins/dillo_viewer/dillo_viewer.c
3497         * src/plugins/pgpcore/plugin.c
3498         * src/plugins/pgpinline/plugin.c
3499         * src/plugins/pgpmime/plugin.c
3500         * src/plugins/spamassassin/spamassassin.c
3501                 update/add to descriptions
3502         * src/plugins/spamassassin/spamassassin_gtk.c
3503                 fixes to the english, remove superfluous
3504                 tooltips, clean up a little
3505
3506 2006-03-12 [paul]       2.0.0cvs133
3507
3508         * src/compose.c
3509                 fix Bug 924, 'Account combo box shows up wrong 
3510                 if & is in account name'
3511
3512 2006-03-11 [colin]      2.0.0cvs132
3513
3514         * src/summaryview.c
3515                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3516                 messed up shift-selection because is slows down
3517                 moving around summaryview. thanks -users
3518
3519 2006-03-10 [colin]      2.0.0cvs131
3520
3521         * src/plugins/spamassassin/spamassassin_gtk.c
3522                 Put back Paul's engrish fixes
3523
3524 2006-03-10 [colin]      2.0.0cvs130
3525
3526         * src/plugins/spamassassin/spamassassin.c
3527         * src/plugins/spamassassin/spamassassin.h
3528         * src/plugins/spamassassin/spamassassin_gtk.c
3529                 Cleanup SA prefs page (more)
3530                 Patch by Fabien Vantard
3531
3532 2006-03-10 [paul]       2.0.0cvs129
3533
3534         * src/prefs_msg_colors.c
3535         * src/prefs_spelling.c
3536                 widget sensitivity
3537
3538 2006-03-09 [mones]      2.0.0cvs128
3539
3540         * po/es.po
3541                 Update for next RC
3542
3543 2006-03-09 [wwp]        2.0.0cvs127
3544
3545         * configure.ac
3546                 revert accidental commit (requirement for libetpan 0.43), this time
3547                 not in HEAD.
3548
3549 2006-03-09 [wwp]        2.0.0cvs125
3550
3551         * configure.ac
3552                 revert accidental commit (requirement for libetpan 0.43)
3553
3554 2006-03-09 [paul]       2.0.0cvs126
3555
3556         * src/prefs_receive.c
3557                 remove useless frame
3558                 replace 'incorporation' with 'receiving'
3559         * src/plugins/clamav/clamav_plugin_gtk.c
3560         * src/plugins/spamassassin/spamassassin_gtk.c
3561                 improve widget sensitivity
3562                 fix a bit his engrish
3563
3564 2006-03-09 [wwp]        2.0.0cvs125
3565
3566         * src/addressadd.c
3567         * src/foldersel.c
3568         * src/prefs_common.c
3569         * src/prefs_common.h
3570                 remember some more windows' sizes (add to addressbook and
3571                 select folder).
3572
3573 2006-03-09 [paul]       2.0.0cvs124
3574
3575         * src/plugins/pgpcore/prefs_gpg.c
3576                 normalise construction of dialogue
3577
3578 2006-03-09 [paul]       2.0.0cvs123
3579
3580         * src/plugins/trayicon/Makefile.am
3581                 add missing slash
3582
3583 2006-03-08 [colin]      2.0.0cvs122
3584
3585         * src/plugins/trayicon/Makefile.am
3586                 Fix build in separate dir 
3587                 Patch by Bamanzi <bamanzi@gmail.com>
3588
3589 2006-03-08 [colin]      2.0.0cvs121
3590
3591         * src/procmsg.c
3592                 Batch move and copies from summaryview with delayed execution
3593                 too
3594
3595 2006-03-07 [paul]       2.0.0cvs120
3596
3597         * src/common/utils.c
3598                 fix highlighting of URIs containing "()"
3599                 Patch by Pawel Pekala
3600
3601 2006-03-07 [paul]       2.0.0cvs119
3602
3603         * src/folder.c
3604         * src/folder.h
3605         * src/folderview.c
3606                 immediately do alphabetical resort when
3607                 changing a folder's name
3608                 Patch by Pawel Pekala
3609
3610 2006-03-07 [paul]       2.0.0cvs118
3611
3612         * src/news.c
3613         * src/news_gtk.c
3614                 when unsubscribing a newsgroup, remove the
3615                 folder and msgs in .sylpheed-claws/newscache
3616                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3617
3618 2006-03-07 [paul]       2.0.0cvs117
3619
3620         * src/textview.c
3621                 fix wrong Fake URL Warning
3622                 Thanks to Hiro
3623
3624 2006-03-07 [colin]      2.0.0cvs116
3625
3626         * src/imap.c
3627                 Return immediately when password dialog was
3628                 cancelled
3629         * src/gtk/inputdialog.c
3630                 Allow empty strings for passwords
3631
3632
3633 2006-03-06 [colin]      2.0.0cvs115
3634
3635         * src/imap.c
3636                 Prevent double-timeouts when connection fails
3637
3638 2006-03-06 [colin]
3639
3640         2.0.1-rc1 released
3641
3642 2006-03-06 [colin]      2.0.0cvs114
3643
3644         * src/imap.c
3645                 Refresh session during potentially long
3646                 operations
3647
3648 2006-03-06 [wwp]        2.0.0cvs113
3649
3650         * src/prefs_msg_colors.h
3651                 forgot that one (custom color labels).
3652
3653 2006-03-06 [wwp]        2.0.0cvs112
3654
3655         * src/prefs_common.c
3656         * src/prefs_common.h
3657         * src/prefs_msg_colors.c
3658         * src/summaryview.c
3659         * src/summaryview.h
3660         * src/gtk/colorlabel.c
3661         * src/gtk/colorlabel.h
3662                 colors in messages list are now customizable. Color values and names can
3663                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3664                 Thanks to Paul and Colin for their help with this longstanding patch!
3665
3666 2006-03-06 [wwp]        2.0.0cvs111
3667
3668         * src/textview.c
3669                 don't crash if (x)face is bad.
3670
3671 2006-03-05 [paul]       2.0.0cvs110
3672
3673         * AUTHORS
3674         * configure.ac
3675         * src/Makefile.am
3676         * src/common/Makefile.am
3677         * src/common/utils.h
3678         * src/etpan/imap-thread.c
3679         * src/gtk/authors.h
3680         * src/plugins/clamav/Makefile.am
3681         * src/plugins/demo/Makefile.am
3682         * src/plugins/dillo_viewer/Makefile.am
3683         * src/plugins/pgpcore/Makefile.am
3684         * src/plugins/pgpcore/passphrase.c
3685         * src/plugins/pgpinline/Makefile.am
3686         * src/plugins/pgpmime/Makefile.am
3687         * src/plugins/spamassassin/Makefile.am
3688         * src/plugins/trayicon/Makefile.am
3689                 fix builiding on cygwin
3690                 Patch by Ralgh Young <bamanzi@gmail.com>
3691
3692 2006-03-04 [wwp]        2.0.0cvs109
3693
3694         * manual/keyboard.xml
3695                 fix mixed up/down keys.
3696
3697 2006-03-04 [wwp]        2.0.0cvs108
3698
3699         * README
3700         * INSTALL
3701                 updated links to SpamAssassin.
3702
3703 2006-03-04 [wwp]        2.0.0cvs107
3704
3705         * manual/plugins.xml
3706         * src/plugins/spamassassin/README
3707                 updated SpamAssassin plugin docs to reflect new functional additions
3708                 (also fix/update/documents few technical stuff more, see the README).
3709
3710 2006-03-04 [wwp]        2.0.0cvs106
3711
3712         * src/prefs_message.c
3713                 normalized capitalization of message-prefs paths.
3714
3715 2006-03-04 [wwp]        2.0.0cvs105
3716
3717         * manual/advanced.xml
3718                 typo.
3719
3720 2006-03-03 [colin]      2.0.0cvs104
3721
3722         * src/plugins/clamav/clamav_plugin_gtk.c
3723                 Rework prefs page, patch by Fabien 
3724
3725 2006-03-03 [colin]      2.0.0cvs103
3726
3727         * src/plugins/clamav/clamav_plugin.c
3728                 Set error on all errors
3729
3730 2006-03-03 [colin]      2.0.0cvs102
3731
3732         * src/common/plugin.c
3733                 Initialize error to avoid crashing when a plugin fails
3734                 without setting error
3735
3736 2006-03-02 [wwp]        2.0.0cvs101
3737
3738         * configure.ac
3739                 fixed linker flags for libetpan support on Cygwin
3740                 (thanks to H.Merijn Brand).
3741
3742 2006-03-02 [wwp]        2.0.0cvs100
3743
3744         * src/addressbook.c
3745                 fix some AB error messages: one for punctuation and
3746                 one wrongly duplicate (thanks, maxbritov).
3747
3748 2006-03-02 [wwp]        2.0.0cvs99
3749
3750         * src/plugins/spamassassin/spamassassin.c
3751                 make sync calls to sa-learn/spamc to prevent
3752                 system (whatever local or client/server) overload.
3753
3754 2006-03-02 [colin]      2.0.0cvs98
3755
3756         * src/summaryview.c
3757                 Put the spam icon in the status column instead of the
3758                 mark one
3759
3760 2006-03-01 [colin]      2.0.0cvs97
3761
3762         * src/plugins/spamassassin/spamassassin.c
3763                 Fix segfault (g_file_set_contents fails for some 
3764                 reason and err==0x2f. Can't find out why with
3765                 valgrind, using working function :-)
3766
3767 2006-03-01 [colin]      2.0.0cvs96
3768
3769         * src/inc.c
3770                 Offline overriding: let 'No' be cached only 3 seconds
3771
3772 2006-03-01 [colin]      2.0.0cvs95
3773
3774         * src/addr_compl.c
3775         * src/addrbook.c
3776         * src/addressbook.c
3777         * src/addrindex.c
3778         * src/folder_item_prefs.c
3779         * src/headerview.c
3780         * src/imap.c
3781         * src/inc.c
3782         * src/ldif.c
3783         * src/mainwindow.c
3784         * src/mh.c
3785         * src/msgcache.c
3786         * src/prefs_common.h
3787         * src/prefs_msg_colors.c
3788         * src/procheader.c
3789         * src/procheader.h
3790         * src/procmime.c
3791         * src/procmsg.c
3792         * src/procmsg.h
3793         * src/send_message.h
3794         * src/simple-gettext.c
3795         * src/summaryview.c
3796         * src/summaryview.h
3797         * src/syldap.c
3798         * src/textview.c
3799         * src/undo.c
3800         * src/common/ssl_certificate.c
3801         * src/common/utils.c
3802         * src/gtk/colorsel.c
3803         * src/gtk/gtksctree.c
3804         * src/gtk/gtkshruler.c
3805         * src/plugins/trayicon/trayicon.c
3806                 #if 0 goes to /dev/null
3807
3808 2006-03-01 [colin]      2.0.0cvs94
3809
3810         * src/compose.c
3811         * src/imap.c
3812         * src/inc.c
3813         * src/inc.h
3814         * src/messageview.c
3815         * src/news.c
3816         * src/plugins/spamassassin/spamassassin.c
3817                 Allow to add information in the "working offline"
3818                 window
3819
3820 2006-03-01 [wwp]        2.0.0cvs93
3821
3822         * src/plugins/spamassassin/spamassassin.c
3823                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3824                 'cause it seems that calling `spamc ... < inputfile` with
3825                 g_spawn_(a)sync simply.. erm doesn't work :-).
3826
3827 2006-03-01 [wwp]        2.0.0cvs92
3828
3829         * src/toolbar.c
3830         * src/toolbar.h
3831                 simplify the adding of spam/ham button to the messageview toolbar
3832                 (it gets more clear now that the same button will be "Mark as spam"
3833                 or "Mark as ham" according to the current message status,
3834                 thanks to Colin).
3835
3836 2006-03-01 [wwp]        2.0.0cvs91
3837
3838         * src/messageview.c
3839         * src/procmsg.c
3840         * src/procmsg.h
3841         * src/summaryview.c
3842         * src/plugins/spamassassin/spamassassin.c
3843         * src/plugins/spamassassin/spamassassin.h
3844                 make learner callbacks return a status (0 for ok),
3845                 handle it in main code to avoid setting flags when learning failed,
3846                 don't learn on TCP if offline in spamassassin,
3847                 thanks to Colin.
3848
3849                 
3850
3851 2006-03-01 [wwp]        2.0.0cvs90
3852
3853         * src/compose.c
3854                 some work around the compose window's account menu,
3855                 patch by Fabien Vantard.
3856
3857 2006-03-01 [wwp]        2.0.0cvs89
3858
3859         * src/plugins/spamassassin/spamassassin.c
3860                 fixed bad logics, was using spamc in local mode and sa-learn
3861                 in remote mode (thanks, Colin).
3862
3863 2006-03-01 [wwp]        2.0.0cvs88
3864
3865         * src/plugins/spamassassin/spamassassin.c
3866         * src/plugins/spamassassin/spamassassin.h
3867         * src/plugins/spamassassin/spamassassin_gtk.c
3868                 made processing of emails w/ sa-plugin an option (default is TRUE),
3869                 fixed Engrish some tooltips, capitalization of some debug messages
3870                 and warnings. The spamassassin plugin now provides two separate
3871                 services: process emails upon incorporation and spamd training.
3872                 Both services (un)register independently but use some common
3873                 plugin settings (transport settings, spam storage location).
3874
3875 2006-02-28 [wwp]        2.0.0cvs87
3876
3877         * src/plugins/spamassassin/spamassassin.c
3878                 fix async flag to spamc cmdline execution (batch exec should
3879                 be asynchronous).
3880
3881 2006-02-27 [wwp]        2.0.0cvs86
3882
3883         * src/plugins/spamassassin/spamassassin.c
3884         * src/plugins/spamassassin/spamassassin.h
3885         * src/plugins/spamassassin/spamassassin_gtk.c
3886                 - added the ability to learn a remote spamassassin server (spamd),
3887                 using spamc.
3888                 - added the spamassassin option 'username', that applies to all
3889                 spamassassin operations (filtering, learning, local or remote).
3890                 The default username is the current unix user (if left blank
3891                 from gtk prefs or config file).
3892                 - commented out some unused code (notebook widget), removed unused
3893                 layout (hbox1).
3894                 - make more widgets sensitive to the transport type.
3895
3896 2006-02-27 [colin]      2.0.0cvs85
3897
3898         * src/plugins/spamassassin/spamassassin.c
3899                 Fix sa-learn call when offline
3900
3901 2006-02-27 [colin]      2.0.0cvs84
3902
3903         * configure.ac
3904         * src/Makefile.am
3905         * src/mainwindow.c
3906         * src/mainwindow.h
3907         * src/messageview.c
3908         * src/messageview.h
3909         * src/prefs_toolbar.c
3910         * src/procmsg.c
3911         * src/stock_pixmap.c
3912         * src/stock_pixmap.h
3913         * src/summaryview.c
3914         * src/toolbar.c
3915         * src/toolbar.h
3916         * src/pixmaps/ham_btn.xpm
3917         * src/pixmaps/spam.xpm
3918         * src/pixmaps/spam_btn.xpm
3919         * src/plugins/spamassassin/spamassassin.c
3920                 Add button in toolbar for spam learning
3921                 Fix a few bugs from the last related commit
3922                 Revert 1.9.6cvs23 which messed up shift-selection
3923
3924 2006-02-24 [colin]      2.0.0cvs83
3925
3926         * src/procmsg.c
3927         * src/summaryview.c
3928         * src/summaryview.h
3929         * src/plugins/spamassassin/spamassassin.c
3930         * src/plugins/spamassassin/spamassassin.h
3931         * src/plugins/spamassassin/spamassassin_gtk.c
3932                 Unregister learner when spamassassin is either
3933                 disabled or over tcp
3934
3935 2006-02-24 [colin]      2.0.0cvs82
3936
3937         * src/Makefile.am
3938         * src/mainwindow.c
3939         * src/mainwindow.h
3940         * src/procmsg.c
3941         * src/procmsg.h
3942         * src/stock_pixmap.c
3943         * src/stock_pixmap.h
3944         * src/summaryview.c
3945         * src/summaryview.h
3946         * src/gtk/icon_legend.c
3947         * src/pixmaps/spam.xpm  ** NEW FILE **
3948         * src/plugins/spamassassin/spamassassin.c
3949         * src/plugins/spamassassin/spamassassin_gtk.c
3950                 Add spam learning interface (Mark/Mark as 
3951                 (spam|ham) menus)
3952
3953 2006-02-24 [wwp]        2.0.0cvs81
3954
3955         * src/compose.c
3956         * src/compose.h
3957         * src/filtering.c
3958                 hide compose window when sending message in batch mode
3959                 (filtering: forward and redirect). Also fixed a wrong
3960                 value returned when sending failed, neutral anyway.
3961                 (Colin, me) 
3962
3963 2006-02-24 [wwp]        2.0.0cvs80
3964
3965         * src/mainwindow.c
3966                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3967
3968 2006-02-24 [paul]       2.0.0cvs79
3969
3970         * src/news.c
3971         * src/news.h
3972         * src/news_gtk.c
3973                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3974                 Thanks to Colin
3975
3976 2006-02-23 [colin]      2.0.0cvs78
3977
3978         * src/alertpanel.c
3979                 Change OK to Close in alertpanel with View log
3980                 button; add accel to View log. Patch by Fabien
3981                 Vantard
3982
3983 2006-02-23 [wwp]        2.0.0cvs77
3984
3985         * src/compose.c
3986                 silly me, there were much more tests to perform, since toolbars can
3987                 really have down to 1 element only.
3988
3989 2006-02-23 [wwp]        2.0.0cvs76
3990
3991         * commitHelper
3992                 fixed indentation from my previous commit. Fallback to VISUAL if
3993                 EDITOR is not set (and to vi, at last resort).
3994
3995 2006-02-23 [wwp]        2.0.0cvs75
3996
3997         * commitHelper
3998                 improved error detection (Colin, me).
3999
4000 2006-02-23 [wwp]        2.0.0cvs74
4001
4002         * src/prefs_toolbar.c
4003                 simplify and fix prefs/toolbars layouting. Combos' contents can
4004                 now be really displayed.
4005
4006 2006-02-23 [wwp]        2.0.0cvs73
4007         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4008         be really displayed.
4009
4010 2006-02-22 [wwp]        2.0.0cvs72
4011
4012         * src/compose.c
4013                 fix a typo in my previous commit (sorry!).
4014
4015 2006-02-22 [wwp]        2.0.0cvs71
4016
4017         * src/prefs_toolbar.c
4018                 fix a crash when adding separators to toolbars,
4019                 also fix some separator item information.
4020
4021 2006-02-22 [wwp]        2.0.0cvs70
4022
4023         * src/compose.c
4024                 fix a crash when redirecting (for instance) when compose window's
4025                 toolbar contents has been customized (when some buttons have been
4026                 removed in fact).
4027
4028 2006-02-21 [wwp]        2.0.0cvs69
4029
4030         * src/summaryview.c
4031         * src/gtk/pluginwindow.c
4032         * src/plugins/pgpcore/prefs_gpg.c
4033                 fix some compilation warnings (feat. remains of removed code).
4034
4035 2006-02-21 [wwp]        2.0.0cvs68
4036
4037         * src/gtk/gtkutils.c
4038                 fix two compilation issues, thanks to Stephan Sachse.
4039
4040 2006-02-20 [colin]      2.0.0cvs67
4041
4042         * src/mainwindow.c
4043                 Don't reselect displayed mail on refocus
4044                 This fixes actions misbehaving 
4045
4046 2006-02-20 [wwp]        2.0.0cvs66
4047
4048         * src/summaryview.c
4049         * src/gtk/gtksctree.c
4050         * src/gtk/gtkshruler.c
4051                 changed more runtime typecast checks.
4052
4053 2006-02-20 [wwp]        2.0.0cvs65
4054
4055         * src/summary_search.c
4056                 find all - summaryview refresh issue fixed, thanks to Colin.
4057
4058 2006-02-20 [wwp]        2.0.0cvs64
4059
4060         * src/gtk/gtkutils.c
4061                 better runtime typecast checks.
4062
4063 2006-02-20 [wwp]        2.0.0cvs63
4064
4065         * src/summary_search.c
4066                 enhancements to the summary search:
4067                         - add the ability to stop the running search
4068                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4069                         - don't search if no criteria (From/To/Subject/Body) is set
4070                         - ensure that a busy mouse pointer is always shown when searching,
4071                           show it even a bit earlier
4072
4073 2006-02-19 [colin]      2.0.0cvs62
4074
4075         * src/compose.c
4076         * src/imap.c
4077         * src/etpan/imap-thread.c
4078         * src/etpan/imap-thread.h
4079                 (Future) IMAP speed improvement on sending
4080                 Will require a libetpan update
4081         * src/summaryview.c
4082         * src/gtk/quicksearch.c
4083                 Make quicksearch clearable while running.
4084
4085 2006-02-17 [colin]      2.0.0cvs61
4086
4087         * src/imap.c
4088         * src/etpan/imap-thread.c
4089         * src/etpan/imap-thread.h
4090                 Check for IMAP certificates
4091                 ** Requires libetpan-0.42-cvs4 
4092                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4093
4094 2006-02-17 [colin]      2.0.0cvs60
4095
4096         * src/messageview.c
4097         * src/prefs_common.c
4098         * src/prefs_common.h
4099         * src/prefs_message.c
4100                 Add pref to display HTML-only mails with plugin, 
4101                 if possible (defaulting to FALSE of course).
4102
4103 2006-02-16 [colin]      2.0.0cvs59
4104
4105         * src/main.c
4106         * src/common/plugin.c
4107         * src/common/plugin.h
4108         * src/gtk/pluginwindow.c
4109                 Keep track of requested (but unloaded) plugins
4110                 in some error cases.
4111
4112 2006-02-16 [wwp]        2.0.0cvs58
4113
4114         * src/gtk/gtkaspell.c
4115         * src/gtk/gtkaspell.h
4116         * src/prefs_spelling.c
4117         * src/compose.c
4118         * src/prefs_common.c
4119         * src/prefs_common.h
4120                 implemented new optional spellchecker behaviour: re-check message when
4121                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4122
4123 2006-02-16 [wwp]        2.0.0cvs57
4124
4125         * src/quote_fmt_parse.y
4126                 pclose popen'ed pipe.
4127
4128 2006-02-15 [colin]      2.0.0cvs56
4129
4130         * src/mimeview.c
4131         * src/mimeview.h
4132                 Let MimeViewers know which MimeView they
4133                 depend of.
4134         * src/summaryview.c
4135                 Swap From/To columns in Sent/Queue/Drafts
4136                 folders
4137         * src/etpan/imap-thread.c
4138                 Use mailstream_low_tls_open() for STARTTLS
4139                 instead of mailstream_low_ssl_open()
4140                 ** REQUIRES libetpan 0.42cvs3 **
4141
4142 2006-02-15 [wwp]        2.0.0cvs55
4143
4144         * src/compose.c
4145         * src/compose.h
4146         * src/message_search.c
4147         * src/message_search.h
4148         * src/textview.c
4149         * src/gtk/gtkutils.c
4150         * src/gtk/gtkutils.h
4151                 added the ability to Find text in the compose window (and a bit
4152                 of code factorization).
4153
4154 2006-02-15 [wwp]        2.0.0cvs54
4155
4156         * src/prefs_gtk.c
4157                 yet another one file was missing (fix for some widgets' sensitivity).
4158                 Thanks Colin!
4159
4160 2006-02-15 [wwp]        2.0.0cvs53
4161
4162         * src/prefs_gtk.h
4163                 oops forgot that file (fix for some widgets' sensitivity).
4164
4165 2006-02-15 [wwp]        2.0.0cvs52
4166
4167         * src/summary_search.c
4168                 implemented advanced summary search options (added the ability
4169                 to use matcher conditions in an advanced search mode).
4170
4171 2006-02-15 [wwp]        2.0.0cvs51
4172
4173         * src/plugins/pgpcore/prefs_gpg.c
4174         * src/prefs_account.c
4175                 fix some widget sensitivity, mostly around some labels in
4176                 account prefs.
4177
4178 2006-02-15 [paul]       2.0.0cvs50
4179
4180         * manual/advanced.xml
4181                 improve Templates info
4182                 written by wwp
4183
4184 2006-02-14 [colin]      2.0.0cvs49
4185
4186         * src/pixmaps/address_book.xpm
4187         * src/pixmaps/preferences.xpm
4188         * src/pixmaps/properties.xpm
4189                 Fix pixmap size - patch by Fabien Vantard
4190
4191 2006-02-13 [colin]      2.0.0cvs48
4192
4193         * src/procmime.c
4194                 Add missing fclose()s on error
4195         * src/textview.c
4196                 Remove unused code
4197         * src/common/utils.c
4198                 Fix temp files not being deleted on windows
4199         Patches by Thomas Gilgin
4200
4201 2006-02-13 [colin]      2.0.0cvs47
4202
4203         * src/mainwindow.c
4204                 Fix exit crash
4205
4206 2006-02-13 [wwp]        2.0.0cvs46
4207
4208         * src/plugins/pgpcore/prefs_gpg.c
4209                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4210
4211 2006-02-12 [colin]      2.0.0cvs45
4212
4213         * src/folderview.c
4214         * src/main.c
4215         * src/mainwindow.c
4216                 Fix "stuff" when quitting
4217
4218 2006-02-12 [wwp]        2.0.0cvs44
4219
4220         * src/prefs_themes.c
4221                 fix typos in debug messages.
4222
4223 2006-02-11 [colin]      2.0.0cvs43
4224
4225         * src/summaryview.c
4226                 don't allow drag/drop from ourself
4227
4228 2006-02-10 [wwp]        2.0.0cvs42
4229
4230         * src/exporthtml.c
4231         * src/html.c
4232         * src/html.h
4233         * src/procmime.c
4234         * src/textview.c
4235                 renamed html_ prefixed functions and data structures to avoid
4236                 namespace clashes w/ other software (gtkhtml2 for instance).
4237                 Closes bug #907.
4238
4239
4240 2006-02-09 [colin]      2.0.0cvs41
4241
4242         * src/summaryview.c
4243                 Fix shitty logic messed up. Thanks Ticho for the hint!
4244
4245 2006-02-09 [wwp]        2.0.0cvs40
4246
4247         * src/gtk/about.c
4248         * src/compose.c
4249         * src/prefs_account.c
4250         * src/prefs_gtk.h
4251         * src/editaddress.c
4252                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4253                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4254                 Browse buttons in accounts prefs.
4255
4256 2006-02-09 [colin]      2.0.0cvs39
4257
4258         * src/matcher.c
4259                 Check for pointer before using its members
4260         * src/gtk/gtksourceprintjob.c
4261                 Fix a wrong warning
4262
4263 2006-02-09 [wwp]        2.0.0cvs38
4264
4265         * src/gtk/filesel.c
4266                 fix few compiler warnings (type mismatch).
4267
4268 2006-02-09 [paul]       2.0.0cvs37
4269
4270         * po/fr.po
4271                 updated by Fabien Vantard
4272
4273 2006-02-08 [colin]      2.0.0cvs36
4274
4275         * src/prefs_common.c
4276         * src/common/defs.h
4277         * src/common/plugin.c
4278                 allow windows and linux configurations to coexist
4279                 patch by Thomas Gilgin
4280
4281 2006-02-08 [colin]      2.0.0cvs35
4282
4283         * src/filtering.c
4284         * src/matcher.c
4285         * src/matcher.h
4286         * src/matcher_parser_parse.y
4287         * src/prefs_filtering_action.c
4288         * src/prefs_matcher.c
4289                 Add the "Ignore thread" filtering
4290                 action
4291
4292 2006-02-08 [colin]      2.0.0cvs34
4293
4294         * src/compose.c
4295         * src/procmime.c
4296         * src/procmime.h
4297                 Fix bug #905 (damaged attachment)
4298                 text files with raw \0's aren't really text files
4299         FOR_STABLE
4300
4301 2006-02-08 [colin]      2.0.0cvs33
4302
4303         * src/summaryview.c
4304                 Fix crasher introduced yesterday
4305
4306 2006-02-08 [wwp]        2.0.0cvs32
4307
4308         * src/compose.c
4309         * src/compose.h
4310                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4311
4312 2006-02-08 [wwp]        2.0.0cvs31
4313
4314         * src/prefs_template.c
4315                 templates enhancement: allow address completion for Cc and Bcc fields
4316                 (it was currently possible for the To field only)
4317
4318 2006-02-08 [colin]      2.0.0cvs30
4319
4320         * src/compose.c
4321                 Don't unblock if not blocked
4322         FOR_STABLE
4323
4324 2006-02-07 [colin]      2.0.0cvs29
4325
4326         * src/action.c
4327                 Forgot to refresh summaryview
4328
4329 2006-02-07 [colin]      2.0.0cvs28
4330
4331         * src/action.c
4332                 Freeze/thaw message list and folder list while
4333                 processing %as{} actions 
4334         * src/compose.c
4335                 Fix auto-wrap disabling after a middle-click
4336                 paste - FOR_STABLE
4337
4338 2006-02-07 [paul]       2.0.0cvs27
4339
4340         * src/folder.c
4341                 fix freeing of uninitialised pointers
4342                 Thanks to Colin
4343
4344 2006-02-06 [colin]      2.0.0cvs26
4345
4346         * src/folder.c
4347                 Use g_slist_prepend in potentially big list
4348
4349 2006-02-06 [colin]      2.0.0cvs25
4350
4351         * src/folder.c
4352                 Completely skip processing if it doesn't 
4353                 exist (faster!)
4354
4355 2006-02-06 [colin]      2.0.0cvs24
4356
4357         * src/folder.c
4358         * src/summaryview.c
4359                 Batch filtering in summaryview (from Tools menu)
4360                 and pre/post//-processing too
4361
4362 2006-02-06 [colin]      2.0.0cvs23
4363
4364         * src/procmsg.h
4365         * src/filtering.c
4366                 Use a special field for batch filtering instead
4367                 of stepping on deferred execution's toes
4368
4369 2006-02-06 [colin]      2.0.0cvs22
4370
4371         * src/action.c
4372         * src/filtering.c
4373         * src/filtering.h
4374         * src/folder.c
4375         * src/summaryview.c
4376                 Fix filtering via menus and actions
4377
4378 2006-02-06 [colin]      2.0.0cvs21
4379
4380         * src/imap.c
4381                 Put the added file directly to cache if possible (will work
4382                 with next libetpan)
4383         * src/filtering.c
4384         * src/filtering.h
4385         * src/inc.c
4386         * src/folder.c
4387         * src/mbox.c
4388         * src/procmsg.h
4389                 Move and copy filtered messages by batches instead of one
4390                 by one - faster on IMAP
4391         * src/procmsg.c
4392                 Add a function that'll possibly be useful later
4393
4394 2006-02-06 [colin]      2.0.0cvs20
4395
4396         * src/addressbook.c
4397                 Use internal mime-type instead of text/plain for d'n'd
4398         * src/compose.c
4399                 Allow attaching files from mimeview's icon list via d'n'd
4400         * src/folderview.c
4401         * src/folderview.h
4402                 Use internal mime-type instead of text/plain for d'n'd
4403                 Don't try to selected opened folder if none is
4404                 Factorize d'n'd from other apps code
4405         * src/headerview.c
4406         * src/textview.c
4407         * src/gtk/gtkutils.c
4408         * src/gtk/gtkutils.h
4409                 Factorize Face/X-Face stuff
4410         * src/mimeview.c
4411                 Fix d'n'd to other apps
4412         * src/prefs_message.c
4413                 Let the XFace pref be usable without libcompface as it also
4414                 applies to Face
4415         * src/summaryview.c
4416                 Fix d'n'd to other apps
4417                 Factorize d'n'd from other apps code
4418
4419 2006-02-06 [wwp]        2.0.0cvs19
4420
4421         * po/it.po
4422                 Italian translation fixes by Andrea Spadaccini (no more confusion
4423                 between filtering and processing, and few changes in the About
4424                 dialog).
4425
4426
4427 2006-02-06 [mones]      2.0.0cvs18
4428
4429         * src/gtk/icon_legend.c
4430                 Improved descriptions allowing better translations
4431
4432 2006-02-05 [colin]      2.0.0cvs17
4433
4434         * src/imap.c
4435                 Add the f*cking missing expunge that caused imap_fetch_env
4436                 to fail after an add_msgs ! :-///
4437         * src/etpan/imap-thread.c
4438                 Add a bit of debug
4439         FOR_STABLE
4440
4441 2006-02-05 [colin]      2.0.0cvs16
4442
4443         * src/common/utils.c
4444                 Don't check for return-path (or we can't put
4445                 back non-sent mails)
4446
4447 2006-02-05 [colin]      2.0.0cvs15
4448
4449         * src/textview.c
4450                 Don't try to display Face header in textview
4451                 when teh headerview's active
4452
4453 2006-02-05 [colin]      2.0.0cvs14
4454
4455         * tools/tbird2syl.py
4456         * tools/Makefile.am
4457                 Add script to import Thunderbird mails
4458
4459 2006-02-05 [colin]      2.0.0cvs13
4460
4461         * src/headerview.c
4462         * src/procheader.c
4463         * src/procmsg.c
4464         * src/procmsg.h
4465         * src/textview.c
4466                 Show Face headers - patch partially by Klaus Flittner
4467
4468 2006-02-05 [colin]      2.0.0cvs12
4469
4470         * src/folderview.c
4471         * src/summaryview.c
4472         * src/common/utils.c
4473         * src/common/utils.h
4474                 Let dnd work from mime icons to summaryview
4475                 and to folderview too
4476                 Add a crude test to avoid trying to add files
4477                 drag'n'dropped when they're not mails
4478
4479 2006-02-04 [colin]      2.0.0cvs11
4480
4481         * src/summaryview.c
4482         * src/mimeview.c
4483                 Fix utf8 conversion
4484
4485 2006-02-04 [colin]      2.0.0cvs10
4486
4487         * src/compose.c
4488         * src/folderview.c
4489         * src/mimeview.c
4490         * src/summaryview.c
4491         * src/summaryview.h
4492                 Added various drag and drop capas:
4493                 From                    To
4494                 summaryview             other apps
4495                 mimeview icons          other apps
4496                 other apps              summaryview
4497                 other apps              folderview
4498
4499                 This shouldn't have broken the existing:
4500                 From                    To
4501                 summaryview             folderview
4502                 folderview              folderview
4503                 summaryview             compose's attachments
4504
4505         Tests welcomed.
4506
4507 2006-02-02 [paul]       2.0.0cvs9
4508
4509         * src/mainwindow.c
4510                 move global option 'Set displayed columns...' out
4511                 of folder option grouping.
4512                 fix sensitivity of 'harvest addresses'
4513         FOR_STABLE
4514
4515 2006-02-01 [colin]      2.0.0cvs8
4516
4517         * src/mimeview.c
4518                 Revert the alertpanel patch, it sucks (intrusive
4519                 and gets in the way of "open")
4520
4521 2006-02-01 [colin]      2.0.0cvs7
4522
4523         * src/compose.c
4524         * src/prefs_account.c
4525         * src/prefs_common.c
4526         * src/common/defs.h
4527         * src/common/utils.c
4528         * src/common/utils.h
4529                 Add ability to edit the signature file
4530                 from the account preferences, and use
4531                 a default for the text editor.
4532                 Patch by Fabien Vantard
4533
4534 2006-02-01 [colin]      2.0.0cvs6
4535
4536         * src/mimeview.c
4537                 Try to get mime type by extension if it is
4538                 application/octet-stream
4539                 Display a window with possible choices when
4540                 encountering unknown mime types
4541         * src/gtk/filesel.c
4542         * src/gtk/filesel.h
4543                 Add preview
4544                 Allow multiple selection in filtered filesel
4545                 (patch by Fabien Vantard)
4546         * src/gtk/pluginwindow.c
4547                 Use it (patch by Fabien Vantard)
4548
4549 2006-02-01 [paul]       2.0.0cvs5
4550
4551         * src/jpilot.c
4552                 fix crash on creating jpilot address book
4553                 Thanks to Colin - FOR_STABLE
4554         * src/prefs_summaries.c
4555         * src/prefs_wrapping.c
4556         * src/gtk/icon_legend.c
4557         * src/gtk/quicksearch.c
4558                 string fixes and additions
4559
4560 2006-02-01 [paul]       2.0.0cvs4
4561
4562         * src/compose.c
4563         * src/mainwindow.c
4564         * src/messageview.c
4565         * src/prefs_send.c
4566                 add Arabic encoding option
4567                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4568
4569 2006-01-31 [colin]      2.0.0cvs3
4570
4571         * src/plugins/pgpcore/passphrase.c
4572                 Convert passphrase to locale encoding
4573         * src/compose.c
4574                 Fix drafting on IMAP. Crappy bug sneaked in
4575                 the release :-/
4576         FOR_STABLE
4577
4578 2006-01-30 [paul]       2.0.0cvs2
4579
4580         * src/gtk/icon_legend.c
4581                 show the new entries
4582
4583 2006-01-30 [colin]      2.0.0cvs1
4584
4585         * src/manual.c
4586                 Check for the file to be present before 
4587                 enabling the menu - FOR_STABLE
4588         * src/gtk/icon_legend.c
4589                 Add folders icons (not all of them, there
4590                 are too much, but the most intriguing ones)
4591
4592 2006-01-30 [paul]       2.0.0
4593
4594         version 2.0.0 released
4595
4596 2006-01-30 [paul]       1.9.100cvs200
4597
4598         * manual/faq.xml
4599         * manual/gpl.xml
4600         * manual/intro.xml
4601         * manual/starting.xml
4602         * manual/sylpheed-claws-manual.xml
4603                 fixes, additions
4604
4605 2006-01-29 [mones]      1.9.100cvs199
4606
4607         * manual/account.xml
4608         * manual/advanced.xml
4609         * manual/glossary.xml
4610                 Some typos fixed, added LDIF term to glossary
4611         * po/es.po
4612                 Fixed leading plus symbol
4613
4614 2006-01-29 [paul]       1.9.100cvs198
4615
4616         * po/fi.po
4617         * po/sk.po
4618                 updated by Tommi Pirinen and Andrej Kacian
4619
4620 2006-01-29 [paul]       1.9.100cvs197
4621
4622         * src/gtk/authors.h
4623                 remove duplicates
4624
4625 2006-01-29 [paul]       1.9.100cvs196
4626
4627         * AUTHORS
4628         * po/nl.po
4629         * src/gtk/authors.h
4630         * tools/claws.i18n.status.pl
4631                 nl translation updated by Tim Dijkstra
4632
4633 2006-01-29 [paul]       1.9.100cvs195
4634
4635         * po/sr.po
4636         * po/sv.po
4637                 updated by Aleksandar Urosevic and Anders Troback
4638
4639 2006-01-28 [colin]      1.9.100cvs194
4640
4641         * src/gtk/gtksourceprintjob.c
4642                 Don't fiddle with PangoLayout when we
4643                 have an image
4644
4645 2006-01-28 [paul]       1.9.100cvs193
4646
4647         * AUTHORS
4648         * po/el.po
4649         * po/zh_CN.po
4650         * src/gtk/authors.h
4651         * tools/claws.i18n.status.pl
4652                 updated translations submitted by Stavros Giannouris
4653                 and Ralgh Young
4654
4655 2006-01-27 [colin]      1.9.100cvs192
4656
4657         * src/summaryview.c
4658         * src/gtk/gtksourceprintjob.c
4659                 Add image printing 
4660                 (libgnomeprint only, of course)
4661
4662 2006-01-27 [paul]       1.9.100cvs191
4663
4664         * po/fr.po
4665         * po/it.po
4666                 updated by Fabien Vantard and Andrea Spadaccini
4667
4668 2006-01-26 [colin]      1.9.100cvs190
4669
4670         * manual/Makefile.am
4671         * configure.ac
4672                 Make building the manual optional 
4673                 (--disable-manual)
4674
4675 2006-01-26 [paul]       1.9.100cvs189
4676
4677         * manual/glossary.xml
4678         * manual/plugins.xml
4679                 edited
4680         * po/en_GB.po
4681                 updated
4682
4683 2006-01-26 [paul]       1.9.100cvs188
4684
4685         * src/prefs_display_header.c
4686         * src/prefs_folder_column.c
4687         * src/prefs_msg_colors.c
4688         * src/prefs_summaries.c
4689         * src/prefs_summary_column.c
4690                 HIGify
4691
4692 2006-01-25 [colin]      1.9.100cvs187
4693
4694         * src/imap.c
4695                 Don't allow moving/copying mails between
4696                 queue/drafts and non-queue/drafts folders
4697                 Fixes bug #897 (message header is resetted 
4698                 if one is copied to Drafts)
4699
4700 2006-01-25 [colin]      1.9.100cvs186
4701
4702         * src/folder.c
4703         * src/mainwindow.c
4704                 Fix subscribed folders not found
4705         * src/compose.c
4706                 Don't try to encode as original mail's charset
4707                 if it's ascii 
4708
4709 2006-01-25 [paul]       1.9.100cvs185
4710
4711         * AUTHORS
4712         * po/Makevars
4713                 updated
4714         * po/de.po
4715         * po/pl.po
4716         * po/pt_BR.po
4717         * po/sr.po
4718                 updates submitted by Stephan Sachse, Emilian Nowak
4719                 and Quar, Frederico Goncalves Guimaraes, and
4720                 Aleksandar Urosevic
4721                 Fix Bug 896, 'PT_BR locale broken'.
4722         * src/gtk/authors.h
4723                 updated
4724
4725 2006-01-24 [mones]      1.9.100cvs184
4726
4727         * manual/glossary.xml
4728                 All current terms finished. Reviewers welcome ;-)
4729         * manual/keyboard.xml
4730                 Fixed column width for pdf output.
4731         * po/es.po
4732                 Updated
4733
4734 2006-01-24 [paul]       1.9.100cvs183
4735
4736         * manual/glossary.xml
4737                 fix id name
4738         * manual/dist/html/Makefile.am
4739         * manual/dist/pdf/Makefile.am
4740         * manual/dist/ps/Makefile.am
4741         * manual/dist/txt/Makefile.am
4742                 fix make deps
4743                 Thanks to Colin
4744
4745 2006-01-24 [mones]      1.9.100cvs182
4746
4747         * manual/glossary.xml
4748                 Nearly finished, some terms missing.
4749
4750 2006-01-23 [paul]       1.9.100cvs181
4751
4752         * manual/dist/html/Makefile.am
4753         * manual/dist/pdf/Makefile.am
4754         * manual/dist/ps/Makefile.am
4755         * manual/dist/txt/Makefile.am
4756         * src/mainwindow.c
4757                 re-enable manual
4758                 Thanks to Colin
4759
4760 2006-01-22 [colin]      1.9.100cvs180
4761
4762         * src/compose.c
4763         * src/gtk/gtkaspell.c
4764                 Don't deselect stuff before right-clicking, with aspell.
4765                 (This prevented right-click Copy, for example).
4766                 Thanks to Clo!
4767
4768 2006-01-22 [paul]       1.9.100cvs179
4769
4770         * src/summary_search.c
4771                 don't fix the widget size as it causes problems
4772                 under localisation.
4773                 Thanks to Emilian Nowak
4774
4775 2006-01-21 [paul]       1.9.100cvs178
4776
4777         * src/prefs_themes.c
4778                 fix broken underlining of label text
4779                 with some translations
4780
4781 2006-01-21 [colin]      1.9.100cvs177
4782
4783         * po/fr.po
4784                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4785
4786 2006-01-20 [colin]      1.9.100cvs176
4787
4788         * configure.ac
4789         * Makefile.am
4790         * manual/Makefile
4791         * manual/dist/html/.cvsignore
4792         * manual/dist/html/Makefile.am
4793         * manual/dist/pdf/.cvsignore
4794         * manual/dist/pdf/Makefile.am
4795         * manual/dist/ps/.cvsignore
4796         * manual/dist/ps/Makefile.am
4797         * manual/dist/txt/.cvsignore
4798         * manual/dist/txt/Makefile.am
4799                 Autotool-ize manual
4800
4801 2006-01-20 [paul]       1.9.100cvs175
4802
4803         * manual/handling.xml
4804                 make Filtering and Searching entries easier to find
4805         * manual/keyboard.xml
4806                 add the remaining default keybinds
4807         * src/prefs_summaries.c
4808                 update the default keybinds
4809
4810 2006-01-20 [paul]       1.9.100cvs174
4811
4812         * src/addressbook.c
4813         * src/addrgather.c
4814         * src/addrharvest.c
4815         * src/editaddress.c
4816         * src/editgroup.c
4817         * src/exphtmldlg.c
4818         * src/expldifdlg.c
4819         * src/exporthtml.c
4820         * src/exportldif.c
4821         * src/ldif.c
4822                 replace 'e-mail' with 'email'
4823         * src/summary_search.c
4824                 add mnemonic to "Find all" button
4825
4826 2006-01-20 [wwp]        1.9.100cvs173
4827
4828         * src/export.c
4829         * src/import.c
4830                 touched mbox import/export buttons for HIG-compliance
4831
4832 2006-01-19 [paul]       1.9.100cvs172
4833
4834         * manual/account.xml
4835         * manual/addrbook.xml
4836         * manual/advanced.xml
4837         * manual/faq.xml
4838         * manual/handling.xml
4839         * manual/intro.xml
4840         * manual/plugins.xml
4841         * manual/starting.xml
4842                 more editing
4843
4844 2006-01-19 [paul]       1.9.100cvs171
4845
4846         * src/toolbar.c
4847                 allow use of trash button while receiving
4848                 Thanks to Colin
4849
4850 2006-01-19 [wwp]        1.9.100cvs170
4851
4852         * src/gtk/quicksearch.c
4853         * src/compose.c
4854                 force text color to black when yellow background is set
4855
4856 2006-01-19 [colin]      1.9.100cvs169
4857
4858         * src/plugins/trayicon/trayicon.c
4859                 Gray out Get Mail when already getting mail
4860
4861 2006-01-18 [paul]       1.9.100cvs168
4862
4863         * src/compose.c
4864                 give widget yellow background was To is
4865                 set via folder prefs
4866         * src/gtk/quicksearch.c
4867                 give widget yellow background when quick
4868                 search is active.
4869                 Thanks to Colin
4870
4871 2006-01-18 [paul]       1.9.100cvs167
4872
4873         * doc/man/sylpheed-claws.1
4874                 add --subscribe option
4875
4876 2006-01-18 [paul]       1.9.100cvs166
4877
4878         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4879         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4880                 use %U instead of %F (%F is broken for user installed
4881                 files in kde 3.5)
4882
4883 2006-01-18 [colin]      1.9.100cvs165
4884
4885         * src/summaryview.c
4886                 Default to Yes in "No more * messages" dialogs
4887
4888 2006-01-17 [colin]      1.9.100cvs164
4889
4890         * src/compose.c
4891                 Possibly fix an invalid iterator causing
4892                 crash
4893
4894 2006-01-17 [colin]      1.9.100cvs163
4895
4896         * src/mimeview.c
4897                 Fix crash when the image disappears under the
4898                 image viewer
4899
4900 2006-01-16 [colin]      1.9.100cvs162
4901
4902         * src/compose.c
4903                 Fix reenabling autowrap
4904
4905 2006-01-16 [colin]      1.9.100cvs161
4906
4907         * src/compose.c
4908                 reset quote_len before getting quote_str
4909
4910 2006-01-16 [colin]      1.9.100cvs160
4911
4912         * src/account.c
4913         * src/account.h
4914         * src/folder.c
4915         * src/imap_gtk.c
4916         * src/mh_gtk.c
4917                 Fix bug #883 (default inbox does not track folder move)
4918
4919 2006-01-16 [colin]      1.9.100cvs159
4920
4921         * src/compose.c
4922         * src/plugins/pgpcore/passphrase.c
4923                 More buttons fixes
4924
4925 2006-01-16 [paul]       1.9.100cvs158
4926
4927         * src/prefs_actions.c
4928         * src/prefs_filtering_action.c
4929         * src/prefs_matcher.c
4930         * src/quote_fmt.c
4931         * src/gtk/description_window.c
4932         * src/gtk/description_window.h
4933         * src/gtk/quicksearch.c
4934                 description window cleanups
4935
4936 2006-01-15 [colin]      1.9.100cvs157
4937
4938         * src/addressbook.c
4939         * src/prefs_filtering.c
4940                 Same here
4941
4942 2006-01-15 [colin]      1.9.100cvs156
4943
4944         * src/folderview.c
4945         * src/mainwindow.c
4946                 Same for "Empty trash"
4947
4948 2006-01-15 [colin]      1.9.100cvs155
4949
4950         * src/inc.c
4951                 Override offline dialog had Yes by default
4952
4953 2006-01-15 [colin]      1.9.100cvs154
4954
4955         * src/summaryview.c
4956                 Delete selected messages? previously had Yes the default
4957
4958 2006-01-15 [colin]      1.9.100cvs153
4959
4960         * src/folder.c
4961         * src/folder.h
4962         * src/main.c
4963                 Check if a mailbox is loaded after all
4964                 plugins are loaded.
4965
4966 2006-01-15 [colin]      1.9.100cvs152
4967
4968         * src/folder.c
4969                 Don't start wizard when there are unloaded folders (will help
4970                 people with only mbox or maildir mailboxes)
4971
4972 2006-01-14 [colin]      1.9.100cvs151
4973
4974         * src/addressbook.c
4975         * src/expldifdlg.c
4976         * src/importldif.c
4977         * src/importmutt.c
4978         * src/importpine.c
4979         * src/mh_gtk.c
4980                 More HIG compliance and fixes
4981
4982 2006-01-14 [colin]      1.9.100cvs150
4983
4984         * src/prefs_filtering_action.c
4985         * src/foldersel.c
4986                 Two forgotten button order changes
4987
4988 2006-01-14 [colin]      1.9.100cvs149
4989
4990         * src/account.c
4991         * src/addressbook.c
4992         * src/compose.c
4993         * src/folderview.c
4994         * src/imap_gtk.c
4995         * src/mainwindow.c
4996         * src/mh_gtk.c
4997         * src/news_gtk.c
4998         * src/prefs_actions.c
4999         * src/prefs_customheader.c
5000         * src/prefs_filtering.c
5001         * src/prefs_matcher.c
5002         * src/prefs_template.c
5003         * src/ssl_manager.c
5004         * src/summaryview.c
5005         * src/textview.c
5006         * src/toolbar.c
5007                 All deletion confirmations are now "Cancel, Delete" 
5008                 instead of "No, Yes"
5009                 Clarified most of the other "No, Yes" to 
5010                 "Cancel, Descriptive_action"
5011                 Rechanged the "Entry not saved" alerts to have 
5012                 "Close, Continue editing"
5013
5014
5015 2006-01-14 [paul]
5016
5017         * 2.0.0-rc4 released
5018
5019 2006-01-14 [paul]       1.9.100cvs148
5020
5021         * src/account.c
5022         * src/addressadd.c
5023         * src/addressbook.c
5024         * src/compose.c
5025         * src/editaddress.c
5026         * src/editbook.c
5027         * src/editgroup.c
5028         * src/editjpilot.c
5029         * src/editldap.c
5030         * src/editvcard.c
5031         * src/exphtmldlg.c
5032         * src/expldifdlg.c
5033         * src/folderview.c
5034         * src/grouplistdialog.c
5035         * src/imap_gtk.c
5036         * src/importmutt.c
5037         * src/importpine.c
5038         * src/inc.c
5039         * src/main.c
5040         * src/mainwindow.c
5041         * src/message_search.c
5042         * src/messageview.c
5043         * src/mh_gtk.c
5044         * src/mimeview.c
5045         * src/news_gtk.c
5046         * src/prefs_actions.c
5047         * src/prefs_customheader.c
5048         * src/prefs_filtering.c
5049         * src/prefs_matcher.c
5050         * src/prefs_template.c
5051         * src/prefs_themes.c
5052         * src/ssl_manager.c
5053         * src/summary_search.c
5054         * src/summaryview.c
5055         * src/textview.c
5056         * src/toolbar.c
5057         * src/gtk/foldersort.c
5058         * src/gtk/gtkaspell.c
5059         * src/gtk/inputdialog.c
5060         * src/gtk/prefswindow.c
5061         * src/plugins/pgpcore/select-keys.c
5062         * src/plugins/trayicon/trayicon.c
5063                 HIG compliant button order
5064
5065 2006-01-14 [mones]      1.9.100cvs147
5066
5067         * po/es.po
5068                 Updated translation
5069
5070 2006-01-13 [paul]       1.9.100cvs146
5071
5072         * AUTHORS
5073         * ChangeLog
5074         * src/gtk/authors.h
5075                 add Joshua M. Kwan to contributors list
5076
5077 2006-01-13 [colin]      1.9.100cvs145
5078
5079         * src/gtk/quicksearch.c
5080                 Don't refocus quick search after executing (Esc or Enter)
5081                 Allows to '/'search something then move up/down in 
5082                 summaryview, and to Esc a search and be back in the 
5083                 summaryview
5084
5085 2006-01-13 [paul]       1.9.100cvs144
5086
5087         * src/plugins/pgpinline/pgpinline.c
5088                 support Content-Type 'application/pgp'
5089                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5090
5091 2006-01-13 [paul]       1.9.100cvs143
5092
5093         * manual/account.xml
5094                 make mention of partial retrieval
5095                 thanks to Colin
5096
5097 2006-01-13 [paul]       1.9.100cvs142
5098
5099         * src/account.c
5100         * src/account.h
5101         * src/action.c
5102         * src/action.h
5103         * src/adbookbase.h
5104         * src/addr_compl.c
5105         * src/addr_compl.h
5106         * src/addrbook.c
5107         * src/addrcache.c
5108         * src/addrcache.h
5109         * src/addrcindex.c
5110         * src/addrcindex.h
5111         * src/addrclip.c
5112         * src/addrclip.h
5113         * src/addrdefs.h
5114         * src/addressadd.c
5115         * src/addressadd.h
5116         * src/addressbook.c
5117         * src/addressbook.h
5118         * src/addrgather.c
5119         * src/addrgather.h
5120         * src/addrharvest.c
5121         * src/addrharvest.h
5122         * src/addrindex.c
5123         * src/addrindex.h
5124         * src/addritem.c
5125         * src/addritem.h
5126         * src/addrquery.c
5127         * src/addrquery.h
5128         * src/addrselect.c
5129         * src/addrselect.h
5130         * src/alertpanel.c
5131         * src/alertpanel.h
5132         * src/browseldap.c
5133         * src/browseldap.h
5134         * src/codeconv.c
5135         * src/codeconv.h
5136         * src/compose.c
5137         * src/compose.h
5138         * src/customheader.c
5139         * src/customheader.h
5140         * src/displayheader.c
5141         * src/displayheader.h
5142         * src/editaddress.c
5143         * src/editaddress.h
5144         * src/editbook.c
5145         * src/editbook.h
5146         * src/editgroup.c
5147         * src/editgroup.h
5148         * src/editjpilot.c
5149         * src/editjpilot.h
5150         * src/editldap.c
5151         * src/editldap.h
5152         * src/editldap_basedn.c
5153         * src/editldap_basedn.h
5154         * src/editvcard.c
5155         * src/editvcard.h
5156         * src/exphtmldlg.c
5157         * src/exphtmldlg.h
5158         * src/expldifdlg.c
5159         * src/expldifdlg.h
5160         * src/export.h
5161         * src/exporthtml.c
5162         * src/exporthtml.h
5163         * src/exportldif.c
5164         * src/exportldif.h
5165         * src/filtering.c
5166         * src/filtering.h
5167         * src/folder.c
5168         * src/folder.h
5169         * src/folder_item_prefs.c
5170         * src/folder_item_prefs.h
5171         * src/foldersel.c
5172         * src/foldersel.h
5173         * src/folderutils.c
5174         * src/folderutils.h
5175         * src/folderview.c
5176         * src/folderview.h
5177         * src/grouplistdialog.c
5178         * src/grouplistdialog.h
5179         * src/headerview.c
5180         * src/html.c
5181         * src/html.h
5182         * src/image_viewer.c
5183         * src/image_viewer.h
5184         * src/imap.c
5185         * src/imap.h
5186         * src/imap_gtk.c
5187         * src/imap_gtk.h
5188         * src/import.h
5189         * src/importldif.c
5190         * src/importldif.h
5191         * src/importmutt.c
5192         * src/importmutt.h
5193         * src/importpine.c
5194         * src/importpine.h
5195         * src/inc.c
5196         * src/inc.h
5197         * src/jpilot.c
5198         * src/jpilot.h
5199         * src/ldapctrl.c
5200         * src/ldapctrl.h
5201         * src/ldaplocate.c
5202         * src/ldaplocate.h
5203         * src/ldapquery.c
5204         * src/ldapquery.h
5205         * src/ldapserver.c
5206         * src/ldapserver.h
5207         * src/ldaputil.c
5208         * src/ldaputil.h
5209         * src/ldif.c
5210         * src/ldif.h
5211         * src/main.c
5212         * src/main.h
5213         * src/mainwindow.c
5214         * src/mainwindow.h
5215         * src/manual.c
5216         * src/manual.h
5217         * src/mbox.c
5218         * src/mbox.h
5219         * src/message_search.c
5220         * src/message_search.h
5221         * src/messageview.c
5222         * src/messageview.h
5223         * src/mh.c
5224         * src/mh.h
5225         * src/mh_gtk.c
5226         * src/mh_gtk.h
5227         * src/mimeview.c
5228         * src/mimeview.h
5229         * src/msgcache.c
5230         * src/msgcache.h
5231         * src/mutt.c
5232         * src/mutt.h
5233         * src/news.c
5234         * src/news.h
5235         * src/news_gtk.c
5236         * src/news_gtk.h
5237         * src/partial_download.c
5238         * src/partial_download.h
5239         * src/pine.c
5240         * src/pine.h
5241         * src/pop.c
5242         * src/pop.h
5243         * src/prefs_account.c
5244         * src/prefs_account.h
5245         * src/prefs_actions.c
5246         * src/prefs_actions.h
5247         * src/prefs_common.c
5248         * src/prefs_common.h
5249         * src/prefs_compose_writing.c
5250         * src/prefs_compose_writing.h
5251         * src/prefs_customheader.c
5252         * src/prefs_customheader.h
5253         * src/prefs_display_header.c
5254         * src/prefs_display_header.h
5255         * src/prefs_filtering.c
5256         * src/prefs_filtering.h
5257         * src/prefs_filtering_action.c
5258         * src/prefs_filtering_action.h
5259         * src/prefs_folder_column.c
5260         * src/prefs_folder_column.h
5261         * src/prefs_folder_item.c
5262         * src/prefs_folder_item.h
5263         * src/prefs_fonts.c
5264         * src/prefs_fonts.h
5265         * src/prefs_gtk.c
5266         * src/prefs_gtk.h
5267         * src/prefs_image_viewer.c
5268         * src/prefs_image_viewer.h
5269         * src/prefs_matcher.c
5270         * src/prefs_matcher.h
5271         * src/prefs_message.c
5272         * src/prefs_msg_colors.c
5273         * src/prefs_msg_colors.h
5274         * src/prefs_other.c
5275         * src/prefs_quote.c
5276         * src/prefs_receive.c
5277         * src/prefs_send.c
5278         * src/prefs_spelling.c
5279         * src/prefs_spelling.h
5280         * src/prefs_summaries.c
5281         * src/prefs_summaries.h
5282         * src/prefs_summary_column.c
5283         * src/prefs_summary_column.h
5284         * src/prefs_template.c
5285         * src/prefs_template.h
5286         * src/prefs_themes.c
5287         * src/prefs_themes.h
5288         * src/prefs_toolbar.c
5289         * src/prefs_toolbar.h
5290         * src/prefs_wrapping.c
5291         * src/prefs_wrapping.h
5292         * src/privacy.c
5293         * src/privacy.h
5294         * src/procheader.c
5295         * src/procheader.h
5296         * src/procmime.c
5297         * src/procmime.h
5298         * src/procmsg.c
5299         * src/procmsg.h
5300         * src/quote_fmt.c
5301         * src/quote_fmt_parse.y
5302         * src/recv.c
5303         * src/recv.h
5304         * src/remotefolder.c
5305         * src/remotefolder.h
5306         * src/send_message.c
5307         * src/send_message.h
5308         * src/setup.c
5309         * src/setup.h
5310         * src/sourcewindow.c
5311         * src/sourcewindow.h
5312         * src/ssl_manager.c
5313         * src/ssl_manager.h
5314         * src/statusbar.c
5315         * src/statusbar.h
5316         * src/stock_pixmap.c
5317         * src/stock_pixmap.h
5318         * src/summary_search.c
5319         * src/summary_search.h
5320         * src/summaryview.c
5321         * src/summaryview.h
5322         * src/syldap.c
5323         * src/syldap.h
5324         * src/textview.c
5325         * src/textview.h
5326         * src/toolbar.c
5327         * src/toolbar.h
5328         * src/undo.c
5329         * src/undo.h
5330         * src/unmime.c
5331         * src/unmime.h
5332         * src/vcard.c
5333         * src/vcard.h
5334         * src/wizard.c
5335         * src/wizard.h
5336         * src/common/base64.c
5337         * src/common/base64.h
5338         * src/common/defs.h
5339         * src/common/hooks.c
5340         * src/common/hooks.h
5341         * src/common/log.c
5342         * src/common/log.h
5343         * src/common/mgutils.c
5344         * src/common/mgutils.h
5345         * src/common/nntp.c
5346         * src/common/nntp.h
5347         * src/common/passcrypt.c
5348         * src/common/passcrypt.h.in
5349         * src/common/plugin.c
5350         * src/common/plugin.h
5351         * src/common/prefs.c
5352         * src/common/prefs.h
5353         * src/common/progressindicator.c
5354         * src/common/progressindicator.h
5355         * src/common/quoted-printable.c
5356         * src/common/quoted-printable.h
5357         * src/common/session.c
5358         * src/common/session.h
5359         * src/common/smtp.c
5360         * src/common/smtp.h
5361         * src/common/socket.c
5362         * src/common/socket.h
5363         * src/common/ssl.c
5364         * src/common/ssl.h
5365         * src/common/ssl_certificate.c
5366         * src/common/ssl_certificate.h
5367         * src/common/stringtable.c
5368         * src/common/stringtable.h
5369         * src/common/sylpheed.c
5370         * src/common/sylpheed.h
5371         * src/common/template.c
5372         * src/common/template.h
5373         * src/common/timing.h
5374         * src/common/utils.c
5375         * src/common/utils.h
5376         * src/common/version.h.in
5377         * src/common/xml.c
5378         * src/common/xml.h
5379         * src/common/xmlprops.c
5380         * src/common/xmlprops.h
5381         * src/gtk/colorlabel.c
5382         * src/gtk/colorsel.c
5383         * src/gtk/colorsel.h
5384         * src/gtk/description_window.c
5385         * src/gtk/description_window.h
5386         * src/gtk/filesel.c
5387         * src/gtk/filesel.h
5388         * src/gtk/foldersort.c
5389         * src/gtk/foldersort.h
5390         * src/gtk/gtkutils.c
5391         * src/gtk/gtkutils.h
5392         * src/gtk/inputdialog.c
5393         * src/gtk/inputdialog.h
5394         * src/gtk/logwindow.c
5395         * src/gtk/logwindow.h
5396         * src/gtk/manage_window.c
5397         * src/gtk/manage_window.h
5398         * src/gtk/menu.c
5399         * src/gtk/menu.h
5400         * src/gtk/pluginwindow.c
5401         * src/gtk/pluginwindow.h
5402         * src/gtk/prefswindow.c
5403         * src/gtk/prefswindow.h
5404         * src/gtk/progressdialog.c
5405         * src/gtk/progressdialog.h
5406         * src/gtk/sslcertwindow.c
5407         * src/gtk/sslcertwindow.h
5408         * src/plugins/clamav/clamav_plugin.c
5409         * src/plugins/clamav/clamav_plugin.h
5410         * src/plugins/clamav/clamav_plugin_gtk.c
5411         * src/plugins/demo/demo.c
5412         * src/plugins/dillo_viewer/dillo_prefs.c
5413         * src/plugins/dillo_viewer/dillo_prefs.h
5414         * src/plugins/dillo_viewer/dillo_viewer.c
5415         * src/plugins/pgpcore/passphrase.c
5416         * src/plugins/pgpcore/passphrase.h
5417         * src/plugins/pgpcore/plugin.c
5418         * src/plugins/pgpcore/select-keys.c
5419         * src/plugins/pgpcore/select-keys.h
5420         * src/plugins/pgpcore/sgpgme.c
5421         * src/plugins/pgpcore/sgpgme.h
5422         * src/plugins/pgpinline/pgpinline.c
5423         * src/plugins/pgpinline/pgpinline.h
5424         * src/plugins/pgpinline/plugin.c
5425         * src/plugins/pgpmime/pgpmime.c
5426         * src/plugins/pgpmime/pgpmime.h
5427         * src/plugins/pgpmime/plugin.c
5428         * src/plugins/spamassassin/spamassassin.c
5429         * src/plugins/spamassassin/spamassassin.h
5430         * src/plugins/spamassassin/spamassassin_gtk.c
5431         * src/plugins/trayicon/trayicon.c
5432                 update copyright header
5433
5434 2006-01-13 [paul]       1.9.100cvs141
5435
5436         * src/account.c
5437         * src/export.c
5438         * src/import.c
5439         * src/mainwindow.c
5440         * src/prefs_account.c
5441         * src/prefs_display_header.c
5442         * src/prefs_receive.c
5443         * src/prefs_send.c
5444         * src/prefs_summaries.c
5445         * src/prefs_themes.c
5446         * src/prefs_toolbar.c
5447         * src/gtk/about.c
5448                 various cleanups
5449
5450 2006-01-12 [colin]      1.9.100cvs140
5451
5452         * src/folder.c
5453         * src/folder.h
5454         * src/main.c
5455                 Add --subscribe option
5456                 Let sylpheed-claws email@domain.com equivalent to --compose
5457                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5458
5459 2006-01-12 [paul]       1.9.100cvs139
5460
5461         * src/mainwindow.c
5462                 append 'Change folder order' label with '...'
5463         * src/prefs_actions.c
5464                 allow reordering of actions list by dnd
5465         * src/gtk/foldersort.c
5466                 make the dialog nicer
5467
5468 2006-01-11 [colin]      1.9.100cvs138
5469
5470         * src/compose.c
5471                 Allow templates without text
5472
5473 2006-01-11 [paul]       1.9.100cvs137
5474
5475         * tools/README
5476         * tools/filter_conv_new.pl
5477                 add info to README
5478                 also check .sylpheed for filter.xml
5479                 be a bit informative to the user
5480
5481 2006-01-11 [colin]      1.9.100cvs136
5482
5483         * src/textview.c
5484                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5485
5486 2006-01-10 [paul]       1.9.100cvs135
5487
5488         * tools/Makefile.am
5489         * tools/filter_conv_new.pl
5490                 add script to convert new style Sylpheed
5491                 filter rules (Sylpheed >= 0.9.99) to
5492                 Claws filtering rules
5493
5494 2006-01-10 [colin]      1.9.100cvs134
5495
5496         * src/compose.c
5497                 Fix broken line joins in certain conditions
5498                 (between two quoted lines: <enter><enter><up>
5499                  <type a wrapped sentence><go in the first line>
5500                  <insert more text><watch as line joining failed>)
5501
5502 2006-01-10 [paul]       1.9.100cvs133
5503
5504         * src/compose.c
5505                 don't report success in error dialog
5506                 thanks to Colin
5507         * src/common/utils.c
5508                 include some trailing punctuations as URI
5509                 thanks to Hiro
5510
5511 2006-01-10 [paul]       1.9.100cvs132
5512
5513         * src/mimeview.c
5514                 fix incompatible pointer type
5515                 warning
5516
5517 2006-01-10 [paul]       1.9.100cvs131
5518
5519         * src/compose.c
5520                 change Subject in window title
5521                 instantaneously
5522
5523 2006-01-09 [colin]      1.9.100cvs130
5524
5525         * src/addressbook.c
5526         * src/headerview.c
5527         * src/mainwindow.c
5528         * src/messageview.c
5529         * src/mimeview.c
5530         * src/noticeview.c
5531         * src/summaryview.c
5532                 Fix possible crashes on exit and in addressbook
5533
5534 2006-01-09 [paul]       1.9.100cvs129
5535
5536         * src/prefs_msg_colors.c
5537                 some cleanups that I forgot last time
5538
5539 2006-01-09 [paul]       1.9.100cvs128
5540
5541         * README
5542         * src/folderview.c
5543         * src/prefs_msg_colors.c
5544                 add previously hidden option, color_new, to
5545                 the gui
5546                 move the page to Display/
5547                 rework the gui
5548
5549 2006-01-09 [wwp]        1.9.100cvs127
5550
5551         * src/prefs_themes.c
5552                 made the prefs/display/themes layouts spacing less condensed
5553                 (and so they match other prefs/pages' look).
5554
5555 2006-01-09 [paul]       1.9.100cvs126
5556
5557         * src/compose.c
5558         * src/prefs_common.c
5559         * src/prefs_common.h
5560         * src/prefs_wrapping.c
5561                 remove 'wrap at send' option
5562
5563 2006-01-06 [colin]      1.9.100cvs125
5564
5565         * src/compose.c
5566                 Just make completely sure we don't insert "manual line breaks" 
5567                 when wrapping... 
5568
5569 2006-01-04 [paul]
5570
5571         * 2.0.0-rc3 released
5572
5573 2006-01-04 [paul]       1.9.100cvs124
5574
5575         * src/folderview.c
5576                 fix bug 882, 'quick scroll in folder list
5577                 displays wrong folder contents'
5578
5579 2006-01-04 [paul]       1.9.100cvs123
5580
5581         * src/plugins/pgpmime/pgpmime.c
5582                 better debug information when signing
5583                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5584
5585 2006-01-03 [colin]      1.9.100cvs122
5586
5587         * configure.ac
5588                 We need to recheck for gpgme 1.0.0 after checking
5589                 for 1.1.1, because if 1.1.1 isn't available, 
5590                 GPGME_LIBS and friends are blanked out by the 
5591                 second check.
5592
5593 2006-01-03 [colin]      1.9.100cvs121
5594
5595         * src/common/prefs.c
5596                 Windows unlink-before rename fix
5597         * src/plugins/pgpcore/sgpgme.c
5598                 Add support for PKA info if available
5599                 Both patches by Werner Koch
5600
5601 2006-01-03 [paul]       1.9.100cvs120
5602
5603         * src/messageview.c
5604                 fix bug 884, 'Send receipt' button visible in queue
5605                 Thanks to Colin
5606
5607 2006-01-02 [colin]      1.9.100cvs119
5608
5609         * src/compose.c
5610         * src/imap.c
5611                 Fix autosave on IMAP and more generally try to
5612                 return the correct ID on a newly added IMAP message
5613
5614 2006-01-02 [paul]       1.9.100cvs118
5615
5616         * manual/keyboard.xml
5617                 edited
5618
5619 2006-01-01 [paul]       1.9.100cvs117
5620
5621         * src/gtk/authors.h
5622                 alphabetical order
5623
5624 2005-12-30 [colin]      1.9.100cvs116
5625
5626         * manual/advanced.xml
5627                 Explain Pre/Post-processing differences.
5628
5629 2005-12-30 [colin]      1.9.100cvs115
5630
5631         * src/mh.c
5632                 Implement copy_msgs for a little optimization
5633         * src/imap.c
5634                 Finish yesterday's fix
5635
5636 2005-12-29 [colin]      1.9.100cvs114
5637
5638         * src/imap.c
5639                 Fix occasional failure in fetching a mail over
5640                 IMAP
5641
5642 2005-12-29 [colin]      1.9.100cvs113
5643
5644         * src/compose.c
5645                 Don't remove a draft when sending it, if it is 
5646                 locked.
5647
5648 2005-12-28 [colin]      1.9.100cvs112
5649
5650         * src/summaryview.c
5651                 Fix leak for real
5652
5653 2005-12-28 [wwp]        1.9.100cvs111
5654
5655         * doc/faq/.cvsignore
5656         * doc/faq/de/.cvsignore
5657         * doc/faq/en/.cvsignore
5658         * doc/faq/es/.cvsignore
5659         * doc/faq/fr/.cvsignore
5660         * doc/faq/it/.cvsignore
5661         * doc/manual/.cvsignore
5662         * doc/manual/de/.cvsignore
5663         * doc/manual/en/.cvsignore
5664         * doc/manual/es/.cvsignore
5665         * doc/manual/fr/.cvsignore
5666         * doc/manual/ja/.cvsignore
5667         * src/plugins/mathml_viewer/.cvsignore
5668                 rollback revival of those files (my bad, sorry for the noise).
5669
5670 2005-12-28 [wwp]        1.9.100cvs110
5671
5672         * src/compose.c
5673                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5674
5675 2005-12-28 [wwp]        1.9.100cvs109
5676
5677         * doc/faq/.cvsignore
5678         * doc/faq/de/.cvsignore
5679         * doc/faq/en/.cvsignore
5680         * doc/faq/es/.cvsignore
5681         * doc/faq/fr/.cvsignore
5682         * doc/faq/it/.cvsignore
5683         * doc/manual/.cvsignore
5684         * doc/manual/de/.cvsignore
5685         * doc/manual/en/.cvsignore
5686         * doc/manual/es/.cvsignore
5687         * doc/manual/fr/.cvsignore
5688         * doc/manual/ja/.cvsignore
5689         * src/plugins/mathml_viewer/.cvsignore
5690         * po/.cvsignore
5691                 more files to ignore.
5692
5693 2005-12-24 [colin]      1.9.100cvs108
5694
5695         * AUTHORS
5696         * src/gtk/authors.h
5697                 Update for Werner
5698
5699 2005-12-24 [colin]      1.9.100cvs107
5700
5701         * src/procmsg.c
5702                 Allow NULL src_msginfo in 
5703                 procmsg_msginfo_new_from_mimeinfo
5704
5705 2005-12-23 [paul]       1.9.100cvs106
5706
5707         * src/plugins/pgpinline/mypgpcore.def
5708                 add this forgotten file
5709
5710 2005-12-23 [colin]      1.9.100cvs105
5711
5712         * src/mainwindow.c
5713                 Fix missing break
5714
5715 2005-12-23 [colin]      1.9.100cvs104
5716
5717         * autogen.sh
5718         * src/folder.c
5719         * src/mh.c
5720         * src/common/plugin.c
5721         * src/common/socket.c
5722         * src/common/socket.h
5723         * src/common/utils.c
5724         * src/common/utils.h
5725         * src/gtk/pluginwindow.c
5726         * src/plugins/pgpcore/plugin.def
5727         * src/plugins/pgpcore/sylpheed.def
5728         * src/plugins/pgpinline/Makefile.am
5729         * src/plugins/pgpinline/plugin.def
5730         * src/plugins/pgpinline/sylpheed.def
5731         * src/plugins/pgpmime/plugin.def
5732         * src/plugins/pgpmime/sylpheed.def
5733                 Various w32 fixes by Werner Koch
5734
5735 2005-12-22 [paul]       1.9.100cvs103
5736
5737         * src/wizard.c
5738                 don't offer IMAP as 'server type' if
5739                 libetpan isn't built in
5740
5741 2005-12-22 [paul]       1.9.100cvs102
5742
5743         * AUTHORS
5744         * src/mainwindow.c
5745         * src/mainwindow.h
5746         * src/toolbar.c
5747         * src/gtk/authors.h
5748                 support GTK_TOOLBAR_BOTH_HORIZ (text
5749                 next to icon) Patch by Marien Zwart
5750                 marienz@users.sf.net
5751                 Also reword the text
5752
5753 2005-12-21 [colin]      1.9.100cvs101
5754
5755         * configure.ac
5756                 Fix DATADIRNAME
5757         * COPYING
5758                 Fix missing section and explicit the exception better
5759         * src/compose.c
5760                 Prevent mail from being lost without notice when an
5761                 SMTP error happens on trying to send an unmodified
5762                 drafted mail.
5763         * src/send_message.c
5764         * src/common/smtp.c
5765                 Fix password remembering when wrong, and add return
5766                 value checks where they should have been
5767         * src/plugins/pgpcore/sylpheed.def
5768         * src/plugins/pgpinline/sylpheed.def
5769         * src/plugins/pgpmime/sylpheed.def
5770                 Add a few symbols needed
5771
5772 2005-12-21 [paul]       1.9.100cvs100
5773
5774         * m4/codeset.m4
5775         * m4/glibc21.m4
5776         * m4/intdiv0.m4
5777         * m4/inttypes-pri.m4
5778         * m4/inttypes.m4
5779         * m4/inttypes_h.m4
5780         * m4/isc-posix.m4
5781         * m4/lcmessage.m4
5782         * m4/stdint_h.m4
5783         * m4/uintmax_t.m4
5784                 gettextization
5785                 thanks to Colin
5786
5787 2005-12-21 [paul]       1.9.100cvs99
5788
5789         * po/sv.po
5790                 fixed by Colin
5791
5792 2005-12-20 [paul]       1.9.100cvs98
5793
5794         * po/sv.po
5795                 updated by Anders Trobäck
5796
5797 2005-12-20 [colin]      1.9.100cvs97
5798
5799         * ABOUT-NLS
5800         * Makefile.am
5801         * autogen.sh
5802         * configure.ac
5803         * config/config.rpath
5804         * config/mkinstalldirs
5805         * m4/Makefile.am
5806         * m4/glibc2.m4
5807         * m4/gnupg.m4
5808         * m4/gpgme.m4
5809         * m4/intmax.m4
5810         * m4/longdouble.m4
5811         * m4/longlong.m4
5812         * m4/printf-posix.m4
5813         * m4/signed.m4
5814         * m4/size_max.m4
5815         * m4/ulonglong.m4
5816         * m4/wchar_t.m4
5817         * m4/wint_t.m4
5818         * m4/xsize.m4
5819         * po/Makefile.in.in
5820         * po/Makevars
5821         * po/bg.po
5822         * po/ca.po
5823         * po/cs.po
5824         * po/de.po
5825         * po/el.po
5826         * po/en_GB.po
5827         * po/es.po
5828         * po/fi.po
5829         * po/fr.po
5830         * po/hr.po
5831         * po/hu.po
5832         * po/it.po
5833         * po/ja.po
5834         * po/ko.po
5835         * po/nb.po
5836         * po/nl.po
5837         * po/pl.po
5838         * po/pt_BR.po
5839         * po/ru.po
5840         * po/sk.po
5841         * po/sr.po
5842         * po/stamp-po
5843         * po/sv.po
5844         * po/zh_CN.po
5845         * po/zh_TW.po
5846         * src/Makefile.am
5847         * src/codeconv.c
5848         * src/compose.c
5849         * src/exporthtml.c
5850         * src/exportldif.c
5851         * src/folder.c
5852         * src/main.c
5853         * src/manual.c
5854         * src/mh.c
5855         * src/mimeview.c
5856         * src/send_message.c
5857         * src/common/Makefile.am
5858         * src/common/fnmatch.c
5859         * src/common/fnmatch.h
5860         * src/common/fnmatch_loop.c
5861         * src/common/nntp.c
5862         * src/common/plugin.c
5863         * src/common/smtp.c
5864         * src/common/socket.c
5865         * src/common/string_match.c
5866         * src/common/sylpheed.c
5867         * src/common/utils.c
5868         * src/common/utils.h
5869         * src/common/w32_dirent.c
5870         * src/common/w32_reg.c
5871         * src/common/w32_signal.c
5872         * src/common/w32_stat.c
5873         * src/common/w32_stdio.c
5874         * src/common/w32_stdlib.c
5875         * src/common/w32_string.c
5876         * src/common/w32_time.c
5877         * src/common/w32_unistd.c
5878         * src/common/w32_wait.c
5879         * src/common/w32lib.h
5880         * src/etpan/Makefile.am
5881         * src/gtk/Makefile.am
5882         * src/plugins/clamav/Makefile.am
5883         * src/plugins/demo/Makefile.am
5884         * src/plugins/dillo_viewer/Makefile.am
5885         * src/plugins/pgpcore/Makefile.am
5886         * src/plugins/pgpcore/passphrase.c
5887         * src/plugins/pgpcore/plugin.def
5888         * src/plugins/pgpcore/sgpgme.c
5889         * src/plugins/pgpcore/sylpheed.def
5890         * src/plugins/pgpcore/version.rc
5891         * src/plugins/pgpinline/Makefile.am
5892         * src/plugins/pgpinline/plugin.def
5893         * src/plugins/pgpinline/sylpheed.def
5894         * src/plugins/pgpinline/version.rc
5895         * src/plugins/pgpmime/Makefile.am
5896         * src/plugins/pgpmime/mypgpcore.def
5897         * src/plugins/pgpmime/plugin.def
5898         * src/plugins/pgpmime/sylpheed.def
5899         * src/plugins/pgpmime/version.rc
5900         * src/plugins/spamassassin/Makefile.am
5901                 Very little ;-) patch from Werner Koch, providing
5902                 infrastructure for cross-compiling to Win32
5903
5904 2005-12-20 [paul]       1.9.100cvs96
5905
5906         * src/account.c
5907         * src/account.h
5908         * src/mainwindow.c
5909         * src/mainwindow.h
5910         * src/toolbar.c
5911         * src/toolbar.h
5912                 add a combo to the Get All button, allowing
5913                 quick retrieval from any account
5914                 Patch by Fabien Vantard, slightly modified
5915                 by Colin
5916         * src/gtk/about.c
5917                 i18n fix. Patch by Fabien Vantard
5918
5919 2005-12-19 [colin]      1.9.100cvs95
5920
5921         * src/compose.c
5922         * src/compose.h
5923                 Don't automatically join lines when they've 
5924                 been separated by the user and not automatically
5925
5926 2005-12-19 [paul]       1.9.100cvs94
5927
5928         * src/gtk/pluginwindow.c
5929                 i18n fix.
5930                 Patch by Fabien Vantard
5931
5932 2005-12-15 [paul]       1.9.100cvs93
5933
5934         * src/common/plugin.c
5935         * src/common/plugin.h
5936         * src/gtk/pluginwindow.c
5937         * src/plugins/clamav/clamav_plugin.c
5938         * src/plugins/demo/demo.c
5939         * src/plugins/dillo_viewer/dillo_viewer.c
5940         * src/plugins/pgpcore/plugin.c
5941         * src/plugins/pgpinline/plugin.c
5942         * src/plugins/pgpmime/plugin.c
5943         * src/plugins/spamassassin/spamassassin.c
5944         * src/plugins/trayicon/trayicon.c
5945                 add plugin_version()
5946
5947 2005-12-15 [colin]      1.9.100cvs92
5948
5949         * src/compose.c
5950                 Further fix bug #875
5951
5952 2005-12-15 [paul]       1.9.100cvs91
5953
5954         * src/gtk/filesel.c
5955                 fix attach_load_dir getting set to
5956                 PLUGINDIR on plugin load
5957
5958 2005-12-14 [mones]      1.9.100cvs90
5959
5960         * manual/ack.xml
5961         * manual/keyboard.xml
5962                 Initial draft and some shortcuts added
5963                 
5964         * po/es.po
5965                 Updated translation
5966
5967 2005-12-14 [colin]      1.9.100cvs89
5968
5969         * src/compose.c
5970         * src/imap.c
5971         * src/summaryview.c
5972         * src/gtk/gtkaspell.c
5973                 More leaks fixed
5974         * src/prefs_folder_item.c
5975                 Fix recursive prefs apply
5976
5977
5978 2005-12-14 [colin]      1.9.100cvs88
5979
5980         * src/compose.c
5981                 Fix bug #875 (Freeze On Inline Forward of 
5982                 Large Message)
5983
5984 2005-12-13 [colin]      1.9.100cvs87
5985
5986         * src/compose.c
5987                 Uniq-ify and sort the mimetypes list
5988                 Patch by Fabien Vantard
5989
5990 2005-12-13 [colin]      1.9.100cvs86
5991
5992         * src/imap.c
5993         * src/etpan/imap-thread.c
5994                 Fix leaks (patch by Hoa)
5995         * src/news.c
5996         * src/common/plugin.c
5997                 Fix leaks
5998
5999 2005-12-12 [colin]
6000
6001         * 2.0.0-rc2 released
6002
6003 2005-12-12 [colin]      1.9.100cvs85
6004
6005         * src/matcher.c
6006                 Fix a leak
6007
6008 2005-12-12 [wwp]        1.9.100cvs84
6009
6010         * src/gtk/icon_legend.c
6011                 fix misbehaviour and crash when closing the legend window
6012         using the Esc key (patch by Fabien Vantard).
6013
6014 2005-12-12 [paul]       1.9.100cvs83
6015
6016         * src/browseldap.c
6017         * src/foldersel.c
6018         * src/prefs_actions.c
6019         * src/prefs_filtering.c
6020         * src/prefs_matcher.c
6021         * src/prefs_spelling.glade      ** REMOVED **
6022         * src/prefs_template.c
6023         * src/gtk/foldersort.glade      ** REMOVED **
6024         * src/gtk/pluginwindow.c
6025         * src/gtk/pluginwindow.glade    ** REMOVED **
6026         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6027                 cleanups
6028
6029 2005-12-11 [paul]       1.9.100cvs82
6030
6031         * src/gtk/filesel.c
6032                 fix attach_load_dir crasher (double free)
6033
6034 2005-12-09 [paul]       1.9.100cvs81
6035
6036         * po/POTFILES.in
6037         * src/mainwindow.c
6038         * src/gtk/Makefile.am
6039         * src/gtk/icon_legend.c
6040         * src/gtk/icon_legend.h
6041                 add icon legend
6042         * src/manual.c
6043                 cleanup
6044
6045 2005-12-09 [paul]       1.9.100cvs80
6046
6047         * src/plugins/pgpcore/passphrase.c
6048                 wrap the label in the dialog
6049
6050 2005-12-09 [colin]      1.9.100cvs79
6051
6052         * src/plugins/pgpcore/sgpgme.c
6053                 Display (untrusted) on not trusted signatures
6054                 Patch by Michal Èihaø <michal@cihar.com>
6055                 Closes bug #867 (Report also key trust)
6056
6057 2005-12-09 [colin]      1.9.100cvs78
6058
6059         * src/common/plugin.c
6060                 Update licence check, following Eben Moglen's advice
6061
6062 2005-12-08 [colin]      1.9.100cvs77
6063
6064         * src/folder.c
6065                 Fix the occasionnal item->cache != NULL 
6066                 assertion failure. 
6067
6068 2005-12-08 [colin]      1.9.100cvs76
6069
6070         * src/mimeview.c
6071         * src/plugins/pgpcore/sgpgme.c
6072                 Print key id when unable to check it
6073                 Closes bug #866 (Show key id when missing)
6074
6075 2005-12-08 [paul]       1.9.100cvs75
6076
6077         * src/prefs_common.c
6078         * src/prefs_common.h
6079         * src/gtk/filesel.c
6080                 remember load attachment dir
6081
6082 2005-12-07 [colin]      1.9.100cvs74
6083
6084         * src/prefs_toolbar.c
6085                 Gtk fixes, patch by Fabien Vantard
6086
6087 2005-12-07 [colin]      1.9.100cvs73
6088
6089         * src/action.c
6090         * src/compose.c
6091         * src/compose.h
6092                 Fix bug #839 (Quoted text isn't colored after 
6093                 executing an action)
6094         * src/common/plugin.c
6095                 Require plugins to declare their licence in plugin_licence()
6096                 Refuse to load non-GPL plugins as they'd be illegal (as 
6097                 derived works of Sylpheed-Claws, they must be GPL).
6098         * src/plugins/clamav/clamav_plugin.c
6099         * src/plugins/demo/demo.c
6100         * src/plugins/dillo_viewer/dillo_viewer.c
6101         * src/plugins/pgpcore/plugin.c
6102         * src/plugins/pgpinline/plugin.c
6103         * src/plugins/pgpmime/plugin.c
6104         * src/plugins/spamassassin/spamassassin.c
6105         * src/plugins/trayicon/trayicon.c
6106                 Add plugin_licence()
6107
6108 2005-12-07 [paul]       1.9.100cvs72
6109
6110         * configure.ac
6111         * src/mainwindow.c
6112         * src/manual.c
6113         * src/manual.h
6114         * src/common/defs.h
6115                 clean up after local FAQ removal and
6116                 temporary manual removal
6117
6118 2005-12-06 [colin]      1.9.100cvs71
6119
6120         * configure.ac
6121         * doc/Makefile.am
6122         * doc/faq/.cvsignore
6123         * doc/faq/Makefile.am
6124         * doc/faq/de/.cvsignore
6125         * doc/faq/de/Makefile.am
6126         * doc/faq/de/sylpheed-faq-1.html
6127         * doc/faq/de/sylpheed-faq-2.html
6128         * doc/faq/de/sylpheed-faq-3.html
6129         * doc/faq/de/sylpheed-faq.html
6130         * doc/faq/en/.cvsignore
6131         * doc/faq/en/Makefile.am
6132         * doc/faq/en/sylpheed-faq-1.html
6133         * doc/faq/en/sylpheed-faq-2.html
6134         * doc/faq/en/sylpheed-faq-3.html
6135         * doc/faq/en/sylpheed-faq-4.html
6136         * doc/faq/en/sylpheed-faq.html
6137         * doc/faq/es/.cvsignore
6138         * doc/faq/es/Makefile.am
6139         * doc/faq/es/sylpheed-faq-1.html
6140         * doc/faq/es/sylpheed-faq-2.html
6141         * doc/faq/es/sylpheed-faq-3.html
6142         * doc/faq/es/sylpheed-faq-4.html
6143         * doc/faq/es/sylpheed-faq.html
6144         * doc/faq/fr/.cvsignore
6145         * doc/faq/fr/Makefile.am
6146         * doc/faq/fr/sylpheed-faq-1.html
6147         * doc/faq/fr/sylpheed-faq-2.html
6148         * doc/faq/fr/sylpheed-faq-3.html
6149         * doc/faq/fr/sylpheed-faq.html
6150         * doc/faq/it/.cvsignore
6151         * doc/faq/it/Makefile.am
6152         * doc/faq/it/sylpheed-faq-1.html
6153         * doc/faq/it/sylpheed-faq-2.html
6154         * doc/faq/it/sylpheed-faq-3.html
6155         * doc/faq/it/sylpheed-faq.html
6156         * doc/manual/.cvsignore
6157         * doc/manual/Makefile.am
6158         * doc/manual/de/.cvsignore
6159         * doc/manual/de/Makefile.am
6160         * doc/manual/de/sylpheed-1.html
6161         * doc/manual/de/sylpheed-10.html
6162         * doc/manual/de/sylpheed-11.html
6163         * doc/manual/de/sylpheed-12.html
6164         * doc/manual/de/sylpheed-13.html
6165         * doc/manual/de/sylpheed-14.html
6166         * doc/manual/de/sylpheed-15.html
6167         * doc/manual/de/sylpheed-16.html
6168         * doc/manual/de/sylpheed-17.html
6169         * doc/manual/de/sylpheed-18.html
6170         * doc/manual/de/sylpheed-19.html
6171         * doc/manual/de/sylpheed-2.html
6172         * doc/manual/de/sylpheed-20.html
6173         * doc/manual/de/sylpheed-3.html
6174         * doc/manual/de/sylpheed-4.html
6175         * doc/manual/de/sylpheed-5.html
6176         * doc/manual/de/sylpheed-6.html
6177         * doc/manual/de/sylpheed-7.html
6178         * doc/manual/de/sylpheed-8.html
6179         * doc/manual/de/sylpheed-9.html
6180         * doc/manual/de/sylpheed.html
6181         * doc/manual/en/.cvsignore
6182         * doc/manual/en/Makefile.am
6183         * doc/manual/en/sylpheed-1.html
6184         * doc/manual/en/sylpheed-10.html
6185         * doc/manual/en/sylpheed-11.html
6186         * doc/manual/en/sylpheed-12.html
6187         * doc/manual/en/sylpheed-13.html
6188         * doc/manual/en/sylpheed-14.html
6189         * doc/manual/en/sylpheed-15.html
6190         * doc/manual/en/sylpheed-16.html
6191         * doc/manual/en/sylpheed-17.html
6192         * doc/manual/en/sylpheed-18.html
6193         * doc/manual/en/sylpheed-19.html
6194         * doc/manual/en/sylpheed-2.html
6195         * doc/manual/en/sylpheed-20.html
6196         * doc/manual/en/sylpheed-21.html
6197         * doc/manual/en/sylpheed-22.html
6198         * doc/manual/en/sylpheed-3.html
6199         * doc/manual/en/sylpheed-4.html
6200         * doc/manual/en/sylpheed-5.html
6201         * doc/manual/en/sylpheed-6.html
6202         * doc/manual/en/sylpheed-7.html
6203         * doc/manual/en/sylpheed-8.html
6204         * doc/manual/en/sylpheed-9.html
6205         * doc/manual/en/sylpheed.html
6206         * doc/manual/es/.cvsignore
6207         * doc/manual/es/Makefile.am
6208         * doc/manual/es/sylpheed-1.html
6209         * doc/manual/es/sylpheed-10.html
6210         * doc/manual/es/sylpheed-11.html
6211         * doc/manual/es/sylpheed-12.html
6212         * doc/manual/es/sylpheed-13.html
6213         * doc/manual/es/sylpheed-14.html
6214         * doc/manual/es/sylpheed-15.html
6215         * doc/manual/es/sylpheed-16.html
6216         * doc/manual/es/sylpheed-17.html
6217         * doc/manual/es/sylpheed-18.html
6218         * doc/manual/es/sylpheed-19.html
6219         * doc/manual/es/sylpheed-2.html
6220         * doc/manual/es/sylpheed-20.html
6221         * doc/manual/es/sylpheed-3.html
6222         * doc/manual/es/sylpheed-4.html
6223         * doc/manual/es/sylpheed-5.html
6224         * doc/manual/es/sylpheed-6.html
6225         * doc/manual/es/sylpheed-7.html
6226         * doc/manual/es/sylpheed-8.html
6227         * doc/manual/es/sylpheed-9.html
6228         * doc/manual/es/sylpheed.html
6229         * doc/manual/fr/.cvsignore
6230         * doc/manual/fr/Makefile.am
6231         * doc/manual/fr/sylpheed-1.html
6232         * doc/manual/fr/sylpheed-10.html
6233         * doc/manual/fr/sylpheed-11.html
6234         * doc/manual/fr/sylpheed-12.html
6235         * doc/manual/fr/sylpheed-13.html
6236         * doc/manual/fr/sylpheed-14.html
6237         * doc/manual/fr/sylpheed-15.html
6238         * doc/manual/fr/sylpheed-16.html
6239         * doc/manual/fr/sylpheed-17.html
6240         * doc/manual/fr/sylpheed-18.html
6241         * doc/manual/fr/sylpheed-19.html
6242         * doc/manual/fr/sylpheed-2.html
6243         * doc/manual/fr/sylpheed-20.html
6244         * doc/manual/fr/sylpheed-3.html
6245         * doc/manual/fr/sylpheed-4.html
6246         * doc/manual/fr/sylpheed-5.html
6247         * doc/manual/fr/sylpheed-6.html
6248         * doc/manual/fr/sylpheed-7.html
6249         * doc/manual/fr/sylpheed-8.html
6250         * doc/manual/fr/sylpheed-9.html
6251         * doc/manual/fr/sylpheed.html
6252         * doc/manual/ja/.cvsignore
6253         * doc/manual/ja/Makefile.am
6254         * doc/manual/ja/sylpheed-1.html
6255         * doc/manual/ja/sylpheed-10.html
6256         * doc/manual/ja/sylpheed-11.html
6257         * doc/manual/ja/sylpheed-12.html
6258         * doc/manual/ja/sylpheed-13.html
6259         * doc/manual/ja/sylpheed-14.html
6260         * doc/manual/ja/sylpheed-15.html
6261         * doc/manual/ja/sylpheed-16.html
6262         * doc/manual/ja/sylpheed-17.html
6263         * doc/manual/ja/sylpheed-18.html
6264         * doc/manual/ja/sylpheed-19.html
6265         * doc/manual/ja/sylpheed-2.html
6266         * doc/manual/ja/sylpheed-20.html
6267         * doc/manual/ja/sylpheed-3.html
6268         * doc/manual/ja/sylpheed-4.html
6269         * doc/manual/ja/sylpheed-5.html
6270         * doc/manual/ja/sylpheed-6.html
6271         * doc/manual/ja/sylpheed-7.html
6272         * doc/manual/ja/sylpheed-8.html
6273         * doc/manual/ja/sylpheed-9.html
6274         * doc/manual/ja/sylpheed.html
6275         * doc/manual/ja/sylpheed.sgml
6276         * src/mainwindow.c
6277                 Remove outdated manual and faq. Noisy, eh?
6278
6279 2005-12-06 [colin]      1.9.100cvs70
6280
6281         * src/compose.c
6282         * src/quote_fmt_parse.y
6283         * src/undo.c
6284         * src/undo.h
6285                 Allow %X to position cursor at 0 
6286                 (no %X = before signature)
6287                 Fix paste as quotation putting the cursor at 0
6288                 Fix undo offsets when pasting
6289                 Insert the quote_fmt at once instead of line 
6290                 by line
6291                 Fix [Edited] when starting to reply/forward
6292
6293 2005-12-06 [paul]       1.9.100cvs69
6294
6295         * src/plugins/clamav/clamav_plugin_gtk.c
6296                 add another tooltip
6297         * src/plugins/spamassassin/spamassassin_gtk.c
6298                 rework spamassassin_create_widget_func()
6299
6300 2005-12-05 [colin]      1.9.100cvs68
6301
6302         * po/POTFILES.in
6303                 Fix make release ;-)
6304
6305 2005-12-05 [colin]      1.9.100cvs67
6306
6307         * src/compose.c
6308         * src/compose.h
6309                 Fix cursor positioning (not obeying %X)
6310
6311 2005-12-05 [paul]       1.9.100cvs66
6312
6313         * src/plugins/dillo_viewer/dillo_prefs.c
6314                 fix compilation warning
6315
6316 2005-12-05 [paul]       1.9.100cvs65
6317
6318         * src/prefs_spelling.c
6319         * src/plugins/trayicon/trayicon.c
6320                 cleanups - remove unused stuff
6321
6322 2005-12-05 [paul]       1.9.100cvs64
6323
6324         * README
6325         * manual/plugins.xml
6326                 remove info about removed mathml_viewer plugin
6327
6328 2005-12-05 [paul]       1.9.100cvs63
6329
6330         * configure.ac
6331         * src/plugins/Makefile.am
6332         * src/plugins/mathml_viewer/.cvsignore
6333         * src/plugins/mathml_viewer/Makefile.am
6334         * src/plugins/mathml_viewer/mathml_viewer.c
6335                 remove unmaintained mathml_viewer plugin
6336
6337 2005-12-05 [paul]       1.9.100cvs62
6338
6339         * src/summaryview.c
6340                 obey prefs_common.always_show_msg when
6341                 moving a msg
6342                 Thanks to Colin
6343
6344 2005-12-05 [paul]       1.9.100cvs61
6345
6346         * src/compose.c
6347         * src/prefs_account.c
6348         * src/prefs_filtering.c
6349         * src/prefs_quote.c
6350         * src/prefs_spelling.c
6351         * src/prefs_toolbar.c
6352         * src/summaryview.c
6353         * src/gtk/gtkutils.c
6354         * src/gtk/quicksearch.c
6355         * src/plugins/dillo_viewer/dillo_prefs.c
6356                 dialog cleanups
6357
6358 2005-12-04 [paul]       1.9.100cvs60
6359
6360         * src/inc.c
6361         * src/prefs_account.c
6362         * src/prefs_account.h
6363                 allow a Local account to specify a
6364                 default inbox
6365                 (closes bug 843 'Inbox cannot be changed for local
6366                  mailboxes')
6367
6368 2005-12-04 [colin]      1.9.100cvs59
6369
6370         * src/plugins/trayicon/trayicon.c
6371                 Remove Get, rename Get All to Get Mail in order to
6372                 be consistent with the default main toolbar
6373
6374 2005-12-03 [colin]      1.9.100cvs58
6375
6376         * manual/gpl.xml
6377         * manual/sylpheed-claws-manual.xml
6378                 Add GPL appendix
6379
6380 2005-12-03 [paul]       1.9.100cvs57
6381
6382         * AUTHORS
6383         * po/sv.po
6384         * src/gtk/authors.h
6385                 new (partially complete) Swedish translation
6386                 by Anders Troback <sylpheed@troback.com>
6387
6388 2005-12-02 [paul]       1.9.100cvs56
6389
6390         * configure.ac
6391                 libetpan 0.41 required
6392
6393 2005-12-02 [paul]       1.9.100cvs55
6394
6395         * src/plugins/clamav/clamav_plugin.c
6396         * src/plugins/clamav/clamav_plugin.h
6397         * src/plugins/clamav/clamav_plugin_gtk.c
6398         * src/plugins/spamassassin/spamassassin.c
6399         * src/plugins/spamassassin/spamassassin.h
6400         * src/plugins/spamassassin/spamassassin_gtk.c
6401                 unregister prefs pages on unloading, thus
6402                 preventing a crash
6403                 (thanks to Colin for the hint)
6404
6405 2005-12-02 [wwp]        1.9.100cvs54
6406
6407         * src/quote_fmt.h
6408         * src/quote_fmt_parse.y
6409                 fix misuse of gboolean*, use gboolean instead
6410                 (thanks to Paul, Colin, for pointing out that scaring one)
6411
6412 2005-12-02 [paul]       1.9.100cvs53
6413
6414         * src/plugins/clamav/clamav_plugin.c
6415                 int no --> unsigned int no
6416         * src/plugins/clamav/clamav_plugin_gtk.c
6417                 rework config page
6418
6419 2005-12-02 [wwp]        1.9.100cvs52
6420
6421         * src/compose.c
6422         * src/prefs_template.c
6423         * src/quote_fmt.h
6424         * src/quote_fmt_parse.y
6425                 prevent from executing |f and |p templates commands when
6426                 adding or replacing templates in prefs (avoids annoying and
6427                 potentially dangerous behaviours)
6428
6429 2005-12-02 [paul]       1.9.100cvs51
6430
6431         * src/prefs_common.c
6432                 allow translation of some default values
6433                 Patch by Fabien Vantard
6434
6435 2005-12-02 [paul]       1.9.100cvs50
6436
6437         * src/codeconv.c
6438         * src/codeconv.h
6439         * src/prefs_common.c
6440         * src/prefs_common.h
6441         * src/prefs_message.c
6442         * src/textview.c
6443                 remove obsolete 'convert_mb_alnum' option
6444                 and related stuff
6445         * src/gtk/about.c
6446                 remove unused 'about_textview_visibility_notify'
6447
6448 2005-12-02 [paul]       1.9.100cvs49
6449
6450         * src/prefs_account.c
6451         * src/prefs_compose_writing.c
6452         * src/prefs_fonts.c
6453         * src/prefs_gtk.h
6454         * src/prefs_image_viewer.c
6455         * src/prefs_message.c
6456         * src/prefs_other.c
6457         * src/prefs_receive.c
6458         * src/prefs_send.c
6459         * src/prefs_spelling.c
6460         * src/prefs_summaries.c
6461         * src/prefs_wrapping.c
6462         * src/plugins/dillo_viewer/dillo_prefs.c
6463         * src/plugins/pgpcore/prefs_gpg.c
6464                 several cleanups to the prefs dialogs
6465                 (slightly modified) patch by Fabien Vantard
6466
6467 2005-12-02 [paul]       1.9.100cvs48
6468
6469         * src/main.c
6470                 --exit means exit
6471         * src/send_message.c
6472                 fix crash on send when connection fails
6473
6474         Thanks to Colin
6475
6476 2005-12-01 [colin]      1.9.100cvs47
6477
6478         * src/html.c
6479                 Translate &hellip; to "..."
6480
6481 2005-11-30 [colin]      1.9.100cvs46
6482
6483         * src/matcher.c
6484         * src/matcher.h
6485                 Optimize back yesterday's fix.
6486
6487 2005-11-30 [paul]       1.9.100cvs45
6488
6489         * manual/faq.xml
6490                 standardised
6491         * manual/intro.xml
6492                 written by Colin, edited by me
6493
6494 2005-11-29 [colin]      1.9.100cvs44
6495
6496         * src/matcher.c
6497                 Skip headers unconditionnaly in match_body if the
6498                 rule is not message or ~message
6499
6500 2005-11-29 [colin]      1.9.100cvs43
6501
6502         * src/matcher.c
6503                 Fix body_part and such, not skipping headers 
6504                 if the matchcriteria wasn't the first in the rule
6505
6506 2005-11-29 [colin]      1.9.100cvs42
6507
6508         * src/compose.c
6509                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6510                 option missing from message view window)
6511                 Fix double text D'n'D with gtk-2.8
6512         * src/matcher.c
6513                 Fix ~message, ~headers_part, ~body_part rules
6514         * src/messageview.c
6515                 Add Windows-1252 (Closes bug #863)
6516                 Fix accels
6517         * src/gtk/gtkaspell.c
6518                 Properly destroy accels in all menus
6519
6520 2005-11-29 [mones]      1.9.100cvs41
6521
6522         * po/es.po
6523                 Updated.
6524
6525 2005-11-27 [colin]      1.9.100cvs40
6526
6527         * src/mh_gtk.c
6528                 "/Remove mailbox" -> "/Remove mailbox..."
6529
6530 2005-11-27 [paul]       1.9.100cvs39
6531
6532         * AUTHORS
6533         * po/de.po
6534         * src/gtk/authors.h
6535                 updated by new maintainer, Stephan Sachse
6536
6537 2005-11-27 [paul]       1.9.100cvs38
6538
6539         * manual/faq.xml
6540                 written by Colin, edited by me
6541
6542 2005-11-27 [paul]       1.9.100cvs37
6543
6544         * src/prefs_common.c
6545         * src/prefs_common.h
6546         * src/prefs_receive.c
6547         * src/prefs_summaries.c
6548                 move 'go to inbox after receiving new mail'
6549                 option from display/sumamaries to mail
6550                 handling/receive, and rework prefs_summaries
6551                 dialog a little
6552
6553 2005-11-25 [martin]     1.9.100cvs36
6554
6555         * po/de.po
6556             fixed windows-1252 translation;
6557             translated some new and fuzzy strings
6558
6559 2005-11-25 [paul]       1.9.100cvs35
6560
6561         * src/plugins/clamav/clamav_plugin.c
6562                 complete the update done in cvs34
6563
6564 2005-11-25 [paul]       1.9.100cvs34
6565
6566         * src/plugins/clamav/clamav_plugin.c
6567                 reflect upstream changes
6568
6569 2005-11-25 [paul]       1.9.100cvs33
6570
6571         * manual/ack.xml
6572         * manual/plugins.xml
6573         * manual/sylpheed-claws-manual.xml
6574                 written/updated by Colin, edited by me
6575         * tools/acroread2sylpheed.pl
6576                 update binary name
6577
6578 2005-11-24 [colin]      1.9.100cvs32
6579
6580         * src/compose.c
6581                 Fix bug #856 (reediting messages forgets Request
6582                 Return Receipt)
6583
6584 2005-11-24 [paul]       1.9.100cvs31
6585
6586         * manual/addrbook.xml
6587         * manual/starting.xml
6588                 written by Colin, proofread, edited, adapted by me
6589         * manual/advanced.xml
6590                 add some Actions examples
6591         * src/importldif.c
6592                 use a Save button instead of a Close button
6593         * src/wizard.c
6594                 indicate mandatory fields
6595                 fix page display
6596                 Thanks to Colin
6597
6598 2005-11-23 [colin]      1.9.100cvs30
6599
6600         * src/addressbook.c
6601                 Rename menu item, fix possible crash after
6602                 deletion of books
6603         * src/addrindex.c
6604                 Allow searching for '*' in ldap
6605         * src/browseldap.c
6606                 Fix "Browse Entry" (did anyone use it?)
6607         * src/wizard.c
6608                 Add guards for mandatory information
6609
6610 2005-11-23 [paul]       1.9.100cvs29
6611
6612         * manual/advanced.xml
6613                 corrections to the English
6614
6615 2005-11-23 [colin]      1.9.100cvs28
6616
6617         * src/mimeview.c
6618                 Fix possible crash at exit. After the call to
6619                 gtk_container_remove(), the Viewer's widget has no
6620                 more parent so gtk+ automatically frees it and its
6621                 sons. If destroy_viewer() then try to access it,
6622                 problems ensue.
6623
6624 2005-11-22 [colin]      1.9.100cvs27
6625
6626         * src/compose.c
6627         * src/gtk/gtkaspell.c
6628                 Fix right-clicking on a misspelled word
6629                 Fix More... in suggestions menu
6630
6631 2005-11-22 [wwp]        1.9.100cvs26
6632
6633         * src/prefs_template.c
6634                 templates works: re-sort templates list when adding or replacing,
6635                 prevent from adding or replacing when the template name is empty
6636
6637 2005-11-21 [colin]      1.9.100cvs25
6638
6639         * src/addressbook.c
6640                 Fix some addressbook suckage (dnd, select all)
6641         * src/compose.c
6642         * src/gtk/gtkaspell.c
6643         * src/gtk/gtkaspell.h
6644                 Make the spellchecker menu work with the 
6645                 GtkTextView one instead of overriding it
6646
6647 2005-11-20 [paul]       1.9.100cvs24
6648
6649         * manual/handling.xml
6650                 proofread and corrected
6651
6652 2005-11-20 [paul]       1.9.100cvs23
6653
6654         * manual/Makefile
6655                 generate html as one file
6656         * manual/advanced.xml
6657                 fix output generation
6658                 reformat hidden options list
6659         * manual/manual.xml     ** REMOVED **
6660         * manual/sylpheed-claws-manual.xml      ** ADDED **
6661                 renamed
6662
6663 2005-11-18 [colin]      1.9.100cvs22
6664
6665         * src/prefs_account.c
6666                 Fix layout in news and mbox accounts
6667         * manual/account.xml
6668         * manual/advanced.xml
6669                 New contents for Paul to check :)
6670
6671 2005-11-18 [wwp]        1.9.100cvs21
6672
6673         * src/gtk/quicksearch.c
6674                 don't update extended quicksearch buttons twice
6675
6676 2005-11-18 [paul]       1.9.100cvs20
6677
6678         * src/textview.c
6679                 complete 1.9.100cvs19
6680
6681 2005-11-18 [paul]       1.9.100cvs19
6682
6683         * src/compose.c
6684                 cosmetic improvements
6685         * src/textview.c
6686                 also list text/* attachments
6687
6688 2005-11-18 [colin]      1.9.100cvs18
6689
6690         * src/summaryview.c
6691                 Use column 0 instead of -1 in 
6692                 gtk_ctree_node_moveto, in a naive
6693                 hope it'll fix the gtk-related crashes
6694
6695 2005-11-18 [colin]      1.9.100cvs17
6696
6697         * src/gtk/inputdialog.c
6698                 Fix icon staying the first one
6699
6700 2005-11-17 [wwp]        1.9.100cvs16
6701                 fix possible problem showing some quicksearch buttons, and a bad
6702                 call to g_return_if_fail in a function that returns a value (both
6703                 fixes by Fabien Vantard)
6704
6705 2005-11-15 [wwp]        1.9.100cvs15
6706
6707         * src/gtk/quicksearch.c
6708                 added a tooltip to that obscure ... quicksearch button
6709
6710 2005-11-15 [wwp]        1.9.100cvs14
6711
6712         * src/gtk/quicksearch.c
6713                 add a quicksearch helper to filtering expression users: the ... button
6714                 raises the condition expr window. condition expressions set up w/ this
6715                 window are used by the quicksearch if the user closes it pressing OK.
6716
6717 2005-11-14 [paul]       1.9.100cvs13
6718
6719         * src/plugins/clamav/clamav_plugin.c
6720         * src/plugins/spamassassin/spamassassin.c
6721                 change plugin type following recent merging
6722
6723 2005-11-14 [wwp]        1.9.100cvs12
6724
6725         * src/folder.c
6726                 prevent from crashing when copying/moving message(s) from and
6727                 to the same folder
6728
6729 2005-11-14 [paul]       1.9.100cvs11
6730
6731         * src/plugins/clamav/Makefile.am
6732         * src/plugins/clamav/clamav_plugin.c
6733         * src/plugins/clamav/clamav_plugin.h
6734         * src/plugins/clamav/clamav_plugin_gtk.c
6735                 also merge clamav and clamav_gtk plugins
6736
6737 2005-11-13 [colin]      1.9.100cvs10
6738
6739         * configure.ac
6740         * src/plugins/spamassassin/Makefile.am
6741         * src/plugins/spamassassin/spamassassin.c
6742         * src/plugins/spamassassin/spamassassin.h
6743         * src/plugins/spamassassin/spamassassin_gtk.c
6744                 Merge spamassassin and spamassassin_gtk plugins,
6745                 and build it by default.
6746
6747 2005-11-12 [colin]      1.9.100cvs9
6748
6749         * src/etpan/imap-thread.c
6750                 Fix gcc warning
6751
6752 2005-11-12 [colin]      1.9.100cvs8
6753
6754         * src/procmime.c
6755                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6756
6757 2005-11-10 [colin]      1.9.100cvs7
6758
6759         * src/main.c
6760                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6761                 minimised state)
6762
6763 2005-11-10 [wwp]        1.9.100cvs6
6764
6765         * src/gtk/description_window.c
6766                 fix a crash when closing description windows using the WM's [X] button
6767
6768 2005-11-09 [colin]      1.9.100cvs5
6769
6770         * src/common/ssl.c
6771                 Update libetpan call to follow upstream
6772                 (yes, this requires libetpan-0.40cvs3)
6773
6774 2005-11-08 [colin]      1.9.100cvs4
6775
6776         * src/compose.c
6777         * src/textview.c
6778         * src/common/utils.c
6779         * src/common/utils.h
6780                 Enhance the email parser
6781
6782 2005-11-08 [colin]      1.9.100cvs3
6783
6784         * src/procmime.c
6785                 Fix what looks like an off-by-one (fixes 
6786                 attachments from the Bat)
6787
6788 2005-11-08 [wwp]        1.9.100cvs2
6789
6790         * src/main.c
6791                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6792
6793 2005-11-08 [wwp]        1.9.100cvs1
6794
6795         * src/main.c
6796                 allow exiting Sylpheed-Claws from command-line
6797
6798 2005-11-08 [paul]       1.9.100
6799
6800         1.9.100 released
6801
6802 2005-11-07 [colin]      1.9.99cvs17
6803
6804         * src/addritem.c
6805         * src/ldif.c
6806                 Fix import of base-64 encoded items
6807
6808 2005-11-07 [colin]      1.9.99cvs16
6809
6810         * src/send_message.c
6811                 Fix bug #314 (Queue does not empty under certain 
6812                 circumstances)
6813
6814 2005-11-07 [paul]       1.9.99cvs15
6815
6816         * src/mutt.c
6817         * src/pine.c
6818                 fix buffer overflows
6819                 Thanks to Colin
6820
6821 2005-11-07 [paul]       1.9.99cvs14
6822
6823         * doc/man/Makefile.am
6824         * doc/man/sylpheed-claws.1      ** ADDED **
6825         * doc/man/sylpheed.1            ** DELETED **
6826                 rename and update the man file
6827
6828 2005-11-06 [colin]      1.9.99cvs13
6829
6830         * src/ldif.c
6831                 Fix ldif_get_line() that returned empty strings
6832                 (Didn't understand why). Also fix a possible
6833                 buffer overflow.
6834
6835 2005-11-06 [wwp]        1.9.99cvs12
6836
6837         * src/textview.c
6838         * src/gtk/about.c
6839         * src/gtk/gtkutils.c
6840         * src/gtk/gtkutils.h
6841                 fix a compilation warning,
6842                 make links sensitive in the about dialog
6843
6844 2005-11-04 [wwp]        1.9.99cvs11
6845
6846         * src/gtk/about.c
6847                 don't wrap or translate URIs, and a bit text format cleanup
6848
6849 2005-11-04 [wwp]        1.9.99cvs10
6850
6851         * src/gtk/about.c
6852                 better textview tagging implementation (no more use of marks for
6853                 postponed tagging)
6854
6855 2005-11-02 [colin]      1.9.99cvs9
6856
6857         * src/common/ssl.c
6858                 Forgot an ifdef
6859
6860 2005-11-02 [colin]      1.9.99cvs8
6861
6862         * configure.ac
6863                 Require libetpan-0.40 due to upstream fix
6864         * src/common/ssl.c
6865                 Tell libetpan not to call SSL_Library_Init,
6866                 as we do it ourselves.
6867
6868 2005-11-02 [colin]      1.9.99cvs7
6869
6870         * po/POTFILES.in
6871                 Add missing files (thanks to Fabien Vantard)
6872
6873 2005-11-02 [colin]      1.9.99cvs6
6874
6875         * src/summaryview.c
6876                 Fix totals when read messages are hidden or quicksearch
6877                 is on
6878         * src/ssl_manager.c
6879         * src/ssl_manager.h
6880         * src/common/ssl_certificate.c
6881         * src/common/ssl_certificate.h
6882         * src/gtk/sslcertwindow.c
6883         * src/gtk/sslcertwindow.h
6884                 Fix copyright on my stuff
6885
6886 2005-11-02 [wwp]        1.9.99cvs5
6887
6888         * src/prefs_themes.c
6889                 fix directory name checking (theme installation/removal),
6890                 made related error a bit more verbose
6891
6892 2005-11-02 [colin]      1.9.99cvs4
6893
6894         * src/summaryview.c
6895                 Fix typo (probably fixes bug #841 (Sort by the From 
6896                 field doesn't work)
6897
6898 2005-11-02 [paul]       1.9.99cvs3
6899
6900         * po/ko.po
6901         * po/nb.po
6902                 updated by SungHyun Nam, Geir Helland
6903         * src/wizard.c
6904                 fix typo in welcome message. spotted by
6905                 Andrea Spadaccini
6906
6907 2005-11-01 [colin]      1.9.99cvs2
6908
6909         * src/compose.c
6910                 Fix replying to ml wen confirming subscription
6911         * src/messageview.c
6912         * src/mimeview.c
6913         * src/mimeview.h
6914         * src/privacy.h
6915         * src/summaryview.c
6916                 Make key check non blocking
6917
6918 2005-10-31 [paul]       1.9.99cvs1
6919
6920         * tools/claws.i18n.status.pl
6921                 updated for ChangeLog
6922
6923 2005-10-31 [paul]       1.9.99
6924
6925         1.9.99 released
6926
6927 2005-10-31 [paul]       1.9.15cvs131
6928
6929         * .cvsignore
6930         * ChangeLog
6931         * ChangeLog.claws       ** REMOVED **
6932         * ChangeLog-gtk2.claws  ** REMOVED **
6933         * ChangeLog.gtk1        ** ADDED **
6934         * INSTALL
6935         * Makefile.am
6936         * NEWS
6937         * README
6938         * README.claws          ** REMOVED **
6939         * README.jp             ** REMOVED **
6940         * RELEASE_NOTES         ** ADDED **
6941         * RELEASE_NOTES.claws   ** REMOVED **
6942         * commitHelper
6943         * configure.ac
6944         * sylpheed.spec.in      ** REMOVED **
6945                 tidy up and update the default docs:
6946                 ChangeLog.claws is renamed ChangeLog.gtk1
6947                 ChangeLog-gtk2.claws is renamed ChangeLog
6948                 README.claws is renamed README
6949                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6950
6951 2005-10-31 [paul]       1.9.15cvs130
6952
6953         * po/it.po
6954                 fix errors
6955
6956 2005-10-31 [paul]       1.9.15cvs129
6957
6958         * po/ca.po
6959         * po/de.po
6960         * po/en_GB.po
6961         * po/fr.po
6962         * po/it.po
6963         * po/pt_BR.po
6964         * po/sk.po
6965         * po/sr.po
6966         * po/zh_CN.po
6967                 updated by Miquel Oliete, Stephan Sachse and
6968                 Thomas Gilgin, me, Fabien Vantard, Andrea
6969                 Spadaccini, Frederico Goncalves Guimaraes,
6970                 Andrej Kacian, Aleksandar Urosevic, and
6971                 Ralgh Young.
6972
6973 2005-10-31 [mones]      1.9.15cvs128
6974
6975         * manual/faq.xml
6976                 More questions.
6977         
6978         * po/es.po
6979                 Updated for release.
6980
6981 2005-10-30 [colin]      1.9.15cvs127
6982
6983         * src/compose.c
6984                 Place cursor before rewrapping (fixes cursor
6985                 pos if quotation gets rewrapped)
6986
6987 2005-10-29 [paul]       1.9.15cvs126
6988
6989         * src/crash.c
6990         * src/foldersel.c
6991         * src/main.c
6992         * src/messageview.c
6993         * src/toolbar.c
6994         * src/gtk/authors.h
6995                 corrections to text items
6996
6997 2005-10-28 [colin]      1.9.15cvs125
6998
6999         * src/messageview.c
7000                 Make "hit 'C' to check sig" work from extern 
7001                 messageviews
7002
7003 2005-10-27 [colin]      1.9.15cvs124
7004
7005         * src/summaryview.c
7006                 Add a hack to avoid segfaulting when hammering 
7007                 on gtk's events
7008
7009 2005-10-27 [wwp]        1.9.15cvs123
7010
7011         * src/prefs_themes.c
7012                 sort list of themes names in themes prefs
7013
7014 2005-10-27 [paul]       1.9.15cvs122
7015
7016         * src/folder.c
7017         * src/prefs_account.c
7018                 fix building on Solaris
7019                 Patch by Alex Moore
7020
7021 2005-10-27 [wwp]        1.9.15cvs121
7022
7023         * src/summaryview.c
7024         * src/gtk/gtksctree.c
7025                 speed up unselecting messages in summary view (thanks to Colin)
7026
7027 2005-10-27 [paul]       1.9.15cvs120
7028
7029         * src/mainwindow.c
7030                 fix a compilation warning
7031         * src/summaryview.c
7032                 fix updating of 'n items selected' count
7033                 when deselecting
7034
7035 2005-10-27 [martin]     1.9.15cvs119
7036
7037         * src/action.c
7038                 ignore actions with a leading '/' in the action menu name
7039                 fixes a crash on menu creation
7040         * src/prefs_actions.c
7041                 do not allow a leading '/' in the action menu name
7042
7043 2005-10-27 [paul]       1.9.15cvs118
7044
7045         * src/main.c
7046                 fix compilation warning
7047
7048 2005-10-27 [paul]       1.9.15cvs117
7049
7050         * src/procmime.c
7051                 add #if HAVE_LOCALE_H
7052
7053 2005-10-27 [paul]       1.9.15cvs116
7054
7055         * src/plugins/clamav/clamav_plugin.c
7056         * src/plugins/dillo_viewer/dillo_viewer.c
7057         * src/plugins/mathml_viewer/mathml_viewer.c
7058         * src/plugins/pgpcore/plugin.c
7059         * src/plugins/pgpinline/plugin.c
7060         * src/plugins/pgpmime/plugin.c
7061         * src/plugins/spamassassin/spamassassin.c
7062         * src/plugins/trayicon/trayicon.c
7063                 plugin_init() : make error messages more
7064                 informative
7065
7066 2005-10-26 [wwp]        1.9.15cvs115
7067
7068         * src/prefs_matcher.c
7069                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7070
7071 2005-10-26 [wwp]        1.9.15cvs114
7072
7073         * src/procmime.c
7074         * src/gtk/gtksctree.c
7075         * src/plugins/spamassassin/libspamc.c
7076         * src/plugins/spamassassin/spamassassin.c
7077                 fix some compilation warnings more
7078
7079 2005-10-26 [mones]      1.9.15cvs113
7080
7081         * po/es.po
7082                 Updated translation
7083
7084 2005-10-26 [paul]       1.9.15cvs112
7085
7086         * src/prefs_message.c
7087                 give all display_xface stuff the
7088                 #if HAVE_LIBCOMPFACE treatment, thus
7089                 preventing a crash
7090                 (Thanks to Wolfgang Enderlein)
7091
7092 2005-10-26 [colin]      1.9.15cvs111
7093
7094         * src/gedit-print.c
7095                 Fix date format
7096         * src/imap_gtk.c
7097         * src/news_gtk.c
7098                 Remove context menu items that should not be there
7099         * src/jpilot.c
7100                 Fix encoding
7101         * src/main.c
7102         * src/mainwindow.c
7103                 Don't show the mainwindow too soon
7104
7105 2005-10-26 [wwp]        1.9.15cvs110
7106
7107         * src/folder.c
7108         * src/manual.c
7109         * src/summaryview.c
7110                 fix uninitialized pointers in the folder updating hook
7111                 (thanks to Colin)
7112
7113 2005-10-25 [mones]      1.9.15cvs109
7114
7115         * manual/faq.xml
7116                 General information subsection completed. 
7117                 Removed archaic references.
7118                 
7119         * manual/Makefile
7120         * manual/dtd/manual.dsl
7121                 Added customization stylesheet for getting paragraphs
7122                 fully justified in PDF output (as suggested by Colin).
7123
7124 2005-10-25 [colin]      1.9.15cvs108
7125
7126         * src/compose.c
7127                 Fix a second leak
7128
7129 2005-10-25 [colin]      1.9.15cvs107
7130
7131         * src/addrbook.c
7132         * src/addrindex.c
7133                 Fix leak (xml_get_element() allocates memory)
7134         * src/compose.c
7135                 Fix leak + dead code (shame!)
7136         * src/procmime.c
7137                 Fix leak
7138
7139 2005-10-25 [colin]      1.9.15cvs106
7140
7141         * src/mimeview.c
7142                 Fix encoding issue in Save all and in 
7143                 overwrite-confirmation alertpanel
7144
7145 2005-10-25 [colin]      1.9.15cvs105
7146
7147         * src/common/socket.c
7148                 Fix a leak - Thanks to Christopher Aillon
7149                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7150
7151 2005-10-25 [paul]       1.9.15cvs104
7152
7153         * src/wizard.c
7154                 Always guess servers from the right-hand
7155                 email part and guess username from the
7156                 left-hand part. (Thanks to Colin)
7157                 add an X-Face to the welcome message
7158
7159 2005-10-25 [paul]       1.9.15cvs103
7160
7161         * manual/handling.xml
7162                 written by Colin, edited by me
7163
7164 2005-10-25 [wwp]        1.9.15cvs102
7165
7166         * src/folderview.c
7167         * src/grouplistdialog.c
7168         * src/imap.c
7169         * src/noticeview.c
7170                 fix some compilation warnings
7171
7172 2005-10-24 [paul]
7173
7174         1.9.99-rc3 released
7175
7176 2005-10-24 [paul]       1.9.15cvs101
7177
7178         * src/gtk/about.c
7179                 fix window sizing
7180
7181 2005-10-24 [paul]       1.9.15cvs100
7182
7183         * src/pixmaps/offline.xpm
7184         * src/pixmaps/online.xpm
7185                 replace with last default versions
7186
7187 2005-10-24 [colin]      1.9.15cvs99
7188
7189         * src/imap.c
7190                 Fix bug when moving a folder
7191         * src/imap_gtk.c
7192         * src/mh_gtk.c
7193                 "Delete folder" pops up a window, so it 
7194                 should be suffixed with "..."
7195         * src/plugins/pgpcore/sgpgme.c
7196                 Include locale.h
7197
7198 2005-10-24 [mones]      1.9.15cvs98
7199
7200         * manual/Makefile
7201         * manual/account.xml
7202         * manual/ack.xml
7203         * manual/addrbook.xml
7204         * manual/advanced.xml
7205         * manual/faq.xml
7206         * manual/glossary.xml
7207         * manual/gpl.xml
7208         * manual/handling.xml
7209         * manual/intro.xml
7210         * manual/keyboard.xml
7211         * manual/manual.xml
7212         * manual/plugins.xml
7213         * manual/starting.xml
7214         * manual/dtd/sdocbook.dtd
7215                 Initial manual structure and some content.
7216
7217 2005-10-23 [wwp]        1.9.15cvs97
7218
7219         * src/gtk/about.c
7220                 fix a typo
7221
7222 2005-10-23 [wwp]        1.9.15cvs96
7223
7224         * src/gtk/about.c
7225         * src/gtk/authors.h
7226                 rework of the about window (main work by Paul), also featuring a few
7227                 fixes for typos and duplicate names
7228
7229 2005-10-23 [wwp]        1.9.15cvs95
7230
7231         * src/.cvsignore
7232                 Ignore the right binary name (sylpheed-claws now)
7233
7234 2005-10-23 [paul]       1.9.15cvs94
7235
7236         * src/compose.c
7237                 when using Folder Pref 'Default To for
7238                 replies' make the entry in the Compose
7239                 window bold
7240                 Patch by Fabien Vantard
7241
7242 2005-10-22 [colin]      1.9.15cvs93
7243
7244         * src/codeconv.c
7245                 Fix leak
7246
7247 2005-10-22 [colin]      1.9.15cvs92
7248
7249         * src/codeconv.c
7250                 try to convert using locale (apart utf8) if necessary
7251
7252 2005-10-22 [colin]      1.9.15cvs91
7253
7254         * src/pixmaps/new.xpm
7255         * src/pixmaps/unread.xpm
7256                 Make the unread envelope blue again and
7257                 saturate the new one a bit more.
7258
7259 2005-10-22 [colin]      1.9.15cvs90
7260
7261         * src/compose.c
7262                 When replying to a mail sent by one of our accounts,
7263                 use the original list of recipients. Let 'Reply All'
7264                 and 'Reply to sender' work like previously.
7265
7266 2005-10-21 [colin]      1.9.15cvs89
7267
7268         * src/prefs_filtering.c
7269                 Clear fields after add and replace
7270         * src/textview.c
7271                 Display xface differently (better)
7272         * src/plugins/pgpinline/pgpinline.c
7273                 Fix crappy encodings/recodings
7274
7275 2005-10-21 [paul]       1.9.15cvs88
7276
7277         * src/compose.c
7278         * src/prefs_folder_item.c
7279         * src/toolbar.c
7280                 fix news folder Folder Properties
7281                 (thanks to Colin)
7282         * src/folderview.c
7283                 update folderview after Themes change
7284                 keep selected folder selected
7285                 (thanks to Colin)
7286
7287 2005-10-21 [paul]       1.9.15cvs87
7288
7289         * tools/Makefile.am
7290         * tools/OOo2sylpheed.pl
7291         * tools/README
7292         * tools/README.sylprint
7293         * tools/asus_mailled.sh         ** REMOVED **
7294         * tools/filter_conv.pl
7295         * tools/freshmeat_search.pl
7296         * tools/google_search.pl
7297         * tools/gpg-sign-syl            ** REMOVED **
7298         * tools/kmail2sylpheed.pl
7299         * tools/kmail2sylpheed_v2.pl
7300         * tools/multiwebsearch.pl
7301         * tools/nautilus2sylpheed.sh
7302         * tools/newscache_clean.pl
7303         * tools/outlook2sylpheed.pl
7304         * tools/sylpheed-switcher       ** REMOVED **
7305         * tools/sylprint.pl
7306         * tools/sylprint.rc
7307         * tools/tb2sylpheed
7308         * tools/vcard2xml.py
7309         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7310                 update default config dir
7311                 update binary name (thanks to Fabien Vantard)
7312                 remove obsolete scripts
7313
7314 2005-10-21 [colin]      1.9.15cvs86
7315
7316         * src/inc.c
7317                 Fix possible leak and units. Based on a patch by
7318                 Fabien Vantard.
7319
7320 2005-10-20 [colin]      1.9.15cvs85
7321
7322         * src/textview.c
7323                 Clear xface when clearing textview
7324
7325 2005-10-20 [colin]      1.9.15cvs84
7326
7327         * configure.ac
7328         * src/folderview.c
7329         * src/headerview.c
7330         * src/main.c
7331         * src/prefs_common.c
7332         * src/prefs_common.h
7333         * src/prefs_message.c
7334         * src/textview.c
7335         * src/textview.h
7336         * src/common/defs.h
7337         * src/common/utils.c
7338         * src/common/utils.h
7339         * src/gtk/gtkutils.c
7340         * src/gtk/gtkutils.h
7341                 Migrate config to .sylpheed-claws (Automatically)
7342                 Add a way to get the Xface in the TextView
7343
7344 2005-10-20 [colin]      1.9.15cvs83
7345
7346         * src/gtk/Makefile.am
7347         * src/gtk/about.c
7348         * src/gtk/authors.h
7349                 Make the about dialog *grooovy*
7350
7351 2005-10-20 [colin]      1.9.15cvs82
7352
7353         * src/mimeview.c
7354                 Use "Open with" on double click if no command
7355                 was found
7356
7357 2005-10-20 [colin]      1.9.15cvs81
7358
7359         * src/imap.c
7360         * src/etpan/imap-thread.c
7361                 Fix possible crash.
7362
7363 2005-10-20 [paul]       1.9.15cvs80
7364
7365         * src/folder.c
7366                 don't show clipkey icon if the only
7367                 attachment is the signature
7368                 Patch by Colin
7369
7370 2005-10-20 [paul]       1.9.15cvs79
7371
7372         * AUTHORS
7373         * src/plugins/pgpmime/pgpmime.c
7374                 name the PGP/MIME signature 'signature.asc'
7375                 Patch by Andrew Nelson <freeandy@gmail.com>
7376
7377 2005-10-19 [colin]      1.9.15cvs78
7378
7379         * src/plugins/pgpmime/pgpmime.c
7380                 Oops, no need to double-check though
7381
7382 2005-10-19 [colin]      1.9.15cvs77
7383
7384         * src/plugins/pgpinline/pgpinline.c
7385         * src/plugins/pgpmime/pgpmime.c
7386                 Check that my_tmpfile() doesn't 
7387                 return NULL
7388
7389 2005-10-19 [colin]      1.9.15cvs76
7390
7391         * src/common/utils.c
7392                 Use shorter mime boundaries to avoid having
7393                 MTAs rewrapping our headers, breaking the
7394                 PGP signature in the process 
7395         * src/compose.c
7396         * src/plugins/pgpmime/pgpmime.c
7397                 Check for boundary uniqueness to be sure
7398                 it won't happen, instead of hoping for the
7399                 best
7400
7401 2005-10-19 [colin]      1.9.15cvs75
7402
7403         * sylpheed-claws.desktop
7404         * src/Makefile.am
7405         * src/main.c
7406                 Ship a sylpheed-claws binary instead
7407                 of a sylpheed one. Change the socket
7408                 name, too
7409         * src/folderview.c
7410                 Update folder only if it changed
7411         * src/wizard.c
7412                 Fix i18n in welcome mail, patch by
7413                 Fabien Vantard
7414
7415 2005-10-19 [paul]
7416
7417         1.9.99-rc2 released
7418
7419 2005-10-19 [paul]       1.9.15cvs74
7420
7421         * src/folder.c
7422         * src/folderview.c
7423                 fix summaryview update
7424                 Patch by Colin
7425
7426 2005-10-18 [colin]      1.9.15cvs73
7427
7428         * src/plugins/pgpcore/passphrase.c
7429                 Don't XGrabServer, and try a bit more to 
7430                 sync everything before grabbing mouse/keyboard
7431
7432 2005-10-18 [colin]      1.9.15cvs72
7433
7434         * src/Makefile.am
7435         * src/addressadd.c
7436         * src/addressbook.c
7437         * src/folderview.c
7438         * src/grouplistdialog.c
7439         * src/mimeview.c
7440         * src/stock_pixmap.c
7441         * src/stock_pixmap.h
7442         * src/summaryview.c
7443         * src/gtk/gtksctree.c
7444         * src/gtk/gtksctree.h
7445         * src/pixmaps/empty.xpm
7446                 Implement a wrapper call for gtk_ctree_set_node_info
7447                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7448                 pixmap instead of a NULL one. This works around some
7449                 memory problems deep inside gtk, revealed by valgrind,
7450                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7451                 as locked crashes sylpheed.), as well as, probably, 
7452                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7453
7454 2005-10-17 [colin]      1.9.15cvs71
7455
7456         * src/mimeview.c
7457                 Provide visual feedback when checking
7458                 signature
7459
7460 2005-10-17 [colin]      1.9.15cvs70
7461
7462         * src/main.c
7463                 Keep the folder list frozen while checking caches...
7464
7465 2005-10-17 [colin]      1.9.15cvs69
7466
7467         * src/addr_compl.c
7468                 Fi bug #833 (Autocompleting from addressbook 
7469                 fails with extended chars)
7470         * src/imap.c
7471                 Fix 'adding messages' staying in statusbar
7472                 after an error
7473
7474 2005-10-17 [wwp]        1.9.15cvs68
7475
7476         * src/ssl_manager.c
7477                 Fix buttons' layout resizing when window size changes
7478
7479 2005-10-17 [wwp]        1.9.15cvs67
7480
7481         * src/account.c
7482         * src/prefs_account.c
7483         * src/prefs_common.c
7484         * src/prefs_common.h
7485         * src/prefs_folder_item.c
7486         * src/prefs_gtk.c
7487         * src/gtk/logwindow.c
7488         * src/gtk/pluginwindow.c
7489         * src/gtk/prefswindow.c
7490         * src/gtk/prefswindow.h
7491                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7492
7493 2005-10-17 [paul]       1.9.15cvs66
7494
7495         * configure.ac
7496                 fix missing libetpan message
7497         * po/en_GB.po
7498                 updated
7499         * src/crash.c
7500         * src/manual.c
7501         * src/prefs_themes.c
7502         * src/common/defs.h
7503                 add some new URI defines, change some
7504                 others
7505         * src/wizard.c
7506                 make welcome message translatable
7507                 small improvements to english
7508                 other tweaks
7509         * src/gtk/menu.c
7510                 fix warnings
7511
7512 2005-10-17 [paul]       1.9.15cvs65
7513
7514         * src/summaryview.c
7515                 fix column titles
7516
7517 2005-10-16 [mones]      1.9.15cvs64
7518
7519         * po/es.po
7520                 Updated translation
7521
7522 2005-10-16 [colin]
7523
7524         1.9.99-rc1 released
7525
7526 2005-10-16 [colin]      1.9.15cvs63
7527
7528         * src/wizard.c
7529                 Fix whitespace
7530
7531 2005-10-16 [colin]      1.9.15cvs62
7532
7533         * src/toolbar.c
7534                 s/Get All/Get Mail/
7535         * src/wizard.c
7536                 Real welcome mail text, thanks Paul
7537
7538 2005-10-16 [colin]      1.9.15cvs61
7539
7540         * src/editldap.c
7541         * src/exporthtml.c
7542         * src/main.c
7543         * src/mainwindow.c
7544         * src/prefs_themes.c
7545         * src/prefs_toolbar.c
7546         * src/plugins/demo/demo.c
7547         * src/plugins/trayicon/trayicon.c
7548                 s/Sylpheed/Sylpheed-Claws/
7549
7550 2005-10-16 [colin]      1.9.15cvs60
7551
7552         * src/wizard.c
7553                 Add a welcome email in the first empty mailbox
7554         * src/prefs_common.c
7555                 Change one more default
7556
7557 2005-10-16 [colin]      1.9.15cvs59
7558
7559         * src/wizard.c
7560                 Remove printf
7561
7562 2005-10-16 [colin]      1.9.15cvs58
7563
7564         * src/toolbar.c
7565         * src/prefs_common.c
7566                 Change some defaults
7567
7568 2005-10-16 [colin]      1.9.15cvs57
7569
7570         * src/toolbar.c
7571         * src/prefs_common.c
7572                 Change some defaults
7573
7574 2005-10-16 [colin]      1.9.15cvs56
7575
7576         * src/wizard.c
7577                 By default, initialize fonts to have
7578                 the same size as normal GtkWidgets
7579
7580 2005-10-16 [colin]      1.9.15cvs55
7581
7582         * src/mimeview.c
7583                 Fix message a bit more
7584
7585 2005-10-16 [colin]      1.9.15cvs54
7586
7587         * src/addressbook.c
7588                 Second attempt at flicker fixing
7589
7590 2005-10-16 [colin]      1.9.15cvs53
7591
7592         * src/addressbook.c
7593                 Fix flicker
7594
7595 2005-10-16 [wwp]        1.9.15cvs52
7596
7597         * src/addressbook.c
7598         * src/editaddress.c
7599         * src/prefs_common.c
7600         * src/prefs_common.h
7601                 Remember window sizes (address book)
7602
7603 2005-10-16 [wwp]        1.9.15cvs51
7604
7605         * src/plugins/clamav/clamav_plugin_gtk.c
7606         * src/plugins/spamassassin/spamassassin_gtk.c
7607                 Fix compilation warnings (missing #include).
7608
7609 2005-10-16 [colin]      1.9.15cvs50
7610
7611         * src/mimeview.c
7612         * src/summaryview.c
7613         * src/textview.c
7614                 Make 'c' check signature, and forward
7615                 c, l, y, t from summaryview to mimeview
7616
7617 2005-10-16 [colin]      1.9.15cvs49
7618
7619         * src/addressbook.c
7620                 Put border around buttons
7621         * src/mainwindow.c
7622         * src/summaryview.c
7623                 Rework menus (Patch based on a patch
7624                 by Paul)
7625
7626 2005-10-15 [wwp]        1.9.15cvs48
7627
7628         * src/editjpilot.c
7629         * src/editldap.c
7630         * src/editvcard.c
7631         * src/exphtmldlg.c
7632         * src/expldifdlg.c
7633         * src/export.c
7634         * src/import.c
7635         * src/importldif.c
7636         * src/importmutt.c
7637         * src/importpine.c
7638         * src/prefs_account.c
7639         * src/prefs_spelling.c
7640         * src/gtk/gtkutils.c
7641         * src/gtk/gtkutils.h
7642         * src/plugins/clamav/clamav_plugin_gtk.c
7643         * src/plugins/spamassassin/spamassassin_gtk.c
7644                 use nicer browse-for-file/dir buttons than the "..." ones,
7645                 code factorizing more.
7646
7647 2005-10-14 [colin]      1.9.15cvs47
7648
7649         * src/mainwindow.c
7650                 set relief on the account switcher so that people see it
7651                 grey out Create processing rules when no message is selected
7652         * src/prefs_filtering.c
7653                 ask before closing if the rule has not been modified, even if
7654                 it's not valid
7655         * src/prefs_matcher.c
7656                 fix sensitivity when entering the dialog
7657         * src/gtk/inputdialog.c
7658                 display a better icon on password ask
7659         * src/plugins/pgpcore/passphrase.c
7660                 make the dialog look better
7661
7662 2005-10-14 [paul]       1.9.15cvs46
7663
7664         * src/folderview.c
7665                 indicate presense of marked msgs in
7666                 unexpanded subfolders
7667
7668 2005-10-14 [paul]       1.9.15cvs45
7669
7670         * src/prefs_actions.c
7671         * src/prefs_common.c
7672         * src/prefs_common.h
7673         * src/prefs_filtering_action.c
7674         * src/prefs_matcher.c
7675         * src/prefs_template.c
7676                 remember window sizes
7677                 fix Info button size
7678
7679         Patches by wwp
7680
7681 2005-10-13 [colin]      1.9.15cvs44
7682
7683         * src/mimeview.c
7684         * src/noticeview.c
7685         * src/noticeview.h
7686                 Add a tooltip on the icon (optional) 
7687                 Get rid of the signature buttons and only
7688                 use the icon+tooltip
7689
7690 2005-10-13 [colin]      1.9.15cvs43
7691
7692         * src/noticeview.c
7693         * src/noticeview.h
7694                 Add hand cursor for hovering over icon
7695
7696 2005-10-13 [colin]      1.9.15cvs42
7697
7698         * src/summaryview.c
7699                 Fix crash when quicksearch's hidden 
7700                 at startup
7701
7702 2005-10-13 [colin]      1.9.15cvs41
7703
7704         * src/compose.c
7705                 Set subject when forwarding multiple mails
7706                 Check that other recipient than the default Cc or Bcc
7707                 have been set before sending.
7708
7709 2005-10-13 [colin]      1.9.15cvs40
7710
7711         * src/imap.c
7712                 Batch per-folder
7713                 Introduce locking, but don't use it yet
7714
7715 2005-10-13 [colin]      1.9.15cvs39
7716
7717         * src/gtk/quicksearch.c
7718                 Reset quicksearch when hiding it
7719                 Make sticky a real pref
7720
7721 2005-10-13 [colin]      1.9.15cvs38
7722
7723         * src/summaryview.c
7724                 Faster prefs apply
7725
7726 2005-10-13 [colin]      1.9.15cvs37
7727
7728         * src/mimeview.c
7729         * src/noticeview.c
7730         * src/noticeview.h
7731         * src/plugins/pgpcore/sgpgme.c
7732                 Make privacy icon clickable
7733                 Move Trust field in Full info
7734                 When trust is less than full, don't display
7735                 a warning icon
7736
7737 2005-10-13 [colin]      1.9.15cvs36
7738
7739         * src/folder.c
7740                 Batch on flags sync
7741         * src/folderview.c
7742                 Revert speed hack which is dangerous in fact
7743                 Apply prefs faster
7744
7745 2005-10-13 [colin]      1.9.15cvs35
7746
7747         * src/folder_item_prefs.c
7748                 Fix pref corruption on folder move. Patch
7749                 by wwp
7750
7751 2005-10-13 [paul]       1.9.15cvs34
7752
7753         * src/export.c
7754         * src/import.c
7755                 fix typos in g_warnings
7756         * src/prefs_account.c
7757                 add a file selector for Signature file
7758
7759         Patches by wwp
7760
7761 2005-10-12 [colin]      1.9.15cvs33
7762
7763         * src/mimeview.c
7764                 Provide a quick way to go back from a
7765                 signature's full info to the email part
7766
7767 2005-10-12 [colin]      1.9.15cvs32
7768
7769         * src/compose.c
7770                 Remove old hack of encoding signed mails with base64.
7771                 QP works equally well.
7772
7773 2005-10-12 [colin]      1.9.15cvs31
7774
7775         * src/crash.c
7776                 Replace deprecated GtkText with GtkTextView
7777         * src/imap.c
7778                 Fix a logic bug about counts in imap_select
7779                 (previously un-triggered)
7780         * src/mainwindow.c
7781         * src/summaryview.c
7782         * src/news.c
7783                 Allow local deletion of news posts
7784         * src/mimeview.c
7785                 Show GPG noticeview on the message/rfc822 part
7786                 in addition to the text/plain one
7787         * src/prefs_image_viewer.c
7788           src/plugins/pgpcore/prefs_gpg.c
7789                 Polish (set the label as part of the checkbox)
7790         * src/wizard.c
7791                 Don't sit there doing nothing after destroying
7792                 the window - return err
7793
7794 2005-10-11 [colin]      1.9.15cvs30
7795
7796         * src/folderview.c
7797                 Apply processing rules before showing folders.
7798                 Early folder show (before flags sync) will only
7799                 be done when there are no processing rules (nor
7800                 pre- or post- ones)
7801         * src/imap.c
7802                 Fix stuff related to mail subdir, creation and 
7803                 deletion of folders 
7804         * src/imap_gtk.c
7805                 Don't allow creation of folders in NoInferior
7806                 folders, as it won't work
7807
7808 2005-10-10 [colin]      1.9.15cvs29
7809
7810         * src/compose.c
7811                 Reselect "None" Privacy system when selecting an
7812                 account with no privacy system defined
7813
7814 2005-10-10 [colin]      1.9.15cvs28
7815
7816         * src/mainwindow.c
7817                 Add Windows-1252 encoding
7818         * src/prefs_common.c
7819                 Rework some defaults:
7820                 - autosave to draft by default
7821                 - don't show header pane (it's already in the textview)
7822                 - Select first new or unread mail on entry
7823                 - Assume 'Yes' to change folder when there's no more
7824                   unread message
7825         * src/prefs_matcher.c
7826                 Fix a gtk assertion failure
7827         * src/gtk/colorlabel.c
7828                 Workaround bad repainting on selection
7829         * src/main.c
7830                 Freeze/thaw (a bit faster on ssh -X)
7831         * src/msgcache.c
7832                 Get rid of StrdupConverter that just adds an
7833                 extra strdup/free 
7834         * src/etpan/imap_thread.c
7835                 memset buf to 0
7836
7837 2005-10-10 [colin]      1.9.15cvs27
7838
7839         * src/export.c
7840         * src/import.c
7841                 Fix compile on gtk 2.4. Patch by wwp
7842
7843 2005-10-09 [colin]      1.9.15cvs26
7844
7845         * src/mainwindow.c
7846         * src/messageview.c
7847         * src/summaryview.c
7848                 Clarify forward menus. Patch by wwp
7849
7850 2005-10-09 [colin]      1.9.15cvs25
7851
7852         * src/compose.c
7853         * src/compose.h
7854                 Fix bug #829 (Non-working "Encrypt message by 
7855                 default when replying to an encrypted message")
7856
7857 2005-10-08 [colin]      1.9.15cvs24
7858
7859         * src/wizard.c
7860                 Fix bug #827 ("Welcome" setup wizard after a 
7861                 permission error gives up & forgets itself.)
7862
7863 2005-10-08 [colin]      1.9.15cvs23
7864
7865         * src/procmime.c
7866                 Fix bug #828 (Ignoring headers with spaces around = sign)
7867
7868 2005-10-08 [colin]      1.9.15cvs22
7869
7870         * src/export.c
7871                 Warning fix by wwp
7872
7873 2005-10-08 [colin]      1.9.15cvs21
7874
7875         * src/folder.c
7876         * src/folder.h
7877                 Add a processing_pending indicator, set on 
7878                 folder_item_open and cleared after 
7879                 folder_item_process_open
7880         * src/folderview.c
7881         * src/summaryview.c
7882                 wrap procmsg_msginfo_*_flags, and in the
7883                 wrapper check that there's no folder processing 
7884                 pending. If there is, defer the flags change until 
7885                 processing is done to avoid stepping over each
7886                 other's toes.
7887                 Freeze during processing, but not during scanning.
7888
7889 2005-10-07 [colin]      1.9.15cvs20
7890
7891         * src/plugins/pgpcore/passphrase.c
7892                 Fix bug #826 (X-Server hangs when 
7893                 right-clicking a PGP encrypted message)
7894
7895 2005-10-07 [paul]       1.9.15cvs19
7896
7897         * src/compose.c
7898                 fix compose_entries[]
7899                 patch by Fabien Vantard
7900
7901 2005-10-06 [colin]      1.9.15cvs18
7902
7903         * src/pixmaps/address.xpm
7904         * src/pixmaps/address_book.xpm
7905         * src/pixmaps/book.xpm
7906         * src/pixmaps/check_spelling.xpm
7907         * src/pixmaps/checkbox_off.xpm
7908         * src/pixmaps/checkbox_on.xpm
7909         * src/pixmaps/close.xpm
7910         * src/pixmaps/complete.xpm
7911         * src/pixmaps/continue.xpm
7912         * src/pixmaps/deleted.xpm
7913         * src/pixmaps/down_arrow.xpm
7914         * src/pixmaps/exec.xpm
7915         * src/pixmaps/forwarded.xpm
7916         * src/pixmaps/group.xpm
7917         * src/pixmaps/ignorethread.xpm
7918         * src/pixmaps/interface.xpm
7919         * src/pixmaps/jpilot.xpm
7920         * src/pixmaps/ldap.xpm
7921         * src/pixmaps/linewrap.xpm
7922         * src/pixmaps/linewrapcurrent.xpm
7923         * src/pixmaps/mail.xpm
7924         * src/pixmaps/mail_attach.xpm
7925         * src/pixmaps/mail_compose.xpm
7926         * src/pixmaps/mail_forward.xpm
7927         * src/pixmaps/mail_receive.xpm
7928         * src/pixmaps/mail_receive_all.xpm
7929         * src/pixmaps/mail_reply.xpm
7930         * src/pixmaps/mail_reply_to_all.xpm
7931         * src/pixmaps/mail_reply_to_author.xpm
7932         * src/pixmaps/mail_send.xpm
7933         * src/pixmaps/mail_send_queue.xpm
7934         * src/pixmaps/mime_application.xpm
7935         * src/pixmaps/mime_audio.xpm
7936         * src/pixmaps/mime_image.xpm
7937         * src/pixmaps/mime_message.xpm
7938         * src/pixmaps/mime_text_enriched.xpm
7939         * src/pixmaps/mime_text_html.xpm
7940         * src/pixmaps/mime_text_plain.xpm
7941         * src/pixmaps/mime_unknown.xpm
7942         * src/pixmaps/new.xpm
7943         * src/pixmaps/news_compose.xpm
7944         * src/pixmaps/offline.xpm
7945         * src/pixmaps/online.xpm
7946         * src/pixmaps/paste.xpm
7947         * src/pixmaps/preferences.xpm
7948         * src/pixmaps/privacy_emblem_encrypted.xpm
7949         * src/pixmaps/privacy_expired.xpm
7950         * src/pixmaps/privacy_failed.xpm
7951         * src/pixmaps/privacy_passed.xpm
7952         * src/pixmaps/privacy_signed.xpm
7953         * src/pixmaps/privacy_unknown.xpm
7954         * src/pixmaps/privacy_warn.xpm
7955         * src/pixmaps/properties.xpm
7956         * src/pixmaps/replied.xpm
7957         * src/pixmaps/search.xpm
7958         * src/pixmaps/unread.xpm
7959         * src/pixmaps/up_arrow.xpm
7960         * src/pixmaps/vcard.xpm
7961                 Modernize internal theme, with icons from the 
7962                 Gnomaws theme. Keep some of the old ones where
7963                 they were better.
7964
7965 2005-10-06 [colin]      1.9.15cvs17
7966
7967         * src/summaryview.c
7968                 Little optimisations + bugfix
7969         * src/toolbar.c
7970                 Remove default useless items - useless being defined
7971                 by the default relevant prefs
7972         * src/wizard.c
7973                 include config.h to make gettext work
7974         * src/prefs_themes.c
7975                 Fix selection of current theme in prefs
7976
7977 2005-10-06 [colin]      1.9.15cvs16
7978
7979         * src/prefs_common.c
7980         * src/prefs_common.h
7981         * src/prefs_summaries.c
7982         * src/folderview.c
7983                 Add a warning dialog on Mark all read 
7984                 (with pref to get rid of it)
7985
7986 2005-10-06 [paul]       1.9.15cvs15
7987
7988         * po/nb.po
7989         * po/pt_BR.po
7990                 updated by Geir Helland and Frederico
7991                 Goncalves Guimaraes
7992
7993 2005-10-05 [colin]      1.9.15cvs14
7994
7995         * src/folder.c
7996         * src/folder.h
7997         * src/folderview.c
7998         * src/folderview.h
7999         * src/imap_gtk.c
8000         * src/mh_gtk.c
8001         * src/mainwindow.c
8002         * src/setup.c
8003                 add a way to rescan without rebuilding
8004                 make moving a bit faster (less folders changes)
8005                 don't lock the tree on Get 
8006         * src/imap.c
8007                 Don't re-delete deleted messages before expunging
8008         * src/summaryview.c
8009                 Set batch mode when deleting mails
8010
8011 2005-10-05 [paul]       1.9.15cvs13
8012
8013         * src/mainwindow.c
8014         * src/mainwindow.h
8015                 fix disabled Execute menu item
8016         * src/toolbar.c
8017                 match the change in 1.9.15cvs10: use Compose
8018                 instead of News by default
8019
8020 2005-10-04 [colin]      1.9.15cvs12
8021
8022         * src/compose.c
8023                 When replying to an ML post with Reply-To set
8024                 to the poster's email, honor it (as before),
8025                 but also honor our user's request to reply to
8026                 the mailing list: set the ML address in the To
8027                 field and the Reply-To address in the Cc: 
8028                 field.
8029
8030 2005-10-04 [colin]      1.9.15cvs11
8031
8032         * src/plugins/trayicon/trayicon.c
8033                 Finish cosmetic change - thanks to wwp
8034
8035 2005-10-04 [colin]      1.9.15cvs10
8036
8037         * src/toolbar.c
8038                 Use Compose instead of Email by default.
8039                 Spotted by wwp.
8040
8041 2005-10-04 [colin]      1.9.15cvs9
8042
8043         * src/folder.c
8044         * src/folder.h
8045         * src/folderview.c
8046         * src/imap.c
8047         * src/etpan/imap-thread.c
8048         * src/etpan/imap-thread.h
8049                 Try to make IMAP faster, by simplifying SEARCH
8050                 commands, avoiding sending two STATUS in a row,
8051                 and deferring flags sync and processing just
8052                 after displaying the folder. 
8053                 This will update the SummaryView in certain
8054                 cases (new mails not already fetched, flags
8055                 changed from another client) but in a non-
8056                 blocking manner.
8057
8058 2005-10-04 [colin]      1.9.15cvs8
8059
8060         * src/plugins/trayicon/trayicon.c
8061                 Relabel "Offline" to "Work offline"
8062
8063 2005-10-04 [colin]      1.9.15cvs7
8064
8065         * src/export.c
8066         * src/import.c
8067         * src/mbox.c
8068                 Fix mbox import/export buglets
8069                 Patch by wwp
8070         * src/plugins/trayicon/trayicon.c
8071                 Add offline swithc
8072                 Patch by wwp
8073
8074 2005-10-04 [colin]      1.9.15cvs6
8075
8076         * src/folder.c
8077         * src/folderview.c
8078         * src/summaryview.c
8079                 Better fix (don't break mark all read) for cvs2
8080
8081 2005-10-03 [colin]      1.9.15cvs5
8082
8083         * src/folder.c
8084                 Use a sane sort by default
8085
8086 2005-10-03 [colin]      1.9.15cvs4
8087
8088         * src/inc.c
8089                 Add a 'Only once' button for overriding offline mode
8090         * src/prefs_account.c
8091         * src/wizard.c
8092                 Add Local mbox to the wizard
8093                 Add IMAP subdir to the wizard (or the wizard is useless
8094                 for such accounts, or even worse than useless)
8095                 Move IMAP subdir from Advanced to Receive tab, as it's
8096                 not that uncommon
8097
8098 2005-10-03 [colin]      1.9.15cvs3
8099
8100         * src/send_message.c
8101                 Forgot this one in cvs1
8102
8103 2005-10-03 [colin]      1.9.15cvs2
8104
8105         * src/folder.c
8106                 Faster close when leaving a folder with lots
8107                 of new mails. Idea by David Relson.
8108
8109 2005-10-03 [colin]      1.9.15cvs1
8110
8111         * src/compose.c
8112         * src/imap.c
8113         * src/inc.c
8114         * src/main.c
8115         * src/messageview.c
8116         * src/news.c
8117         * src/summaryview.c
8118         * src/gtk/sslcertwindow.c
8119         * src/plugins/trayicon/trayicon.c
8120                 Add accels to every AlertPanel. Patch by Fabien 
8121                 Vantard
8122
8123 2005-10-03 [paul]       1.9.15
8124
8125         1.9.15 released
8126
8127 2005-10-03 [paul]       1.9.14cvs68
8128
8129         * po/ca.po
8130         * po/de.po
8131         * po/es.po
8132         * po/fi.po
8133         * po/fr.po
8134         * po/sk.po
8135         * po/sr.po
8136         * po/zh_CN.po
8137                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8138                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8139                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8140
8141 2005-10-03 [paul]       1.9.14cvs67
8142
8143         * src/send_message.c
8144                 prevent hang on Cancel
8145                 patch by Colin
8146
8147 2005-10-03 [paul]       1.9.14cvs66
8148
8149         * src/main.c
8150                 fix crash in IMAP caused by discrepancy
8151                 between check_at_startup and offline mode
8152                 Patch by Colin
8153
8154 2005-10-01 [paul]       1.9.14cvs65
8155
8156         * src/inc.c
8157                 fix engrish
8158
8159 2005-10-01 [paul]       1.9.14cvs64
8160         * src/export.c
8161         * src/import.c
8162                 synchronise import_mbox() and export_mbox()
8163         * src/mbox.c
8164                 proc_mbox(): add alert if file cannot be opened
8165                 export_list_to_mbox(): test if dest file exists,
8166                 prompt user to overwrite if it does. add alert
8167                 if file cannot be created
8168                                                                 
8169         Patch by wwp
8170                                                                                                                 
8171
8172 2005-09-30 [paul]       1.9.14cvs63
8173
8174         * src/addressbook.c
8175                 Fix sensitivity of a menu
8176         * src/codeconv.c
8177                 Respect hidden pref for mails with no encoding
8178         * src/common/xml.c
8179                 Fix memory corruption
8180         * src/plugins/pgpcore/sgpgme.c
8181                 Fix segfault on incomplete sigs, and display
8182                 of S/Mime UIDs
8183
8184         Patches by Colin
8185
8186 2005-09-30 [colin]      1.9.14cvs62
8187
8188         * src/partial_download.c
8189                 Little logic fix in almost-dead code
8190         * src/pop.c
8191                 Fix partial download when there's no new mail
8192
8193 2005-09-29 [paul]       1.9.14cvs61
8194
8195         * src/plugins/pgpinline/pgpinline.c
8196                 fix bug 819, 'crash accessing sign message'
8197                 Patch by Colin
8198
8199 2005-09-28 [martin]     1.9.14cvs60
8200
8201         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8202                 fix bug #790 (Crash when restarting window manager (fluxbox))
8203
8204 2005-09-28 [paul]       1.9.14cvs59
8205
8206         * src/gtk/gtkaspell.c
8207                 fix off-by-one typo
8208
8209 2005-09-27 [colin]      1.9.14cvs58
8210
8211         * src/plugins/pgpcore/sgpgme.c
8212                 Report error when there's one, instead of
8213                 "Signature unchecked" 
8214
8215 2005-09-27 [colin]      1.9.14cvs57
8216
8217         * src/prefs_quote.c
8218                 Fix bug #816 (Weird quotation with spaces)
8219
8220 2005-09-27 [colin]      1.9.14cvs56
8221
8222         * src/codeconv.c
8223         * src/compose.c
8224         * src/compose.h
8225                 Put subject in compose's title
8226                 Fix Automatic encoding so that it's really automatic:
8227                 first try default locale's charset, then charset of the replied mail, 
8228                 then utf-8
8229                 Fix encoding of headers (must be in strict mode too)
8230
8231 2005-09-26 [colin]      1.9.14cvs55
8232
8233         * src/gtk/gtkaspell.c
8234                 Fix previous patch - don't color the space,
8235                 just uncolor it :)
8236
8237 2005-09-26 [colin]      1.9.14cvs54
8238
8239         * src/gtk/gtkaspell.c
8240                 Unmark space if possible
8241
8242 2005-09-26 [colin]      1.9.14cvs53
8243
8244         * src/imap.c
8245                 log_error instead of alertpanel according to the pref
8246         * src/etpan/imap-thread.c
8247                 Print connect status, copy only necessary size to 
8248                 logger
8249         * src/plugins/pgpmime/pgpmime.c
8250                 Handle S/Mime signatures (verification only). Patch based
8251                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8252
8253 2005-09-26 [paul]       1.9.14cvs52
8254
8255         * src/common/passcrypt.c
8256                 this 'workaround' not necessary on NetBSD.
8257                 Thanks to Daniel Gustafson
8258
8259 2005-09-26 [paul]
8260
8261         1.9.15-rc4 released
8262
8263 2005-09-26 [paul]       1.9.14cvs51
8264
8265         * src/summaryview.c
8266                 Skip currently selected message when
8267                 looking for next new or unread message
8268                 in current folder. Patch by Colin
8269         * src/common/passcrypt.c
8270                 eliminate warnings on *BSD. Patch by
8271                 Daniel Gustafson
8272
8273 2005-09-26 [colin]      1.9.14cvs50
8274
8275         * src/procmsg.c
8276                 Call postfiltering hook anyway
8277
8278 2005-09-22 [colin]      1.9.14cvs49
8279
8280         * src/codeconv.c
8281         * src/codeconv.h
8282                 Add a strict mode that doesn't replace with _
8283         * src/compose.c
8284         * src/compose.h
8285                 Use strict conversion while sending
8286                 Fix race when drafting while sending (happens
8287                 on IMAP)
8288                 Fix d'n'd of messages from summaryview
8289         * src/prefs_common.c
8290         * src/prefs_common.h
8291                 add hidden utf8_instead_of_locale_for_broken_mail 
8292                 pref for people that preferred the default charset 
8293                 to be utf8 for broken mails
8294         * src/quote_fmt_parse.y
8295                 fix bug #815 (No quote insert if "From:" fied 
8296                 contained Russian letters)
8297         * src/summaryview.c
8298                 Fix d'n'd of messages to compose
8299
8300 2005-09-22 [paul]       1.9.14cvs48
8301
8302         * src/compose.c
8303                 fix bug where attachments Name entry
8304                 would display Path instead
8305
8306 2005-09-21 [paul]       1.9.14cvs47
8307
8308         * README
8309         * README.jp
8310         * configure.ac
8311         * config/config.rpath
8312         * doc/manual/en/sylpheed-20.html
8313         * doc/manual/es/sylpheed-20.html
8314         * po/bg.po
8315         * po/ca.po
8316         * po/de.po
8317         * po/es.po
8318         * po/fr.po
8319         * po/it.po
8320         * po/pt_BR.po
8321         * po/sk.po
8322         * po/zh_TW.po
8323         * src/account.c
8324         * src/account.h
8325         * src/action.c
8326         * src/action.h
8327         * src/adbookbase.h
8328         * src/addr_compl.c
8329         * src/addr_compl.h
8330         * src/addrbook.c
8331         * src/addrbook.h
8332         * src/addrcache.c
8333         * src/addrcache.h
8334         * src/addrcindex.c
8335         * src/addrcindex.h
8336         * src/addrclip.c
8337         * src/addrclip.h
8338         * src/addrdefs.h
8339         * src/addressadd.c
8340         * src/addressadd.h
8341         * src/addressbook.c
8342         * src/addressbook.h
8343         * src/addressitem.h
8344         * src/addrgather.c
8345         * src/addrgather.h
8346         * src/addrharvest.c
8347         * src/addrharvest.h
8348         * src/addrindex.c
8349         * src/addrindex.h
8350         * src/addritem.c
8351         * src/addritem.h
8352         * src/addrquery.c
8353         * src/addrquery.h
8354         * src/addrselect.c
8355         * src/addrselect.h
8356         * src/alertpanel.c
8357         * src/alertpanel.h
8358         * src/browseldap.c
8359         * src/browseldap.h
8360         * src/codeconv.c
8361         * src/codeconv.h
8362         * src/compose.c
8363         * src/compose.h
8364         * src/crash.c
8365         * src/crash.h
8366         * src/customheader.c
8367         * src/customheader.h
8368         * src/displayheader.c
8369         * src/displayheader.h
8370         * src/editaddress.c
8371         * src/editaddress.h
8372         * src/editbook.c
8373         * src/editbook.h
8374         * src/editgroup.c
8375         * src/editgroup.h
8376         * src/editjpilot.c
8377         * src/editjpilot.h
8378         * src/editldap.c
8379         * src/editldap.h
8380         * src/editldap_basedn.c
8381         * src/editldap_basedn.h
8382         * src/editvcard.c
8383         * src/editvcard.h
8384         * src/enriched.c
8385         * src/enriched.h
8386         * src/exphtmldlg.c
8387         * src/exphtmldlg.h
8388         * src/expldifdlg.c
8389         * src/expldifdlg.h
8390         * src/export.c
8391         * src/export.h
8392         * src/exporthtml.c
8393         * src/exporthtml.h
8394         * src/exportldif.c
8395         * src/exportldif.h
8396         * src/filtering.c
8397         * src/filtering.h
8398         * src/folder.c
8399         * src/folder.h
8400         * src/folder_item_prefs.c
8401         * src/folder_item_prefs.h
8402         * src/foldersel.c
8403         * src/foldersel.h
8404         * src/folderutils.c
8405         * src/folderutils.h
8406         * src/folderview.c
8407         * src/folderview.h
8408         * src/grouplistdialog.c
8409         * src/grouplistdialog.h
8410         * src/headerview.c
8411         * src/headerview.h
8412         * src/html.c
8413         * src/html.h
8414         * src/image_viewer.c
8415         * src/image_viewer.h
8416         * src/imap.c
8417         * src/imap.h
8418         * src/imap_gtk.c
8419         * src/imap_gtk.h
8420         * src/import.c
8421         * src/import.h
8422         * src/importldif.c
8423         * src/importldif.h
8424         * src/importmutt.c
8425         * src/importmutt.h
8426         * src/importpine.c
8427         * src/importpine.h
8428         * src/inc.c
8429         * src/inc.h
8430         * src/jpilot.c
8431         * src/jpilot.h
8432         * src/ldapctrl.c
8433         * src/ldapctrl.h
8434         * src/ldaplocate.c
8435         * src/ldaplocate.h
8436         * src/ldapquery.c
8437         * src/ldapquery.h
8438         * src/ldapserver.c
8439         * src/ldapserver.h
8440         * src/ldaputil.c
8441         * src/ldaputil.h
8442         * src/ldif.c
8443         * src/ldif.h
8444         * src/localfolder.c
8445         * src/localfolder.h
8446         * src/main.c
8447         * src/main.h
8448         * src/mainwindow.c
8449         * src/mainwindow.h
8450         * src/manual.c
8451         * src/manual.h
8452         * src/matcher.c
8453         * src/matcher.h
8454         * src/matcher_parser.h
8455         * src/matcher_parser_lex.l
8456         * src/matcher_parser_parse.y
8457         * src/mbox.c
8458         * src/mbox.h
8459         * src/message_search.c
8460         * src/message_search.h
8461         * src/messageview.c
8462         * src/messageview.h
8463         * src/mh.c
8464         * src/mh.h
8465         * src/mh_gtk.c
8466         * src/mh_gtk.h
8467         * src/mimeview.c
8468         * src/mimeview.h
8469         * src/msgcache.c
8470         * src/msgcache.h
8471         * src/mutt.c
8472         * src/mutt.h
8473         * src/news.c
8474         * src/news.h
8475         * src/news_gtk.c
8476         * src/news_gtk.h
8477         * src/noticeview.c
8478         * src/noticeview.h
8479         * src/partial_download.c
8480         * src/partial_download.h
8481         * src/pine.c
8482         * src/pine.h
8483         * src/pop.c
8484         * src/pop.h
8485         * src/prefs_account.c
8486         * src/prefs_account.h
8487         * src/prefs_actions.c
8488         * src/prefs_actions.h
8489         * src/prefs_common.c
8490         * src/prefs_common.h
8491         * src/prefs_compose_writing.c
8492         * src/prefs_compose_writing.h
8493         * src/prefs_customheader.c
8494         * src/prefs_customheader.h
8495         * src/prefs_display_header.c
8496         * src/prefs_display_header.h
8497         * src/prefs_ext_prog.c
8498         * src/prefs_ext_prog.h
8499         * src/prefs_filtering.c
8500         * src/prefs_filtering.h
8501         * src/prefs_filtering_action.c
8502         * src/prefs_filtering_action.h
8503         * src/prefs_folder_column.c
8504         * src/prefs_folder_column.h
8505         * src/prefs_folder_item.c
8506         * src/prefs_folder_item.h
8507         * src/prefs_fonts.c
8508         * src/prefs_fonts.h
8509         * src/prefs_gtk.c
8510         * src/prefs_gtk.h
8511         * src/prefs_image_viewer.c
8512         * src/prefs_image_viewer.h
8513         * src/prefs_matcher.c
8514         * src/prefs_matcher.h
8515         * src/prefs_message.c
8516         * src/prefs_message.h
8517         * src/prefs_msg_colors.c
8518         * src/prefs_msg_colors.h
8519         * src/prefs_other.c
8520         * src/prefs_other.h
8521         * src/prefs_quote.c
8522         * src/prefs_quote.h
8523         * src/prefs_receive.c
8524         * src/prefs_receive.h
8525         * src/prefs_send.c
8526         * src/prefs_send.h
8527         * src/prefs_spelling.c
8528         * src/prefs_spelling.h
8529         * src/prefs_summaries.c
8530         * src/prefs_summaries.h
8531         * src/prefs_summary_column.c
8532         * src/prefs_summary_column.h
8533         * src/prefs_template.c
8534         * src/prefs_template.h
8535         * src/prefs_themes.c
8536         * src/prefs_themes.h
8537         * src/prefs_toolbar.c
8538         * src/prefs_toolbar.h
8539         * src/prefs_wrapping.c
8540         * src/prefs_wrapping.h
8541         * src/privacy.c
8542         * src/privacy.h
8543         * src/procheader.c
8544         * src/procheader.h
8545         * src/procmime.c
8546         * src/procmime.h
8547         * src/procmsg.c
8548         * src/procmsg.h
8549         * src/quote_fmt.c
8550         * src/quote_fmt_parse.y
8551         * src/recv.c
8552         * src/recv.h
8553         * src/remotefolder.c
8554         * src/remotefolder.h
8555         * src/send_message.c
8556         * src/send_message.h
8557         * src/setup.c
8558         * src/setup.h
8559         * src/simple-gettext.c
8560         * src/sourcewindow.c
8561         * src/sourcewindow.h
8562         * src/ssl_manager.c
8563         * src/ssl_manager.h
8564         * src/statusbar.c
8565         * src/statusbar.h
8566         * src/stock_pixmap.c
8567         * src/stock_pixmap.h
8568         * src/summary_search.c
8569         * src/summary_search.h
8570         * src/summaryview.c
8571         * src/summaryview.h
8572         * src/syldap.c
8573         * src/syldap.h
8574         * src/textview.c
8575         * src/textview.h
8576         * src/toolbar.c
8577         * src/toolbar.h
8578         * src/undo.c
8579         * src/undo.h
8580         * src/unmime.c
8581         * src/unmime.h
8582         * src/vcard.c
8583         * src/vcard.h
8584         * src/wizard.c
8585         * src/wizard.h
8586         * src/common/base64.c
8587         * src/common/base64.h
8588         * src/common/defs.h
8589         * src/common/hooks.c
8590         * src/common/hooks.h
8591         * src/common/log.c
8592         * src/common/log.h
8593         * src/common/md5.c
8594         * src/common/md5.h
8595         * src/common/mgutils.c
8596         * src/common/mgutils.h
8597         * src/common/nntp.c
8598         * src/common/nntp.h
8599         * src/common/passcrypt.c
8600         * src/common/passcrypt.h.in
8601         * src/common/plugin.c
8602         * src/common/plugin.h
8603         * src/common/prefs.c
8604         * src/common/prefs.h
8605         * src/common/progressindicator.c
8606         * src/common/progressindicator.h
8607         * src/common/quoted-printable.c
8608         * src/common/quoted-printable.h
8609         * src/common/session.c
8610         * src/common/session.h
8611         * src/common/smtp.c
8612         * src/common/smtp.h
8613         * src/common/socket.c
8614         * src/common/socket.h
8615         * src/common/ssl.c
8616         * src/common/ssl.h
8617         * src/common/ssl_certificate.c
8618         * src/common/ssl_certificate.h
8619         * src/common/string_match.c
8620         * src/common/string_match.h
8621         * src/common/stringtable.c
8622         * src/common/sylpheed.c
8623         * src/common/sylpheed.h
8624         * src/common/template.c
8625         * src/common/template.h
8626         * src/common/timing.h
8627         * src/common/utils.c
8628         * src/common/utils.h
8629         * src/common/uuencode.c
8630         * src/common/uuencode.h
8631         * src/common/version.h.in
8632         * src/common/xml.c
8633         * src/common/xml.h
8634         * src/common/xmlprops.c
8635         * src/common/xmlprops.h
8636         * src/gtk/about.c
8637         * src/gtk/about.h
8638         * src/gtk/colorlabel.c
8639         * src/gtk/colorlabel.h
8640         * src/gtk/colorsel.c
8641         * src/gtk/colorsel.h
8642         * src/gtk/description_window.c
8643         * src/gtk/description_window.h
8644         * src/gtk/filesel.c
8645         * src/gtk/filesel.h
8646         * src/gtk/foldersort.c
8647         * src/gtk/foldersort.h
8648         * src/gtk/gtkutils.c
8649         * src/gtk/gtkutils.h
8650         * src/gtk/inputdialog.c
8651         * src/gtk/inputdialog.h
8652         * src/gtk/logwindow.c
8653         * src/gtk/logwindow.h
8654         * src/gtk/manage_window.c
8655         * src/gtk/manage_window.h
8656         * src/gtk/menu.c
8657         * src/gtk/menu.h
8658         * src/gtk/pluginwindow.c
8659         * src/gtk/pluginwindow.h
8660         * src/gtk/prefswindow.c
8661         * src/gtk/prefswindow.h
8662         * src/gtk/progressdialog.c
8663         * src/gtk/progressdialog.h
8664         * src/gtk/quicksearch.c
8665         * src/gtk/quicksearch.h
8666         * src/gtk/sslcertwindow.c
8667         * src/gtk/sslcertwindow.h
8668         * src/plugins/clamav/clamav_plugin.c
8669         * src/plugins/clamav/clamav_plugin.h
8670         * src/plugins/clamav/clamav_plugin_gtk.c
8671         * src/plugins/demo/demo.c
8672         * src/plugins/dillo_viewer/dillo_prefs.c
8673         * src/plugins/dillo_viewer/dillo_prefs.h
8674         * src/plugins/dillo_viewer/dillo_viewer.c
8675         * src/plugins/mathml_viewer/mathml_viewer.c
8676         * src/plugins/pgpcore/passphrase.c
8677         * src/plugins/pgpcore/passphrase.h
8678         * src/plugins/pgpcore/plugin.c
8679         * src/plugins/pgpcore/prefs_gpg.c
8680         * src/plugins/pgpcore/prefs_gpg.h
8681         * src/plugins/pgpcore/select-keys.c
8682         * src/plugins/pgpcore/select-keys.h
8683         * src/plugins/pgpcore/sgpgme.c
8684         * src/plugins/pgpcore/sgpgme.h
8685         * src/plugins/pgpinline/pgpinline.c
8686         * src/plugins/pgpinline/pgpinline.h
8687         * src/plugins/pgpinline/plugin.c
8688         * src/plugins/pgpmime/pgpmime.c
8689         * src/plugins/pgpmime/pgpmime.h
8690         * src/plugins/pgpmime/plugin.c
8691         * src/plugins/spamassassin/spamassassin.c
8692         * src/plugins/spamassassin/spamassassin.h
8693         * src/plugins/spamassassin/spamassassin_gtk.c
8694         * src/plugins/trayicon/trayicon.c
8695         * tools/OOo2sylpheed.pl
8696         * tools/acroread2sylpheed.pl
8697         * tools/asus_mailled.sh
8698         * tools/filter_conv.pl
8699         * tools/freshmeat_search.pl
8700         * tools/google_search.pl
8701         * tools/kmail2sylpheed.pl
8702         * tools/kmail2sylpheed_v2.pl
8703         * tools/maildir2sylpheed.pl
8704         * tools/multiwebsearch.pl
8705         * tools/newscache_clean.pl
8706         * tools/outlook2sylpheed.pl
8707         * tools/sylpheed-switcher
8708         * tools/update-po
8709         * tools/vcard2xml.py
8710         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8711                 update FSF address
8712
8713 2005-09-21 [colin]      1.9.14cvs46
8714
8715         * src/gedit-print.c
8716         * src/procmsg.c
8717         * src/procmsg.h
8718         * src/textview.c
8719         * src/summaryview.c
8720                 Remove some printing hacks (deselection/reselection),
8721                 which by the way fix printing the currently 
8722                 displayed mime part (still only text)
8723                 Plus a little optimisation of summary_show
8724
8725
8726 2005-09-20 [colin]      1.9.14cvs45
8727
8728         * src/mainwindow.c
8729         * src/messageview.c
8730                 GUI fixups: add accels, set message
8731                 view title to displayed mail's subject
8732         * src/prefs_spelling.c
8733         * src/gtk/gtkaspell.c
8734                 GUI fixups: allow underlining misspelled
8735                 words instead of coloring them (a11y!)
8736
8737 2005-09-19 [colin]
8738
8739         1.9.15rc3 released
8740
8741 2005-09-19 [colin]      1.9.14cvs44
8742
8743         * src/compose.c
8744                 Fix draft message
8745         * src/gtk/gtkaspell.c
8746                 Fix wrong test ;-)
8747
8748 2005-09-19 [colin]      1.9.14cvs43
8749
8750         * src/addressbook.c
8751                 Fix sensitivity of Delete button
8752         * src/compose.c
8753                 Warn if the requested Privacy system
8754                 is not available
8755         * src/exphtmldlg.c
8756         * src/expldifdlg.c
8757         * src/importldif.c
8758         * src/importmutt.c
8759         * src/importpine.c
8760                 Fix crappy UI
8761         * src/
8762         * src/ssl.h
8763         * src/prefs_account.h
8764         * src/prefs_account.c
8765                 Save SSL prefs even in builds that have
8766                 SSL support disable
8767         * src/imap.c
8768         * src/inc.c
8769         * src/news.c
8770         * src/send_message.c
8771                 Warn if connection should be secure, but
8772                 SSL support isn't compiled in
8773         * src/gtkaspell.c
8774                 Fix word separation on UTF-8 systems
8775                 Fixes bug #812 (Strange inline spellchecking)
8776         * src/compose.c
8777                 Warn if the requested Privacy system
8778                 is not available
8779                 Factorize offline warning
8780         * src/imap.c
8781         * src/imap_gtk.c
8782         * src/imap_gtk.h
8783         * src/inc.h
8784         * src/news_gtk.c
8785         * src/news_gtk.h
8786         * src/messageview.c
8787                 Factorize offline warning
8788
8789 2005-09-19 [paul]
8790
8791         1.9.15-rc2 released
8792
8793 2005-09-18 [colin]      1.9.14cvs42
8794
8795         * src/codeconv.c
8796         * src/codeconv.h
8797         * src/procmime.c
8798                 Add a way to get locale's charset ignoring utf-8,
8799                 and use that as default encoding for broken mails
8800
8801 2005-09-18 [colin]      1.9.14cvs41
8802
8803         * src/gtk/logwindow.c
8804                 Translate string. Patch by Fabien Vantard
8805
8806 2005-09-18 [colin]      1.9.14cvs40
8807
8808         * configure.ac
8809                 Fix bug #803 (IMAP/SSL support breaks with 
8810                 GnuTLS libetpan 0.38)
8811
8812 2005-09-18 [colin]      1.9.14cvs39
8813
8814         * src/codeconv.c
8815         * src/compose.c
8816         * src/procmime.c
8817                 More charsets fixes. Fixes bug #806 (non
8818                 ascii characters in subject line)
8819
8820 2005-09-17 [paul]       1.9.14cvs38
8821
8822         * src/folderview.c
8823         * src/mainwindow.c
8824                 fix gcc-2.95 issues
8825                 Patch by Pawel Pekala
8826
8827 2005-09-17 [colin]      1.9.14cvs37
8828
8829         * src/addrindex.c
8830                 bugfix for NO-USE LDAP compilation, patch 
8831                 by Fabien Vantard
8832
8833 2005-09-17 [colin]      1.9.14cvs36
8834
8835         * src/prefs_actions.c
8836         * src/prefs_customheader.c
8837         * src/prefs_display_header.c
8838         * src/prefs_filtering_action.c
8839         * src/prefs_matcher.c
8840         * src/prefs_toolbar.c
8841                 Fix strange casts (less elegant but
8842                 works better)
8843
8844 2005-09-16 [colin]      1.9.14cvs35
8845
8846         * src/jpilot.c
8847                 Missed that one
8848
8849 2005-09-16 [colin]      1.9.14cvs34
8850
8851         * configure.ac
8852         * src/Makefile.am
8853         * src/addr_compl.c
8854         * src/addrindex.c
8855         * src/browseldap.c
8856         * src/editldap.c
8857         * src/ldaplocate.c
8858         * src/ldapquery.c
8859         * src/ldapquery.h
8860         * src/ldapserver.c
8861         * src/ldapserver.h
8862         * src/main.c
8863         * src/matcher_parser_parse.y
8864         * src/prefs_themes.c
8865         * src/etpan/Makefile.am
8866         * src/gtk/description_window.c
8867         * src/plugins/clamav/Makefile.am
8868         * src/plugins/clamav/clamav_plugin.c
8869         * src/plugins/dillo_viewer/Makefile.am
8870         * src/plugins/pgpcore/Makefile.am
8871         * src/plugins/pgpinline/Makefile.am
8872         * src/plugins/pgpmime/Makefile.am
8873         * src/plugins/trayicon/Makefile.am
8874                 Fix 100% cpu usage in address completion list
8875                 Fix little bugs (return with no values etc)
8876                 Fix all warnings (with common CFLAGS)
8877
8878 2005-09-15 [colin]      1.9.14cvs33
8879
8880         * src/addressbook.c
8881                 Fix bug where sometimes a group's email list is empty,
8882                 force its refresh (probably fixes "Re: how to create a 
8883                 distribution list")
8884         * src/ldapquery.c
8885                 Don't return to the callback in the main thread from the
8886                 fetch thread (or face segs!)
8887
8888 2005-09-15 [paul]       1.9.14cvs32
8889
8890         * src/prefs_matcher.c
8891                 forgotten in last commit
8892
8893 2005-09-15 [paul]       1.9.14cvs31
8894
8895         * src/prefs_actions.c
8896         * src/prefs_filtering_action.c
8897         * src/prefs_quote.c
8898         * src/quote_fmt.c
8899         * src/summaryview.c
8900         * src/gtk/description_window.c
8901         * src/gtk/description_window.h
8902         * src/gtk/quicksearch.c
8903                 allow interaction with the called
8904                 description window
8905                 Patch by Anders Hammar
8906
8907 2005-09-14 [paul]       1.9.14cvs30
8908
8909         * src/compose.c
8910                 fix a little annoyance when pasting with 3rd button 
8911                 with wrap_pastes=0 and wrap_input=1
8912                 Patch by Colin
8913
8914 2005-09-14 [paul]       1.9.14cvs29
8915
8916         * src/prefs_account.c
8917                 disable 'Filter messages on receiving' for
8918                 SMTP-only accounts
8919                 Patch  by Anders Hammar
8920
8921 2005-09-14 [paul]       1.9.14cvs28
8922
8923         * po/sk.po
8924                 fix crash
8925                 updated by Andrej Kacian
8926
8927 2005-09-14 [paul]
8928
8929         1.9.15-rc1 released
8930
8931 2005-09-14 [paul]       1.9.14cvs27
8932
8933         * po/es.po
8934                 updated by Ricardo Mones Lastra
8935         * src/compose.c
8936         * src/compose.h
8937                 associate no_wrap_tags to Compose windows
8938                 instead of using a static one
8939                 Patch by Colin
8940         * src/mbox.c
8941                 fix proc_mbox()
8942                 Patch by wwp
8943         * src/textview.c
8944                 remove unneeded printf()
8945
8946 2005-09-14 [paul]       1.9.14cvs26
8947
8948         * src/addrcache.c
8949         * src/codeconv.h
8950         * src/folder.h
8951         * src/mainwindow.h
8952         * src/mh.c
8953         * src/mimeview.h
8954         * src/partial_download.c
8955         * src/pop.c
8956         * src/prefs_account.c
8957         * src/prefs_account.h
8958         * src/prefs_actions.c
8959         * src/prefs_customheader.c
8960         * src/prefs_display_header.c
8961         * src/prefs_filtering_action.c
8962         * src/prefs_matcher.c
8963         * src/prefs_toolbar.c
8964         * src/privacy.h
8965         * src/procmime.c
8966         * src/procmime.h
8967         * src/procmsg.h
8968         * src/textview.c
8969         * src/undo.h
8970         * src/common/plugin.c
8971         * src/common/session.h
8972         * src/common/socket.c
8973         * src/common/socket.h
8974         * src/common/template.c
8975         * src/gtk/gtkaspell.c
8976         * src/gtk/quicksearch.h
8977         * src/plugins/pgpcore/passphrase.c
8978         * src/plugins/pgpcore/prefs_gpg.h
8979         * src/plugins/pgpcore/select-keys.c
8980         * src/plugins/pgpcore/select-keys.h
8981         * src/plugins/pgpcore/sgpgme.c
8982         * src/plugins/pgpinline/pgpinline.c
8983         * src/plugins/pgpmime/pgpmime.c
8984         * src/plugins/trayicon/trayicon.c
8985                 fix compilation warnings
8986                 Patch by Daniel Gustafson
8987
8988 2005-09-14 [paul]       1.9.14cvs25
8989
8990         * src/addressbook.c
8991                 add missing column header, and other small
8992                 bug fixes
8993                 Patch by Anders Hammar
8994
8995 2005-09-13 [colin]      1.9.14cvs24
8996
8997         * src/gtk/gtkaspell.c
8998                 Fix non-utf8 in menu
8999                 Fix little leaks
9000                 Nullify struct members after free()s
9001
9002 2005-09-13 [colin]      1.9.14cvs23
9003
9004         * src/compose.c
9005                 Test utf8 compliance before inserting to 
9006                 buffer, and try to convert if necessary
9007         * src/procmime.c
9008                 If no charset is present, use the locale 
9009                 one instead of us-ascii
9010         * src/procmsg.c
9011                 Add Sender, List-Post and To in the checked 
9012                 headers for automatic rules creation 
9013                 (thanks to wwp)
9014         * src/prefs_themes.c
9015         * src/gtk/gtkaspell.c
9016                 Remove deprecated functions. 
9017                 patch by Daniel Gustafson
9018
9019 2005-09-12 [colin]      1.9.14cvs22
9020
9021         * src/compose.c
9022                 Fix bug #448 (Scrolling/Redraw issue with 
9023                 address-fields in Header)
9024         * src/mainwindow.c
9025         * src/summaryview.c
9026         * src/summaryview.h
9027                 Fix loss of MSG_MARKED on move/copy
9028                 Fix bug #804 (Quicksearch togglebutton doesn't 
9029                 get depressed after '/' key is pressed)
9030
9031 2005-09-12 [paul]       1.9.14cvs21
9032
9033         * AUTHORS
9034         * src/gtk/logwindow.c
9035                 add 'Clear Log' to popup menu
9036                 Patch by Anders Hammar <anders.hammar@telia.com>
9037
9038 2005-09-12 [paul]       1.9.14cvs20
9039
9040         * src/compose.c
9041                 set correct sensitivity on attachments
9042                 popup menu
9043         * src/folder.c
9044                 fix typo
9045         * src/prefs_spelling.c
9046                 fix crash when no LANG env is set
9047         * src/common/xml.c
9048                 fix crash in wizard
9049                 don't use memeory after free
9050
9051         All patches by Daniel Gustafson
9052
9053 2005-09-12 [paul]       1.9.14cvs19
9054
9055         * src/prefs_themes.c
9056                 make theme info selectable
9057         * src/gtk/description_window.c
9058                 make window non-modal
9059         * tools/README
9060                 add details of asus_mailed.sh
9061         * tools/claws.i18n.status.pl
9062                 update for new zh_TW translator
9063                 widen the output
9064                 create alternate coloured lines
9065                 improve readability
9066
9067 2005-09-10 [colin]      1.9.14cvs18
9068
9069         * src/plugins/pgpcore/select-keys.c
9070                 Better order for the buttons
9071
9072 2005-09-10 [colin]      1.9.14cvs17
9073
9074         * src/compose.c
9075         * src/plugins/pgpcore/select-keys.c
9076         * src/plugins/pgpcore/select-keys.h
9077         * src/plugins/pgpcore/sgpgme.c
9078                 Add a "Don't encrypt" button to the key
9079                 selection dialog. Fixes bug #177 (There should be a 
9080                 'Don't encrypt button in the Select Keys dialog)
9081
9082 2005-09-10 [colin]      1.9.14cvs16
9083
9084         * src/compose.c
9085                 Fix bug #572 (%X option does not work with templates)
9086
9087 2005-09-10 [colin]      1.9.14cvs15
9088
9089         * src/toolbar.c 
9090                 Remove g_print
9091
9092 2005-09-10 [colin]      1.9.14cvs14
9093
9094         * src/imap.c
9095                 Fix a possible crash
9096
9097 2005-09-09 [colin]      1.9.14cvs13
9098
9099         * src/imap.c
9100         * src/etpan/imap-thread.c
9101         * src/etpan/imap-thread.h
9102                 Fix moving from queue or drafts to normal folders
9103                 Fix bug #794 (No way to delete without expunging)
9104                 Take flags unset by other mailers into account
9105                 Take deleted flag set by other mailers into account
9106                 Fix unsetting REPLIED flag
9107                 Fix crash when capabilities can't be retrieved
9108         * src/mainwindow.c
9109         * src/mainwindow.h
9110                 Add M_DELAYED_FLAGS condition, and let the user use
9111                 Execute in order to be able to expunge deleted mails,
9112                 even if he's not in delayed execute mode
9113         * src/prefs_spelling.c
9114                 Use 'en' dictionary by default if LANG is POSIX or C
9115         * src/gtk/prefswindow.c
9116                 Fix bug #767 (Preferences windows expanding) by making
9117                 the window a bit larger when the resolution is greater
9118                 than 640x480, and by putting the prefs in a
9119                 GtkScrolledWindow.
9120
9121 2005-09-09 [paul]       1.9.14cvs12
9122
9123         * AUTHORS
9124         * configure.ac
9125         * po/zh_TW.Big5.po      ** REMOVED **
9126         * po/zh_TW.po           ** ADDED **
9127                 updated by Wei-Lun Chao
9128
9129 2005-09-09 [paul]       1.9.14cvs11
9130
9131         * src/mainwindow.c
9132                 fix asserts
9133         * src/common/xml.c
9134                 delay memory allocation until file is
9135                 opened successfully
9136                 Patch by Daniel Gustafson
9137
9138 2005-09-09 [colin]      1.9.14cvs10
9139
9140         * src/imap.c
9141                 Add guards
9142
9143 2005-09-08 [colin]      1.9.14cvs9
9144
9145         * src/compose.c
9146                 Alert when we can't save draft
9147                 Fix various wrap/color issues
9148                 Add mid-click pasting respecting wrap_paste option
9149         * src/folder.c
9150         * src/folder.h
9151         * src/folder_item_prefs.c
9152         * src/folder_item_prefs.h
9153         * src/imap.c
9154         * src/imap_gtk.c
9155         * src/imap_gtk.h
9156         * src/main.c
9157         * src/mainwindow.c
9158         * src/mainwindow.h
9159         * src/news.c
9160         * src/news_gtk.c
9161         * src/news_gtk.h
9162         * src/prefs_folder_item.c
9163                 Fix the impossibility to synchronise folders for
9164                 offline use (IMAP and NNTP are concerned)
9165
9166 2005-09-08 [colin]      1.9.14cvs8
9167
9168         * configure.ac
9169                 Build LDAP and JPilot by default if available
9170         * src/textview.c
9171                 Fix use after free
9172
9173 2005-09-08 [paul]       1.9.14cvs7
9174
9175         * doc/manual/en/sylpheed-1.html
9176         * doc/manual/en/sylpheed-18.html
9177         * doc/manual/en/sylpheed-19.html
9178         * doc/manual/en/sylpheed-4.html
9179         * doc/manual/en/sylpheed-6.html
9180         * doc/manual/en/sylpheed.html
9181                 a few minor updates, plus include some
9182                 details about plugins and their requirements
9183         * src/mainwindow.c
9184                 minor changes to English in /View/Sort
9185
9186 2005-09-07 [colin]      1.9.14cvs6
9187
9188         * doc/manual/en/sylpheed-1.html
9189         * doc/manual/en/sylpheed-10.html
9190         * doc/manual/en/sylpheed-11.html
9191         * doc/manual/en/sylpheed-12.html
9192         * doc/manual/en/sylpheed-13.html
9193         * doc/manual/en/sylpheed-14.html
9194         * doc/manual/en/sylpheed-15.html
9195         * doc/manual/en/sylpheed-16.html
9196         * doc/manual/en/sylpheed-17.html
9197         * doc/manual/en/sylpheed-18.html
9198         * doc/manual/en/sylpheed-19.html
9199         * doc/manual/en/sylpheed-2.html
9200         * doc/manual/en/sylpheed-20.html
9201         * doc/manual/en/sylpheed-21.html
9202         * doc/manual/en/sylpheed-22.html
9203         * doc/manual/en/sylpheed-3.html
9204         * doc/manual/en/sylpheed-4.html
9205         * doc/manual/en/sylpheed-5.html
9206         * doc/manual/en/sylpheed-6.html
9207         * doc/manual/en/sylpheed-7.html
9208         * doc/manual/en/sylpheed-8.html
9209         * doc/manual/en/sylpheed-9.html
9210         * doc/manual/en/sylpheed.html
9211                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9212
9213 2005-09-07 [colin]      1.9.14cvs5
9214
9215         * src/mainwindow.c
9216                 Make labels more to-the-point
9217
9218 2005-09-07 [colin]      1.9.14cvs4
9219
9220         * doc/manual/en/sylpheed-1.html
9221         * doc/manual/en/sylpheed-12.html
9222         * doc/manual/en/sylpheed-13.html
9223         * doc/manual/en/sylpheed-14.html
9224         * doc/manual/en/sylpheed-15.html
9225         * doc/manual/en/sylpheed-16.html
9226         * doc/manual/en/sylpheed-17.html
9227         * doc/manual/en/sylpheed-18.html
9228         * doc/manual/en/sylpheed-19.html
9229         * doc/manual/en/sylpheed-2.html
9230         * doc/manual/en/sylpheed-20.html
9231         * doc/manual/en/sylpheed-21.html
9232         * doc/manual/en/sylpheed-22.html
9233         * doc/manual/en/sylpheed-4.html
9234         * doc/manual/en/sylpheed-5.html
9235         * doc/manual/en/sylpheed-6.html
9236         * doc/manual/en/sylpheed-7.html
9237         * doc/manual/en/sylpheed-8.html
9238         * doc/manual/en/sylpheed-9.html
9239         * doc/manual/en/sylpheed.html
9240                 Update manual
9241
9242 2005-09-07 [colin]      1.9.14cvs3
9243
9244         * doc/faq/en/sylpheed-faq-1.html
9245         * doc/faq/en/sylpheed-faq-2.html
9246         * doc/faq/en/sylpheed-faq-3.html
9247         * doc/faq/en/sylpheed-faq.html
9248                 Update FAQ
9249
9250 2005-09-07 [colin]      1.9.14cvs2
9251
9252         * src/folderview.c
9253         * src/procmsg.c
9254         * src/summaryview.c
9255         * src/toolbar.c
9256                 Fix special subfolders:
9257                 - Inherit parent's icon
9258                 - sent contents of queues subfolders
9259                 - empty subfolders of trashes
9260         * src/mainwindow.c
9261                 Remove outdated manual and faq entries
9262         * src/common/utils.c
9263                 Add quotes around %s coming from mailcap
9264
9265 2005-09-07 [colin]      1.9.14cvs1
9266
9267         * src/compose.c
9268                 After saving draft, set modified to FALSE
9269         * src/mimeview.c
9270         * src/common/utils.c
9271         * src/common/utils.h
9272                 Try to open mime parts using what is 
9273                 indicated in ~/.mailcap or /etc/mailcap,
9274                 if possible.
9275
9276 2005-09-05 [paul]       1.9.14
9277
9278         1.9.14 released
9279
9280         * po/sk.po
9281                 updated by Andrej Kacian
9282
9283 2005-09-05 [paul]       1.9.13cvs83
9284
9285         * po/de.po
9286         * po/es.po
9287         * po/fi.po
9288         * po/fr.po
9289         * po/nb.po
9290         * po/pt_BR.po
9291         * po/sr.po
9292                 updated translations by Thomas Gilgin, Ricardo Mones
9293                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9294                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9295
9296 2005-09-04 [paul]       1.9.13cvs82
9297
9298         * src/compose.c
9299                 only warn about exceeded line length limit
9300                 on send
9301
9302 2005-09-04 [paul]       1.9.13cvs81
9303
9304         * src/compose.c
9305                 fix crash in 'line length exceeded' dialogue
9306
9307 2005-09-02 [paul]       1.9.13cvs80
9308
9309         * src/imap.c
9310                 fix bug 795, 'Connection lost IMAP'
9311                 and add statusbar prints
9312                 Patch by Colin
9313
9314 2005-09-02 [paul]       1.9.13cvs79
9315
9316         * src/compose.c
9317                 compose_wrap_paragraph() becomes
9318                 compose_beautify_paragraph()
9319                 Patch by Colin
9320
9321 2005-09-02 [colin]      1.9.13cvs78
9322
9323         * src/folderview.c
9324                 Micro-fix
9325
9326 2005-09-01 [colin]      1.9.13cvs77
9327
9328         * src/imap.c
9329                 Maybe fix bug #795 (Connection lost IMAP)
9330                 Don't try to send logout when we're disconnected.
9331         * src/summaryview.c
9332                 Include locked and marked emails in HRM
9333                 view. Fixes bug #800 (Locked messages no longer 
9334                 show up when hide read messages is used)
9335
9336 2005-09-01 [paul]       1.9.13cvs76
9337
9338         * src/prefs_common.c
9339                 fix bad cutting
9340
9341 2005-08-31 [colin]      1.9.13cvs75
9342
9343         * src/folderview.c
9344         * src/folderview.h
9345         * src/prefs_summaries.c
9346         * src/summaryview.c
9347                 Fix "go to next new", fix preference
9348                 (Open unread/next swapped)
9349
9350 2005-08-31 [paul]       1.9.13cvs74
9351
9352         * src/compose.c
9353         * src/folderview.c
9354         * src/headerview.c
9355         * src/headerview.h
9356         * src/mainwindow.c
9357         * src/prefs_common.c
9358         * src/prefs_common.h
9359         * src/prefs_fonts.c
9360         * src/summaryview.c
9361         * src/textview.c
9362         * src/common/defs.h
9363                 remove obsolete BOLD_FONT setting
9364                 fix font update in headerview and textview
9365                 headers after prefs change
9366                 Patch By Colin
9367
9368 2005-08-31 [paul]
9369
9370         1.9.14-rc4 released
9371
9372 2005-08-30 [colin]      1.9.13cvs73
9373
9374         * src/summaryview.c
9375                 When Hide read messages is selected and we
9376                 refresh the summaryview, don't remove the 
9377                 currently displayed message. Fixes bug #797
9378                 (Summary view reloads when new mail is 
9379                 downloaded in 1.9.14 rc)
9380
9381 2005-08-30 [colin]      1.9.13cvs72
9382
9383         * src/folderview.c
9384                 Fix flickering
9385         * src/mainwindow.c
9386                 Remove useless callback
9387         * src/mimeview.c
9388         * src/gtk/filesel.c
9389         * src/gtk/filesel.h
9390                 Add a filesel_select_file_save_folder() - used by Save All
9391
9392 2005-08-29 [paul]       1.9.13cvs71
9393
9394         * AUTHORS
9395         * src/matcher_parser_parse.y
9396         * src/etpan/imap-thread.c
9397                 fix building on FreeBSD
9398                 Patch by Daniel Gustafson <daniel@hobbit.se>
9399
9400 2005-08-29 [paul]       1.9.13cvs70
9401
9402         * src/plugins/pgpinline/pgpinline.c
9403                 only initialise sig result if it's been handled
9404                 Patch by Colin
9405
9406 2005-08-29 [paul]       1.9.13cvs69
9407         
9408         Patches by Colin:
9409
9410         * src/imap.c
9411         * src/common.utils.c
9412         * src/common/utils.h
9413                 optimisation
9414         * src/stock_pixmap.h
9415                 fix wrong icon reference
9416         * src/pixmaps/trash_btn.xpm
9417                 replace with nicer image
9418
9419 2005-08-28 [colin]      1.9.13cvs68
9420
9421         * src/Makefile.am
9422         * src/stock_pixmap.c
9423         * src/stock_pixmap.h
9424         * src/toolbar.c
9425         * src/pixmaps/trash_btn.xpm
9426                 Add a specific trash xpm for the button
9427
9428 2005-08-28 [colin]      1.9.13cvs67
9429
9430         * src/imap.c
9431                 Fix leak
9432
9433 2005-08-27 [colin]      1.9.13cvs66
9434
9435         * src/imap.c
9436         * src/procmime.c
9437                 Correctly fix "Problem with replies", fixes
9438                 pgpmime encryption too. 
9439
9440 2005-08-27 [colin]      1.9.13cvs65
9441
9442         * src/folder.c
9443         * src/procmsg.c
9444         * src/procmsg.h
9445         * src/summaryview.c
9446                 Fix bug #517 (messages removed from summaryview 
9447                 when moving fails)
9448
9449 2005-08-27 [colin]      1.9.13cvs64
9450
9451         * tools/Makefile.am
9452         * tools/asus_mailled.sh
9453                 Add a script to blink ASUS laptops' mail LED where there
9454                 is unread mail.
9455
9456 2005-08-27 [colin]      1.9.13cvs63
9457
9458         * src/imap.c
9459         * src/etpan/imap-thread.c
9460         * src/etpan/imap-thread.h
9461                 Implement automatic choosing of login method
9462                 Fixes bug #791
9463         * src/gtk/.cvsignore
9464                 Add sylpheed-marshal.[ch]
9465
9466 2005-08-27 [colin]      1.9.13cvs62
9467
9468         * src/common/utils.c
9469                 Fix confusing perror
9470
9471 2005-08-27 [colin]      1.9.13cvs61
9472
9473         * src/toolbar.c
9474         * src/toolbar.h
9475                 Remove A_DELETE, replace it with 
9476                 A_TRASH and A_DELETE_REAL. Automatically
9477                 rewrite config files to replace A_DELETE
9478                 with A_TRASH (no functionality change).
9479                 Fixes half of #794
9480
9481 2005-08-26 [colin]      1.9.13cvs60
9482
9483         * src/procmime.c
9484                 Previous "Problem with replies" fix brought other
9485                 problems, fixing them
9486
9487 2005-08-26 [colin]      1.9.13cvs59
9488
9489         * src/procmime.c
9490                 Fix "Problem with replies". This happened only
9491                 on IMAP...
9492         * src/procmsg.c
9493                 Factorize code a bit
9494         * src/compose.c
9495                 Speed improvement on very long messages (wrapping)
9496                 Fix signature color on Reedit and Redirect
9497                 On Reedit, don't attach pgp-signatures parts, but
9498                 set signing to On.
9499
9500 2005-08-24 [paul]       1.9.13cvs58
9501
9502         * src/compose.c
9503                 don't claim success when clicking
9504                 Cancel on the passphrase box.
9505                 Patch by Colin
9506
9507 2005-08-24 [paul]       1.9.13cvs57
9508
9509         * src/main.c
9510                 fix misplaced sylpheed.log
9511         * src/common/defs.h
9512                 define UIDL_DIR
9513
9514 2005-08-24 [paul]       1.9.13cvs56
9515
9516         * src/imap.c
9517         * src/etpan/imap-thread.c
9518         * src/etpan/imap-thread.h
9519                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9520                 Patch by Colin
9521         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9522         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9523                 remove autogenerated files
9524         * tools/kdeservicemenu/README
9525         * tools/kdeservicemenu/install.sh
9526         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9527         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9528                 use Claws icon, use 'Sylpheed-Claws' in menu,
9529                 use kdialog, and other cleanups
9530
9531 2005-08-23 [paul]       1.9.13cvs55
9532
9533         * src/compose.c
9534                 fix paste/wrap crash
9535                 Patch by Colin
9536
9537 2005-08-23 [paul]       1.9.13cvs54
9538
9539         * src/main.c
9540                 fix crash recovery
9541                 Patch by Colin
9542
9543 2005-08-23 [paul]       1.9.13cvs53
9544
9545         * src/addressbook.c
9546         * src/editaddress.c
9547                 view all data of LDAP contacts
9548                 Patch by Colin
9549
9550 2005-08-23 [paul]       1.9.13cvs52
9551
9552         * src/addressbook.c
9553                 fix issues with the Search field
9554                 Patch by Colin
9555
9556 2005-08-22 [paul]       1.9.13cvs51
9557
9558         * src/folderview.c
9559                 put name of folder in processing dialog
9560                 title
9561         * src/prefs_folder_item.c
9562                 improve english usage
9563
9564 2005-08-22 [paul]       1.9.13cvs50
9565
9566         * src/filtering.c
9567         * src/filtering.h
9568         * src/matcher.c
9569         * src/matcher_parser_lex.l
9570         * src/matcher_parser_parse.y
9571         * src/prefs_filtering.c
9572                 add Filtering/Processing rule names feature.
9573                 (the incompatible old matcherrc is saved as
9574                 matcherrc.pre_names).
9575                 Patch by Colin
9576
9577 2005-08-22 [paul]       1.9.13cvs49
9578
9579         * src/procmsg.c
9580                 fix colour labelling
9581                 Patch by Colin
9582
9583 2005-08-22 [paul]       1.9.13cvs48
9584
9585         * src/textview.c
9586                 fix open_image_cb()
9587
9588 2005-08-22 [paul]       1.9.13cvs47
9589
9590         * src/imap.c
9591                 fix bug 789, 'SC crashes with imap (CVS ver)'
9592                 Patch by Colin
9593
9594 2005-08-22 [paul]       1.9.13cvs46
9595
9596         * src/mimeview.c
9597         * src/prefs_common.c
9598         * src/common/defs.h
9599                 define reused defaults in defs.h
9600         * src/textview.c
9601                 add 'Open image' to image popup menu
9602
9603 2005-08-21 [colin]      1.9.13cvs45
9604
9605         * src/summaryview.c
9606                 Fix bug #788 (Bogus "From" address displayed)
9607
9608 2005-08-20 [colin]      1.9.13cvs44
9609
9610         * src/folder.c
9611                 Fix buf #787 (multilevel delete causes SIGSEGV)
9612
9613 2005-08-19 [colin]      1.9.13cvs43
9614
9615         * src/inc.c
9616         * src/prefs_common.c
9617         * src/prefs_common.h
9618                 Add an hidden pref to allow modifying the
9619                 update stepping in incorporation.
9620                 Patch by wwp.
9621
9622 2005-08-19 [colin]      1.9.13cvs42
9623
9624         * src/compose.c
9625         * src/procmime.c
9626                 Workaround for broken MUAs: encode 
9627                 Content-type: name: as ASCII and 
9628                 Content-Disposition: filename: as
9629                 per rfc2231
9630         * src/prefs_account.c
9631                 Fix invisible-ness of SMTP SSL prefs
9632                 in NNTP accounts
9633
9634 2005-08-19 [paul]       1.9.13cvs41
9635
9636         * src/compose.c
9637         * src/prefs_common.c
9638         * src/prefs_common.h
9639         * src/prefs_wrapping.c
9640                 paste with or without wrapping.
9641                 patch by Colin
9642
9643 2005-08-19 [paul]       1.9.13cvs40
9644
9645         * src/prefs_common.c
9646         * src/prefs_common.h
9647         * src/summaryview.c
9648                 reintroduce enable_swap_from as a
9649                 hidden pref. patch by Colin
9650         * src/quote_fmt_parse.y
9651         * src/plugins/clamav/clamav_plugin.c
9652         * src/plugins/dillo_viewer/dillo_viewer.c
9653         * src/plugins/mathml_viewer/mathml_viewer.c
9654         * src/plugins/pgpcore/sgpgme.c
9655         * src/plugins/pgpinline/pgpinline.c
9656         * src/plugins/pgpmime/pgpmime.c
9657                 tidy up. patch by Colin
9658
9659 2005-08-19 [paul]       1.9.13cvs39
9660
9661         * configure.ac
9662                 complete cvs38's sync
9663         * src/editaddress.c
9664         * src/gedit-print.c
9665         * src/mutt.c
9666         * src/etpan/etpan-log.c
9667         * src/etpan/imap-thread.c
9668         * src/gtk/gtksourceprintjob.c
9669                 fix compilation warnings
9670                 (patch by Colin)
9671
9672 2005-08-19 [paul]       1.9.13cvs38
9673
9674         sync with main:
9675
9676         * src/account.c
9677         * src/action.c
9678         * src/addrbook.c
9679         * src/addrcache.c
9680         * src/addrharvest.c
9681         * src/addrindex.c
9682         * src/codeconv.c
9683         * src/compose.c
9684         * src/crash.c
9685         * src/exporthtml.c
9686         * src/exportldif.c
9687         * src/folder.c
9688         * src/image_viewer.c
9689         * src/inc.c
9690         * src/inc.h
9691         * src/jpilot.c
9692         * src/ldif.c
9693         * src/main.c
9694         * src/matcher.c
9695         * src/mbox.c
9696         * src/messageview.c
9697         * src/mh.c
9698         * src/mimeview.c
9699         * src/msgcache.c
9700         * src/mutt.c
9701         * src/news.c
9702         * src/partial_download.c
9703         * src/pine.c
9704         * src/pop.c
9705         * src/prefs_actions.c
9706         * src/prefs_common.c
9707         * src/prefs_customheader.c
9708         * src/prefs_display_header.c
9709         * src/prefs_gtk.c
9710         * src/prefs_themes.c
9711         * src/procheader.c
9712         * src/procmime.c
9713         * src/procmsg.c
9714         * src/recv.c
9715         * src/send_message.c
9716         * src/simple-gettext.c
9717         * src/sourcewindow.c
9718         * src/textview.c
9719         * src/vcard.c
9720         * src/common/defs.h
9721         * src/common/log.c
9722         * src/common/plugin.c
9723         * src/common/prefs.c
9724         * src/common/session.c
9725         * src/common/session.h
9726         * src/common/socket.c
9727         * src/common/socket.h
9728         * src/common/ssl_certificate.c
9729         * src/common/template.c
9730         * src/common/utils.c
9731         * src/common/utils.h
9732         * src/common/xml.c
9733         * src/gtk/about.c
9734         added wrappers for C library function that
9735                 take pathname arguments.
9736                 enabled compilation with MinGW.
9737                 use GDir instead of directly using opendir().
9738                 added rename_force().
9739
9740 2005-08-19 [paul]       1.9.13cvs37
9741         
9742         patches by Colin:
9743         * src/compose.c
9744                 fix privacy settings on re-editing
9745                 a sent message
9746         * src/jpilot.c
9747                 fix encoding bug
9748         * src/folder.c
9749         * src/procmsg.c
9750         * src/procmsg.h
9751         * src/summaryview.c
9752                 flag changing optimisation
9753
9754 2005-08-18 [martin]     1.9.13cvs36
9755
9756         * commitHelper
9757             added my login
9758         * src/addrcache.c
9759         * src/addrharvest.c
9760         * src/addrindex.c
9761         * src/compose.c
9762         * src/grouplistdialog.c
9763         * src/main.c
9764         * src/mainwindow.c
9765         * src/msgcache.c
9766         * src/mutt.c
9767         * src/pine.c
9768         * src/prefs_account.c
9769         * src/prefs_themes.c
9770         * src/stock_pixmap.c
9771         * src/summaryview.c
9772         * src/gtk/about.c
9773         * src/gtk/logwindow.c
9774             removed deprecated glib and gdk stuff
9775         * src/plugins/pgpcore/select-keys.c
9776             convert attributes from locale to utf8
9777
9778 2005-08-17 [paul]       1.9.13cvs35
9779
9780         * src/account.c
9781         * src/addressbook.c
9782                 use new GTK_STOCK_ icons if available
9783         * src/summaryview.c
9784         * src/gtk/gtksctree.c
9785         * src/gtk/gtksctree.h
9786                 faster range select. patch by Colin
9787
9788 2005-08-17 [paul]       1.9.13cvs34
9789
9790         patches by colin:
9791         * src/addressbook.c
9792         * src/addressitem.h
9793                 Add an edit button for contacts, fix selections
9794                 of gtksctree items
9795         * src/editaddress.c
9796                 Change labels, let Save be always possible in the
9797                 email and user atributes tabs
9798         * src/folderview.c
9799                 fix sort issues
9800         * src/summaryview.c
9801                 select next item instead of the displayed one
9802                 after deletion
9803
9804         * src/gtk/progressdialog.c
9805                 use prefs_common.enable_rules_hint
9806
9807 2005-08-13 [hoa]        1.9.13cvs33
9808
9809         * src/etpan/imap-thread.c
9810                 fixed build on Solaris.
9811
9812 2005-08-10 [colin]      1.9.13cvs32
9813
9814         * src/procmsg.c
9815                 Fix cvs31 (missing fclose before reading
9816                 the file)
9817
9818 2005-08-10 [colin]      1.9.13cvs31
9819
9820         * src/procmsg.c
9821                 Fix procmsg_msginfo_new_from_mimeinfo() when
9822                 the MimeInfo isn't stored in memory. This fixes
9823                 replying to an attached message.
9824
9825 2005-08-10 [colin]      1.9.13cvs30
9826
9827         * src/mainwindow.c
9828                 Fix slowness in account changing
9829
9830 2005-08-10 [colin]      1.9.13cvs29
9831
9832         * src/folder.c
9833         * src/folderutils.c
9834         * src/folderview.c
9835         * src/imap_gtk.c
9836         * src/mainwindow.c
9837         * src/mh_gtk.c
9838         * src/procmsg.c
9839         * src/summaryview.c
9840                 Optimize folder_has_parent_of_type
9841                 Prevent moving special sub-folders from contextual menus
9842                 Rework message a bit ("Empty all messages" -> "Delete all
9843                 messages")
9844                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9845                 and "Deleted Items" folders)
9846
9847 2005-08-08 [colin]      1.9.13cvs28
9848
9849         * src/summaryview.c
9850         * src/prefs_summaries.c
9851                 Make "Select first unread|new" more flexible
9852                 (just prioritize new or unread)
9853
9854 2005-08-08 [colin]      1.9.13cvs27
9855
9856         * src/summaryview.c
9857                 If "select first new" is selected and there only
9858                 are unread messages, fallback to "select first
9859                 unread".
9860
9861 2005-08-08 [colin]      1.9.13cvs26
9862
9863         * src/folder.c
9864                 Fix shameful bugs (and bug #779)
9865
9866 2005-08-08 [colin]      1.9.13cvs25
9867
9868         * src/folder.c
9869         * src/folder.h
9870                 Cache parents' type to make folder_has_parent_of_type
9871                 faster
9872         * src/folderview.c
9873                 Forbid DnD of special sub-folders
9874         * src/procmsg.c
9875         * src/procmsg.h
9876                 Add MAIL_POSTFILTERING_HOOK
9877         * src/summaryview.c
9878                 Revert over-zealous deletion of the use_addr_book 
9879                 code
9880
9881 2005-08-07 [colin]      1.9.13cvs24
9882
9883         * src/folder.c
9884                 Fix big mistake (passing MsgInfo instead 
9885                 of FolderItem)
9886
9887 2005-08-07 [colin]      1.9.13cvs23
9888
9889         * src/compose.c
9890         * src/folder.c
9891         * src/folder.h
9892         * src/foldersel.c
9893         * src/folderutils.c
9894         * src/folderview.c
9895         * src/imap.c
9896         * src/mainwindow.c
9897         * src/messageview.c
9898         * src/mh.c
9899         * src/msgcache.c
9900         * src/procmime.c
9901         * src/summaryview.c
9902                 Make subfolders of Drafts, Queue, Outbox, Trash
9903                 work like their parents. 
9904                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9905
9906 2005-08-07 [colin]      1.9.13cvs22
9907
9908         * src/addressbook.c
9909                 Fix bug #771 (Dragged contacts not saved)
9910
9911 2005-08-07 [paul]       1.9.13cvs21
9912
9913         * src/summaryview.c
9914                 fix bug 32 'Search Doesn't display results
9915                 if "Hide Read Messages" is chosen'
9916                 be more literal in interpreting 'Hide read
9917                 messages'
9918
9919 2005-08-07 [colin]      1.9.13cvs20
9920
9921         * src/folderview.c
9922                 Add debug
9923         * src/summaryview.c
9924                 Faster 'unthread_for_execution'
9925
9926 2005-08-06 [paul]       1.9.13cvs19
9927
9928         * src/mainwindow.c
9929                 add mnemonics to Set displayed columns
9930                 fix bug where msgview_visible option was
9931                 overwritten as TRUE on startup
9932
9933 2005-08-06 [paul]       1.9.13cvs18
9934
9935         * src/mainwindow.c
9936                 refer to 'displayed columns in folder/message
9937                 list' not 'displayed items in summary/message view'
9938         * src/prefs_display_header.c
9939                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9940                 be consistent with similar dialogues
9941         * src/prefs_folder_column.c
9942         * src/prefs_summary_column.c
9943                 'columns' not 'items', and folder and message lists,
9944                 instead of folder and summary views;
9945                 Use 'Hidden columns' as list heading not 'Available
9946                 items';
9947                 move the 'Remove' button to the right hand side;
9948                 top-align the buttons;
9949                 remove unneeded vbox
9950         * src/prefs_summaries.c
9951                 put the 2 column prefs buttons in a frame to reduce
9952                 overall width; refer to columns not items &c.
9953
9954 2005-08-05 [colin]      1.9.13cvs17
9955
9956         * src/prefs_common.c
9957         * src/prefs_common.h
9958         * src/mainwindow.c
9959         * src/compose.c
9960         * src/messageview.c
9961                 Add an hidden toolbar_detachable pref, so
9962                 that I can get rid of these painful handles
9963                 in the toolbars. Defaults to TRUE to avoid
9964                 changing the GUI on unsuspecting people...
9965
9966 2005-08-05 [colin]      1.9.13cvs16
9967
9968         * src/Makefile.am
9969         * src/prefs_folder_column.c
9970         * src/prefs_folder_column.h
9971                 Add prefs for folder columns
9972         * src/folderview.c
9973         * src/folderview.h
9974         * src/mainwindow.c
9975         * src/mainwindow.h
9976         * src/prefs_common.c
9977         * src/prefs_common.h
9978         * src/prefs_summaries.c
9979                 Use them
9980         * src/prefs_summary_column.c
9981         * src/summaryview.c
9982         * src/summaryview.h
9983                 Add a To column
9984         * src/textview.c
9985         * src/common/utils.c
9986         * src/common/utils.h
9987                 Move uri colourisation functions
9988                 to utils
9989         * src/compose.c
9990                 Colourise URIs
9991         * src/imap.c
9992                 Fix bug with LIST where we'd try
9993                 to get Folder//////[...]/// 
9994
9995 2005-08-05 [paul]       1.9.13cvs15
9996
9997         * src/prefs_summaries.c
9998                 improve the English usage
9999         * src/summaryview.c
10000                 set font on column change
10001                 thanks to Colin
10002
10003 2005-08-05 [paul]       1.9.13cvs14
10004
10005         * src/prefs_common.c
10006         * src/prefs_common.h
10007         * src/prefs_summaries.c
10008         * src/summaryview.c
10009                 replace 'open_unread_on_enter' option with
10010                 'select_on_entry' option. opening/not opening
10011                 is now exclusively controlled by 'always_show_msg'
10012
10013 2005-08-04 [colin]      1.9.13cvs13
10014
10015         * src/compose.c
10016                 Remove dead code
10017                 Add colourisation of quotes and signatures
10018         * src/folderview.c
10019                 Fix possible crashes
10020         * src/messageview.c
10021                 Change an assert that is no problem
10022         * src/news.c
10023         * src/news_gtk.c
10024         * src/news_gtk.h
10025                 Fix offline mode
10026         * src/gtk/quicksearch.c
10027                 Fix a possible crash
10028
10029 2005-08-03 [colin]      1.9.13cvs12
10030
10031         * src/prefs_account.c
10032                 Fix bug #777 (Sylpheed crash in account configuration)
10033
10034 2005-08-03 [colin]      1.9.13cvs11
10035
10036         * src/addressbook.c
10037         * src/editaddress.c
10038         * src/editgroup.c
10039                 Fixing addressbook, round 2
10040         * src/textview.c
10041                 Fix emphasis color on rechecking 'Colorize messages'
10042
10043 2005-08-03 [paul]       1.9.13cvs10
10044
10045         sync with main
10046
10047         * src/addr_compl.c
10048         * src/compose.c
10049         * src/main.c
10050         * src/pop.c
10051         * src/prefs_account.c
10052         * src/procmime.c
10053         * src/procmsg.c
10054         * src/quote_fmt_parse.y
10055         * src/textview.c
10056         * src/common/quoted-printable.c
10057         * src/common/utils.c
10058         * src/common/utils.h
10059         * src/common/xml.c
10060                 replaced incorrect locale-independent
10061                 ctype functions with GLib's. Corrected
10062                 signedness mismatch.
10063         * src/headerview.c
10064                 headerview_create(): added spacing for vbox.
10065         * src/gtk/about.c
10066                 set focus to the OK button.
10067
10068 2005-08-03 [colin]      1.9.13cvs9
10069
10070         * src/folderview.c
10071                 Fix possible crash
10072
10073 2005-08-02 [colin]      1.9.13cvs8
10074
10075         * src/mainwindow.c
10076                 Fix cast
10077         * src/addressbook.c
10078         * src/addressitem.h
10079                 Fix a cast and more generally, try to make the
10080                 GUI more intuitive and consistent (round 1)
10081
10082 2005-08-02 [paul]       1.9.13cvs7
10083
10084         * src/folder.h
10085                 missing in 1.9.13cvs6
10086
10087 2005-08-02 [colin]      1.9.13cvs6
10088
10089         * src/folder.c
10090                 Fix one more leak
10091
10092 2005-08-02 [colin]      1.9.13cvs5
10093
10094         * src/folder.c
10095         * src/folderview.c
10096         * src/imap.c
10097         * src/main.c
10098         * src/mbox.c
10099         * src/procmsg.c
10100         * src/summaryview.c
10101                 Fix a number of folder_item_get_msg_list()-related
10102                 leaks (missing procmsg_msginfo_free()s)
10103
10104 2005-08-01 [colin]      1.9.13cvs4
10105
10106         * src/folderview.c
10107         * src/folderview.h
10108         * src/mainwindow.c
10109         * src/prefs_fonts.c
10110         * src/prefs_summaries.c
10111         * src/prefs_themes.c
10112         * src/summaryview.c
10113         * src/summaryview.h
10114         * src/textview.c
10115         * src/textview.h
10116                 Fix instant-apply of summary and folderview-related prefs
10117                 Fix erroneous g_free and alertpanels in prefs_theme
10118                 Add instant-apply for fonts
10119                 Defer applying of prefs a little bit so it's done only
10120                 once even if requested by multiples prefs pages
10121
10122 2005-08-01 [paul]       1.9.13cvs3
10123
10124         * src/main.c
10125                 fix bug 776 'S.C. crashes on close'
10126                 thanks to Colin
10127         * src/etpan/etpan-thread-manager-types.h
10128                 add missing include
10129                 thanks to Hoa
10130
10131 2005-07-25 [paul]       1.9.13cvs2
10132
10133         * src/summaryview.c
10134                 fix typos. spotted by Fabien Vantard
10135
10136 2005-07-24 [paul]       1.9.13cvs1
10137
10138         * doc/man/sylpheed.1
10139                 update man page, incorporating fix of
10140                 bug 769 'Typo in manpage'
10141         * src/etpan/imap-thread.c
10142                 fix NetBSD openssl dependencies. patch by
10143                 George Michaelson <ggm@apnic.net>
10144         * po/pt_BR.po
10145                 updated by Frederico Goncalves Guimaraes
10146
10147 2005-07-22 [paul]       1.9.13
10148
10149         1.9.13 release
10150
10151 2005-07-22 [paul]       1.9.12cvs91
10152
10153         * AUTHORS
10154         * INSTALL
10155         * README.claws
10156         * RELEASE_NOTES.claws
10157                 updated for release
10158         * configure.ac
10159         * po/nb.po
10160         * tools/claws.i18n.status.pl
10161                 add Norwegian translation. submiited by
10162                 Geir Helland <pjallabais@users.sourceforge.net>
10163         * po/ca.po
10164         * po/de.po
10165         * po/es.po
10166         * po/fi.po
10167         * po/fr.po
10168         * po/it.po
10169         * po/sk.po
10170         * po/sr.po
10171         * po/zh_CN.po
10172                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10173                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10174                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10175                 Yang Guilong
10176         * src/plugins/clamav/clamav_plugin_gtk.c
10177         * src/plugins/spamassassin/spamassassin_gtk.c
10178                 replace outdated description strings
10179
10180 2005-07-21 [colin]      1.9.12cvs90
10181
10182         * src/folder.c
10183                 Set folder to batch mode when scanning it. Makes deletion
10184                 of unread mails on IMAP much faster (due to the UNREAD 
10185                 flag unsetting)
10186
10187 2005-07-21 [darko]      1.9.12cvs89
10188
10189         * configure.ac
10190                 link against libresolv if necessary (patch by Paul)
10191         * src/msgcache.c
10192                 use glib's portable macros to determine endianness
10193
10194 2005-07-21 [paul]       1.9.12cvs88
10195
10196         * src/crash.c
10197         * src/gtk/about.c
10198                 update compiled-in features list
10199
10200 2005-07-20 [colin]      1.9.12cvs87
10201
10202         * src/folder.c
10203         * src/textview.c
10204                 Gcc 2.9x compilation fixes, thanks to Darko
10205         * src/plugins/clamav/clamav_plugin.c
10206                 Little optimisation: load virus database only once
10207         * src/plugins/spamassassin/spamassassin.c
10208                 Big optimisation: filtering one mail took at least 1 second,
10209                 now it takes at least 50ms. Doesn't speed up spamassassin 
10210                 itself, but should already be much more tolerable.
10211
10212 2005-07-20 [colin]      1.9.12cvs86
10213
10214         * src/summaryview.c
10215                 Fix performance issue
10216
10217 2005-07-19 [colin]      1.9.12cvs85
10218
10219         * src/plugins/pgpinline/plugin.c
10220                 Fix warning
10221
10222 2005-07-19 [colin]      1.9.12cvs84
10223
10224         * configure.ac
10225         * src/plugins/Makefile.am
10226         * src/plugins/pgpinline/.cvsignore
10227         * src/plugins/pgpinline/Makefile.am
10228         * src/plugins/pgpinline/pgpinline.c
10229         * src/plugins/pgpinline/pgpinline.deps
10230         * src/plugins/pgpinline/pgpinline.h
10231         * src/plugins/pgpinline/plugin.c
10232                 Put pgpinline in the main tree
10233
10234 2005-07-19 [paul]       1.9.12cvs83
10235
10236         * src/prefs_actions.c
10237                 prevent '//' in menu names, which cause a crash
10238                 thanks to Colin
10239
10240 2005-07-19 [paul]       1.9.12cvs82
10241
10242         * configure.ac
10243                 be generally more informative in configure output.
10244                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10245                 '[ --disable-openssl ...', as --enable-openssl is default
10246                 PGP/MIME: don't check for GPGME again, check for
10247                 pgpcore instead. Therefore prevent the possibility of
10248                 attempting to build pgpmime if pgpcore dependencies are
10249                 not met
10250                 ClamAV: use pkgconfig to check for lib
10251                 libgnomeprint: revert logic on inner test to match
10252                 everything else
10253         * src/plugins/pgpcore/sgpgme.c
10254                 add missing include
10255
10256 2005-07-19 [colin]      1.9.12cvs81
10257
10258         * src/summaryview.c
10259                 Fix slow thread rebuilding in particular
10260                 cases
10261
10262 2005-07-19 [paul]       1.9.12cvs80
10263
10264         * sylpheed-claws.desktop
10265                 fix typo, spotted by Stephan Sachse
10266         * src/account.c
10267                 replace GTK_STOCK_ADD with
10268                 GTK_STOCK_NEW button
10269
10270 2005-07-18 [colin]      1.9.12cvs79
10271
10272         * src/etpan/imap-thread.c
10273                 Fix return value (Thanks Hoa)
10274
10275 2005-07-18 [colin]      1.9.12cvs78
10276
10277         * src/imap.c
10278                 Allow empty passwords
10279                 Create drafts/queue/outbox if necessary
10280         * src/summaryview.c
10281                 Remove old code
10282         * src/etpan/imap-thread.c
10283                 Fix STARTTLS (Thanks to Hoa)
10284
10285 2005-07-18 [paul]       1.9.12cvs77
10286
10287         * ChangeLog-gtk2.jp
10288         * ChangeLog.jp
10289                 removed
10290         * Makefile.am
10291                 updated to reflect additions and removals
10292         * TODO
10293                 updated to be claws-specific
10294         * TODO-gtk2
10295         * TODO-gtk2.jp
10296         * TODO.jp
10297         * sylpheed-128x128.png
10298         * sylpheed-64x64.png
10299                 removed
10300         * sylpheed-claws-128x128.png
10301         * sylpheed-claws-64x64.png
10302         * sylpheed-claws.desktop
10303         * sylpheed-claws.png
10304                 added
10305         * sylpheed.desktop
10306         * sylpheed.png
10307                 removed
10308
10309 2005-07-17 [paul]       1.9.12cvs76
10310
10311         * src/account.c
10312         * src/addressbook.c
10313         * src/alertpanel.c
10314         * src/alertpanel.h
10315         * src/compose.c
10316         * src/exphtmldlg.c
10317         * src/expldifdlg.c
10318         * src/folderview.c
10319         * src/imap_gtk.c
10320         * src/inc.c
10321         * src/message_search.c
10322         * src/messageview.c
10323         * src/mh_gtk.c
10324         * src/news_gtk.c
10325         * src/prefs_actions.c
10326         * src/prefs_filtering.c
10327         * src/prefs_matcher.c
10328         * src/prefs_template.c
10329         * src/prefs_themes.c
10330         * src/ssl_manager.c
10331         * src/summary_search.c
10332         * src/textview.c
10333         * src/toolbar.c
10334         * src/gtk/sslcertwindow.c
10335         * src/plugins/pgpcore/sgpgme.c
10336                 rework alertpanels
10337
10338 2005-07-17 [colin]      1.9.12cvs75
10339
10340         * src/privacy.c
10341                 add a PrivacySystem accessor that checks that
10342                 the system cached in a MimeInfo's privacydata
10343                 is still registered. Use this accessor instead
10344                 of directly using data->system. Fixes crashes
10345                 after unloading pgp plugins.
10346
10347 2005-07-17 [colin]      1.9.12cvs74
10348
10349         * src/alertpanel.c
10350                 Change geometry hints to a simple default size.
10351                 Fixes the certs dialogs.
10352
10353 2005-07-17 [colin]      1.9.12cvs73
10354
10355         * src/gtk/sslcertwindow.c
10356                 Use a gtkExpander
10357
10358 2005-07-17 [colin]      1.9.12cvs72
10359
10360         * src/plugins/pgpcore/Makefile.am
10361         * src/plugins/pgpmime/Makefile.am
10362                 Add gpgme libs
10363
10364 2005-07-17 [paul]       1.9.12cvs71
10365
10366         * configure.ac
10367                 add --disable-gnomeprint option
10368                 modified version of patch by Marius Mauch
10369
10370 2005-07-17 [paul]       1.9.12cvs70
10371
10372         * src/common/defs.h
10373                 update urls
10374         * src/account.c
10375         * src/action.c
10376         * src/addressbook.c
10377         * src/compose.c
10378         * src/foldersel.c
10379         * src/folderview.c
10380         * src/html.c
10381         * src/imap_gtk.c
10382         * src/main.c
10383         * src/mainwindow.c
10384         * src/messageview.c
10385         * src/mh_gtk.c
10386         * src/mimeview.c
10387         * src/news_gtk.c
10388         * src/prefs_account.c
10389         * src/prefs_send.c
10390         * src/prefs_summaries.c
10391         * src/procmsg.c
10392         * src/summaryview.c
10393         * src/common/utils.c
10394         * src/common/xml.c
10395         * src/plugins/pgpcore/passphrase.c
10396         * src/plugins/pgpcore/select-keys.c
10397                 replace inappropriately used backticks
10398                 with single quotes
10399
10400 2005-07-16 [colin]      1.9.12cvs69
10401
10402         * src/image_viewer.c
10403                 Add extra paranoid checks
10404
10405 2005-07-16 [colin]      1.9.12cvs68
10406
10407         * src/plugins/pgpcore/prefs_gpg.c
10408                 Don't auto-check sigs by default, as it
10409                 can be really slow.
10410
10411 2005-07-16 [colin]      1.9.12cvs67
10412
10413         * src/plugins/pgpcore/sgpgme.c
10414                 Make messages a bit better.
10415
10416 2005-07-16 [colin]      1.9.12cvs66
10417
10418         * src/imap.c
10419                 Remove pseudo-log
10420         * src/etpan/imap-thread.c
10421                 Add real log
10422
10423 2005-07-16 [colin]      1.9.12cvs65
10424
10425         * src/main.c
10426         * src/prefs_other.c
10427                 And now, fix build with libetpan :-/
10428
10429 2005-07-15 [colin]      1.9.12cvs64
10430
10431         * src/prefs_other.c
10432                 Continue fixing build without libetpan.
10433
10434 2005-07-15 [colin]      1.9.12cvs63
10435
10436         * src/main.c
10437                 Fix build with --disable-libetpan
10438
10439 2005-07-15 [colin]      1.9.12cvs62
10440
10441         * configure.ac
10442                 Bump libetpan's version
10443
10444 2005-07-15 [colin]      1.9.12cvs61
10445
10446         * src/etpan/imap-thread.c
10447                 Actually stop logging :)
10448
10449 2005-07-15 [colin]      1.9.12cvs60
10450
10451         * src/addressbook.c
10452                 Fix dnd of multiple addresses.
10453
10454 2005-07-15 [hoa]        1.9.12cvs59
10455
10456         * src/etpan/imap-thread.c
10457             disable login of IMAP password in libetpan log file.
10458
10459 2005-07-15 [paul]       1.9.12cvs58
10460
10461         * src/account.c
10462                 don't automatically sort
10463                 do allow drag n drop
10464
10465 2005-07-15 [paul]       1.9.12cvs57
10466
10467         * src/account.c
10468         * src/ssl_manager.c
10469                 alphabetical listing
10470
10471 2005-07-15 [paul]       1.9.12cvs56
10472
10473         * src/gtk/pluginwindow.c
10474                 sort plugin list alphabetically
10475
10476 2005-07-15 [paul]       1.9.12cvs55
10477
10478         * src/prefs_spelling.c
10479         * src/prefs_wrapping.c
10480                 unify English usage
10481
10482 2005-07-15 [colin]      1.9.12cvs54
10483
10484         * src/wizard.c
10485                 Typo fix
10486
10487 2005-07-15 [paul]       1.9.12cvs53
10488
10489         * src/prefs_message.c
10490                 make 'show cursor' a hidden option
10491
10492 2005-07-14 [colin]      1.9.12cvs52
10493
10494         * src/plugins/spamassassin/Makefile.am
10495         * src/plugins/clamav/Makefile.am
10496                 Fix double EXTRA_DISTs
10497
10498 2005-07-14 [colin]      1.9.12cvs51
10499
10500         * src/plugins/clamav/Makefile.am
10501         * src/plugins/clamav/clamav_plugin_gtk.deps
10502         * src/plugins/spamassassin/Makefile.am
10503         * src/plugins/spamassassin/spamassassin_gtk.deps
10504                 Make $plugin_gtk depend on $plugin
10505
10506 2005-07-14 [hoa]        1.9.12cvs50
10507
10508         * src/etpan/imap-thread.c
10509                 enable debug log of libetpan when running with --debug
10510
10511 2005-07-14 [colin]      1.9.12cvs49
10512
10513         * configure.ac
10514         * src/common/Makefile.am
10515         * src/common/plugin.c
10516         * src/common/plugin.h
10517                 Add a little plugin dependancy system.
10518                 Plugins can ship a $plugin_name.deps file
10519                 (near them in PLUGINDIR) so that their
10520                 dependancies are loaded if possible.
10521         * src/plugins/Makefile.am
10522         * src/plugins/pgpcore/Makefile.am
10523         * src/plugins/pgpcore/passphrase.c
10524         * src/plugins/pgpcore/passphrase.h
10525         * src/plugins/pgpcore/plugin.c
10526         * src/plugins/pgpcore/prefs_gpg.c
10527         * src/plugins/pgpcore/prefs_gpg.h
10528         * src/plugins/pgpcore/select-keys.c
10529         * src/plugins/pgpcore/select-keys.h
10530         * src/plugins/pgpcore/sgpgme.c
10531         * src/plugins/pgpcore/sgpgme.h
10532                 Introduce pgpcore, used by pgpmime and
10533                 pgpinline
10534         * src/plugins/pgpmime/Makefile.am
10535         * src/plugins/pgpmime/passphrase.c
10536         * src/plugins/pgpmime/passphrase.h
10537         * src/plugins/pgpmime/pgpmime.c
10538         * src/plugins/pgpmime/pgpmime.deps
10539         * src/plugins/pgpmime/plugin.c
10540         * src/plugins/pgpmime/prefs_gpg.c
10541         * src/plugins/pgpmime/prefs_gpg.h
10542         * src/plugins/pgpmime/select-keys.c
10543         * src/plugins/pgpmime/select-keys.h
10544         * src/plugins/pgpmime/sgpgme.c
10545         * src/plugins/pgpmime/sgpgme.h
10546                 Remove the core from pgpmime and add the
10547                 dependancy to pgpcore.
10548
10549 2005-07-14 [paul]       1.9.12cvs48
10550
10551         * src/stock_pixmap.c
10552                 forgot this in last commit
10553
10554 2005-07-14 [paul]       1.9.12cvs47
10555
10556         * src/account.c
10557         * src/addressbook.c
10558                 add accelerators for the buttons (sync with main)
10559         * src/compose.c
10560         * src/compose.h
10561                 add accelerators for the buttons.
10562                 fix editing with external editor.
10563                 replace gdk_input_*() with GIOChannel;
10564                 (sync with main)
10565         * src/foldersel.c
10566                 display folder names with new/unread
10567                 representation (sync with main)
10568         * src/main.c
10569                 specify default window icon (sync with main)
10570         * src/prefs_common.c
10571                 use_addr_book default to FALSE
10572         * src/summaryview.c
10573         * src/textview.c
10574                 add accelerators for the buttons (sync with main)
10575         * src/gtk/menu.c
10576                 fix typos
10577         * src/pixmaps/sylpheed_icon.xpm
10578                 updated
10579
10580 2005-07-13 [paul]       1.9.12cvs46
10581
10582         * src/plugins/pgpmime/pgpmime.c
10583         * src/plugins/pgpmime/sgpgme.c
10584                 (temporarily) use deprecated gpgme_data_rewind()
10585                 while largefile support is not present
10586                 (as suggested by Colin)
10587
10588 2005-07-13 [paul]       1.9.12cvs45
10589
10590         * configure.ac
10591                 remove large file support (for now):
10592                 it breaks too many things
10593
10594 2005-07-13 [paul]       1.9.12cvs44
10595
10596         * configure.ac
10597                 add large file support
10598         * src/html.c
10599                 fix bug #763 where href attribute was not
10600                 the very first attribute of a link
10601                 patch by Thomas Gilgin
10602
10603 2005-07-13 [colin]      1.9.12cvs43
10604
10605         * src/gtk/pluginwindow.c
10606                 Little portability fix
10607
10608 2005-07-13 [colin]      1.9.12cvs42
10609
10610         * src/plugins/pgpmime/sgpgme.c
10611                 Fix crasher.
10612
10613 2005-07-13 [colin]      1.9.12cvs41
10614
10615         * src/plugins/pgpmime/pgpmime.c
10616         * src/plugins/pgpmime/sgpgme.c
10617                 Use gpgme_data_release_and_get_mem instead
10618                 of gpgme_data_read.
10619
10620 2005-07-13 [colin]      1.9.12cvs40
10621
10622         * configure.ac
10623         * src/plugins/pgpmime/passphrase.c
10624         * src/plugins/pgpmime/passphrase.h
10625         * src/plugins/pgpmime/pgpmime.c
10626         * src/plugins/pgpmime/plugin.c
10627         * src/plugins/pgpmime/select-keys.c
10628         * src/plugins/pgpmime/select-keys.h
10629         * src/plugins/pgpmime/sgpgme.c
10630         * src/plugins/pgpmime/sgpgme.h
10631                 Port pgpmime to gpgme-1.0.
10632
10633 2005-07-12 [paul]       1.9.12cvs39
10634
10635         * AUTHORS
10636         * src/toolbar.c
10637         * src/toolbar.h
10638                 add a 'Go to Prev' button to the toolbar.
10639                 correct tooltip text of go to buttons.
10640                 based on patch by Yang Guilong <bamanzi@gmail.com>
10641
10642 2005-07-12 [colin]      1.9.12cvs38
10643
10644         * src/statusbar.c
10645                 Fix progress bar showing stuff at startup.
10646
10647 2005-07-12 [paul]       1.9.12cvs37
10648
10649         * src/editjpilot.c
10650                 fix building with jpilot support
10651
10652 2005-07-11 [colin]      1.9.12cvs36
10653
10654         * src/inc.c
10655                 Add visual indication that filtering is running
10656         * src/textview.c
10657                 Make {}[] uri delimiters
10658         * src/summaryview.c
10659                 Remove useless (and slow) calls
10660
10661 2005-07-11 [paul]       1.9.12cvs35
10662
10663         * src/plugins/clamav/clamav_plugin_gtk.c
10664         * src/plugins/dillo_viewer/dillo_prefs.c
10665         * src/plugins/pgpmime/prefs_gpg.c
10666         * src/plugins/spamassassin/spamassassin_gtk.c
10667                 gather plugins prefs together under their
10668                 own 'Plugins' heading
10669
10670 2005-07-11 [paul]       1.9.12cvs34
10671
10672         sync with main
10673
10674         * src/account.c
10675                 account_delete(): modified alert dialog
10676         * src/editjpilot.c
10677         * src/editvcard.c
10678                 fixed a crash when cancelling file selection
10679                 dialog by Escape key. Made non-ascii filename
10680                 selectable.
10681         * src/prefs_template.c
10682                 prefs_template_window_create(): make scrolled
10683                 window policy AUTOMATIC
10684
10685 2005-07-10 [hoa]        1.9.12cvs33
10686
10687         * src/etpan/imap-thread.c
10688                 workaround for old Courier IMAP servers.
10689
10690 2005-07-10 [colin]      1.9.12cvs32
10691
10692         * src/folder.c
10693         * src/statusbar.c
10694         * src/statusbar.h
10695                 Add visual progress indicator on filtering/processing
10696                 Factorize the progress bar code
10697         * src/imap.c
10698         * src/imap.h
10699         * src/etpan/imap-thread.c
10700                 Add a reference counter to avoid destroying the Folder
10701                 while it's in use by another callback.
10702
10703 2005-07-09 [hoa]        1.9.12cvs31
10704
10705         * src/imap.c
10706         * src/etpan/imap-thread.c
10707                 fixed deadlock when removing IMAP account.
10708
10709 2005-07-08 [colin]      1.9.12cvs30
10710
10711         * src/textview.c
10712         * src/unmime.c
10713                 Fix again problems decoding broken headers
10714         * src/gtk/inputdialog.c
10715                 Fix local variable shadowing a global one
10716
10717 2005-07-08 [colin]      1.9.12cvs29
10718
10719         * src/msgcache.c
10720                 Make the cache/mark files platform-agnostic by writing
10721                 them in little-endian format. Reading them is also done
10722                 in little-endian format, of course; however, in order
10723                 to avoid trashing mark data on big-endian machines, the
10724                 files are, at first, read from the native format if the
10725                 little-endian one doesn't exist. This is easy to deter-
10726                 mine by trying to open a file with a swapped data_ver
10727                 and seeing if it's the wanted version.
10728                 Little-endian using users should see absolutely no
10729                 difference, Big-endian users may get a very little
10730                 performance drop due to byte-swapping.
10731                 Tested on i386 and ppc32. 
10732                 Fixes bug #159 (The index file, in the mailboxes, is 
10733                 hardware depending).
10734
10735                 To have the cache/mark files updated to the new little-
10736                 endian format, "Check for new messages" or even
10737                 "Rebuild folder tree" aren't enough. Files will be
10738                 updated as soon as a folder has been opened/closed.
10739                 To update everything, just select all folders by
10740                 selecting them one by one.
10741
10742 2005-07-07 [colin]      1.9.12cvs28
10743
10744         * src/imap.c
10745                 Remember the folder separator per IMAPFolder
10746                 instead of globally.
10747                 Revive the Session on noop; fixes bug #761
10748                 (mark a bunch of unread messages as read takes 
10749                 forever)
10750
10751 2005-07-07 [darko]      1.9.12cvs27
10752
10753         * src/common/template.c
10754                 Sort templates alphabetically
10755
10756 2005-07-06 [colin]      1.9.12cvs26
10757
10758         * src/imap.c
10759                 Try to use the correct separator in
10760                 most cases. Possibly fixes bug #759
10761                 (only creates the INBOX folder when 
10762                 setting up new IMAP account) and 
10763                 bug #760 (Can't retrieve messages)
10764
10765 2005-07-06 [colin]      1.9.12cvs25
10766
10767         * src/imap.c
10768                 Use real_path in status command. This will
10769                 help later, when namespaces will be used.
10770
10771 2005-07-06 [colin]      1.9.12cvs24
10772
10773         * configure.ac
10774         * src/account.c
10775         * src/folder.c
10776         * src/imap.c
10777         * src/etpan/etpan-log.c
10778         * src/etpan/etpan-thread-manager.c
10779         * src/etpan/imap-thread.c
10780                 Add a --disable-libetpan parameter. With this,
10781                 users that don't want IMAP4 support can avoid
10782                 the new dependancy (and have no IMAP support).
10783                 Users that have IMAP4 accounts and use this
10784                 parameter won't lose their configuration, their
10785                 IMAP accounts will just be invisible and not
10786                 used.
10787         * src/textview.c
10788                 Make the "Copy ..." contextual menu items 
10789                 copy to both the X clipboard and the gtk 
10790                 clipboard - as most other apps do.
10791         * src/gtk/about.c
10792                 Add a notice about OpenSSL usage, in order to
10793                 comply with OpenSSL's license (point 6):
10794                 http://www.openssl.org/source/license.html
10795
10796 2005-07-06 [colin]      1.9.12cvs23
10797
10798         * src/alertpanel.c
10799                 Fix a minimum size for alertpanels
10800         * src/compose.c
10801                 Show 'No space left on device' type errors
10802                 when queuing/sending
10803         * src/imap_gtk.c
10804         * src/mh_gtk.c
10805                 Rework folder's deletion message (remove 
10806                 extra \n)
10807
10808 2005-07-05 [colin]      1.9.12cvs22
10809
10810         * src/imap.c
10811                 Add an alertpanel on auth error
10812                 Add pseudo-log
10813                 Remove pthread-related stuff
10814
10815 2005-07-05 [colin]      1.9.12cvs21
10816
10817         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10818                 Fix crash on plugin reloading (with a hack)
10819
10820 2005-07-05 [colin]      1.9.12cvs20
10821
10822         * src/prefs_account.c
10823         * src/prefs_account.h
10824                 Fix typo
10825         * src/gtk/filesel.c
10826         * src/gtk/filesel.h
10827                 Add a way to filter the view
10828         * src/gtk/pluginwindow.c
10829                 Filter loadable stuff
10830         * src/plugins/pgpmime/prefs_gpg.c
10831                 Fix missing unregistration
10832         * .cvsignore
10833         * src/etpan/.cvsignore
10834         * src/plugins/spamassassin/.cvsignore
10835                 Add more stuff to cvs ignored files
10836
10837 2005-07-04 [colin]      1.9.12cvs19
10838
10839         * src/imap.c
10840                 Fix scan_required returning FALSE when it
10841                 shouldn't. Maybe fix #760 (Can't retrieve
10842                 messages)
10843
10844 2005-07-04 [colin]      1.9.12cvs18
10845
10846         * src/summaryview.c
10847                 Fix always_show_msg pref
10848
10849 2005-07-04 [paul]       1.9.12cvs17
10850
10851         sync with main (forgotten in last commit)
10852         
10853         * src/common/utils.c
10854         * src/common/utils.h
10855                 check_line_length(): new.
10856                 is_dir_exist()
10857                 is_file_entry_exist()
10858                 dirent_is_regular_file()
10859                 dirent_is_directory(): use g_file_test() instead of stat().
10860
10861 2005-07-04 [paul]       1.9.12cvs16
10862
10863         sync with main:
10864
10865         * src/compose.c
10866                 compose_write_to_file(): check for line
10867                 length limit and display warning if exceeds
10868         * src/jpilot.c
10869                 use get_home_dir() instead of g_get_home_dir()
10870         * src/procheader.c
10871                 removed warning about invalid date
10872         * src/vcard.c
10873                 use get_home_dir() instead of g_get_home_dir()
10874
10875 2005-07-04 [paul]       1.9.12cvs15
10876
10877         * src/stock_pixmap.c
10878                 fix new pixmap naming errors
10879                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10880
10881 2005-07-04 [colin]      1.9.12cvs14
10882
10883         * src/imap.c
10884                 Fix debugging string with a warning
10885
10886 2005-07-04 [colin]      1.9.12cvs13
10887
10888         * configure.ac
10889                 Add a check for libetpan's version (>= 0.37)
10890
10891 2005-07-04 [hoa]        1.9.12cvs12
10892
10893         * commitHelper
10894         * src/imap.c
10895         * src/etpan/imap-thread.c
10896         * src/etpan/imap-thread.h
10897                 fixed IMAP implementation of check of mails.
10898
10899 2005-07-03 [hoa]        1.9.12cvs11
10900
10901         * src/etpan/Makefile.am
10902         * src/etpan/etpan-errors.h
10903         * src/etpan/etpan-log.[ch]
10904         * src/etpan/etpan-thread-manager-types.h
10905         * src/etpan/etpan-thread-manager.[ch]
10906         * src/etpan/imap-thread.[ch]
10907         * src/Makefile.am
10908         * src/imap.c
10909         * src/main.c
10910         * src/prefs_other.c
10911         * configure.ac
10912             merged imap branch.
10913             dependency on libetpan 0.37 is now added.
10914
10915 2005-07-01 [colin]      1.9.12cvs10
10916
10917         * src/Makefile.am
10918         * src/folder.c
10919         * src/folder.h
10920         * src/folderview.c
10921         * src/stock_pixmap.c
10922         * src/stock_pixmap.h
10923         * src/plugins/trayicon/trayicon.c
10924                 Add marked symbol on folders containing
10925                 marked messages
10926         * src/procmsg.c
10927         * src/procmsg.h
10928         * src/toolbar.c
10929         * src/prefs_common.c
10930         * src/prefs_common.h
10931         * src/prefs_send.c
10932                 Add an optional confirmation dialog on queue
10933                 sending. Patch by wwp.
10934         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10935         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10936         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10937         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10938         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10939         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10940         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10941         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10942         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10943         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10944         * src/pixmaps/trash_mark.xpm            ** ADDED **
10945                 New pixmaps
10946
10947 2005-07-01 [colin]      1.9.12cvs9
10948
10949         * src/summaryview.c
10950                 Fix a little threading bug
10951         * src/addrgather.c
10952         * src/mainwindow.c
10953                 A little bit of HIG normality never hurts
10954
10955 2005-07-01 [colin]      1.9.12cvs8
10956
10957         * src/compose.c
10958         * src/msgcache.c
10959         * src/pop.c
10960         * src/procmime.c
10961         * src/recv.c
10962         * src/common/log.c
10963         * src/common/template.c
10964         * src/common/utils.c
10965         * src/common/utils.h
10966                 Reverted the fwrite_atomic stuff. In fact
10967                 it is already atomic.
10968
10969 2005-06-30 [colin]      1.9.12cvs7
10970
10971         * src/common/utils.c
10972         * src/common/utils.h
10973                 Add an fwrite_atomic() function to make
10974                 sure we write everything: fwrite can make
10975                 short writes.
10976         * src/compose.c
10977         * src/msgcache.c
10978         * src/pop.c
10979         * src/procmime.c
10980         * src/recv.c
10981         * src/common/log.c
10982         * src/common/template.c
10983                 Use that (and fix swapping of size and nmemb).
10984                 Thanks to Rich Coe for the heads up.
10985
10986 2005-06-30 [colin]      1.9.12cvs6
10987
10988         * src/addressbook.c
10989                 Optimize addressbook opening 
10990
10991 2005-06-30 [colin]      1.9.12cvs5
10992
10993         * src/summaryview.c
10994                 Remove calls to summary_step after move/copy
10995
10996 2005-06-28 [paul]       1.9.12cvs4
10997
10998         * src/alertpanel.c
10999                 wrap and make the error msg selectable
11000
11001 2005-06-28 [paul]       1.9.12cvs3
11002
11003         * src/ssl_manager.c
11004                 replace the OK button with a Close button
11005         * src/gtk/foldersort.c
11006                 use GTK_STOCK_ icons/buttons
11007
11008 2005-06-28 [colin]      1.9.12cvs2
11009
11010         * src/gedit-print.c             ** ADDED **
11011         * src/gedit-print.h             ** ADDED **
11012         * src/gtk/gtksourceprintjob.c   ** ADDED **
11013         * src/gtk/gtksourceprintjob.h   ** ADDED **
11014                 I can't believe no one had enough time to tell
11015                 me I forgot the `cvs add`
11016
11017 2005-06-27 [colin]      1.9.12cvs1
11018
11019         * src/Makefile.am
11020         * src/gtk/Makefile.am
11021         * src/messageview.c
11022         * src/procmsg.c
11023         * src/summaryview.c
11024         * configure.ac
11025                 Add optional libgnomeprint-based printing
11026         * src/mainwindow.c
11027         * src/gtk/quicksearch.c
11028                 Add an Edit/Quick search menu item to show
11029                 and focus the quicksearch
11030
11031 2005-06-27 [paul]       1.9.12
11032
11033         1.9.12 release
11034
11035         * po/ca.po
11036         * po/de.po
11037         * po/es.po
11038         * po/fr.po
11039         * po/it.po
11040         * po/ko.po
11041         * po/pt_BR.po
11042         * po/sk.po
11043         * po/zh_CN.po
11044                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11045                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11046                 SungHyun Nam, Frederico Goncalves Guimaraes,
11047                 Andrej Kacian, and Yang Guilong
11048 2005-06-26 [colin]      1.9.11cvs106
11049
11050         * src/imap_gtk.c
11051                 Forgot one file for previous fix
11052
11053 2005-06-26 [colin]      1.9.11cvs105
11054
11055         * src/folder.c
11056         * src/imap.c
11057                 Fix problems with folder operations in no_select
11058                 imap folders. it applies only to mails, and 
11059                 creation/deletion/move/renaming of folders 
11060                 should be possible
11061
11062 2005-06-26 [paul]       1.9.11cvs104
11063
11064         * src/prefs_filtering.c
11065                 replace one more GTK_STOCK_REMOVE
11066                 with GTK_STOCK_DELETE
11067
11068 2005-06-25 [colin]      1.9.11cvs103
11069
11070         * src/imap.c
11071                 Optimize get_seq_set_from_seq_list
11072                 (Patch by Ricardo) 
11073
11074 2005-06-25 [colin]      1.9.11cvs102
11075
11076         * src/mh.c
11077                 If the directory exists, but not in the
11078                 correct encoding, rename it. This should
11079                 handle old-versions-induced bugs.
11080
11081 2005-06-25 [colin]      1.9.11cvs101
11082
11083         * src/mh.c
11084                 Fix path access with extended dir names
11085                 Fixes bug #589 (SC segfaults with wrong locale
11086                 settings)
11087
11088 2005-06-25 [colin]      1.9.11cvs100
11089
11090         * src/prefs_account.c
11091         * src/prefs_account.h
11092         * src/compose.c
11093                 Add an option to encrypt replies to
11094                 encrypted messages
11095
11096 2005-06-25 [colin]      1.9.11cvs99
11097
11098         * src/compose.c
11099         * src/quote_fmt_parse.y
11100                 ... And make it work with pgpinline.
11101
11102 2005-06-25 [colin]      1.9.11cvs98
11103
11104         * src/compose.c
11105         * src/procmime.c
11106         * src/procmime.h
11107         * src/quote_fmt_parse.y
11108                 o Make reedition of encrypted messages possible
11109                   (as long as it is encrypted to self too, no
11110                    magic there)
11111                 o Make replying with quote (and without selecting
11112                   text) possible for encrypted messages.
11113                 Closes bug #550 (Not possible to "reply with quote"
11114                 to gnupg encrypted messages)
11115
11116 2005-06-24 [paul]       1.9.11cvs97
11117
11118         * src/imap.c
11119                 add missing include
11120
11121 2005-06-24 [paul]       1.9.11cvs96
11122
11123         * src/editldap.c
11124                 made bind password entry invisible
11125                 (sync with main)
11126         * src/send_message.c
11127                 send_message_local(): check exit status
11128                 to detect errors (sync with main)
11129         * src/textview.c
11130                 use main's less ambiguous popup menu
11131                 wording
11132
11133 2005-06-24 [paul]       1.9.11cvs95
11134
11135         * src/prefs_actions.c
11136         * src/prefs_customheader.c
11137         * src/prefs_display_header.c
11138         * src/prefs_filtering_action.c
11139         * src/prefs_matcher.c
11140         * src/prefs_template.c
11141         * src/prefs_toolbar.c
11142                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11143         * src/gtk/description_window.c
11144                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11145
11146 2005-06-23 [colin]      1.9.11cvs94
11147
11148         * src/summaryview.c
11149                 Fix rough edges (be sure to call status_show whenever
11150                 necessary).
11151
11152 2005-06-23 [colin]      1.9.11cvs93
11153
11154         * src/summaryview.c
11155                 Optimize Select All
11156                 Before, in a 5K mails folder: 11s
11157                 After, in the same folder: 58000µs
11158                 The joys of locking... gtk_clist_select_all() fires a 
11159                 tree-select-row event for each selected row, which in 
11160                 summaryview, callbacks summary_selected which in turn,
11161                 calls summary_status_show, which walks the selected
11162                 rows. Hence, calling gtk_clist_select_all was 
11163                 exponential. Locking the summaryview makes 
11164                 summary_selected return early.
11165
11166 2005-06-23 [colin]      1.9.11cvs92
11167
11168         * src/imap.c
11169                 Move mutex at the important place to avoid
11170                 deadlocks
11171         * src/summaryview.c
11172                 Fix Del key deleting directly instead of
11173                 moving to trash
11174
11175 2005-06-22 [colin]      1.9.11cvs91
11176
11177         * src/plugins/spamassassin/libspamc.c
11178                 As we do spagetti code with assignations in multiple
11179                 places (see _message_read_raw where out = msg = raw),
11180                 let's be sure we don't free the same pointer twice.
11181                 Should fix bug #683 (Crash in libpam at 
11182                 message_cleanup).
11183
11184 2005-06-22 [colin]      1.9.11cvs90
11185
11186         * src/compose.c
11187         * src/messageview.c
11188         * src/toolbar.c
11189                 Make toolbar's delete use the move to trash stuff;
11190                 Add gtk_widget_realize to be sure pixmaps can get
11191                 created (that may fix an old worksforme bug which
11192                 I can't find back...)
11193
11194 2005-06-22 [colin]      1.9.11cvs89
11195
11196         * src/summaryview.c
11197         * src/summaryview.h
11198         * src/mainwindow.c
11199                 Rename "Message/Delete" to "Message/Move to trash"
11200                 Add "Message/Delete..." that directly destroys the
11201                 selected messages after asking for a confirmation.
11202
11203 2005-06-22 [colin]      1.9.11cvs88
11204
11205         * src/imap.c
11206                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11207                 o Fix a deadlock (thanks Darko)
11208
11209 2005-06-22 [colin]      1.9.11cvs87
11210
11211         * src/gtk/foldersort.c
11212                 Add missing include for the i18n;
11213                 patch by Fabien Vantard
11214
11215 2005-06-21 [colin]      1.9.11cvs86
11216
11217         * src/folder.c
11218         * src/folderview.c
11219                 Respect the no_select flag
11220         * src/imap.c
11221                 Fix recursive deletion
11222         * src/imap_gtk.c
11223         * src/mh_gtk.c
11224                 Make the folder deletion's warning
11225                 more explicit
11226
11227 2005-06-21 [colin]      1.9.11cvs85
11228
11229         * src/textview.c
11230                 Prevent email addresses from spanning accross
11231                 lines - fixes bug # 646 (newline-chars in 
11232                 email addresses)
11233
11234 2005-06-20 [colin]      1.9.11cvs84
11235
11236         * src/folder.c
11237                 Be sure not to remove source if copy failed
11238
11239 2005-06-20 [colin]      1.9.11cvs83
11240
11241         * src/folderview.c
11242         * src/imap_gtk.c
11243                 remove summaryview's lock
11244         * src/imap.c
11245                 introduce threads to avoid problems when foreground tasks
11246                 interfere with background tasks
11247         * src/mh.c
11248                 prevent moving to drafts/queue
11249         * src/mimeview.c
11250                 fix leak
11251
11252 2005-06-19 [colin]      1.9.11cvs82
11253
11254         * src/imap_gtk.c
11255                 Remember that the user doesn't want to override
11256                 offline mode, for 3 seconds. It avoid presenting
11257                 him with N popups in a really short time.
11258
11259 2005-06-17 [colin]      1.9.11cvs81
11260
11261         * src/imap.c
11262                 Fix IMAP breaking on folders containing '('
11263                 (Probably won't be enough)
11264
11265 2005-06-17 [colin]      1.9.11cvs80
11266
11267         Forgotten files on 1.9.11cvs79
11268         * src/summaryview.c
11269                 Fix stepping when not immediately executing
11270         * src/imap.c
11271                 Really prevent UID FETCH 0
11272         * src/codeconv.c
11273                 Fix outgoing charset never set to utf-8
11274         * src/mh.c
11275                 Fix leak
11276
11277 2005-06-16 [colin]      1.9.11cvs79
11278
11279         * src/compose.c
11280                 Fix bug #707 (Dash splits rows)
11281                 Only wrap if we're on a line break position and
11282                 the previous one was a "white" (space) char.
11283                 Pango stuff is weird.
11284
11285 2005-06-16 [colin]      1.9.11cvs78
11286
11287         * src/imap_gtk.c
11288                 Lock summaryview while downloading messages
11289                 on user demand
11290         * src/procheader.c
11291         * src/unmime.c
11292         * src/common/utils.c
11293         * src/common/utils.h
11294                 Replace \r and \n with spaces in From and
11295                 Subject headers
11296
11297 2005-06-16 [paul]       1.9.11cvs77
11298
11299         * src/procmime.c
11300                 liberalise the mime parser
11301         * src/gtk/about.c
11302                 add text wrapping
11303
11304 2005-06-16 [paul]       1.9.11cvs76
11305
11306         * src/gtk/about.c
11307                 reworked
11308
11309 2005-06-15 [colin]      1.9.11cvs75
11310
11311         * src/compose.c
11312                 Finish header encoding fix
11313         * src/summaryview.c
11314                 Fix segfault
11315         * src/headerview.c
11316                 Fix compilation (Thanks Stephan
11317                 Sachse)
11318
11319 2005-06-15 [colin]      1.9.11cvs74
11320
11321         * Makefile.am
11322                 Install gnome2 stuff rather than gnome1, 
11323                 if both are present
11324         * src/codeconv.c
11325         * src/codeconv.h
11326         * src/compose.c
11327                 Fix headers encoding
11328         * src/folder.c
11329                 Visual progress when fetching all messages
11330         * src/folderview.c
11331         * src/summaryview.c
11332         * src/summaryview.h
11333                 Prevent changing current message while
11334                 incorporating
11335
11336 2005-06-15 [paul]       1.9.11cvs73
11337
11338         * src/gtk/gtkaspell.c
11339         * src/gtk/gtkaspell.h
11340                 fix build warnings
11341
11342 2005-06-15 [paul]       1.9.11cvs72
11343
11344         * src/prefs_filtering.c
11345                 allow reordering of filter rules by
11346                 drag n drop
11347
11348 2005-06-15 [paul]       1.9.11cvs71
11349
11350         * COPYING
11351                 updated
11352         * src/codeconv.c
11353                 replace deprecated function
11354         * src/inc.c
11355         * src/send_message.c
11356         * src/gtk/progressdialog.c
11357         * src/gtk/progressdialog.h
11358                 salvage and reuse parts of reverted sync
11359
11360 2005-06-15 [paul]       1.9.11cvs70
11361
11362         * src/inc.c
11363         * src/send_message.c
11364         * src/gtk/progressdialog.c
11365         * src/gtk/progressdialog.h
11366                 revert yesterday's sync with main
11367                 it contains deprecated functions
11368
11369 2005-06-15 [colin]      1.9.11cvs69
11370
11371         * src/headerview.c
11372                 Fix bug #670 (multi user to: will corrupt message 
11373                 headers display)
11374
11375 2005-06-15 [colin]      1.9.11cvs68
11376
11377         * src/compose.c
11378                 Fix bug #421 (Fix undo on wrapping)
11379
11380 2005-06-15 [colin]      1.9.11cvs67
11381
11382         * src/folder.c
11383                 Provide visual feedback while processing
11384                 folder's rules.
11385         * src/imap.c
11386                 Provide visual feedback while getting
11387                 short headers (for uncached messages)
11388
11389
11390 2005-06-14 [paul]       1.9.11cvs66
11391
11392         * src/account.c
11393                 change a couple stock icons
11394         * src/inc.c
11395         * src/send_message.c
11396         * src/gtk/progressdialog.c
11397         * src/gtk/progressdialog.h
11398                 sync main's GtkTreeView implementation
11399
11400 2005-06-14 [colin]      1.9.11cvs65
11401
11402         * src/imap.c
11403                 Various little fixes, mainly on error paths
11404
11405 2005-06-13 [colin]      1.9.11cvs64
11406
11407         * matcher.c
11408         * procmsg.c
11409         * procmsg.h
11410                 Add a way to fetch only headers. This speeds
11411                 up filtering on headers for IMAP. Fixes:
11412                 bug #481 extraneous imap commands slow down 
11413                         imap filtering
11414                 bug #522 Sylpheed downloads all messages 
11415                         when opening mailbox (IMAP)
11416                 bug #677 IMAP fetch is soooooooooooooo slow
11417         * src/folder.c
11418         * src/folder.h
11419                 Add a folder set_batch method so that
11420                 implementations can speed up flags changes
11421         * src/folderutils.c
11422         * src/summaryview.c
11423                 Use that in mark as (un)read and mark all read
11424                 Refix bug #679
11425         * src/imap.c
11426                 Implement set_batch - brings back deferred
11427                 flags in a less buggy manner. Fixes:
11428                 bug #729 IMAP immediate expunge of deleted messages
11429                 bug #191 remove list of messages with one command
11430                 Fix login with strange chars
11431                 Implement fetch_msg_full
11432                 Fix copy (wrong counts)
11433
11434 2005-06-12 [colin]      1.9.11cvs63
11435
11436         * src/folder.c
11437                 lock incorporation during long operations.
11438                 Avoids fucking up the IMAP socket.
11439
11440 2005-06-12 [colin]      1.9.11cvs62
11441
11442         * src/imap.c
11443                 Fix harmful typo
11444                 Factorize remove_all_msg
11445                 Thread-ize expunge
11446         * src/summaryview.c
11447                 Don't update partial-download status if unnecessary
11448         * src/folder.c
11449                 Use remove_msgs everywhere possible
11450
11451 2005-06-12 [colin]      1.9.11cvs61
11452
11453         * src/folder.c
11454         * src/folder.h
11455                 Add a remove_msgs function to remove a 
11456                 list of messages
11457         * src/imap.c
11458                 Implement that.
11459
11460 2005-06-12 [colin]      1.9.11cvs60
11461
11462         * src/imap.c
11463                 Remove flags-processing deferring... Too hard
11464                 to get it to work in all cases.
11465
11466 2005-06-11 [colin]      1.9.11cvs59
11467
11468         * src/imap.c
11469                 printf -> debug_print
11470
11471 2005-06-11 [colin]      1.9.11cvs58
11472
11473         * src/imap.c
11474                 o Fix build without USE_PTHREAD
11475                 o Factorize imap_open
11476                 o Alertpanel in case of impossible connection
11477                 o Alertpanel in case of impossible login
11478                 o Fix deferred flags processing to force a 
11479                   flush before adding some more flags to process,
11480                   but in another folder.
11481
11482 2005-06-10 [colin]      1.9.11cvs57
11483
11484         * src/imap.c
11485                 o Fix a format string error
11486                 o init ssl socket outside of the thread 
11487                   (it possibly invokes gtk calls)
11488         * src/procmime.c
11489                 o Put back the buffer to its necessary size
11490                 o Fix changing a file pointer without keeping
11491                   track of it (thanks Valgrind)
11492         * src/common/smtp.c
11493                 o Fix automatic STARTTLS if login should be done
11494                   and the server only allows it after starting TLS
11495         * src/gtk/gtkinputdialog.c
11496                 o Eat GDK_Return so that the combo popup doesn't 
11497                   appear when we press Enter to validate the combo
11498                   input dialog (as seen in the Open with... dialog)
11499
11500 2005-06-10 [colin]      1.9.11cvs56
11501
11502         * src/imap.c
11503                 o A bit less debug
11504                 o Fix a crash on deletion
11505                 o Threadize imap_select (it's called outside of 
11506                   threads)
11507                 o Defer treatment of DELETED flags
11508
11509
11510 2005-06-09 [colin]      1.9.11cvs55
11511
11512         * src/imap.c
11513                 Make sure we check imap_gtk_should_override(), which
11514                 potentially calls gtk stuff, before creating thread.
11515                 That way it should't be called via imap_get_session()
11516                 inside a thread.
11517
11518 2005-06-09 [colin]      1.9.11cvs54
11519
11520         * src/imap.c
11521                 o add a bit of status output
11522                 o remove some dead code
11523                 o threadize get_list_of_uids
11524                 o threadize imap_get_flags
11525                 o defer flag changing by 500ms so that they
11526                   can be batched
11527
11528
11529 2005-06-08 [colin]      1.9.11cvs53
11530
11531         * src/imap.c
11532                 Thread-ize imap_cmd_fetch
11533
11534 2005-06-08 [colin]      1.9.11cvs52
11535
11536         * src/main.c
11537                 Mmh, that broke POP3...
11538
11539 2005-06-08 [colin]      1.9.11cvs51
11540
11541         * src/main.c
11542                 Stabilize IMAP patch (thanks to Hoa)
11543
11544 2005-06-08 [colin]      1.9.11cvs50
11545
11546         * src/imap.c
11547                 Test patch to speed up imap. 
11548
11549 2005-06-08 [colin]      1.9.11cvs49
11550
11551         * src/imap_gtk.c
11552                 Warning fix
11553         * src/procmime.c
11554                 Apply patch from gentoo to use /usr/share/mime/globs if 
11555                 available, after un-breaking it
11556         * src/common/log.c
11557         * src/common/log.h
11558                 Use g_timeout for invoking hooks that possibly use gtk
11559                 calls. This should leave gtk calls in the main thread.
11560
11561 2005-06-08 [paul]       1.9.11cvs48
11562
11563         * src/codeconv.c
11564                 conv_get_outgoing_charset_str(): don't
11565                 use prefs_common setting
11566         * src/compose.c
11567         * src/compose.h
11568                 add /Options/Character encoding/... to
11569                 temporarily change the outgoing encoding
11570
11571         (belated sync with main)
11572
11573 2005-06-08 [paul]       1.9.11cvs47
11574
11575         * src/compose.c
11576                 correction to/completion of last
11577                 sync with main
11578
11579 2005-06-08 [paul]       1.9.11cvs46
11580
11581         sync with main:
11582         
11583         * src/codeconv.c
11584         * src/codeconv.h
11585                 always enabled Japanese auto-detection
11586                 if the first letters of locale string
11587                 is "ja"
11588         * src/compose.c
11589                 don't use "destroy" signal to destroy
11590                 Compose object (fix rare crashes on discard?)
11591         * src/mainwindow.c
11592         * src/messageview.c
11593         * src/prefs_send.c
11594                 added Hebrew encodings
11595         * src/sourcewindow.c
11596                 don't use "destroy" signal to destroy
11597                 objects
11598
11599 2005-06-07 [colin]      1.9.11cvs45
11600
11601         * src/summaryview.c
11602                 Add missing unlocks/locks
11603
11604 2005-06-07 [paul]       1.9.11cvs44
11605
11606         * src/summaryview.c
11607                 restore bug #749 fix
11608
11609 2005-06-06 [colin]      1.9.11cvs43
11610
11611         * src/summaryview.c
11612                 Fix selection bug when prefs_common.open_unread 
11613                 is FALSE
11614
11615 2005-06-06 [colin]      1.9.11cvs42
11616
11617         * src/common/md5.c
11618                 Fix a warning
11619         * src/summaryview.c
11620         * src/folderview.c
11621                 Factorize long operations beginning and end
11622                 (locking, freezing/thawing, cursor, ...)
11623                 Check selection->data member in selection-
11624                 related loops; this avoids dying an awful
11625                 death if the selection changes on us while
11626                 we're marking a whole IMAP folder unread, 
11627                 for example.
11628
11629 2005-06-06 [paul]       1.9.11cvs41
11630
11631         * src/textview.c
11632                 don't g_free() a static gchar buffer
11633
11634 2005-06-05 [colin]      1.9.11cvs40
11635
11636         * src/mainwindow.c
11637         * src/messageview.c
11638         * src/summaryview.c
11639                 Fix bug #749 (Show all headers should be
11640                 sticky as the GUI suggests)
11641
11642 2005-06-03 [paul]       1.9.11cvs39
11643
11644         * src/compose.c
11645                 don't allow editing of mail while sending.
11646                 patch by Colin
11647
11648 2005-06-03 [paul]       1.9.11cvs38
11649
11650         * src/folderview.c
11651                 add a freeze/thaw to speed up 'mark all read'
11652
11653 2005-06-03 [paul]       1.9.11cvs37
11654
11655         * src/prefs_message.c
11656                 reflect changes immediately
11657
11658 2005-06-02 [colin]      1.9.11cvs36
11659
11660         * po/POTFILES.in
11661                 Patch by Fabien Vantard.
11662
11663 2005-06-02 [colin]      1.9.11cvs35
11664
11665         * src/imap.c
11666                 Use a non-blocking imap_getline() if possible.
11667                 This should completely prevent the interface
11668                 from freezin on imap operations, although it
11669                 may do strange stuff in case of folder switching
11670                 while a big imap operation is taking place...
11671
11672                 In addition, fix a leak in the case thread
11673                 creation fails on connection.
11674
11675 2005-06-02 [colin]      1.9.11cvs34
11676
11677         * src/crash.c
11678         * src/prefs_common.h
11679                 Fix build (prefs_common_init() doesn't exist
11680                 anymore)
11681
11682 2005-06-02 [colin]      1.9.11cvs33
11683
11684         * src/prefs_account.c
11685                 Fix bug #245 (filtering rules broken when
11686                 renaming a remote account (imap4 or nntp)
11687
11688 2005-06-02 [colin]      1.9.11cvs32
11689
11690         * src/imap.c
11691                 Try to fix IMAP shortcomings: 
11692                 o Multithread imap_open()
11693                 o allow offline-mode overriding instead of
11694                   just returning NULL
11695         * src/imap_gtk.c
11696         * src/imap_gtk.h
11697                 Add a function to ask whether we want to
11698                 override offline-mode for 10 minutes (one-shot
11699                 asking was painful)
11700         * src/procheader.c
11701                 Fix segfault when imap parser isn't happy about
11702                 a missing {
11703
11704 2005-06-01 [colin]      1.9.11cvs31
11705
11706         * src/addrharvest.c
11707         * src/compose.c
11708         * src/mbox.c
11709         * src/mbox.h
11710         * src/mh.c
11711         * src/msgcache.c
11712         * src/send_message.c
11713         * src/setup.c
11714         * src/undo.c
11715         * src/common/hooks.c
11716         * src/common/prefs.c
11717         * src/common/template.c
11718         * src/common/utils.c
11719         * src/gtk/gtkutils.c
11720         * src/gtk/inputdialog.c
11721         * src/gtk/menu.c
11722         * src/gtk/pluginwindow.c
11723         * src/gtk/prefswindow.c
11724         * src/plugins/pgpmime/passphrase.c
11725         * src/plugins/pgpmime/prefs_gpg.c
11726                 More -Wall fixes
11727
11728         * src/common/Makefile.am
11729         * src/common/timing.h
11730                 Add basic timing code
11731
11732         * src/summaryview.c
11733                 Fix a bug with unread messages when 
11734                 re-sorting folders, and by the way
11735                 fix a big performance hit when 
11736                 re-sorting (10k mails: before 5s,
11737                 after .5s)
11738
11739         * src/prefs_compose_writing.c
11740         * src/prefs_compose_writing.h
11741         * src/prefs_message.c
11742         * src/prefs_message.h
11743         * src/prefs_other.c
11744         * src/prefs_other.h
11745         * src/prefs_quote.c
11746         * src/prefs_quote.h
11747         * src/prefs_receive.c
11748         * src/prefs_receive.h
11749         * src/prefs_send.c
11750         * src/prefs_send.h
11751         * src/prefs_summaries.c
11752         * src/prefs_summaries.h
11753                 Fix copyright banner
11754
11755 2005-06-01 [paul]       1.9.11cvs30
11756
11757         * po/fi.po
11758                 updated by Flammie Pirinen
11759         * src/procmime.c
11760                 fix 'Bad BASE64 content' output
11761
11762 2005-05-31 [colin]      1.9.11cvs29
11763
11764         * src/procmime.c
11765                 Oops, where did my hunk go.
11766
11767 2005-05-31 [colin]      1.9.11cvs28
11768
11769         * src/Makefile.am
11770         * src/account.c
11771         * src/action.c
11772         * src/addr_compl.c
11773         * src/addressbook.c
11774         * src/codeconv.c
11775         * src/compose.c
11776         * src/export.c
11777         * src/folder.c
11778         * src/folderview.c
11779         * src/image_viewer.c
11780         * src/main.c
11781         * src/mainwindow.c
11782         * src/messageview.c
11783         * src/mimeview.c
11784         * src/msgcache.c
11785         * src/prefs_account.c
11786         * src/prefs_actions.c
11787         * src/prefs_common.c
11788         * src/prefs_compose_writing.c
11789         * src/prefs_customheader.c
11790         * src/prefs_ext_prog.c
11791         * src/prefs_filtering.c
11792         * src/prefs_filtering_action.c
11793         * src/prefs_fonts.c
11794         * src/prefs_image_viewer.c
11795         * src/prefs_message.c
11796         * src/prefs_message.h
11797         * src/prefs_msg_colors.c
11798         * src/prefs_other.c
11799         * src/prefs_other.h
11800         * src/prefs_quote.c
11801         * src/prefs_receive.c
11802         * src/prefs_receive.h
11803         * src/prefs_send.c
11804         * src/prefs_send.h
11805         * src/prefs_spelling.c
11806         * src/prefs_summaries.c
11807         * src/prefs_summary_column.c
11808         * src/prefs_template.c
11809         * src/prefs_themes.c
11810         * src/prefs_toolbar.c
11811         * src/prefs_wrapping.c
11812         * src/procmime.c
11813         * src/procmsg.c
11814         * src/send_message.h
11815         * src/ssl_manager.c
11816         * src/summary_search.c
11817         * src/summaryview.c
11818         * src/textview.c
11819         * src/wizard.c
11820         * src/common/smtp.c
11821         * src/common/smtp.h
11822         * src/gtk/gtkutils.h
11823                 o Move the rest of Common prefs to new style
11824                 o Lots of -Wall warning fixes
11825                 o fix FIXME in cache memusage calculation
11826                 o Let return receipts be sent from any account
11827                 o Little cache optimisation (read)
11828                 o Fix bug #746 (don't treat commas as separators
11829                   when inside a quoted string)
11830
11831 2005-05-31 [paul]       1.9.11cvs27
11832
11833         * src/prefs_common.c
11834                 fix 'off-by-one' typo
11835
11836 2005-05-31 [paul]       1.9.11cvs26
11837
11838         * src/account.c
11839         * src/addr_compl.c
11840         * src/compose.c
11841         * src/foldersel.c
11842         * src/prefs_actions.c
11843         * src/prefs_common.c
11844         * src/prefs_common.h
11845         * src/prefs_customheader.c
11846         * src/prefs_display_header.c
11847         * src/prefs_filtering.c
11848         * src/prefs_filtering_action.c
11849         * src/prefs_matcher.c
11850         * src/prefs_summaries.c
11851         * src/prefs_summary_column.c
11852         * src/prefs_template.c
11853         * src/prefs_toolbar.c
11854         * src/ssl_manager.c
11855         * src/gtk/pluginwindow.c
11856         * src/gtk/prefswindow.c
11857         * src/gtk/progressdialog.c
11858                 add hidden prefs 'enable_rules_hint'
11859                 for gtk_tree_view_set_rules_hint()
11860                 (sync with main)
11861                 
11862
11863 2005-05-31 [colin]      1.9.11cvs25
11864
11865         * src/Makefile.am
11866         * src/main.c
11867         * src/prefs_common.c
11868         * src/prefs_summaries.c ** ADDED **
11869         * src/prefs_summaries.h ** ADDED **
11870                 Common/Display -> Display/Summaries
11871
11872 2005-05-31 [colin]      1.9.11cvs24
11873
11874         * src/Makefile.am
11875         * src/main.c
11876         * src/prefs_quote.c ** ADDED **
11877         * src/prefs_quote.h ** ADDED **
11878                 Move Common/Quote to Compose/Quoting
11879         * src/prefs_common.c
11880         * src/prefs_common.h
11881                 Remove old quote stuff, add
11882                 convenience functions for GtkTextView prefs
11883         * src/gtk/prefswindow.c
11884                 Set default height higher
11885
11886 2005-05-30 [colin]      1.9.11cvs23
11887
11888         * src/Makefile.am
11889         * src/main.c
11890         * src/prefs_common.c
11891         * src/prefs_compose_writing.c ** ADDED **
11892         * src/prefs_compose_writing.h ** ADDED **
11893                 Move Common/Compose prefs to Compose/Writing
11894
11895 2005-05-30 [colin]      1.9.11cvs22
11896
11897         * src/common/utils.c
11898                 Fix bug #651 (Confused Attract by Subject)
11899                 Patch by M. Benkmann <haferfrost@web.de>
11900         * AUTHORS
11901
11902 2005-05-30 [colin]      1.9.11cvs21
11903
11904         * src/compose.c
11905                 Fix concatenation of different headers of
11906                 the same type (bug #645)
11907         * src/prefs_folder_item.c
11908                 Fix bug #699 (setting color to black doesn't
11909                 work immediately)
11910         * src/procmime.c
11911                 Print out decoding error only once per
11912                 block
11913
11914 2005-05-30 [paul]       1.9.11cvs20
11915
11916         * src/common/template.c
11917                 fix Bcc
11918
11919 2005-05-30 [paul]       1.9.11cvs19
11920
11921         * doc/src/rfc2368.txt   **NEW FILE**
11922         * src/compose.c
11923                 compose_entries_set(): don't interpret Bcc
11924                 header field (conform to RFC 2368)
11925                 (sync with main)
11926
11927 2005-05-29 [colin]      1.9.11cvs18
11928
11929         * src/prefs_common.c
11930                 Let the default reply format respect
11931                 netiquette by cutting the signature.
11932
11933 2005-05-29 [colin]      1.9.11cvs17
11934
11935         * src/summaryview.c
11936                 Don't let always_show_msg override
11937                 open_unread_on_enter when opening a new
11938                 directory.
11939
11940 2005-05-27 [paul]       1.9.11cvs16
11941
11942         sync with main:
11943
11944         * src/main.c
11945                 app_will_exit(): cleanup tmp directory when exit
11946         * src/message_search.c
11947                 improved the interface and made code cleanup.
11948                 removed Clear button
11949         * src/send_message.c
11950                 send_message_local(): use GSpawn, and detect errors
11951         * src/summary_search.c
11952                 improved the interface and made code cleanup
11953         * src/textview.c
11954                 textview_write_link(): also skip non-ascii space
11955                  at the head of link strings (phishing check
11956                  didn't work at the case)
11957         * src/common/utils.c
11958                 get_command_output(): use g_spawn_command_line_sync()
11959                 instead of popen()
11960
11961 2005-05-26 [colin]      1.9.11cvs15
11962
11963         * src/folder.c
11964                 remove printf
11965
11966 2005-05-26 [colin]      1.9.11cvs14
11967
11968         * src/common/nntp.c
11969                 Fix nntp mode reader (bug #611)
11970                 Patch by Florian Mickler <florian@mickler.org>
11971
11972 2005-05-26 [colin]      1.9.11cvs13
11973
11974         * src/plugins/pgpmime/passphrase.c
11975                 Fix mouse grabbing (bug #557)
11976
11977 2005-05-26 [colin]      1.9.11cvs12
11978
11979         * src/prefs_themes.c
11980                 Fix g_warning (bug #541)
11981
11982 2005-05-26 [colin]      1.9.11cvs11
11983
11984         * src/prefs_actions.c
11985         * src/prefs_template.c
11986                 Fix bug #506 (no warning if action/template
11987                 is not saved)
11988         * src/common/template.c
11989                 Fix a possible crash
11990
11991 2005-05-26 [colin]      1.9.11cvs10
11992
11993         * src/folder.c
11994         * src/folderview.c
11995         * src/procmsg.c
11996         * src/summaryview.c
11997                 Forbid locked messages to be moved or
11998                 deleted. Locked messages in trashes 
11999                 still get deleted, for performance
12000                 reason (mh.c::mh_remove_all_msgs)
12001
12002 2005-05-25 [colin]      1.9.11cvs9
12003
12004         * src/procmime.c
12005                 Use correct encoding when sending mails
12006                 with attachments that have accentued 
12007                 chars in their name
12008
12009 2005-05-24 [colin]      1.9.11cvs8
12010
12011         * src/summaryview.c
12012                 Fix bug #688 f) read/unread marker not
12013                 changed on first click
12014                 Also, optimize summary_status_show()
12015                 calls
12016         * src/folder.c
12017         * src/inc.c
12018         * src/procmime.c
12019                 Fix bug #688 b) and c) wrt message
12020                 attachments and signature
12021         * src/stock_pixmap.c
12022         * src/stock_pixmap.h
12023         * src/stock_pixmap.c
12024         * src/stock_pixmap.h
12025         * src/Makefile.am
12026         * src/pixmaps/clip_gpg_signed.xpm
12027                 Add clip/signed icon
12028
12029 2005-05-24 [colin]      1.9.11cvs7
12030
12031         * src/folder_item_prefs.c
12032                 whitespace fix
12033
12034 2005-05-24 [colin]      1.9.11cvs6
12035
12036         * src/folderview.c
12037         * src/prefs_common.c
12038         * src/prefs_common.h
12039                 Add a confirmation to folder drag and drop
12040                 fixes bug #156
12041         * src/alertpanel.c
12042         * src/alertpanel.h
12043                 fix _with_disable parameters so that
12044                 the buttons labels are specifiable too
12045         * src/plugins/pgpmime/sgpgme.c
12046                 reflect said change
12047                 
12048
12049 2005-05-24 [colin]      1.9.11cvs5
12050
12051         * src/folderview.c
12052                 Uncollapse/collapse folders on double-click
12053                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12054                 closes bug #108
12055
12056 2005-05-23 [colin]      1.9.11cvs4
12057
12058         * src/common/socket.c
12059                 Check another special SSL_peek() error.
12060                 Should help wrt bug #728
12061
12062 2005-05-23 [colin]      1.9.11cvs3
12063
12064         * src/plugins/pgpmime/pgpmime.c
12065                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12066                 breaking menu accelerators and stuff. Users will have to
12067                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12068                 account's privacy preferences if needed.
12069
12070 2005-05-22 [paul]
12071
12072         * tools/kdeservicemenu/install.sh
12073                 use kdesu to prompt for root password if doing
12074                 global install/uninstall
12075
12076 2005-05-20 [colin]      1.9.11cvs2
12077
12078         * src/procmsg.c
12079                 Fix another compilation error with gcc-2.9x
12080                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12081         * src/send_message.c
12082                 Don't send QUIT if we aren't connected
12083
12084 2005-05-19 [colin]      1.9.11cvs1
12085
12086         * src/procmsg.c
12087                 Fix compilation with gcc 2.9x
12088
12089 2005-05-19 [paul]       1.9.11
12090
12091         1.9.11 released
12092
12093 2005-05-19 [paul]       1.9.9cvs14
12094
12095         * src/gtk/inputdialog.c
12096                 prevent gettext warning
12097
12098 2005-05-19 [paul]       1.9.9cvs13
12099
12100         * src/mainwindow.c
12101         * src/prefs_common.c
12102         * src/prefs_common.h
12103         * src/textview.c
12104         * src/textview.h
12105                 add an option to toggle cursor in message
12106                 view (sync with main)
12107
12108 2005-05-18 [colin]      1.9.9cvs12
12109
12110         * src/compose.c
12111                 Dereference freed pointer
12112         * src/gtk/gtkaspell.c
12113                 Fix duplication of dictionaries (is it an aspell issue?)
12114
12115 2005-05-18 [colin]      1.9.9cvs11
12116
12117         * src/gtk/inputdialog.c
12118         * src/gtk/gtkaspell.c
12119                 HIGuify dialogs
12120         * src/alertpanel.c
12121                 Remove a double call
12122
12123 2005-05-17 [colin]      1.9.9cvs10
12124
12125         * src/gtk/gtkaspell.c
12126                 Fix dialogs, Ctrl-Enter accel
12127
12128 2005-05-17 [colin]      1.9.9cvs9
12129
12130         * src/gtk/gtkaspell.c
12131                 Fix some accelerators, escape in replace-window
12132
12133 2005-05-16 [colin]      1.9.9cvs8
12134
12135         * src/gtk/gtkaspell.c
12136                 Revert last commit, it was a mistake.
12137
12138 2005-05-16 [colin]      1.9.9cvs7
12139
12140         * src/gtk/gtkaspell.c
12141                 Remove buggy code while we're at it. It's a 
12142                 dead code path anyway.
12143
12144 2005-05-16 [colin]      1.9.9cvs6
12145
12146         * src/gtk/gtkaspell.c
12147                 Missed some gtk_menu_popup where deactivate
12148                 signal should be handled. Should fix bug
12149                 #629 a bit more.
12150
12151 2005-05-16 [colin]      1.9.9cvs5
12152
12153         * src/gtk/gtkaspell.c
12154                 Remove debug printf()s
12155
12156 2005-05-16 [colin]      1.9.9cvs4
12157
12158         * src/gtk/gtkaspell.c
12159                 Fix a bit aspell problems
12160                 (see bug #629)
12161
12162 2005-05-13 [colin]      1.9.9cvs3
12163
12164         * src/folderview.c
12165                 Fix the + appearing even when no subfolders
12166                 have unread messages. Thanks to wwp for the
12167                 bug report.
12168
12169 2005-05-11 [paul]       1.9.9cvs2
12170
12171         * src/folderview.c
12172                 correction to 1.9.9cvs1, only colour folders that
12173                 have new msgs (not unread msgs)
12174
12175 2005-05-10 [colin]      1.9.9cvs1
12176
12177         * src/folderview.c
12178         * src/summaryview.c
12179                 Try to fix bolding bugs again.
12180
12181 2005-05-09 [paul]
12182
12183         * tools/claws.i18n.status.pl
12184                 add Ricardo Mones Lastra's script that has been providing
12185                 the i18n status page for many months
12186
12187 2005-05-09 [paul]       1.9.9
12188
12189         1.9.9 release
12190
12191 2005-05-09 [paul]       1.9.6cvs58
12192
12193         * AUTHORS
12194         * INSTALL
12195         * README.claws
12196                 updated
12197         * Makefile.am 
12198         * RELEASE_NOTES.claws
12199                 add release notes to cvs to simplify release
12200                 procedure
12201         * configure.ac
12202                 add ca and fi to ALL_LINGUAS
12203         * po/Makefile.in.in
12204                 workaround for missing Makevars
12205         * po/ca.po
12206         * po/fi.po
12207                 add new Catalan and Finnish translations
12208                 submitted by Miquel Oliete and Flammie Pirinen
12209         * po/de.po
12210         * po/es.po
12211         * po/fr.po
12212         * po/it.po
12213         * po/pl.po
12214         * po/ru.po
12215         * po/sk.po
12216         * po/sr.po
12217         * po/zh_CN.po
12218                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12219                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12220                 Urke MMI, and Hansom Young
12221         * src/main.c
12222                 Fix drafting when quitting. compose_draft() closes the
12223                 compose windows, which modifies the compose_list GSList.
12224                 We have to refresh this list after echo drafting to avoid a
12225                 segfault
12226         * src/partial_download.c
12227                 fix segfault on exit
12228
12229 2005-05-06 [paul]       1.9.6cvs57
12230
12231         * src/grouplistdialog.c
12232                 quick fix/workaround for unresizeable newsgroup
12233                 name column 
12234
12235 2005-05-06 [paul]       1.9.6cvs56
12236
12237         * src/inc.c
12238         * src/mainwindow.c
12239                 use gettext plural forms
12240         * src/imap_gtk.c
12241         * src/mh_gtk.c
12242         * src/toolbar.c
12243                 small improvement to english usage
12244
12245 2005-05-05 [thorsten]   1.9.6cvs55
12246
12247         * src/folder.c
12248                 fix possible crash
12249
12250 2005-05-05 [paul]       1.9.6cvs54
12251         
12252         sync with HEAD
12253
12254         * AUTHORS
12255         * src/compose.c
12256                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12257                 patch by Tim Mann
12258
12259 2005-05-05 [paul]       1.9.6cvs53
12260
12261         * src/mainwindow.c
12262                 fix resizing of separate message and
12263                 folder views
12264
12265 2005-05-05 [paul]       1.9.6cvs52
12266
12267         * src/account.c
12268         * src/addrgather.c
12269         * src/browseldap.c
12270         * src/exphtmldlg.c
12271         * src/expldifdlg.c
12272         * src/importmutt.c
12273         * src/importpine.c
12274         * src/main.c
12275         * src/mainwindow.c
12276         * src/noticeview.c
12277         * src/prefs_filtering.c
12278         * src/prefs_filtering_action.c
12279         * src/prefs_matcher.c
12280         * src/prefs_spelling.c
12281         * src/prefs_toolbar.c
12282         * src/toolbar.c
12283         * src/wizard.c
12284         * src/gtk/description_window.c
12285         * src/gtk/gtkvscrollbutton.c
12286         * src/gtk/progressdialog.c
12287         * src/gtk/quicksearch.c
12288         * src/plugins/pgpmime/prefs_gpg.c
12289         * src/plugins/spamassassin/spamassassin_gtk.c
12290                 replace deprecated gtk_widget_set_usize
12291
12292 2005-05-04 [colin]      1.9.6cvs51
12293
12294         * src/common/utils.c
12295                 Fix crash when subst_for_filename is called
12296                 with a NULL parameter
12297
12298 2005-05-04 [colin]      1.9.6cvs50
12299
12300         * src/partial_download.c
12301         * src/pop.c
12302                 Escape login when writing uidl file
12303                 fixes bug #736
12304
12305 2005-05-03 [colin]      1.9.6cvs49
12306
12307         * src/procmime.c
12308                 Fix possible DOS in mime parser
12309                 (see bug #634)
12310
12311 2005-05-02 [colin]      1.9.6cvs48
12312
12313         * src/compose.c
12314                 Try to fix the copy/paste mess once again.
12315
12316
12317 2005-04-30 [colin]      1.9.6cvs47
12318
12319         * src/prefs_account.h
12320         * src/procmsg.c
12321         * src/send_message.c
12322         * src/common/smtp.c
12323         * src/common/smtp.h
12324                 Try to batch sending mails (per account) instead of
12325                 reconnecting to server every time.
12326
12327 2005-04-29 [colin]      1.9.6cvs46
12328
12329         * src/messageview.c
12330                 Fix window resizing that refused to size down
12331         * src/prefs_common.c
12332         * src/prefs_common.h
12333         * src/prefs_filtering.c
12334                 Save Filtering's window size
12335
12336 2005-04-21 [paul]       1.9.6cvs45
12337
12338         * ChangeLog-gtk2.claws
12339         * src/setup.c
12340                 correction to sync
12341
12342 2005-04-21 [paul]       1.9.6cvs44
12343
12344         sync with main:
12345
12346         * src/setup.c
12347         * src/statusbar.c
12348         * src/statusbar.h
12349                 use gtkut_widget_draw_now(). Improved performance
12350                 of the update of statusbar
12351         * src/textview.c
12352                 textview_smooth_scroll_do(): redraw it after scroll
12353                 is done (fixed incorrect display when a part of the
12354                 view is hidden).
12355         * src/gtk/gtkutils.c
12356         * src/gtk/gtkutils.h
12357                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12358                 to force update of widgets.
12359                 Removed gtkut_widget_wait_for_draw() which had a big
12360                 overhead  because of waiting for all events processed 
12361
12362 2005-04-20 [paul]       1.9.6cvs43
12363
12364         * src/codeconv.c
12365                 complete 1.9.6cvs42's sync:
12366                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12367
12368 2005-04-19 [paul]       1.9.6cvs42
12369
12370         sync with main:
12371
12372         * src/action.c
12373                 catch_output(): correctly select the insert text
12374                 (fix invalid iterator warnings).
12375         * src/codeconv.c
12376         * src/codeconv.h
12377         * src/mainwindow.c
12378         * src/messageview.c
12379         * src/prefs_common.c
12380                 support GBK encoding.
12381         * src/common/session.c
12382         * src/common/session.h
12383                 use separate buffer for large data to be sent,
12384                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12385
12386 2005-04-18 [paul]       1.9.6cvs41
12387
12388         * src/jpilot.c
12389                 convert unsigned long into guint32
12390                 patch by Paul LeoNerd Evans 
12391
12392 2005-04-17 [colin]      1.9.6cvs40
12393
12394         * src/compose.c
12395                 Fix 'Request return receipt' from folder
12396                 properties (bug #708)
12397
12398 2005-04-17 [colin]      1.9.6cvs39
12399
12400         * src/mainwindow.c
12401                 Fix duplicate hotkeys in Mainwindow's menu
12402
12403 2005-04-17 [colin]      1.9.6cvs38
12404
12405         * src/folderview.c
12406                 Fix duplicate hotkeys in Folderview's contextual
12407                 menu
12408
12409 2005-04-15 [colin]      1.9.6cvs37
12410
12411         * src/summaryview.c
12412                 Fix 'Save as...' with non-ascii filenames
12413
12414 2005-04-15 [colin]      1.9.6cvs36
12415
12416         * src/plugins/pgpmime/pgpmime.c
12417                 Fix bus error on 64bit. Spotted by 
12418                 macallan1888@gmail.com
12419
12420 2005-04-15 [colin]      1.9.6cvs35
12421
12422         * src/prefs_account.c
12423                 Fix cvs34.
12424
12425 2005-04-12 [colin]      1.9.6cvs34
12426
12427         * src/prefs_account.c
12428                 Fix smtp auth type off-by-one. We forgot to
12429                 add PLAIN in the prefs-to-gui setter func and
12430                 as a result, the selected auth when opening
12431                 account prefs was not the correct one.
12432
12433 2005-04-12 [paul]       1.9.6cvs33
12434
12435         * src/inc.c
12436                 if the recv dialog is visible, Cancel only
12437                 cancels the current account
12438
12439
12440 2005-04-10 [colin]      1.9.6cvs32
12441
12442         * src/filtering.c
12443                 Copy score when copying FilteringActions
12444                 Fix bug #674
12445
12446 2005-04-10 [colin]      1.9.6cvs31
12447
12448         * src/inc.c
12449                 Make Message -> Receive -> Cancel cancel 
12450                 incorporation on all accounts. Fixes
12451                 bug #693
12452
12453 2005-04-10 [colin]      1.9.6cvs30
12454
12455         * src/prefs_account.c
12456                 Update Privacy checkbuttons status based
12457                 on the selected privacy system
12458         * src/compose.c
12459                 Always connect the "None" privacy system; the
12460                 static boolean was probably there to avoid
12461                 reconnecting twice in the same compose window,
12462                 but as the parent function is only called once
12463                 per compose, it's only a bug - as a static is
12464                 initialized once per application instance.
12465                 Also, don't uncheck Sign and Encrypt when
12466                 selecting None as privacy system; just ignore
12467                 them when sending/queuing.
12468                 Should fix bug #695
12469
12470 2005-04-08 [colin]      1.9.6cvs29
12471
12472         * src/account.c
12473         * src/prefs_account.c
12474         * src/prefs_account.h
12475                 Add account preference to queue message in a certain
12476                 folder.
12477
12478 2005-04-06 [colin]      1.9.6cvs28
12479
12480         * src/prefs_account.c
12481                 Update old inbox path syntax
12482
12483 2005-04-06 [paul]       1.9.6cvs27
12484
12485         sync with main:
12486
12487         * configure.ac
12488                 changed -traditional-cpp to -no-cpp-precomp for newer
12489                 Mac OS X support
12490         * src/foldersel.c
12491                 made column resize automatically
12492         * src/send_message.c
12493                 send_message_smtp(): consider EOF right after QUIT
12494                 successful (workaround for Gmail SMTP server)
12495         * src/common/socket.c
12496                 ssl_read(), ssl_peek(): check EOF which violates the
12497                 SSL protocol
12498         * src/gtk/colorlabel.c
12499                 removed warnings when displaying colorlabel menu
12500                 (don't use GtkAlignment)
12501
12502 2005-04-05 [paul]       1.9.6cvs26
12503
12504         * src/plugins/trayicon/trayicon.c
12505                 fix clipping of icon under KDE3 
12506
12507 2005-04-05 [paul]       1.9.6cvs25
12508
12509         * src/summaryview.c
12510                 hide display of threading
12511                 patch by Alfons
12512
12513 2005-04-04 [thorsten]   1.9.6cvs24
12514
12515         * src/mh.c
12516                 marks lost on filesystems with different stat() results on
12517                 summer-/wintertime
12518
12519 2005-04-03 [colin]      1.9.6cvs23
12520
12521         * src/summaryview.c
12522                 Don't handle up/down. Patch by Alfons
12523
12524 2005-04-02 [colin]      1.9.6cvs22
12525
12526         * src/summaryview.c
12527                 Make scrolling faster. Patch by Alfons.
12528
12529 2005-04-01 [colin]      1.9.6cvs21
12530
12531         * src/Makefile.am
12532         * src/stock_pixmap.c
12533         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12534         * src/pixmaps/dir_noselect.xpm ** ADDED **
12535                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12536
12537 2005-04-01 [colin]      1.9.6cvs20
12538
12539         * src/image_viewer.c
12540         * src/image_viewer.h
12541         * src/procmime.c
12542         * src/procmime.h
12543         * src/textview.c
12544         * src/textview.h
12545                 Implement inline image resizing and right-clicking
12546
12547 2005-04-01 [paul]       1.9.6cvs19
12548
12549         * AUTHORS
12550         * Makefile.am
12551         * configure.ac
12552                 check for gnome2
12553                 patch by Luca Cavalli <loopback<AT>slackit.org>
12554         * po/ru.po
12555                 updated by Pavlo Bohmat
12556
12557 2005-03-31 [colin]      1.9.6cvs18
12558
12559         * src/news.c
12560                 Fix parsing references
12561         * src/msgcache.c
12562                 don't put nulls in the references list
12563         * src/procheader.c
12564                 commit that forgotten file in 1.9.6cvs14
12565
12566 2005-03-31 [colin]      1.9.6cvs17
12567
12568         * src/compose.c
12569                 Fix joining of signature separator again. 
12570                 Maybe Hiro could put it in main too...
12571
12572 2005-03-31 [colin]      1.9.6cvs16
12573
12574         * src/Makefile.am
12575         * src/foldersel.c
12576         * src/stock_pixmap.c
12577         * src/stock_pixmap.h
12578         * src/pixmaps/dir-noselect.xpm
12579                 Update foldersel.c (sync from main, patch by Alfons)
12580
12581 2005-03-30 [colin]      1.9.6cvs15
12582
12583         * src/imap.c
12584                 Fix handling of imap folders containing [] in 
12585                 their name. Thanks to Nahuel Angelinetti for
12586                 the detailed bugreport.
12587
12588 2005-03-30 [colin]      1.9.6cvs14
12589
12590         * src/common/utils.h
12591         * src/common/utils.c
12592         * src/common/defs.h
12593         * src/matcher.c
12594         * src/msgcache.c
12595         * src/news.c
12596         * src/procmsg.c
12597         * src/procmsg.h
12598         * src/quote_fmt_parse.y
12599         * src/summaryview.c
12600                 Update references system. Patch by Alfons
12601
12602 2005-03-30 [colin]      1.9.6cvs13
12603
12604         * src/common/socket.c
12605                 Force the glibc to read resolv.conf again when 
12606                 it has changed. Should fix issues when changing
12607                 networks on a laptop and not restarting sylpheed. 
12608
12609 2005-03-30 [paul]       1.9.6cvs12
12610
12611         partial sync with main:
12612
12613         * src/action.c
12614                 create_io_dialog(): use user-defined text font
12615                 (thanks to Alfons), and modified its appearance.
12616         * src/addrgather.c
12617         * src/addrharvest.c
12618         * src/browseldap.c
12619                 replace old code
12620         * src/compose.c
12621                 don't join (presumably) itemized lines on line-wrapping
12622                 fixed wrapping of quote when auto-wrapping is enabled
12623                 compose_destroy(): destroy paned only if it's not
12624                 attached to window. Fixed memory leak of popup menu.
12625         * src/exphtmldlg.c
12626         * src/expldifdlg.c
12627                 replace old code
12628         * src/html.c
12629         * src/html.h
12630         * src/importmutt.c
12631         * src/importpine.c
12632                 replace old code
12633         * src/main.c
12634                 removed redundant code
12635         * src/mainwindow.c
12636                 changed 'Code set' (which is rather incorrect)
12637                 in the menu to 'Character encoding'
12638                 main_window_set_widgets(): request size first
12639                 to prevent window size becoming wrong
12640                 fixed remembering of the state of the visibility
12641                 of MessageView
12642         * src/messageview.c
12643                 changed 'Code set' (which is rather incorrect)
12644                 in the menu to 'Character encoding'
12645         * src/prefs_common.c
12646         * src/prefs_common.h
12647                 added an option whether to render HTML as text or not
12648                 added separators to outgoing encoding menu
12649         * src/procheader.c
12650                 procheader_scan_date_string(): support header
12651                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12652         * src/summaryview.c
12653         * src/summaryview.h
12654                 minor code cleanup
12655         * src/textview.c
12656                 textview_show_html(): force output of newline
12657                 added an option whether to render HTML as text or not
12658         * src/common/utils.c
12659                 strncpy2(): optimized based on Alfons' code
12660         * src/gtk/gtkutils.c
12661         * src/gtk/gtkutils.h
12662                 removed non-used code
12663         * src/plugins/pgpmime/passphrase.c
12664                 partially fixed grab input of passphrase dialog
12665                 Confine pointer to window
12666
12667 2005-03-30 [colin]      1.9.6cvs11
12668
12669         * src/msgcache.c
12670         * src/msgcache.h
12671                 Read/write 32bit ints from cache & marks
12672                 From main.
12673
12674 2005-03-29 [paul]       1.9.6cvs10
12675
12676         * AUTHORS
12677         * ChangeLog.claws
12678         * src/compose.c
12679         * src/gtk/gtkaspell.c
12680                 sync with HEAD (don't pass NULL pointers) 
12681
12682 2005-03-24 [paul]
12683
12684         * tools/Makefile.am
12685         * tools/README
12686         * tools/acroread2sylpheed.pl
12687                 sync with HEAD (add script to send pdfs as
12688                 attachments from Adobe Reader 7)
12689
12690 2005-03-21 [paul]       1.9.6cvs9
12691
12692         * configure.ac
12693         * po/POTFILES.in
12694         * src/Makefile.am
12695         * src/crash.c
12696         * src/image_viewer.c ** ADDED **
12697         * src/image_viewer.h ** ADDED **
12698         * src/main.c
12699         * src/prefs_common.c
12700         * src/prefs_common.h
12701         * src/prefs_image_viewer.c ** ADDED **
12702         * src/prefs_image_viewer.h ** ADDED **
12703         * src/textview.c
12704         * src/gtk/about.c
12705         * src/pixmaps/sylpheed_logo.xpm
12706         * src/plugins/Makefile.am
12707         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12708         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12709         * src/plugins/image_viewer/plugin.c ** REMOVED **
12710         * src/plugins/image_viewer/viewer.c ** REMOVED **
12711         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12712         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12713         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12714         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12715         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12716                 as gdk-pixbuf is now built-in
12717                 remove image_viewer plugin and put code back into
12718                 main codebase
12719                 implement inline image display (sync with main)
12720
12721                 replace logo with newer, nicer, larger version  
12722
12723 2005-03-21 [paul]       1.9.6cvs8
12724
12725         * src/gtk/about.c
12726                 cosmetic improvement
12727
12728 2005-03-21 [holger]     1.9.6cvs7
12729
12730         * src/plugins/spamassassin/spamassassin.c
12731                 Sync with HEAD
12732                 (unregister hook on failed plugin init)
12733
12734 2005-03-20 [colin]      1.9.6cvs6
12735
12736         * src/common/plugin.c
12737                 Check that plugin isn't already loaded
12738                 Patch by Alfons
12739
12740 2005-03-20 [thorsten]   1.9.6cvs5
12741
12742         * src/compose.c
12743                 use a more compatible syntax
12744
12745 2005-03-20 [thorsten]   1.9.6cvs4
12746
12747         * src/prefs_toolbar.c
12748                 fix crash when selecting toolbar item (uninitialized pointer)
12749
12750 2005-03-20 [thorsten]   1.9.6cvs3
12751
12752         * src/procmime.c
12753                 fix mimetype detection (referenced free()d string)
12754
12755 2005-03-20 [paul]       1.9.6cvs2
12756
12757         * src/compose.c
12758                 sync with HEAD (1.0.3cvs5)
12759                 neglect Reply-To header if empty
12760                 Patch by Alfons 
12761
12762 2005-03-19 [holger]     1.9.6cvs1
12763
12764         * src/summaryview.c
12765         * src/summaryview.h
12766                 Sync with HEAD
12767
12768 2005-03-18 [paul]       1.9.6
12769
12770         initial GTK2 release
12771
12772 2005-03-18 [paul]       1.0.3cvs3.1
12773
12774         * AUTHORS
12775         * ChangeLog.claws
12776         * configure.ac
12777         * src/gtk/about.c
12778         * src/pixmaps/sylpheed_logo.xpm
12779                 sync with HEAD
12780
12781 2005-03-18 [colin]      1.0.3cvs2.6
12782
12783         * src/summaryview.c
12784                 Remove call to summary_step in summary_copy_selected_to
12785                 Can't see its purpose, and this causes bug when copying
12786                 a message if the next one is unread: it reads it.
12787
12788 2005-03-18 [paul]       1.0.3cvs2.5
12789
12790         * src/foldersel.c
12791                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12792
12793 2005-03-18 [paul]       1.0.3cvs2.4
12794
12795         * src/addrharvest.c
12796         * src/codeconv.c
12797         * src/codeconv.h
12798         * src/compose.c
12799         * src/news.c
12800         * src/procheader.c
12801         * src/procmime.c
12802         * src/unmime.c
12803         * src/unmime.h
12804                 fix buffer overflow, CAN-2005-0667, see
12805                 http://secunia.com/advisories/14491/
12806                 Patch by Alfons
12807
12808 2005-03-17 [colin]      1.0.3cvs2.3
12809
12810         * src/prefs_fonts.c
12811         * src/summaryview.c
12812                 Fix font bugs (both lists now officialy share 
12813                 the same font)
12814                 
12815
12816 2005-03-17 [paul]       1.0.3cvs2.2
12817
12818         * src/gtk/pluginwindow.c
12819                 make plugin descriptions uneditable
12820
12821 2005-03-11 [paul]       1.0.3cvs2.1
12822
12823         * ChangeLog.claws
12824         * configure.ac
12825         * po/POTFILES.in
12826         * src/plugins/trayicon/trayicon.c
12827                 sync with HEAD
12828                 add src/wizard.c to POTFILES.in
12829
12830 2005-03-11 [paul]       1.0.3cvs1.1
12831
12832         * ChangeLog
12833         * ChangeLog.claws
12834         * configure.ac
12835         * po/de.po
12836         * po/es.po
12837         * po/fr.po
12838         * po/it.po
12839         * po/pt_BR.po
12840         * po/ru.po
12841         * po/sk.po
12842         * po/sr.po
12843         * po/zh_CN.po
12844                 sync with HEAD
12845
12846 2005-03-04 [colin]      1.0.1cvs22.2
12847
12848         * src/compose.c
12849                 Fix signatures with accentued chars in it
12850
12851 2005-03-04 [colin]      1.0.1cvs22.1
12852
12853         * src/common/smtp.c
12854         * src/common/smtp.h
12855                 Don't use SIZE param in MAIL FROM: if server 
12856                 doesn't support it. Patch by Eugen Freiter
12857                 <eugen_f@users.sf.net>
12858
12859 2005-02-27 [paul]       1.0.1cvs20.1
12860
12861         * ChangeLog.claws
12862         * configure.ac
12863         * src/messageview.c
12864                 sync with HEAD
12865
12866 2005-02-27 [colin]      1.0.1cvs19.4
12867
12868         * src/procheader.c
12869         * src/procheader.h
12870                 Fix prototypes. Patch by Alfons
12871
12872 2005-02-27 [colin]      1.0.1cvs19.3
12873
12874         * src/compose.c
12875                 Don't auto-join the signature separator.
12876
12877 2005-02-26 [colin]      1.0.1cvs19.2
12878
12879         * src/summaryview.c
12880                 Fix 'mark all read' with collapsed threads.
12881                 Patch by Alfons.
12882
12883 2005-02-25 [paul]       1.0.1cvs19.1
12884
12885         * ChangeLog.claws
12886         * configure.ac
12887         * src/prefs_account.c
12888         * src/prefs_folder_item.c
12889         * src/gtk/prefswindow.c
12890         * src/gtk/prefswindow.h
12891                 sync with HEAD
12892
12893 2005-02-25 [paul]       1.0.1cvs15.12
12894
12895         * src/alertpanel.c
12896         * src/codeconv.c
12897         * src/compose.c
12898         * src/textview.c
12899         * src/gtk/gtkutils.c
12900         * src/gtk/gtkutils.h
12901         * src/gtk/logwindow.c
12902         * src/gtk/progressdialog.c
12903                 sync with main (revision 127)
12904                 and fix logwindow clipping
12905
12906 2005-02-24 [colin]      1.0.1cvs15.11
12907
12908         * src/plugins/pgpmime/passphrase.c
12909                 Disable input grabbing; it doesn't work yet.
12910
12911 2005-02-24 [colin]      1.0.1cvs15.10
12912
12913         * src/messageview.c
12914                 Don't send out receipts if offline. Ask.
12915
12916 2005-02-23 [colin]      1.0.1cvs15.9
12917
12918         * src/summaryview.c     
12919                 Fix expanding
12920
12921 2005-02-23 [colin]      1.0.1cvs15.8
12922
12923         * src/summaryview.c
12924                 Really fix Bug 568 by removing useless
12925                 calls. summary_thread_init() now called
12926                 in summary_sort(). This should please
12927                 Alfons as it should be faster than 
12928                 previously.
12929
12930 2005-02-23 [colin]      1.0.1cvs15.7
12931
12932         * src/compose.c
12933                 Encode parts as QP or B64 if signing
12934
12935 2005-02-23 [colin]      1.0.1cvs15.6
12936
12937         * src/compose.c
12938                 Fix Mimeinfo leakage (including tmp files)
12939         * src/procmsg.c
12940                 Fix tmp file leakage (spotted by Ivan Rayner)
12941
12942 2005-02-22 [colin]      1.0.1cvs15.5
12943
12944         * src/expldifdlg.c
12945                 Fix keyboard input. Patch by Alfons.
12946
12947 2005-02-21 [colin]      1.0.1cvs15.4
12948
12949         * src/compose.c
12950                 Fix Sign/Encrypt when unselecting privacy
12951                 system
12952         * src/prefs_common.c
12953                 Change default message font to Monospace
12954         * src/summaryview.c
12955                 More freezing during potentially large operations
12956
12957 2005-02-21 [paul]       1.0.1cvs15.3
12958
12959         * src/main.c
12960                 fix --help output
12961
12962 2005-02-21 [paul]       1.0.1cvs15.2
12963
12964         * po/Makefile.in.in
12965         * src/compose.c
12966         * src/summaryview.c
12967         * src/textview.c
12968         * src/common/utils.c
12969         * src/common/utils.h
12970                 sync with main (revision 117)
12971
12972 2005-02-20 [colin]      1.0.1cvs15.1
12973
12974         * src/common/defs.h
12975                 Change cache file to .sylpheed_claws_cache, as
12976                 suggested by Alfons. Allows people to switch
12977                 between Sylpheed and Sylpheed-Claws. it is
12978                 a good idea to "Check for new messages" at next
12979                 startup.
12980
12981
12982 2005-02-18 [colin]      1.0.1cvs14.1
12983
12984         * src/quote_fmt_lex.l
12985         * src/quote_fmt_parse.y
12986                 Fix parser initialisation. Patch by Ivan.
12987
12988 2005-02-18 [colin]      1.0.1cvs11.6
12989
12990         * src/folderview.c
12991                 Fix scrolldown (bug 662)
12992
12993 2005-02-17 [colin]      1.0.1cvs11.5
12994
12995         * src/codeconv.c
12996                 conv_filename_to_utf8: return clean 7bit instead
12997                 of broken utf8 if needed
12998         * src/mimeview.c
12999                 Fix display of parts with unclean 8bit names
13000
13001 2005-02-17 [paul]       1.0.1cvs11.4
13002
13003         * src/compose.c
13004         * src/exportldif.c
13005         * src/matcher_parser_parse.y
13006         * src/procmime.c
13007         * src/sourcewindow.c
13008         * src/common/Makefile.am
13009         * src/common/intl.h             ** REMOVED **
13010         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13011                 sync with main (revision 109)
13012                 and clean up
13013
13014 2005-02-16 [colin]      1.0.1cvs11.3
13015
13016         * src/summaryview.c
13017                 Fix collapsed thread not highlighting when new
13018                 messages in it (Bug 568) Patch by Stephan Sachse.
13019                 Fix messed up selection when reaching bounds (Bug 632)
13020         * src/prefs_themes.c
13021                 Fix theme installing (Bug 684)
13022
13023 2005-02-16 [colin]      1.0.1cvs11.2
13024
13025         * src/messageview.c
13026                 Fix messageview_select_all
13027
13028 2005-02-16 [colin]      1.0.1cvs11.1
13029
13030         * src/mh.c
13031                 Sync with HEAD (MH scan required function)
13032
13033 2005-02-15 [colin]      1.0.1cvs8.1
13034
13035         * src/mimeview.c
13036         * src/common/utils.c
13037                 Sync with HEAD (filename chars substitution)
13038
13039 2005-02-15 [colin]      1.0.1cvs7.3
13040
13041         * src/gtk/pluginwindow.c
13042                 Fix button spacing
13043
13044 2005-02-15 [colin]      1.0.1cvs7.2
13045
13046         * src/mimeview.c
13047                 Fix mime icons not reset across message when
13048                 scrolled down
13049
13050 2005-02-15 [colin]      1.0.1cvs7.1
13051
13052         * src/compose.c
13053         * src/procmime.c
13054                 Sync with HEAD (optimisation of cvs6)
13055
13056 2005-02-14 [colin]      1.0.1cvs6.1
13057
13058         * src/compose.c
13059         * src/procmime.c
13060                 Sync with HEAD (encode "From " at line beginning)
13061
13062 2005-02-14 [colin]      1.0.1cvs5.3
13063
13064         * src/compose.c
13065                 Fix wrapping with accentued chars.
13066
13067 2005-02-13 [colin]      1.0.1cvs5.2
13068
13069         * src/textview.c
13070                 Fix email informative part parsing with
13071                 accentued chars in it. ispunct() returns
13072                 true for them in utf8...
13073
13074 2005-02-12 [colin]      1.0.1cvs5.1
13075
13076         * src/filtering.c
13077                 Sync with HEAD (remove wrong use of compose after send)
13078
13079 2005-02-12 [paul]       1.0.1cvs4.5
13080
13081         * src/textview.c
13082                 remove unnecessary code (thanks to Alfons)
13083
13084 2005-02-12 [paul]       1.0.1cvs4.4
13085
13086         * src/textview.c
13087                 add 'Copy' to contextual menu on emails
13088
13089 2005-02-11 [colin]      1.0.1cvs4.3
13090
13091         * src/compose.c
13092                 revert 1.0.0cvs28.2, it doesn't work that well.
13093
13094 2005-02-11 [paul]       1.0.1cvs4.2
13095
13096         * po/Makefile.in.in
13097                 fix 'make release'
13098
13099 2005-02-10 [paul]       1.0.1cvs4.1
13100
13101         * ChangeLog
13102         * ChangeLog.claws
13103         * ChangeLog.jp
13104         * configure.ac
13105         * src/compose.c
13106                 sync with HEAD (sync with main)
13107
13108 2005-02-10 [paul]       1.0.1cvs3.2
13109
13110         * AUTHORS
13111         * Makefile.am
13112         * autogen.sh
13113         * configure.ac
13114         * config/mkinstalldirs
13115         * intl/.cvsignore
13116         * intl/ChangeLog
13117         * intl/VERSION
13118         * intl/bindtextdom.c
13119         * intl/config.charset
13120         * intl/dcgettext.c
13121         * intl/dcigettext.c
13122         * intl/dcngettext.c
13123         * intl/dgettext.c
13124         * intl/dngettext.c
13125         * intl/eval-plural.h
13126         * intl/explodename.c
13127         * intl/finddomain.c
13128         * intl/gettext.c
13129         * intl/gettextP.h
13130         * intl/gmo.h
13131         * intl/hash-string.h
13132         * intl/intl-compat.c
13133         * intl/l10nflist.c
13134         * intl/libgnuintl.h.in
13135         * intl/loadinfo.h
13136         * intl/loadmsgcat.c
13137         * intl/localcharset.c
13138         * intl/localcharset.h
13139         * intl/locale.alias
13140         * intl/localealias.c
13141         * intl/localename.c
13142         * intl/log.c
13143         * intl/ngettext.c
13144         * intl/os2compat.c
13145         * intl/os2compat.h
13146         * intl/osdep.c
13147         * intl/plural-exp.c
13148         * intl/plural-exp.h
13149         * intl/plural.c
13150         * intl/plural.y
13151         * intl/ref-add.sin
13152         * intl/ref-del.sin
13153         * intl/relocatable.c
13154         * intl/relocatable.h
13155         * intl/textdomain.c
13156         * m4/Makefile.am
13157         * po/Makefile.in.in
13158         * src/Makefile.am
13159         * src/account.c
13160         * src/action.c
13161         * src/addr_compl.c
13162         * src/addressadd.c
13163         * src/addressbook.c
13164         * src/addrgather.c
13165         * src/addrindex.c
13166         * src/alertpanel.c
13167         * src/browseldap.c
13168         * src/codeconv.c
13169         * src/codeconv.h
13170         * src/compose.c
13171         * src/compose.h
13172         * src/crash.c
13173         * src/editaddress.c
13174         * src/editbook.c
13175         * src/editgroup.c
13176         * src/editjpilot.c
13177         * src/editldap.c
13178         * src/editldap_basedn.c
13179         * src/editvcard.c
13180         * src/exphtmldlg.c
13181         * src/expldifdlg.c
13182         * src/export.c
13183         * src/exporthtml.c
13184         * src/filtering.c
13185         * src/folder.c
13186         * src/folder_item_prefs.c
13187         * src/foldersel.c
13188         * src/folderview.c
13189         * src/grouplistdialog.c
13190         * src/headerview.c
13191         * src/imap.c
13192         * src/imap_gtk.c
13193         * src/import.c
13194         * src/importldif.c
13195         * src/importmutt.c
13196         * src/importpine.c
13197         * src/inc.c
13198         * src/ldif.c
13199         * src/main.c
13200         * src/mainwindow.c
13201         * src/matcher.c
13202         * src/mbox.c
13203         * src/message_search.c
13204         * src/messageview.c
13205         * src/mh.c
13206         * src/mh_gtk.c
13207         * src/mimeview.c
13208         * src/msgcache.c
13209         * src/news.c
13210         * src/news_gtk.c
13211         * src/noticeview.c
13212         * src/partial_download.c
13213         * src/pop.c
13214         * src/prefs_account.c
13215         * src/prefs_actions.c
13216         * src/prefs_common.c
13217         * src/prefs_customheader.c
13218         * src/prefs_display_header.c
13219         * src/prefs_ext_prog.c
13220         * src/prefs_filtering.c
13221         * src/prefs_filtering_action.c
13222         * src/prefs_folder_item.c
13223         * src/prefs_fonts.c
13224         * src/prefs_gtk.c
13225         * src/prefs_matcher.c
13226         * src/prefs_msg_colors.c
13227         * src/prefs_spelling.c
13228         * src/prefs_summary_column.c
13229         * src/prefs_template.c
13230         * src/prefs_themes.c
13231         * src/prefs_toolbar.c
13232         * src/prefs_wrapping.c
13233         * src/privacy.c
13234         * src/procheader.c
13235         * src/procmime.c
13236         * src/procmsg.c
13237         * src/quote_fmt.c
13238         * src/recv.c
13239         * src/send_message.c
13240         * src/setup.c
13241         * src/sourcewindow.c
13242         * src/ssl_manager.c
13243         * src/statusbar.c
13244         * src/summary_search.c
13245         * src/summaryview.c
13246         * src/textview.c
13247         * src/toolbar.c
13248         * src/wizard.c
13249         * src/common/nntp.c
13250         * src/common/plugin.c
13251         * src/common/smtp.c
13252         * src/common/ssl.c
13253         * src/common/ssl_certificate.c
13254         * src/common/string_match.c
13255         * src/common/sylpheed.c
13256         * src/common/template.c
13257         * src/common/utils.c
13258         * src/gtk/about.c
13259         * src/gtk/colorlabel.c
13260         * src/gtk/description_window.c
13261         * src/gtk/filesel.c
13262         * src/gtk/foldersort.c
13263         * src/gtk/gtkaspell.c
13264         * src/gtk/gtkutils.c
13265         * src/gtk/inputdialog.c
13266         * src/gtk/logwindow.c
13267         * src/gtk/menu.c
13268         * src/gtk/pluginwindow.c
13269         * src/gtk/prefswindow.c
13270         * src/gtk/progressdialog.c
13271         * src/gtk/quicksearch.c
13272         * src/gtk/sslcertwindow.c
13273         * src/plugins/clamav/clamav_plugin.c
13274         * src/plugins/clamav/clamav_plugin_gtk.c
13275         * src/plugins/demo/demo.c
13276         * src/plugins/dillo_viewer/dillo_prefs.c
13277         * src/plugins/dillo_viewer/dillo_viewer.c
13278         * src/plugins/image_viewer/plugin.c
13279         * src/plugins/image_viewer/viewer.c
13280         * src/plugins/image_viewer/viewerprefs.c
13281         * src/plugins/mathml_viewer/mathml_viewer.c
13282         * src/plugins/pgpmime/passphrase.c
13283         * src/plugins/pgpmime/plugin.c
13284         * src/plugins/pgpmime/prefs_gpg.c
13285         * src/plugins/pgpmime/select-keys.c
13286         * src/plugins/pgpmime/sgpgme.c
13287         * src/plugins/spamassassin/spamassassin.c
13288         * src/plugins/spamassassin/spamassassin_gtk.c
13289         * src/plugins/trayicon/trayicon.c
13290                 sync with main (revision 104)
13291
13292 2005-02-10 [colin]      1.0.1cvs3.1
13293
13294         * src/mainwindow.c
13295                 Sync with HEAD (fix occasional crasher)
13296
13297 2005-02-10 [colin]      1.0.1cvs2.1
13298
13299         * src/messageview.c
13300                 Synw with HEAD (don't automatically display html)
13301
13302 2005-02-09 [colin]      1.0.1cvs1.3
13303
13304         * src/textview.c
13305         * src/textview.h
13306                 Add contextual menu on emails
13307
13308 2005-02-09 [colin]      1.0.1cvs1.2
13309
13310         * src/codeconv.c
13311                 Fix converting from broken headers and 
13312                 put back the _ in missing places
13313                 (feature broke with cvs24.2 sync, main 
13314                  possibly affected?)
13315
13316 2005-02-09 [colin]      1.0.1cvs1.1
13317
13318         * src/messageview.c
13319         * src/mimeview.c
13320         * src/mimeview.h
13321                 Sync with HEAD (display non text/plain mails with plugin)
13322
13323 2005-02-08 [colin]      1.0.1.1
13324
13325         * ChangeLog.claws
13326         * po/pt_BR.po
13327                 Sync with HEAD
13328         * configure.ac
13329                 Make default configuration directory 
13330                 be .sylpheed-gtk2
13331
13332 2005-02-08 [colin]      1.0.0cvs29.1
13333
13334         * po/de.po
13335         * po/es.po
13336         * po/fr.po
13337         * po/it.po
13338         * po/sk.po
13339         * po/sr.po
13340                 Sync translations with HEAD
13341
13342 2005-02-06 [colin]      1.0.0cvs28.3
13343
13344         * src/compose.c
13345                 Make compose a bit faster - patch by Alfons.
13346
13347 2005-02-06 [colin]      1.0.0cvs28.2
13348
13349         * src/compose.c
13350                 Make pasting via middle-click more reliable
13351
13352 2005-02-05 [paul]       1.0.0cvs28.1
13353
13354         * ChangeLog
13355         * ChangeLog.claws
13356         * ChangeLog.jp
13357         * configure.ac
13358         * src/compose.c
13359                 sync with HEAD
13360                 (fix bug 682 'redirect is broken'
13361
13362 2005-02-05 [torte]      1.0.0cvs27.1
13363
13364         * ChangeLog.claws
13365         * configure.ac
13366         * src/partial_download.c
13367                 Sync with HEAD (fix buf overflow)
13368
13369 2005-02-03 [colin]      1.0.0cvs26.1
13370
13371         * src/common/plugin.c
13372                 Sync with HEAD (avoid plugin mismatches)
13373
13374 2005-02-03 [paul]       1.0.0cvs25.3
13375
13376         * src/folderview.c
13377         * src/headerview.c
13378         * src/summaryview.c
13379         * src/textview.c
13380         * src/gtk/colorlabel.c
13381                 third and final part of initial sync with main-gtk2
13382
13383 2005-02-03 [paul]       1.0.0cvs25.2
13384
13385         * src/jpilot.c
13386                 fix building with jpilot support
13387
13388 2005-02-02 [colin]      1.0.0cvs25.1
13389
13390         * src/messageview.c
13391                 Sync with HEAD (fix dangerous typo)
13392
13393 2005-02-01 [colin]      1.0.0cvs24.3
13394
13395         * src/common/xml.c
13396                 Write file as advertised (UTF-8)
13397
13398 2005-02-01 [paul]       1.0.0cvs24.2
13399
13400         * src/addrbook.c
13401         * src/addrindex.c
13402         * src/alertpanel.h
13403         * src/codeconv.c
13404         * src/codeconv.h
13405         * src/compose.c
13406         * src/export.c
13407         * src/folder_item_prefs.c
13408         * src/html.c
13409         * src/imap.c
13410         * src/import.c
13411         * src/jpilot.c
13412         * src/mainwindow.c
13413         * src/matcher_parser_lex.l
13414         * src/messageview.c
13415         * src/mh.c
13416         * src/prefs_account.c
13417         * src/prefs_actions.c
13418         * src/prefs_common.c
13419         * src/prefs_gtk.c
13420         * src/prefs_gtk.h
13421         * src/prefs_themes.c
13422         * src/procheader.c
13423         * src/procmime.c
13424         * src/sourcewindow.c
13425         * src/statusbar.c
13426         * src/summaryview.c
13427         * src/textview.c
13428         * src/toolbar.c
13429         * src/unmime.c
13430         * src/common/template.c
13431         * src/common/utils.c
13432         * src/common/xml.c
13433         * src/common/xml.h
13434         * src/gtk/gtkaspell.c
13435         * src/plugins/clamav/clamav_plugin.c
13436         * src/plugins/dillo_viewer/dillo_prefs.c
13437         * src/plugins/image_viewer/viewerprefs.c
13438         * src/plugins/pgpmime/passphrase.c
13439         * src/plugins/pgpmime/prefs_gpg.c
13440         * src/plugins/pgpmime/select-keys.c
13441         * src/plugins/spamassassin/spamassassin.c
13442                 second part of initial sync with main-gtk2
13443                 (more to follow)
13444
13445 2005-01-31 [colin]      1.0.0cvs24.1
13446
13447         * src/compose.c
13448                 Sync with HEAD
13449
13450 2005-01-29 [paul]       1.0.0cvs23.2
13451
13452         * src/account.c
13453         * src/action.c
13454         * src/addressadd.c
13455         * src/addressbook.c
13456         * src/alertpanel.c
13457         * src/compose.c
13458         * src/editaddress.c
13459         * src/editbook.c
13460         * src/editgroup.c
13461         * src/editjpilot.c
13462         * src/editldap.c
13463         * src/editldap_basedn.c
13464         * src/editvcard.c
13465         * src/export.c
13466         * src/foldersel.c
13467         * src/grouplistdialog.c
13468         * src/import.c
13469         * src/importldif.c
13470         * src/inc.c
13471         * src/main.c
13472         * src/mainwindow.c
13473         * src/message_search.c
13474         * src/messageview.c
13475         * src/mimeview.c
13476         * src/prefs_actions.c
13477         * src/prefs_common.c
13478         * src/prefs_common.h
13479         * src/prefs_customheader.c
13480         * src/prefs_display_header.c
13481         * src/prefs_filtering.c
13482         * src/prefs_filtering_action.c
13483         * src/prefs_gtk.c
13484         * src/prefs_matcher.c
13485         * src/prefs_summary_column.c
13486         * src/prefs_template.c
13487         * src/sourcewindow.c
13488         * src/summary_search.c
13489         * src/summaryview.c
13490         * src/textview.c
13491         * src/gtk/about.c
13492         * src/gtk/description_window.c
13493         * src/gtk/gtkshruler.c
13494         * src/gtk/gtkutils.c
13495         * src/gtk/gtkutils.h
13496         * src/gtk/inputdialog.c
13497         * src/gtk/logwindow.c
13498         * src/gtk/prefswindow.c
13499         * src/gtk/progressdialog.c
13500         * src/gtk/progressdialog.h
13501                 first part of initial sync with main-gtk2
13502                 (more to follow)
13503
13504 2005-01-28 [colin]      1.0.0cvs23.1
13505
13506         * src/folderview.c
13507                 Sync with HEAD
13508
13509 2005-01-27 [colin]      1.0.0cvs21.1
13510
13511         * src/folder.c
13512         * src/folderview.c
13513                 Sync with HEAD
13514
13515 2005-01-27 [colin]      1.0.0cvs19.1
13516
13517         * src/procmime.c
13518                 Sync with HEAD
13519
13520 2005-01-27 [colin]      1.0.0cvs18.1
13521
13522         * src/messageview.c
13523         * src/summaryview.c
13524         * src/mainwindow.c
13525         * src/compose.c
13526         * src/compose.h
13527         * src/procmsg.c
13528         * src/procmsg.h
13529         * src/toolbar.c
13530                 Sync with HEAD
13531
13532 2005-01-26 [paul]       1.0.0cvs15.2
13533
13534         * src/compose.c
13535                 compose_entries_set(): convert subject and body to
13536                 utf8 if necessary. patch by Felix Eckhofer
13537
13538 2005-01-26 [paul]       1.0.0cvs15.1
13539
13540         * configure.ac
13541         * src/common/template.c
13542                 sync with HEAD (fix memory leak)
13543
13544 2005-01-25 [paul]       1.0.0cvs14.1
13545
13546         * configure.ac
13547         * src/compose.c
13548                 sync with HEAD
13549
13550 2005-01-24 [colin]      1.0.0cvs13.1
13551
13552         * src/summaryview.c
13553                 Sync with HEAD
13554
13555 2005-01-24 [paul]       1.0.0cvs12.1
13556
13557         * configure.ac
13558         * src/messageview.c
13559         * src/mh.c
13560         * src/common/utils.c
13561                 sync with HEAD
13562
13563 2005-01-24 [colin]      1.0.0cvs11.1
13564
13565         * src/procheader.c
13566                 Sync with HEAD
13567
13568 2005-01-24 [colin]      1.0.0cvs10.1
13569
13570         * src/folderview.c
13571                 Sync with HEAD
13572
13573 2005-01-23 [colin]      1.0.0cvs9.1
13574
13575         * src/crash.c
13576                 Sync with HEAD
13577
13578 2005-01-22 [colin]      1.0.0cvs8.1
13579
13580         * src/summaryview.c
13581         * src/gtk/quicksearch.c
13582                 Sync with HEAD
13583
13584 2005-01-21 [colin]      1.0.0cvs7.1
13585
13586         * src/summaryview.c
13587                 Sync with HEAD
13588
13589 2005-01-21 [colin]      1.0.0cvs6.1
13590
13591         * src/summaryview.c
13592                 Sync with HEAD
13593
13594 2005-01-21 [colin]      1.0.0cvs5.1
13595
13596         * src/gtk/quicksearch.c
13597         * src/prefs_common.c
13598         * src/prefs_common.h
13599                 Sync with HEAD (recurse option)
13600
13601 2005-01-21 [colin]      1.0.0cvs4.1
13602
13603         * src/folder.h
13604         * src/folderview.c
13605         * src/folderview.h
13606         * src/summaryview.c
13607         * src/gtk/quicksearch.c
13608         * src/gtk/quicksearch.h
13609                 Sync with HEAD (recursive quicksearch)
13610
13611 2005-01-20 [colin]      1.0.0cvs3.4
13612
13613         * src/ssl_manager.c
13614                 Remove useless code
13615
13616 2005-01-20 [colin]      1.0.0cvs3.3
13617
13618         * src/ssl_manager.c
13619                 Fix leak, thanks to Alfons.
13620
13621 2005-01-20 [colin]      1.0.0cvs3.2
13622
13623         * src/ssl_manager.c
13624                 Port SSL certificate window to GTK2.
13625
13626 2005-01-20 [paul]       1.0.0cvs3.1
13627
13628         * ChangeLog.claws
13629         * configure.ac
13630         * src/addrindex.c
13631         * src/addrindex.h
13632                 sync with HEAD
13633
13634 2005-01-19 [colin]      1.0.0cvs2.2
13635
13636         * src/plugins/trayicon/trayicon.c
13637                 Fix freeze with gtk-2.6, the easy way
13638                 (signal blocking helpless there...)
13639                 Closes bug #668.
13640
13641 2005-01-19 [colin]      1.0.0cvs2.1
13642
13643         * src/mbox.c
13644         * src/mbox.h
13645         * src/mainwindow.c
13646         * src/summaryview.c
13647         * src/summaryview.h
13648                 Sync with HEAD
13649
13650 2005-01-19 [paul]       1.0.0cvs1.1
13651
13652         * configure.ac
13653         * po/de.po
13654         * po/es.po
13655         * po/fr.po
13656         * po/hr.po
13657         * po/it.po
13658         * po/ja.po
13659         * po/ko.po
13660         * po/pt_BR.po
13661         * po/ru.po
13662         * po/sk.po
13663         * po/sr.po
13664                 sync with HEAD (update translations)
13665
13666 2005-01-18 [colin]      1.0.0cvs0.1
13667
13668         * src/foldersel.c
13669                 Specify search column - patch by Alfons
13670
13671 2005-01-18 [colin]      0.9.13cvs36.3
13672
13673         * src/prefs_toolbar.c
13674                 Change Delete to Remove
13675         * src/prefs_fonts.c
13676                 GTK2 version and leak fixes
13677         * src/prefs_actions.c
13678                 Add stock buttons.
13679                 All patches by Alfons
13680
13681 2005-01-17 [colin]      0.9.13cvs36.2
13682
13683         * src/compose.c
13684                 Fix DnD inserting twice. While at it,
13685                 add DnD support for text/plain in the
13686                 body, and add support in the headers.
13687
13688 2005-01-16 [colin]      0.9.13cvs36.1
13689
13690         * ChangeLog
13691         * ChangeLog.jp
13692         * ChangeLog.claws
13693                 Sync with HEAD (nothing applicable)
13694
13695 2005-01-16 [colin]      0.9.13cvs33.2
13696
13697         * src/prefs_toolbar.c
13698                 GTK2ize prefs_toolbar, by Alfons.
13699
13700 2005-01-14 [colin]      0.9.13cvs33.1
13701
13702         * src/html.c
13703         * src/msgcache.c
13704                 Sync with HEAD
13705
13706 2005-01-14 [colin]      0.9.13cvs32.1
13707
13708         * src/html.c
13709         * src/html.h
13710         * src/msgcache.c
13711         * AUTHORS
13712         * tools/calypso_convert.pl
13713                 Sync with HEAD
13714
13715 2005-01-08 [colin]      0.9.13cvs29.2
13716
13717         * src/prefs_filtering_action.c
13718         * src/prefs_filtering.c
13719                 2 more gtk2 patches by Alfons
13720
13721 2005-01-07 [paul]       0.9.13cvs29.1
13722
13723         * ChangeLog
13724         * ChangeLog.claws
13725         * ChangeLog.jp
13726         * configure.ac
13727         * src/pop.c
13728         * src/pop.h
13729                 sync with HEAD
13730
13731 2005-01-07 [colin]      0.9.13cvs28.3
13732
13733         * src/gtk/progressdialog.c
13734         * src/gtk/progressdialog.h
13735         * src/inc.c
13736         * src/send_message.c
13737                 GTK2 for the incorporation dialog. The CList isn't dead
13738                 yet, for a more smooth migration. Patch by Alfons.
13739
13740 2005-01-06 [colin]      0.9.13cvs28.2
13741
13742         * src/prefs_display_header.c
13743                 GTK2 conversion by Alfons
13744         * src/prefs_actions.c
13745         * src/prefs_matcher.c
13746                 Fix 2 leaks - patch by Alfons
13747
13748 2005-01-06 [colin]      0.9.13cvs28.1
13749
13750         * src/prefs_matcher.c
13751                 Sync with HEAD
13752
13753 2005-01-06 [colin]      0.9.13cvs27.4
13754
13755         * src/prefs_matcher.c
13756                 Fix double-free. Patch by Alfons
13757
13758 2005-01-06 [colin]      0.9.13cvs27.3
13759
13760         * src/prefs_matcher.c
13761                 GTK2 widgets + memleak
13762                 Patch by Alfons
13763
13764 2005-01-05 [colin]      0.9.13cvs27.2
13765
13766         * src/account.c
13767         * src/addr_compl.c
13768         * src/foldersel.c
13769         * src/stock_pixmap.c
13770         * src/stock_pixmap.h
13771                 3 more GTK2 patches by Alfons.
13772
13773 2005-01-04 [colin]      0.9.13cvs27.1
13774
13775         * src/folderview.c
13776         * src/imap_gtk.c
13777         * src/news_gtk.c
13778                 Sync with HEAD
13779
13780 2005-01-04 [colin]      0.9.13cvs25.9
13781
13782         * src/compose.c
13783                 Fix Show Ruler menuitem
13784         * src/prefs_template.c
13785                 Convert to GTK2
13786         * src/common/utils.c
13787                 Make auto pointer stuff handles NULLs
13788                 Patches by Alfons.
13789
13790 2005-01-04 [colin]      0.9.13cvs25.8
13791
13792         * src/compose.c
13793                 Move the attachment list to gtk2
13794                 Patch by Alfons.
13795
13796 2005-01-04 [colin]      0.9.13cvs25.7
13797
13798         * src/textview.c
13799                 Make some keys work again
13800                 Patch by SungHyun Nam <namsh@kldp.org>
13801
13802 2005-01-04 [colin]      0.9.13cvs25.6
13803
13804         * src/gtk/gtkshruler.c
13805                 Move the ruler to GTK2
13806                 Patch by Alfons
13807
13808 2005-01-03 [colin]      0.9.13cvs25.5
13809
13810         * src/compose.c
13811                 Fix my broken patch apply 
13812
13813 2005-01-03 [colin]      0.9.13cvs25.4
13814
13815         * src/common/utils.c
13816         * src/common/utils.h
13817         * src/gtk/prefswindow.c
13818                 Move auto pointer stuff to utils.c
13819                 Patch by Alfons again :)
13820
13821 2005-01-03 [colin]      0.9.13cvs25.3
13822
13823         * src/compose.c
13824         * src/prefs_gtk.c
13825         * src/prefs_template.c
13826         * src/textview.c
13827                 Empty text widgets with empty strings, not NULL char
13828                 Patch by SungHyun Nam <namsh@kldp_org>
13829
13830 2005-01-03 [colin]      0.9.13cvs25.2
13831
13832         * src/main.c
13833         * AUTHORS
13834                 Sync with HEAD
13835
13836 2005-01-03 [colin]      0.9.13cvs25.1
13837
13838         * src/pop.c
13839         * src/pop.h
13840                 Sync with HEAD
13841
13842 2005-01-03 [colin]      0.9.13cvs24.3
13843
13844         * src/account.c
13845                 Two patches from Alfons and Alex S Moore:
13846                 fix images, fix return value.
13847
13848 2005-01-01 [colin]      0.9.13cvs24.2
13849
13850         * src/prefs_actions.c
13851                 Fix over-zealous assertion. Patch by Alfons
13852
13853 2005-01-01 [colin]      0.9.13cvs24.1
13854
13855         * src/procmime.c
13856                 Sync with HEAD (leak fix)
13857
13858 2004-12-31 [colin]      0.9.13cvs23.2
13859
13860         * src/prefs_common.c
13861                 GTK2 widgets + stock buttons - patch by Alfons
13862
13863 2004-12-31 [paul]       0.9.13cvs23.1
13864
13865         * configure.ac
13866                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13867         * src/gtk/pluginwindow.c
13868                 use GTK2 widgets and plug memory leaks,
13869                 patches by Alfons
13870
13871 2004-12-30 [colin]      0.9.13cvs22.4
13872
13873         * src/account.c
13874         * src/action.c
13875         * src/export.c
13876         * src/foldersel.c
13877         * src/import.c
13878         * src/message_search.c
13879         * src/prefs_actions.c
13880         * src/prefs_common.c
13881         * src/prefs_customheader.c
13882         * src/prefs_filtering.c
13883         * src/prefs_summary_column.c
13884         * src/summary_search.c
13885         * src/gtk/about.c
13886         * src/gtk/description_window.c
13887         * src/gtk/gtkutils.c
13888         * src/gtk/gtkutils.h
13889         * src/gtk/inputdialog.c
13890         * src/gtk/prefswindow.c
13891                 Use GTK2 stock buttons. Patches by Alfons.
13892
13893 2004-12-30 [colin]      0.9.13cvs22.3
13894
13895         * src/account.c
13896                 Sync with HEAD
13897         * src/prefs_actions.c
13898         * src/prefs_customheader.c
13899         * src/prefs_filtering.c
13900         * src/prefs_msg_colors.c
13901         * src/prefs_summary_column.c
13902         * src/gtk/prefswindow.c
13903                 Use GtkTreeView instead of deprecated 
13904                 widgets. Patches by Alfons.
13905
13906 2004-12-30 [paul]       0.9.13cvs22.2
13907
13908         * src/foldersel.c
13909                 use GTK 2 Tree View
13910                 patch by Alfons, with root folder sorting fix
13911                 by Stephan Sachse
13912
13913 2004-12-30 [paul]       0.9.13cvs22.1
13914
13915         * ChangeLog
13916         * ChangeLog.claws
13917         * ChangeLog.jp
13918         * NEWS
13919         * configure.ac
13920         * src/account.c
13921                 sync with HEAD
13922
13923 2004-12-22 [martin]     0.9.13cvs21.2
13924
13925         * src/action.c
13926                 free the command line after its use
13927
13928 2004-12-18 [paul]       0.9.13cvs21.1
13929
13930         * AUTHORS
13931         * ChangeLog
13932         * ChangeLog.claws
13933         * ChangeLog.jp
13934         * NEWS
13935         * configure.ac
13936         * src/action.c
13937         * src/compose.c
13938         * src/syldap.c
13939                 sync with HEAD
13940
13941 2004-12-17 [martin]     0.9.13cvs17.2
13942
13943         * src/action.c
13944                 convert actions input to locale
13945         * src/inc.c
13946                 convert notification command to locale
13947         * src/plugins/pgpmime/select-keys.c
13948                 convert attributes to utf8
13949
13950 2004-12-14 [colin]      0.9.13cvs17.1
13951
13952         * ChangeLog
13953         * ChangeLog.jp
13954         * ChangeLog.claws
13955         * src/action.c
13956         * src/common/utils.c
13957         * src/gtk/prefswindow.c
13958         * src/gtk/gtkutils.c
13959         * src/gtk/gtkutils.h
13960         * src/plugins/spamassassin/libspamc.c
13961                 Sync with HEAD
13962
13963 2004-12-13 [colin]      0.9.13cvs14.1
13964
13965         * src/quote_fmt_parse.y
13966                 Sync with HEAD
13967
13968 2004-12-10 [colin]      0.9.13cvs12.1
13969
13970         * src/prefs_themes.c
13971         * src/mainwindow.c
13972         * src/messageview.c
13973                 Sync with HEAD
13974
13975 2004-12-09 [colin]      0.9.13cvs10.1
13976
13977         * src/procmime.c
13978                 Sync with HEAD (fix B64 encoding from memory)
13979
13980 2004-12-08 [colin]      0.9.13cvs9.1
13981
13982         * src/gtk/colorlabel.c
13983                 Sync with HEAD
13984
13985 2004-12-08 [paul]       0.9.13cvs8.2
13986
13987         * src/gtk/pluginwindow.c
13988                 fix window resizing oddities
13989
13990 2004-12-08 [colin]      0.9.13cvs8.1
13991
13992         * src/quote_fmt_parse.y
13993                 Sync with HEAD
13994
13995 2004-12-08 [colin]      0.9.13cvs7.1
13996
13997         * src/matcher_parser_parse.y
13998         * src/msgcache.c
13999         * src/prefs_matcher.c
14000         * src/procheader.c
14001         * src/matcher.c
14002         * src/common/defs.h
14003         * po/sr.po
14004                 Sync with HEAD
14005
14006 2004-12-08 [colin]      0.9.13cvs6.1
14007
14008         * src/quote_fmt_parse.y
14009         * src/textview.c
14010                 Sync with HEAD
14011         * src/gtk/prefswindow.c
14012         * src/gtk/pluginwindow.c
14013                 Fix G_CALLBACKS protos (thanks to Alfons)
14014
14015 2004-12-07 [torte]      0.9.13cvs2.2
14016
14017         * src/procmime.c
14018                 [Bug 650] reply button causes crash
14019                 Thanks to David Relson and Christoph
14020
14021 2004-12-07 [colin]      0.9.13cvs2.1
14022
14023         * ChangeLog.claws
14024         * AUTHORS
14025         * po/sk.po
14026         * src/procmime.c
14027         * src/prefs_account.c
14028         * src/common/smtp.c
14029         * src/common/smtp.h
14030                 Sync with HEAD
14031
14032 2004-12-06 [colin]      0.9.12cvs187.1
14033
14034         * ChangeLog.claws
14035         * INSTALL
14036         * Makefile.am
14037         * README.claws
14038         * TODO.claws
14039         * configure.ac
14040         * po/bg.po
14041         * po/cs.po
14042         * po/el.po
14043         * po/en_GB.po
14044         * po/es.po
14045         * po/fr.po
14046         * po/hr.po
14047         * po/hu.po
14048         * po/it.po
14049         * po/ja.po
14050         * po/ko.po
14051         * po/nl.po
14052         * po/pl.po
14053         * po/pt_BR.po
14054         * po/ru.po
14055         * po/sk.po
14056         * po/sr.po
14057         * po/sv.po
14058         * po/zh_CN.po
14059         * po/zh_TW.Big5.po
14060         * src/compose.c
14061         * tools/Makefile.am
14062         * tools/README
14063         * tools/filter_conv.pl
14064         * tools/kdeservicemenu/README
14065         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14066         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14067                 Sync with HEAD
14068
14069 2004-12-04 [colin]      0.9.12cvs183.1
14070
14071         * src/compose.c
14072                 Sync with HEAD (compose window position saving)
14073
14074 2004-12-04 [paul]       0.9.12cvs182.3
14075
14076         * src/messageview.c
14077         * src/mimeview.c
14078         * src/prefs_customheader.c
14079         * src/gtk/quicksearch.c
14080                 replace some forgotten GTK_SIGNAL_FUNCs
14081
14082 2004-12-04 [paul]       0.9.12cvs182.2
14083
14084         * src/Makefile.am
14085                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14086                 committed in error      
14087
14088 2004-12-04 [paul]       0.9.12cvs182.1
14089
14090         * ChangeLog
14091         * ChangeLog.claws
14092         * ChangeLog.jp
14093         * INSTALL
14094         * NEWS
14095         * README
14096         * README.jp
14097         * configure.ac
14098         * doc/manual/ja/Makefile.am
14099         * doc/manual/ja/sylpheed-1.html
14100         * doc/manual/ja/sylpheed-10.html
14101         * doc/manual/ja/sylpheed-11.html
14102         * doc/manual/ja/sylpheed-12.html
14103         * doc/manual/ja/sylpheed-13.html
14104         * doc/manual/ja/sylpheed-14.html
14105         * doc/manual/ja/sylpheed-15.html
14106         * doc/manual/ja/sylpheed-16.html
14107         * doc/manual/ja/sylpheed-17.html
14108         * doc/manual/ja/sylpheed-18.html
14109         * doc/manual/ja/sylpheed-19.html
14110         * doc/manual/ja/sylpheed-2.html
14111         * doc/manual/ja/sylpheed-20.html
14112         * doc/manual/ja/sylpheed-3.html
14113         * doc/manual/ja/sylpheed-4.html
14114         * doc/manual/ja/sylpheed-5.html
14115         * doc/manual/ja/sylpheed-6.html
14116         * doc/manual/ja/sylpheed-7.html
14117         * doc/manual/ja/sylpheed-8.html
14118         * doc/manual/ja/sylpheed-9.html
14119         * doc/manual/ja/sylpheed.html
14120         * doc/manual/ja/sylpheed.sgml
14121         * po/de.po
14122         * src/Makefile.am
14123         * src/compose.c
14124         * src/procmime.c
14125         * src/pixmaps/regular.xpm **REMOVED**
14126         * src/plugins/pgpmime/pgpmime.c
14127         * src/plugins/pgpmime/plugin.c
14128         * src/plugins/pgpmime/prefs_gpg.c
14129                 sync with HEAD
14130
14131 2004-12-03 [paul]       0.9.12cvs180.1
14132
14133         * ChangeLog
14134         * ChangeLog.claws
14135         * ChangeLog.jp
14136         * configure.ac
14137         * src/Makefile.am
14138         * src/pop.c
14139         * src/common/utils.c
14140         * src/common/utils.h
14141         * src/pixmaps/continue.xpm
14142         * src/pixmaps/dir_close.xpm
14143         * src/pixmaps/dir_open.xpm
14144         * src/pixmaps/drafts_close.xpm
14145         * src/pixmaps/drafts_open.xpm
14146         * src/pixmaps/folder.xpm **REMOVED**
14147         * src/pixmaps/group.xpm
14148         * src/pixmaps/unread.xpm
14149                 sync with HEAD
14150
14151 2004-12-02 [colin]      0.9.12cvs179.1
14152
14153         * src/compose.c
14154                 Sync with HEAD (non-duplicated reedition)
14155
14156 2004-12-02 [colin]      0.9.12cvs178.1
14157
14158         * src/compose.c
14159                 Sync with HEAD (linewrap_quote fix)
14160
14161 2004-12-01 [colin]      0.9.12cvs177.3
14162
14163         * src/addrharvest.c
14164                 Replace sizeof with strlen
14165
14166 2004-12-01 [paul]       0.9.12cvs177.2
14167
14168         * src/addrharvest.c
14169                 fix 'harvest addresses'
14170
14171 2004-11-30 [colin]      0.9.12cvs177.1
14172
14173         * src/gtk/prefswindow.c
14174         * src/gtk/pluginwindow.c
14175                 Sync with HEAD
14176
14177 2004-11-29 [colin]      0.9.12cvs176.1
14178
14179         * src/folderview.c
14180                 sync with HEAD (Fix disappearing separators in folderview's popup)
14181
14182 2004-11-29 [colin]      0.9.12cvs175.1
14183
14184         * src/procmime.c
14185                 Sync with head (another format fix)
14186
14187 2004-11-29 [colin]      0.9.12cvs174.1
14188
14189         * src/pop.c
14190                 Sync with HEAD (format string fix)
14191
14192 2004-11-26 [colin]      0.9.12cvs173.1
14193
14194         * src/common/smtp.c
14195         * src/common/smtp.h
14196                 Sync with HEAD
14197
14198 2004-11-24 [colin]      0.9.12cvs172.1
14199
14200         * src/plugins/pgpmime/pgpmime.c
14201                 Sync with HEAD
14202
14203 2004-11-24 [colin]      0.9.12cvs171.1
14204
14205         * src/plugins/pgpmime/pgpmime.c
14206                 Sync with head (gpgmectx leaks)
14207
14208 2004-11-24 [colin]      0.9.12cvs169.1
14209
14210         * src/plugins/pgpmime/plugin.c
14211         * src/plugins/trayicon/Makefile.am
14212         * src/plugins/trayicon/newmarkedmail.xpm
14213         * src/plugins/trayicon/trayicon.c
14214         * src/plugins/trayicon/unreadmarkedmail.xpm
14215                 Sync with HEAD
14216
14217 2004-11-23 [colin]      0.9.12cvs168.1
14218
14219         * src/partial_download.c
14220         * src/partial_download.h
14221         * src/plugins/pgpmime/plugin.c
14222                 Sync with HEAD
14223
14224 2004-11-23 [colin]      0.9.12cvs166.1
14225
14226         * src/Makefile.am
14227         * src/codeconv.c
14228         * src/compose.c
14229         * src/folderview.c
14230         * src/main.c
14231         * src/partial_download.c
14232         * src/partial_download.h
14233         * src/prefs_account.c
14234         * src/prefs_account.h
14235         * src/privacy.c
14236         * src/privacy.h
14237         * src/procmime.c
14238         * src/common/Makefile.am
14239         * src/common/base64.h
14240         * src/common/partial_download.c
14241         * src/common/partial_download.h
14242         * src/gtk/prefswindow.c
14243         * src/gtk/prefswindow.h
14244         * src/plugins/pgpmime/pgpmime.c
14245         * src/plugins/pgpmime/prefs_gpg.c
14246         * src/plugins/pgpmime/prefs_gpg.h
14247         * src/plugins/pgpmime/sgpgme.c
14248         * src/plugins/pgpmime/sgpgme.h
14249                 Sync with HEAD
14250
14251 2004-11-23 [colin]      0.9.12cvs163.1
14252
14253         * src/main.c
14254                 Sync with HEAD (cursor optimization)
14255
14256 2004-11-23 [colin]      0.9.12cvs162.1
14257
14258         * src/prefs_common.c
14259         * src/prefs_themes.c
14260         * src/procmsg.c
14261                 Sync with HEAD
14262
14263 2004-11-23 [colin]      0.9.12cvs158.9
14264
14265         * src/compose.c
14266                 Fix double-free when forwarding
14267         * src/msgcache.c
14268                 Fix leak on error path
14269                 
14270
14271 2004-11-23 [colin]      0.9.12cvs158.8
14272
14273         * src/compose.c
14274                 Fix possible double-free
14275                 Spotted by Alfons
14276
14277 2004-11-23 [colin]      0.9.12cvs158.7
14278
14279         * src/compose.c
14280                 Fix some signal handlers' prototypes
14281                 Spotted by Alfons
14282
14283 2004-11-22 [colin]      0.9.12cvs158.6
14284
14285         * src/compose.c
14286                 Remove unneeded code and duplicated
14287                 wrapping - patch by Alfons
14288
14289 2004-11-22 [colin]      0.9.12cvs158.5
14290
14291         * src/prefs_themes.c
14292                 Fix oversized selector
14293
14294 2004-11-22 [colin]      0.9.12cvs158.4
14295
14296         * src/compose.c
14297                 fix dump_text()
14298                 patch by Alfons
14299
14300 2004-11-19 [colin]      0.9.12cvs158.3
14301
14302         * src/textview.c
14303                 Add a context menu on links (open, copy)
14304
14305 2004-11-18 [paul]       0.9.12cvs158.2
14306
14307         * src/addrgather.c
14308         * src/exphtmldlg.c
14309         * src/expldifdlg.c
14310         * src/mimeview.c
14311         * src/prefs_common.c
14312         * src/plugins/image_viewer/viewer.c
14313         * src/plugins/spamassassin/spamassassin_gtk.c
14314                 replace deprecated gtk_notebook_set_page
14315                 and gtk_notebook_current_page
14316
14317 2004-11-18 [paul]       0.9.12cvs158.1
14318
14319         * configure.ac
14320         * src/compose.c
14321         * src/mainwindow.c
14322         * src/messageview.c
14323         * src/prefs_common.c
14324         * src/common/utils.c
14325         * src/common/utils.h
14326                 sync with HEAD
14327
14328 2004-11-17 [colin]      0.9.12cvs156.1
14329
14330         * src/prefs_account.c
14331         * src/prefs_account.h
14332         * src/procmsg.c
14333                 Sync with HEAD (add pref to store encrypted mails encrypted)
14334
14335 2004-11-17 [paul]       0.9.12cvs155.1
14336
14337         * ChangeLog
14338         * ChangeLog.claws
14339         * ChangeLog.jp
14340         * NEWS
14341         * configure.ac
14342         * src/compose.c
14343         * src/jpilot.c
14344         * src/privacy.c
14345         * src/procmime.c
14346         * src/procmime.h
14347         * src/procmsg.c
14348         * src/toolbar.c
14349         * src/pixmaps/error.xpm
14350                 sync with HEAD
14351
14352 2004-11-17 [colin]      0.9.12cvs151.1
14353
14354         * src/plugins/pgpmime/pgpmime.c
14355                 Sync with HEAD (remove debug printf)
14356
14357 2004-11-17 [colin]      0.9.12cvs150.1
14358
14359         * src/plugins/pgpmime/pgpmime.c
14360                 Sync with HEAD (off-by-one fix)
14361
14362 2004-11-17 [colin]      0.9.12cvs149.1
14363
14364         * src/procmsg.c
14365                 Sync with HEAD (coding style fixes)
14366
14367 2004-11-16 [colin]      0.9.12cvs148.1
14368
14369         * src/procmsg.c
14370                 Sync with head (Fix the fix)
14371
14372 2004-11-16 [colin]      0.9.12cvs147.1
14373
14374         * src/procmsg.c
14375                 Sync with Main (leak fix)
14376
14377 2004-11-16 [colin]      0.9.12cvs146.14
14378
14379         * src/compose.c
14380                 Remove useless chunk of code
14381                 Patch by Alfons
14382
14383 2004-11-15 [colin]      0.9.12cvs146.13
14384
14385         * src/compose.c
14386                 Fix drafting after insertion
14387                 Patch by Alfons
14388
14389 2004-11-15 [colin]      0.9.12cvs146.12
14390
14391         * src/compose.c
14392         * src/prefs_filtering.c
14393         * src/prefs_filtering_action.c
14394         * src/prefs_toolbar.c
14395                 Fix some const-correctness
14396
14397 2004-11-15 [colin]      0.9.12cvs146.11
14398
14399         * src/summaryview.c
14400         * src/prefs_themes.c
14401         * src/messageview.c
14402                 Fix some leaks
14403
14404 2004-11-15 [colin]      0.9.12cvs146.10
14405
14406         * src/codeconv.c
14407                 More unreadable locale fixes
14408
14409 2004-11-14 [colin]      0.9.12cvs146.9
14410
14411         * src/textview.c
14412                 Fix uri_security_check
14413                 Patch by Alfons
14414
14415 2004-11-13 [paul]       0.9.12cvs146.8
14416
14417         * src/folder.c
14418         * src/procmime.c
14419                 fix 2 bugs introduced in last commit
14420
14421 2004-11-13 [paul]       0.9.12cvs146.7
14422
14423         * src/compose.c
14424         * src/exporthtml.c
14425         * src/exportldif.c
14426         * src/folder.c
14427         * src/imap.c
14428         * src/imap_gtk.c
14429         * src/main.c
14430         * src/mainwindow.c
14431         * src/messageview.c
14432         * src/mh_gtk.c
14433         * src/prefs_themes.c
14434         * src/procmime.c
14435         * src/setup.c
14436         * src/summaryview.c
14437                 replace deprecated g_basename
14438
14439 2004-11-13 [paul]       0.9.12cvs146.6
14440
14441         * src/compose.c
14442         * src/imap.c
14443         * src/matcher_parser.h
14444         * src/matcher_parser_parse.y
14445         * src/prefs_filtering.c
14446         * src/prefs_filtering_action.c
14447         * src/prefs_themes.c
14448         * src/prefs_toolbar.c
14449         * src/common/utils.c
14450                 various small fixes/cleanups
14451
14452 2004-11-12 [colin]      0.9.12cvs146.5
14453
14454         * src/textview.c
14455                 Validate event's origin on visibility notify
14456                 Patch by Alfons.
14457
14458 2004-11-12 [paul]       0.9.12cvs146.4
14459
14460         * src/exporthtml.c
14461         * src/exportldif.c
14462         * src/imap.c
14463         * src/mh.c
14464         * src/mimeview.c
14465         * src/prefs_spelling.c
14466         * src/prefs_themes.c
14467                 replace deprecated g_dirname    
14468
14469 2004-11-12 [colin]      0.9.12cvs146.3
14470
14471         * src/textview.c
14472                 Some coding style fixes
14473
14474 2004-11-12 [colin]      0.9.12cvs146.2
14475
14476         * src/codeconv.c
14477                 We want to replace _all_ extended chars in
14478                 conv_unreadable_*, because any string containing
14479                 extended chars not parsing as UTF8 is 
14480                 undisplayed on gtk2.
14481
14482 2004-11-12 [paul]       0.9.12cvs146.1
14483
14484         * ChangeLog
14485         * ChangeLog.claws
14486         * ChangeLog.jp
14487         * NEWS
14488         * configure.ac
14489         * src/account.c
14490         * src/folderview.c
14491         * src/folderview.h
14492         * src/imap.c
14493         * src/imap_gtk.c
14494         * src/inc.c
14495         * src/mainwindow.c
14496         * src/mh_gtk.c
14497         * src/news_gtk.c
14498         * src/pop.c
14499         * src/prefs_account.c
14500         * src/prefs_account.h
14501         * src/prefs_ext_prog.c
14502         * src/procmime.c
14503         * src/procmime.h
14504         * src/procmsg.c
14505         * src/procmsg.h
14506         * src/summary_search.c
14507         * src/summaryview.c
14508         * src/textview.c
14509         * src/common/defs.h
14510         * src/common/utils.c
14511         * src/common/utils.h
14512         * src/gtk/menu.c
14513         * src/gtk/menu.h
14514                 sync with HEAD
14515
14516 2004-11-11 [colin]      0.9.12cvs144.2
14517
14518         * src/textview.c
14519                 Fix URI range selection (patch by Alfons)
14520
14521 2004-11-09 [colin]      0.9.12cvs144.1
14522
14523         * ChangeLog.claws
14524         * src/compose.c
14525         * src/folder.c
14526         * src/folder_item_prefs.c
14527         * src/prefs_account.c
14528         * src/prefs_account.h
14529         * src/plugins/pgpmime/pgpmime.c
14530                 Sync with HEAD
14531
14532 2004-11-08 [colin]      0.9.12cvs143.1
14533
14534         * src/summaryview.c
14535                 Sync with HEAD (optimize quicksearch)
14536
14537 2004-11-08 [colin]      0.9.12cvs142.2
14538
14539         * src/compose.c
14540                 Don't wrap when Edit/Auto wrapping is disabled
14541
14542 2004-11-08 [colin]      0.9.12cvs142.1
14543
14544         * src/textview.c
14545                 Sync with HEAD
14546
14547 2004-11-08 [colin]      0.9.12cvs141.1
14548
14549         * src/textview.c
14550                 Sync with HEAD (fix some mail URIs)
14551
14552 2004-11-08 [colin]      0.9.12cvs140.3
14553
14554         * src/textview.c
14555                 o Use text cursor instead of arrow when
14556                   not on a link
14557                 o Fix handling of contiguous links (as in
14558                   "colin@colino.net" <colin@colino.net>)
14559                   This one unveils a bug in get_email_part()
14560
14561 2004-11-07 [colin]      0.9.12cvs140.2
14562
14563         * src/textview.c
14564                 Fix memleak. Patch by Alfons.
14565
14566 2004-11-06 [colin]      0.9.12cvs140.1
14567
14568         * src/compose.c
14569                 Sync with HEAD (don't ask passphrase
14570                 when drafting)
14571
14572 2004-11-06 [paul]       0.9.12cvs139.2
14573
14574         * AUTHORS
14575         * src/textview.c
14576         * src/textview.h
14577                 textview URI handling. hovering over a 
14578                 link displays it in the status bar,
14579                 and changes the mouse pointer to a hand 
14580                 cursor. a link is activated with a single 
14581                 click. (Modified from the) patch by Jean-Yves 
14582                 Lefort <jylefort@users.sourceforge.net>
14583                 
14584
14585 2004-11-05 [colin]      0.9.12cvs139.1
14586
14587         * src/compose.c
14588         * src/procmime.c
14589                 Sync with HEAD again ^^
14590
14591 2004-11-05 [colin]      0.9.12cvs139.1
14592
14593         * src/compose.c
14594         * src/procmime.c
14595                 Sync with HEAD
14596
14597 2004-11-03 [paul]       0.9.12cvs138.1
14598
14599         * ChangeLog.claws
14600         * configure.ac
14601         * po/POTFILES.in
14602         * src/prefs_ext_prog.c
14603         * src/procmime.c
14604         * tools/kdeservicemenu/README
14605         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14606         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14607                 sync with HEAD
14608
14609 2004-11-01 [christoph]  0.9.12cvs136.2
14610
14611         * src/procmime.c
14612                 convert MIME parameters to UTF-8
14613
14614 2004-10-29 [colin]      0.9.12cvs136.1
14615
14616         * src/common/utils.c
14617                 Sync with HEAD (don't use '=' in mime boundary)
14618
14619 2004-10-29 [paul]       0.9.12cvs135.1
14620
14621         * configure.ac
14622         * doc/src/rfc2231.txt
14623         * src/procmime.c
14624         * src/common/quoted-printable.c
14625         * src/common/utils.c
14626         * src/common/utils.h
14627                 sync with HEAD
14628
14629 2004-10-27 [paul]       0.9.12cvs134.1
14630
14631         * configure.ac
14632         * src/main.c
14633         * src/procmime.c
14634         * src/plugins/pgpmime/pgpmime.c
14635                 sync with HEAD
14636
14637 2004-10-26 [paul]       0.9.12cvs132.3
14638
14639         * src/account.c
14640         * src/addressbook.c
14641         * src/addrgather.c
14642         * src/addrharvest.c
14643         * src/codeconv.c
14644         * src/compose.c
14645         * src/customheader.c
14646         * src/editaddress.c
14647         * src/editgroup.c
14648         * src/enriched.c
14649         * src/expldifdlg.c
14650         * src/exporthtml.c
14651         * src/exportldif.c
14652         * src/folder.c
14653         * src/foldersel.c
14654         * src/folderview.c
14655         * src/grouplistdialog.c
14656         * src/html.c
14657         * src/imap.c
14658         * src/jpilot.c
14659         * src/ldapserver.c
14660         * src/ldif.c
14661         * src/mimeview.c
14662         * src/news.c
14663         * src/news_gtk.c
14664         * src/pop.c
14665         * src/prefs_display_header.c
14666         * src/prefs_gtk.c
14667         * src/prefs_msg_colors.c
14668         * src/prefs_toolbar.c
14669         * src/procheader.c
14670         * src/procmime.c
14671         * src/summaryview.c
14672         * src/textview.c
14673         * src/toolbar.c
14674         * src/vcard.c
14675         * src/common/mgutils.c
14676         * src/common/nntp.c
14677         * src/common/smtp.c
14678         * src/common/template.c
14679         * src/common/utils.c
14680         * src/common/xmlprops.c
14681         * src/plugins/pgpmime/pgpmime.c
14682         * src/plugins/pgpmime/select-keys.c
14683         * src/plugins/pgpmime/sgpgme.c
14684                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14685                 g_string_sprintfa(), gtk_notebook_current_page()
14686
14687 2004-10-26 [colin]      0.9.12cvs132.2
14688
14689         * src/prefs_folder_item.c
14690                 Fix default-account selection
14691
14692 2004-10-21 [colin]      0.9.12cvs133
14693
14694         * src/compose.c
14695                 Sync with HEAD (Remove extra separator in compose's Options)
14696         * src/textview.c
14697                 Set wrapping to char
14698
14699 2004-10-21 [paul]       0.9.12cvs131.2
14700
14701         * src/compose.c
14702         * src/sourcewindow.c
14703                 fix wrapping
14704                 fix window shrinking 
14705
14706 2004-10-21 [colin]      0.9.12cvs131.1
14707
14708         * ChangeLog.claws
14709         * src/compose.c
14710                 Sync with HEAD
14711
14712 2004-10-21 [paul]       0.9.12cvs130.2
14713
14714         * src/prefs_folder_item.c
14715                 sync with HEAD (Apply to subfolders)
14716
14717 2004-10-19 [colin]      0.9.12cvs130.1
14718
14719         * ChangeLog.claws
14720         * src/compose.c
14721         * src/common/utils.c
14722         * src/gtk/menu.c
14723                 Sync with HEAD
14724
14725 2004-10-19 [colin]      0.9.12cvs128.1
14726
14727         * src/addrbook.c
14728         * src/addrcache.c
14729         * src/addressbook.c
14730         * src/codeconv.c
14731         * src/compose.c
14732         * src/customheader.c
14733         * src/editaddress.c
14734         * src/editgroup.c
14735         * src/exporthtml.c
14736         * src/folder.c
14737         * src/folderview.c
14738         * src/imap.c
14739         * src/jpilot.c
14740         * src/main.c
14741         * src/matcher_parser_parse.y
14742         * src/mbox.c
14743         * src/pop.c
14744         * src/prefs_account.c
14745         * src/prefs_gtk.c
14746         * src/prefs_msg_colors.c
14747         * src/procheader.c
14748         * src/procmime.c
14749         * src/procmime.h
14750         * src/procmsg.c
14751         * src/summaryview.c
14752         * src/textview.c
14753         * src/common/base64.c
14754         * src/common/partial_download.c
14755         * src/common/socket.c
14756         * src/common/sylpheed.c
14757         * src/common/utils.c
14758         * src/common/utils.h
14759         * src/gtk/pluginwindow.c
14760         * src/gtk/quicksearch.c
14761         * src/plugins/clamav/clamav_plugin.c
14762         * src/plugins/clamav/clamav_plugin.h
14763         * src/plugins/clamav/clamav_plugin_gtk.c
14764         * src/plugins/pgpmime/passphrase.c
14765         * src/plugins/pgpmime/pgpmime.c
14766         * src/plugins/pgpmime/plugin.c
14767         * src/plugins/pgpmime/prefs_gpg.c
14768         * src/plugins/pgpmime/prefs_gpg.h
14769         * src/plugins/pgpmime/select-keys.c
14770         * src/plugins/pgpmime/sgpgme.c
14771         * src/plugins/spamassassin/libspamc.c
14772         * src/plugins/spamassassin/spamassassin.c
14773         * src/plugins/spamassassin/spamassassin.h
14774         * src/plugins/spamassassin/spamassassin_gtk.c
14775         * src/plugins/trayicon/trayicon.c
14776         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14777                 Sync with HEAD
14778
14779 2004-10-14 [colin]      0.9.12cvs126.2
14780
14781         * src/codeconv.c
14782         * src/textview.c
14783                 Fix conv_unreadable_locale
14784
14785 2004-10-13 [colin]      0.9.12cvs126.1
14786
14787         * src/compose.c
14788                 Sync with HEAD (don't convert charset for 
14789                 drafted messages, minor cleanup)
14790
14791 2004-10-13 [colin]      0.9.12cvs125.1
14792
14793         * po/POTFILES.in
14794                 Sync with HEAD (POTFILES fix)
14795
14796 2004-10-12 [colin]      0.9.12cvs124.3
14797
14798         * src/compose.c
14799                 Fix encoding bug from latest sync
14800
14801 2004-10-12 [paul]       0.9.12cvs124.2
14802
14803         * src/plugins/pgpmime/prefs_gpg.c
14804         * src/plugins/pgpmime/prefs_gpg.h
14805                 forgotten in last commit        
14806
14807 2004-10-12 [paul]       0.9.12cvs124.1
14808
14809         * ChangeLog.claws
14810         * configure.ac
14811         * m4/spamassassin.m4
14812         * src/Makefile.am
14813         * src/account.c
14814         * src/compose.c
14815         * src/compose.h
14816         * src/crash.c
14817         * src/main.c
14818         * src/mimeview.c
14819         * src/passphrase.c
14820         * src/passphrase.h
14821         * src/prefs_account.c
14822         * src/prefs_account.h
14823         * src/prefs_common.c
14824         * src/privacy.c
14825         * src/privacy.h
14826         * src/procmime.c
14827         * src/procmime.h
14828         * src/procmsg.c
14829         * src/rfc2015.c
14830         * src/rfc2015.h
14831         * src/select-keys.c
14832         * src/select-keys.h
14833         * src/textview.c
14834         * src/common/utils.c
14835         * src/common/utils.h
14836         * src/gtk/about.c
14837         * src/plugins/pgpmime/Makefile.am
14838         * src/plugins/pgpmime/passphrase.c
14839         * src/plugins/pgpmime/passphrase.h
14840         * src/plugins/pgpmime/pgpmime.c
14841         * src/plugins/pgpmime/plugin.c
14842         * src/plugins/pgpmime/select-keys.c
14843         * src/plugins/pgpmime/select-keys.h
14844         * src/plugins/pgpmime/sgpgme.c
14845         * src/plugins/pgpmime/sgpgme.h
14846                 sync with HEAD
14847
14848 2004-10-04 [colin]      0.9.12cvs122.1
14849
14850         * src/mainwindow.c
14851         * src/messageview.c
14852         * src/messageview.h
14853         * src/textview.c
14854                 Sync with HEAD
14855
14856 2004-10-04 [colin]      0.9.12cvs121.1
14857
14858         * src/summaryview.c
14859                 Sync with HEAD
14860
14861 2004-10-04 [paul]       0.9.12cvs120.1
14862
14863         * configure.ac
14864                 sync with HEAD [don't try to build 
14865                 pgpmime plugin when gpgme is disabled]
14866
14867 2004-10-03 [colin]      0.9.12cvs119.3
14868
14869         * src/gtk/gtksctree.c
14870                 Lots of side effects. Put back as before 117.2.
14871         * src/summaryview.c
14872                 Fix bug #602
14873
14874 2004-10-03 [colin]      0.9.12cvs119.2
14875
14876         * src/gtk/gtksctree.c
14877                 Revert 608 fix that doesn't work that good
14878
14879 2004-10-02 [colin]      0.9.12cvs119.1
14880
14881         * src/mainwindow.c
14882         * src/messageview.c
14883         * src/prefs_common.h
14884         * src/procmime.c
14885         * src/procmime.h
14886         * src/textview.c
14887                 Sync with HEAD
14888         * src/gtk/gtksctree.c
14889                 Close bug #608
14890
14891 2004-10-01 [colin]      0.9.12cvs118.1
14892
14893         * src/mimeview.c
14894                 Sync with HEAD (better Save All fix)
14895
14896 2004-10-01 [colin]      0.9.12cvs117.2
14897
14898         * src/gtk/gtksctree.c
14899                 Faster on selection
14900
14901 2004-10-01 [colin]      0.9.12cvs117.1
14902
14903         * src/mimeview.c
14904                 Sync with HEAD (Save All: only attachments)
14905
14906 2004-10-01 [paul]       0.9.12cvs116.1
14907
14908         * ChangeLog.claws
14909         * configure.ac
14910         * src/account.c
14911         * src/prefs_common.c
14912         * src/gtk/colorlabel.c
14913                 sync with HEAD
14914
14915 2004-09-30 [colin]      0.9.12cvs115.1
14916
14917         * src/stock_pixmap.c
14918         * src/stock_pixmap.h
14919         * src/folderview.c
14920         * src/Makefile.am
14921         * src/pixmaps/read.xpm
14922                 Sync with HEAD (new pixmap)
14923
14924 2004-09-29 [colin]      0.9.12cvs114.1
14925
14926         * src/compose.c
14927                 Sync with HEAD
14928                 Fix focus handling in headers
14929
14930 2004-09-29 [paul]       0.9.12cvs113.1
14931
14932         * src/quote_fmt_parse.y
14933                 sync with HEAD
14934  
14935
14936 2004-09-28 [colin]      0.9.12cvs112.1
14937
14938         * src/folderview.c
14939         * src/mainwindow.c
14940                 Sync with HEAD
14941
14942 2004-09-28 [colin]      0.9.12cvs110.1
14943
14944         * src/folderview.c
14945                 Sync with HEAD (Contextual Empty trash menu)
14946
14947 2004-09-28 [colin]      0.9.12cvs108.1
14948
14949         * src/addressbook.c
14950                 Sync with HEAD (addressbook edit on double-click)
14951
14952 2004-09-28 [colin]      0.9.12cvs106.1
14953
14954         * src/inc.c
14955                 Sync with HEAD (folder_item freeze on inc)
14956
14957 2004-09-27 [colin]      0.9.12cvs105.1
14958
14959         * src/folderview.c
14960                 Sync with HEAD (right-align new and unread column)
14961
14962 2004-09-27 [colin]      0.9.12cvs104.1
14963
14964         * src/main.c
14965                 Sync with HEAD (revert 0.9.12cvs101)
14966
14967 2004-09-24 [colin]      0.9.12cvs103.2
14968
14969         * src/wizard.c
14970                 Fix gtk warnings and use domain part of the email address 
14971                 when domain detection fails (no dot in domain name)
14972
14973 2004-09-23 [colin]      0.9.12cvs103.1
14974
14975         * src/plugins/spamassassin/libspamc.c
14976         * src/plugins/spamassassin/libspamc.h
14977         * src/plugins/spamassassin/utils.c
14978         * src/plugins/spamassassin/utils.h
14979                 Sync with HEAD (Update spamassassin to 3.0)
14980
14981 2004-09-21 [colin]      0.9.12cvs102.3
14982
14983         * src/action.c
14984                 Add horizontal scrollbar in action io dialog as needed
14985                 Patch by Alfons.
14986
14987 2004-09-20 [colin]      0.9.12cvs102.2
14988
14989         * src/plugins/image_viewer/viewer.c
14990                 Remove imlib stuff
14991                 use gtk_pixmap_set when clearing
14992                 (would be better to use gtkImages, but causes size-allocate 
14993                 signals storm)
14994
14995 2004-09-17 [paul]       0.9.12cvs102.1
14996
14997         * ChangeLog
14998         * ChangeLog.claws
14999         * ChangeLog.jp
15000         * configure.ac
15001         * src/inc.c
15002                 sync with HEAD
15003
15004
15005 2004-09-17 [colin]      0.9.12cvs101.1
15006
15007         * ChangeLog.claws
15008         * src/main.c
15009                 Sync with HEAD (fix segs at exit)
15010
15011 2004-09-14 [colin]      0.9.12cvs99.5
15012
15013         * src/common/socket.c
15014         * AUTHORS
15015                 Fix send error on 64bit platforms
15016                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15017
15018 2004-09-14 [colin]      0.9.12cvs99.4
15019
15020         * src/action.c
15021                 Fix action output with utf8 
15022                 Patch by Alfons.
15023
15024 2004-09-14 [colin]      0.9.12cvs99.3
15025
15026         * ChangeLog.claws
15027         * src/folder.c
15028                 Sync with HEAD
15029
15030 2004-09-09 [colin]      0.9.12cvs99.2
15031
15032         * src/action.c
15033                 Fix progress bar (displaying "Completed %v/%u")
15034                 Patch by Alfons.
15035
15036 2004-09-08 [colin]      0.9.12cvs99.1
15037
15038         * src/account.c
15039         * src/folder.c
15040         * src/procmsg.c
15041         * src/procmsg.h
15042         * src/plugins/pgpmime/pgpmime.c
15043                 Sync with HEAD
15044
15045 2004-09-08 [colin]      0.9.12cvs97.2
15046
15047         * src/summaryview.c
15048                 Don't select mails in collapsed threads 
15049                 when navigating with up/down
15050
15051 2004-09-07 [colin]      0.9.12cvs97.1
15052
15053         * src/inc.c
15054                 Sync with HEAD (meaningful error messages)
15055
15056 2004-09-06 [colin]      0.9.12cvs96.1
15057
15058         * src/toolbar.c
15059                 Sync with HEAD (fix Redirect graying out)
15060
15061 2004-09-06 [colin]      0.9.12cvs95.1
15062
15063         * src/summaryview.c
15064         * src/mimeview.c
15065                 Sync with HEAD (fix dropped URIs)
15066
15067 2004-09-06 [colin]      0.9.12cvs94.1
15068
15069         * src/addressbook.c
15070         * src/addressitem.h
15071         * src/addritem.c
15072         * src/addritem.h
15073                 Sync with HEAD (addressbook DnD)
15074
15075 2004-09-03 [colin]      0.9.12cvs93.1
15076
15077         * src/summaryview.c
15078                 Sync with HEAD (next/prev unread)
15079
15080 2004-09-03 [colin]      0.9.12cvs92.1
15081
15082         * src/prefs_common.c
15083         * src/prefs_common.h
15084         * src/summaryview.c
15085                 Sync with HEAD ('mark_as_read_delay' pref)
15086
15087 2004-09-02 [colin]      0.9.12cvs91.2
15088
15089         * src/common/xml.c
15090                 Fix leak
15091
15092 2004-09-02 [colin]      0.9.12cvs91.1
15093
15094         * src/gtk/menu.c
15095                 Sync with HEAD (menu accel don't work, but whatever)
15096
15097 2004-09-02 [colin]      0.9.12cvs90.1
15098
15099         * src/account.c
15100                 Sync with HEAD (fix bug 582)
15101
15102 2004-09-02 [colin]      0.9.12cvs89.1
15103
15104         * src/addrindex.c
15105                 Sync with HEAD (free deleted queries)
15106
15107 2004-09-02 [colin]      0.9.12cvs88.1
15108
15109         * src/ldapquery.c
15110                 Sync with HEAD (fix LDAP freezes)
15111
15112 2004-09-02 [colin]      0.9.12cvs87.1
15113
15114         * src/prefs_spelling.c
15115                 Sync with HEAD (add default dictionary)
15116
15117 2004-09-01 [colin]      0.9.12cvs86.1
15118
15119         * src/filtering.c
15120         * src/folderview.c
15121         * src/imap.c
15122         * src/prefs_matcher.c
15123         * src/stock_pixmap.c
15124         * src/summary_search.c
15125         * src/summaryview.c
15126         * src/wizard.c
15127         * src/wizard.h
15128                 Sync with HEAD (uninitialized vars fixes)
15129                 + gtk2 specific warning fixes
15130
15131 2004-08-31 [colin]      0.9.12cvs85.1
15132
15133         * src/folder.c
15134                 Sync with HEAD (Fix memory corruption due to 
15135                 uninitialized var)
15136
15137 2004-08-31 [colin]      0.9.12cvs84.4
15138
15139         * src/summary_search.c
15140                 Fix segfaults when searching in folders with broken headers
15141
15142 2004-08-31 [colin]      0.9.12cvs84.3
15143
15144         * src/compose.c
15145         * src/textview.c
15146                 Fix some more encoding/decoding issues
15147
15148 2004-08-30 [colin]      0.9.12cvs84.2
15149
15150         * src/mimeview.c
15151         * src/prefs_themes.c
15152         * src/gtk/filesel.c
15153         * src/gtk/filesel.h
15154                 Add a folder-mode selection (fixes mimeview's "Save all")
15155
15156 2004-08-29 [colin]      0.9.12cvs84.1
15157
15158         * src/mimeview.c
15159                 Sync with HEAD (don't escape saved filenames)
15160
15161 2004-08-27 [colin]      0.9.12cvs83.1
15162
15163         * ChangeLog
15164         * ChangeLog.claws
15165         * ChangeLog.jp
15166         * src/mh.c
15167         * src/procheader.c
15168         * src/procmsg.c
15169         * src/procmsg.h
15170         * src/common/utils.c
15171         * src/gtk/menu.h
15172         * po/
15173                 Sync with HEAD 0.9.12cvs83 (sync with main)
15174
15175 2004-08-26 [colin]      0.9.12cvs82.4
15176
15177         * src/codeconv.c
15178                 Fix strange stack corruption
15179                 Convert to utf8 after unmime, not before
15180
15181 2004-08-26 [colin]      0.9.12cvs82.3
15182
15183         * src/main.c
15184         * src/wizard.c
15185                 Fix account folders duplication
15186
15187 2004-08-25 [colin]      0.9.12cvs82.2
15188
15189         * src/wizard.c
15190                 Remove ports
15191                 Add SSL selection
15192                 Use login@server as account name
15193
15194 2004-08-25 [colin]      0.9.12cvs82.1
15195
15196         * src/plugins/pgpmime/pgpmime.c
15197                 Sync with HEAD (leak fix).
15198
15199 2004-08-25 [colin]      0.9.12cvs81.1
15200
15201         * src/plugins/pgpmime/pgpmime.c
15202         * src/plugins/pgpmime/sgpgme.c
15203         * src/plugins/pgpmime/sgpgme.h
15204                 Sync with HEAD (Handle combined messages).
15205
15206 2004-08-24 [colin]      0.9.12cvs80.3
15207
15208         * src/wizard.c
15209                 Fix full name, ports, and imap
15210
15211 2004-08-24 [colin]      0.9.12cvs80.2
15212
15213         * src/Makefile.am
15214         * src/main.c
15215         * src/setup.c
15216         * src/setup.h
15217         * src/stock_pixmap.c
15218         * src/stock_pixmap.h
15219         * src/wizard.c ** ADDED **
15220         * src/wizard.h ** ADDED ** 
15221         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15222                 Add a setup wizard 
15223
15224 2004-08-24 [colin]      0.9.12cvs80.1
15225
15226         * src/folder.c
15227                 Sync with HEAD (set mimeflags on all messages)
15228
15229 2004-08-24 [colin]      0.9.12cvs79.3
15230
15231         * src/matcher_parser_lex.l
15232                 Fix 8bits strings not in utf8
15233
15234 2004-08-24 [colin]      0.9.12cvs79.2
15235
15236         * src/compose.c
15237                 Check conversion result before replacing buffer
15238
15239 2004-08-23 [colin]      0.9.12cvs79.1
15240
15241         * src/compose.c
15242                 Sync with HEAD (create message header in memory)
15243
15244 2004-08-23 [colin]      0.9.12cvs78.1
15245
15246         * src/rfc2015.c
15247         * src/rfc2015.h
15248                 Sync with HEAD (fix bug 197 again)
15249
15250 2004-08-23 [colin]      0.9.12cvs77.3
15251
15252         * src/compose.c
15253                 Fix again inline gpg signing (which outputs utf8
15254                 in gtk2). Not syncing this fix to HEAD as this 
15255                 code is meant to die.
15256
15257 2004-08-23 [colin]      0.9.12cvs77.2
15258
15259         * src/prefs_account.h
15260                 Remove useless include
15261
15262 2004-08-23 [colin]      0.9.12cvs77.1
15263
15264         * src/imap.c
15265         * po/es.po
15266         * po/fr.po
15267         * po/it.po
15268         * po/pl.po
15269         * po/pt_BR.po
15270         * po/sk.po
15271         * po/sr.po
15272                 Sync with HEAD (fix bug 577)
15273
15274 2004-08-22 [colin]      0.9.12cvs76.1
15275
15276         * src/plugins/trayicon/trayicon.c
15277                 Sync with HEAD (fix formatting bug)
15278
15279 2004-08-21 [colin]      0.9.12cvs74.2
15280
15281         * src/gtk/colorsel.c
15282                 Fix bug 564 (Folder color selection window exits on any
15283                 keypress)
15284
15285 2004-08-21 [colin]      0.9.12cvs74.1
15286
15287         * ChangeLog.claws
15288         * src/compose.c
15289         * src/summaryview.c
15290         * src/toolbar.c
15291                 Sync with HEAD (fix bug 576)
15292
15293 2004-08-21 [colin]      0.9.12cvs70.1
15294
15295         * src/compose.c
15296         * src/mainwindow.c
15297                 Sync with HEAD
15298                 
15299
15300 2004-08-21 [paul]       0.9.12cvs66.4
15301
15302         * src/mainwindow.c
15303         * src/messageview.c
15304         * src/gtk/menu.c
15305         * src/plugins/spamassassin/spamassassin_gtk.c
15306                 remove some deprecated gtk1 functions
15307
15308
15309 2004-08-21 [colin]      0.9.12cvs66.3
15310
15311         * src/compose.c
15312         * src/codeconv.c
15313                 Fix warnings
15314                 Remove encoding hacks
15315                 Fix bug 575 (Strange character messes up message)
15316                 Don't display conversion error when drafting
15317
15318 2004-08-21 [paul]       0.9.12cvs66.2
15319
15320         * src/prefs_account.c
15321                 fix GnuPG mode bugs
15322
15323
15324 2004-08-20 [colin]      0.9.12cvs66.1
15325
15326         * src/codeconv.c
15327                 Sync with HEAD 0.9.12cvs66
15328
15329 2004-08-20 [paul]
15330
15331         * src/plugins/pgpmime/plugin.c
15332                 modify PGP/MIME plugin's description
15333
15334 2004-08-17 [colin]      0.9.12cvs65.1
15335
15336         * src/common/ssl.c
15337         * src/plugins/pgpmime/plugin.c
15338                 Sync with HEAD
15339
15340 2004-08-14 [colin]      0.9.12cvs60.3
15341
15342         * src/plugins/trayicon/trayicon.c
15343                 Put back resize callback, on size-request signal
15344                 rather than size-allocate to avoid infinite 
15345                 callback loop
15346
15347 2004-08-13 [colin]      0.9.12cvs60.2
15348
15349         * src/common/defs.h
15350                 Cache versions have been fixed
15351
15352 2004-08-13 [colin]      0.9.12cvs60.1
15353
15354         * src/folderutils.c
15355                 Sync with HEAD
15356
15357 2004-08-12 [colin]      0.9.12cvs59.1
15358
15359         * src/plugins/trayicon/trayicon.c
15360                 Sync with HEAD
15361
15362 2004-08-12 [colin]      0.9.12cvs57.5
15363
15364         * sylpheed.desktop
15365         * configure.ac
15366         * src/Makefile.am
15367         * src/main.c
15368                 Add support for Freedesktop.org's startup notification
15369
15370 2004-08-11 [colin]      0.9.12cvs57.4
15371
15372         * src/textview.c
15373                 Fix off-by-one
15374
15375 2004-08-11 [colin]      0.9.12cvs57.3
15376
15377         * src/message_search.c
15378         * src/summary_search.c
15379                 Make searches case insensitive by default
15380         * src/textview.c
15381                 Fix case-insensitive search in message
15382
15383 2004-08-11 [colin]      0.9.12cvs57.2
15384
15385         * src/summary_search.c
15386                 Let case-sensitive be specified
15387
15388 2004-08-10 [colin]      0.9.12cvs55.4
15389
15390         * src/common/socket.c
15391                 Fix the possible race condition
15392
15393 2004-08-09 [paul]       0.9.12cvs55.3
15394
15395         * configure.ac
15396         * src/Makefile.am
15397         * src/common/Makefile.am
15398                 sync with HEAD
15399
15400
15401 2004-08-09 [paul]       0.9.12cvs55.2
15402
15403         * autogen.sh
15404         * po/poconv.sh
15405                 remove unneeded script
15406
15407         * configure.ac
15408                 add forgotten USE_LDAP_TLS (sync with HEAD)
15409
15410
15411 2004-08-09 [colin]      0.9.12cvs55.1
15412
15413         * src/main.c
15414         * src/common/ssl.c
15415         * src/common/sylpheed.c
15416         * src/common/sylpheed.h
15417                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15418
15419 2004-08-09 [paul]       0.9.12cvs54.1
15420
15421         * ChangeLog
15422         * ChangeLog.claws
15423         * ChangeLog.jp
15424         * configure.ac
15425         * po/POTFILES.in
15426         * src/Makefile.am
15427         * src/folderutils.c
15428         * src/main.c
15429         * src/pgpmime.c
15430         * src/pgpmime.h
15431         * src/sgpgme.c
15432         * src/sgpgme.h
15433         * src/plugins/Makefile.am
15434         * src/plugins/pgpmime/.cvsignore
15435         * src/plugins/pgpmime/Makefile.am
15436         * src/plugins/pgpmime/pgpmime.c
15437         * src/plugins/pgpmime/pgpmime.h
15438         * src/plugins/pgpmime/plugin.c
15439         * src/plugins/pgpmime/sgpgme.c
15440         * src/plugins/pgpmime/sgpgme.h
15441                 sync with HEAD
15442
15443 2004-08-08 [paul]       0.9.12cvs51.1
15444
15445         * configure.ac
15446         * src/folder.c
15447                 sync with HEAD
15448
15449 2004-08-07 [colin]      0.9.12cvs50.1
15450
15451         * src/pop.c
15452         * src/common/partial_download.c
15453                 fix warnings (sync from HEAD)
15454
15455 2004-08-07 [colin]      0.9.12cvs48.1
15456
15457         * src/prefs_folder_item.c
15458                 sync with HEAD 0.9.12cvs48
15459
15460 2004-08-06 [colin]      0.9.12cvs47.1
15461
15462         * src/compose.c
15463                 Sync with HEAD
15464
15465 2004-08-06 [christoph]  0.9.12cvs46.2
15466
15467         * src/main.c
15468         * src/plugins/clamav/clamav_plugin_gtk.c
15469         * src/plugins/dillo_viewer/dillo_viewer.c
15470         * src/plugins/image_viewer/plugin.c
15471         * src/plugins/mathml_viewer/mathml_viewer.c
15472         * src/plugins/spamassassin/spamassassin_gtk.c
15473         * src/plugins/trayicon/trayicon.c
15474                 don't mix GTK1.2 plugin with GTK2 plugins
15475
15476 2004-08-06 [colin]      0.9.12cvs46.1
15477
15478         * ChangeLog
15479         * ChangeLog.claws
15480         * ChangeLog.jp
15481         * configure.ac
15482         * sylpheed-claws.pc.in
15483         * src/folder.c
15484         * src/imap.c
15485         * src/localfolder.c
15486         * src/messageview.c
15487         * src/mimeview.c
15488         * src/mimeview.h
15489         * src/msgcache.c
15490         * src/news.c
15491         * src/prefs_ext_prog.c
15492         * src/prefs_folder_item.c
15493         * src/prefs_fonts.c
15494         * src/prefs_msg_colors.c
15495         * src/prefs_spelling.c
15496         * src/prefs_themes.c
15497         * src/prefs_toolbar.c
15498         * src/prefs_wrapping.c
15499         * src/procmime.h
15500         * src/common/defs.h
15501         * src/common/nntp.c
15502         * src/common/session.c
15503         * src/common/session.h
15504         * src/common/socket.c
15505         * src/common/utils.h
15506         * src/common/xml.c
15507         * src/common/xml.h
15508         * src/gtk/prefswindow.c
15509         * src/gtk/prefswindow.h
15510         * src/plugins/clamav/clamav_plugin_gtk.c
15511         * src/plugins/dillo_viewer/dillo_prefs.c
15512         * src/plugins/image_viewer/viewerprefs.c
15513         * src/plugins/spamassassin/spamassassin_gtk.c
15514         * m4/openssl.m4 *** REMOVED ***
15515                 Sync with HEAD 0.9.12cvs46
15516
15517 2004-08-03 [paul]       0.9.12cvs40.2
15518
15519         * src/action.c
15520         * src/addressadd.c
15521         * src/addressbook.c
15522         * src/addrgather.c
15523         * src/browseldap.c
15524         * src/compose.c
15525         * src/crash.c
15526         * src/editaddress.c
15527         * src/editgroup.c
15528         * src/editldap_basedn.c
15529         * src/foldersel.c
15530         * src/importldif.c
15531         * src/mimeview.c
15532         * src/prefs_common.c
15533         * src/prefs_template.c
15534         * src/sourcewindow.c
15535         * src/summaryview.c
15536         * src/gtk/about.c
15537         * src/gtk/foldersort.c
15538         * src/gtk/logwindow.c
15539         * src/gtk/pluginwindow.c
15540         * src/gtk/prefswindow.c
15541                 change all gtk_scrolled_window_set_policy from 
15542                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15543
15544 2004-08-02 [paul]       0.9.12cvs40.1
15545
15546         * AUTHORS
15547                 update translation team section
15548         * po/pt_BR.po
15549                 updated by Frederico Goncalves Guimaraes
15550                 <fggdebian@yahoo.com.br>
15551
15552 2004-07-31 [colin]      0.9.12cvs39.9
15553
15554         * src/exphtmldlg.c
15555                 Fix compilation
15556
15557 2004-07-31 [colin]      0.9.12cvs39.8
15558
15559         * src/exphtmldlg.c
15560                 Fix an alertpanel type
15561
15562 2004-07-30 [colin]      0.9.12cvs39.7
15563
15564         * src/alertpanel.c
15565                 Fix alertpanel_error_log's icon
15566
15567 2004-07-30 [colin]      0.9.12cvs39.6
15568
15569         * src/pop.c
15570                 Two of them should still be warnings
15571
15572 2004-07-30 [colin]      0.9.12cvs39.5
15573
15574         * src/pop.c
15575                 More warning -> error
15576 2004-07-29 [colin]      0.9.12cvs39.4
15577
15578         * src/pop.c
15579                 Warning -> error
15580
15581 2004-07-29 [colin]      0.9.12cvs39.3
15582
15583         * src/prefs_matcher.c
15584                 Fix segfault
15585
15586 2004-07-29 [colin]      0.9.12cvs39.2
15587
15588         * src/alertpanel.c
15589                 More nice-looking alertpanels
15590
15591 2004-07-29 [colin]      0.9.12cvs39.1
15592
15593         * src/messageview.c
15594                 sync with head
15595                 (inform user when partial mail is deleted on server)
15596
15597 2004-07-29 [colin]      0.9.12cvs38.1
15598
15599         * src/messageview.c
15600                 sync with head
15601
15602 2004-07-28 [paul]       0.9.12cvs37.7
15603
15604         * src/mainwindow.c
15605                 complete the replacement of deprecated gtk_progress_*
15606
15607 2004-07-28 [paul]       0.9.12cvs37.6
15608
15609         * src/action.c
15610         * src/inc.c
15611         * src/mainwindow.c
15612         * src/send_message.c
15613         * src/gtk/progressdialog.c
15614         * src/gtk/progressdialog.h
15615                 replace deprecated gtk_progress_*
15616
15617 2004-07-28 [paul]       0.9.12cvs37.5
15618
15619         * src/gtk/filesel.c
15620                 remove gtk_window_set_wmclass()
15621 2004-07-28 [paul]       0.9.12cvs37.4
15622
15623         * src/addressbook.c
15624         * src/compose.c
15625         * src/foldersel.c
15626         * src/mainwindow.c
15627         * src/messageview.c
15628         * src/sourcewindow.c
15629         * src/gtk/logwindow.c
15630                 remove gtk_window_set_wmclass()
15631                 
15632         * src/prefs_filtering.c
15633         * src/prefs_filtering_action.c
15634         * src/prefs_fonts.c
15635         * src/prefs_gtk.c
15636         * src/prefs_matcher.c
15637         * src/ssl_manager.c
15638         * src/gtk/prefswindow.c
15639                 replace gtk_window_position()
15640
15641 2004-07-28 [colin]      0.9.12cvs37.3
15642
15643         * src/alertpanel.c
15644         * src/alertpanel.h
15645                 Add a way to specify panel type for specific
15646                 panels (alertpanel())
15647         * src/account.c
15648         * src/addressbook.c
15649         * src/compose.c
15650         * src/expldifdlg.c
15651         * src/main.c
15652         * src/messageview.c
15653         * src/summaryview.c
15654         * src/textview.c
15655         * src/gtk/sslcertwindow.c
15656                 Fix alertpanel()s so that their icon match
15657                 their real type
15658
15659 2004-07-28 [paul]       0.9.12cvs37.2
15660
15661         * src/addr_compl.c
15662         * src/addressbook.c
15663         * src/alertpanel.c
15664         * src/compose.c
15665         * src/export.c
15666         * src/foldersel.c
15667         * src/folderview.c
15668         * src/grouplistdialog.c
15669         * src/import.c
15670         * src/mainwindow.c
15671         * src/message_search.c
15672         * src/messageview.c
15673         * src/passphrase.c
15674         * src/prefs_actions.c
15675         * src/prefs_common.c
15676         * src/prefs_customheader.c
15677         * src/prefs_display_header.c
15678         * src/prefs_filtering.c
15679         * src/prefs_filtering_action.c
15680         * src/prefs_gtk.c
15681         * src/prefs_matcher.c
15682         * src/prefs_msg_colors.c
15683         * src/prefs_summary_column.c
15684         * src/prefs_template.c
15685         * src/sourcewindow.c
15686         * src/ssl_manager.c
15687         * src/summary_search.c
15688         * src/gtk/colorsel.c
15689         * src/gtk/description_window.c
15690         * src/gtk/gtkaspell.c
15691         * src/gtk/inputdialog.c
15692         * src/gtk/logwindow.c
15693         * src/gtk/prefswindow.c
15694         * src/gtk/progressdialog.c
15695                 replace deprecated gtk_window_set_policy
15696
15697 2004-07-27 [colin]      0.9.12cvs37.1
15698
15699         * src/msgcache.c
15700                 More fixes (synced for head again)
15701
15702 2004-07-27 [colin]      0.9.12cvs35.3
15703
15704         * src/msgcache.c
15705                 Fix wrong test
15706
15707 2004-07-27 [colin]      0.9.12cvs35.2
15708
15709         * src/mimeview.c
15710                 Fix width a bit (by Paul)
15711         * src/alertpanel.c
15712         * src/alertpanel.h
15713                 Specialize icons, make alertpanel_message()
15714                 private
15715         * src/message_search.c
15716         * src/sgpgme.c
15717         * src/summary_search.c
15718                 Suit alertpanel changes
15719
15720 2004-07-27 [colin]      0.9.12cvs35.1
15721
15722         * src/alertpanel.c
15723                 Add an icon
15724         * src/passphrase.c
15725                 Add debug output - maybe someone will
15726                 want to look at the problem with Grab
15727                 Input :)
15728         Bump version as we're synced with HEAD
15729
15730 2004-07-26 [colin]      0.9.12cvs33.26
15731
15732         * src/pop.c
15733                 Fix uidl-file parsing when not in new
15734                 format
15735
15736 2004-07-26 [colin]      0.9.12cvs33.25
15737
15738         * src/gtk/menu.c
15739                 Move popup menu up if necessary (fixes 
15740                 account selector)
15741         * src/mainwindow.c
15742                 Set account selector's button height to
15743                 minimum
15744
15745 2004-07-26 [colin]      0.9.12cvs33.24
15746
15747         * src/alertpanel.c
15748                 Maybe fix 551 (Truncated font in alert window)
15749
15750 2004-07-26 [colin]      0.9.12cvs33.23
15751
15752         * po/de.po
15753         * po/es.po
15754         * po/fr.po
15755         * po/it.po
15756         * po/ja.po
15757         * po/pl.po
15758         * po/ru.po
15759         * po/sk.po
15760         * po/sr.po
15761         * po/zh_CN.po
15762                 Sync po files with HEAD
15763
15764 2004-07-26 [paul]       0.9.12cvs33.22
15765
15766         * src/compose.c
15767                 fix Bug 556 'Organisation-header is sent even if empty'
15768
15769 2004-07-24 [colin]      0.9.12cvs33.21
15770
15771         * src/compose.c
15772         * src/gtk/gtkaspell.c
15773         * src/gtk/gtkaspell.h
15774                 Fix speller accelerators (require hack)
15775
15776 2004-07-24 [colin]      0.9.12cvs33.20
15777
15778         * src/gtk/gtkaspell.c
15779                 Fix over-eager code deletion breaking
15780                 Check while typing
15781
15782 2004-07-24 [colin]      0.9.12cvs33.19
15783
15784         * src/browseldap.c
15785         * src/ldapctrl.c
15786         * src/ldapctrl.h
15787         * src/ldapserver.h
15788                 Sync ldap with HEAD
15789         (Fixes 546 LDAP completely broken)
15790
15791 2004-07-24 [colin]      0.9.12cvs33.18
15792
15793         * src/prefs_msg_colors.c
15794                 Fix prototype mismatch
15795         (Fixes 547 void function cannot return value)
15796
15797 2004-07-24 [colin]      0.9.12cvs33.17
15798
15799         * src/mainwindow.c
15800                 Fix sort going back to previous sort key
15801                 when changing sort direction
15802
15803 2004-07-24 [colin]      0.9.12cvs33.16
15804
15805         * src/compose.c
15806                 Fix space insertion when re-wrapping at 
15807                 cursor point
15808
15809 2004-07-24 [colin]      0.9.12cvs33.15
15810
15811         * src/gtk/gtkaspell.c
15812                 Don't change cursor position in insert-text
15813                 callback
15814         (Fixes 539 Word wrapping on input transposes letters)
15815
15816 2004-07-24 [colin]      0.9.12cvs33.14
15817
15818         * src/gtk/gtkaspell.c
15819                 Reencode non-ascii chars to dictionary's
15820                 encoding
15821         (Fixes 544 Spell check broken non english locale)
15822
15823 2004-07-24 [colin]      0.9.12cvs33.13
15824
15825         * src/summaryview.c
15826                 Fix Shift+Down, add Home/End/PgUp/PgDown
15827
15828 2004-07-21 [colin]      0.9.12cvs33.12
15829
15830         * src/prefs_common.c
15831                 Fix a gtk warning (Patch by Andrej Kacian)
15832
15833 2004-07-21 [colin]      0.9.12cvs33.11
15834
15835         * src/gtk/filesel.c
15836                 More check
15837
15838 2004-07-21 [colin]      0.9.12cvs33.10
15839
15840         * src/compose.c
15841         * src/crash.c
15842         * src/export.c
15843         * src/import.c
15844         * src/messageview.c
15845         * src/mimeview.c
15846         * src/prefs_spelling.c
15847         * src/prefs_themes.c
15848         * src/summaryview.c
15849         * src/gtk/filesel.c
15850         * src/gtk/filesel.h
15851         * src/gtk/pluginwindow.c
15852                 Untwist open/save mode guessing logic, make
15853                 it explicit
15854
15855 2004-07-20 [colin]      0.9.12cvs33.9
15856
15857         * src/codeconv.c
15858                 conv_encode_header: src_charset is UTF-8 on
15859                 gtk2
15860         * src/compose.c
15861                 Remove double encoding of the headers
15862
15863 2004-07-20 [colin]      0.9.12cvs33.8
15864
15865         * src/codeconv.c
15866                 Fix typo
15867
15868 2004-07-20 [colin]      0.9.12cvs33.7
15869
15870         * src/mainwindow.c
15871                 Set the separated messageview to the saved
15872                 size of Claws' messageview (Patch by Alfons)
15873                 Fix a callback prototype (me)
15874
15875 2004-07-20 [colin]      0.9.12cvs33.6
15876
15877         * src/codeconv.h
15878                 Forgot one hunk in 0.9.12cvs33.4
15879
15880 2004-07-19 [colin]      0.9.12cvs33.5
15881
15882         * src/action.c
15883                 Action output fix
15884                 Patch by Alfons
15885
15886 2004-07-19 [colin]      0.9.12cvs33.4
15887
15888         * src/compose.c
15889                 Fix outgoing charset bug in headers
15890         * src/codeconv.c
15891                 Clean for glib2 - Patch by Alfons
15892
15893 2004-07-19 [colin]      0.9.12cvs33.3
15894
15895         * src/statusbar.c
15896                 Remove grip from the statusbar
15897                 Patch by Alfons
15898
15899 2004-07-19 [colin]      0.9.12cvs33.2
15900
15901         * src/messageview.c
15902         * src/textview.c
15903                 Fix messageview remembering the previous
15904                 scroll position when loading a new message
15905                 Patch by Alfons
15906
15907 2004-07-19 [colin]      0.9.12cvs33.1
15908
15909         * src/folder.h
15910         * src/folderview.c
15911         * src/summaryview.c
15912                 Sync with HEAD
15913
15914 2004-07-18 [colin]      0.9.12cvs32.7
15915
15916         * configure.ac
15917                 Remove useless check for XIM - noticed
15918                 by Alfons
15919
15920 2004-07-18 [colin]      0.9.12cvs32.6
15921
15922         * src/summaryview.c
15923                 Remove non-modified and shift-modified
15924                 accelerators in summaryview's popup
15925                 menu, as that doesn't get catched by
15926                 the accel-activate signal catcher...
15927
15928 2004-07-18 [colin]      0.9.12cvs32.5
15929
15930         * src/prefs_common.c
15931                 Define sensible default prefs for 
15932                 wrapping
15933
15934 2004-07-18 [colin]      0.9.12cvs32.4
15935
15936         * src/compose.c
15937         * src/prefs_common.c
15938         * src/prefs_common.h
15939         * src/prefs_wrapping.c
15940                 Remove Smart Wrapping pref, which does
15941                 nothing on gtk2 branch
15942
15943 2004-07-18 [colin]      0.9.12cvs32.3
15944
15945         * src/sourcewindow.c
15946                 Proper utf8
15947
15948 2004-07-18 [colin]      0.9.12cvs32.2
15949
15950         * src/compose.c
15951                 Save attachment status when drafting
15952
15953 2004-07-18 [colin]      0.9.12cvs32.1
15954
15955         * src/gtk/filesel.c
15956                 Fix erratic folder selection in open mode
15957
15958 2004-07-18 [colin]      0.9.12cvs31.11
15959
15960         * src/pop.c
15961                 Don't let partial messages get deleted
15962                 even with "dowload all"
15963                 (0.9.12cvs31.8 fix extension)
15964 2004-07-18 [colin]      0.9.12cvs31.10
15965
15966         * src/gtk/logwindow.c
15967                 Fix log scrolling
15968
15969 2004-07-18 [colin]      0.9.12cvs31.9
15970
15971         * src/common/utils.c
15972                 Fix non-utf8 strings coming from commands
15973                 and files
15974
15975 2004-07-18 [colin]      0.9.12cvs31.8
15976
15977         * src/pop.c
15978                 Fix partial download bug with Download all
15979                 messages option
15980
15981 2004-07-18 [colin]      0.9.12cvs31.7
15982
15983         * src/textview.c
15984                 Fix bug introduced in 0.9.12cvs31.2
15985                 (blocked in select mode after double click)
15986
15987 2004-07-18 [colin]      0.9.12cvs31.6
15988
15989         * src/compose.c
15990         * src/gtk/menu.c
15991                 More glib-warning fixes
15992
15993 2004-07-18 [colin]      0.9.12cvs31.5
15994
15995         * src/compose.c
15996                 Fix trashing the primary clipboard when moving 
15997                 around with tab
15998         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15999
16000 2004-07-18 [colin]      0.9.12cvs31.4
16001
16002         * src/codeconv.c
16003                 convert unencoded iso headers to utf8
16004         (Fix Bug 538 Unencoded local characters in subject make it 
16005          disappear)
16006
16007 2004-07-18 [colin]      0.9.12cvs31.3
16008
16009         * src/compose.c
16010                 Fix tab char handling in wrapping
16011         (Fix Bug 537 Line wrap problem - TAB character treated as 
16012          one character instead of 8)
16013
16014 2004-07-18 [colin]      0.9.12cvs31.2
16015
16016         * src/textview.c
16017                 return FALSE on GDK_MOTION_NOTIFY
16018         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16019          (unable to highlight))
16020
16021 2004-07-18 [colin]      0.9.12cvs31.1
16022
16023         * src/folderview.c
16024                 Sync with 0.9.12cvs31
16025
16026 2004-07-18 [colin]      0.9.12cvs30.4
16027
16028         * src/compose.c
16029                 Also block text_inserted when inserting a file
16030
16031 2004-07-18 [colin]      0.9.12cvs30.3
16032
16033         * src/compose.c
16034                 Fix smart wrapping (block text_inserted handler
16035                 while putting quotation to avoid wrap on input,
16036                 don't join lines if next is sig separator)
16037
16038 2004-07-17 [colin]      0.9.12cvs30.2
16039
16040         * src/folderview.c
16041         * src/mainwindow.c
16042         * src/mimeview.c
16043         * src/summaryview.c
16044         * src/gtk/quicksearch.c
16045         * src/gtk/quicksearch.h
16046                 Block key events handlers *and* accels while
16047                 quicksearch is focused
16048         (Fixes Bug 534 quick-search bar not accepting certain letters)
16049
16050 2004-07-17 [colin]      0.9.12cvs30.1
16051
16052         * src/folder.h
16053         * src/folderview.c
16054         * src/summaryview.c
16055                 Sync with 0.9.12cvs30
16056
16057 2004-07-17 [colin]      0.9.12cvs28.2
16058
16059         * src/mimeview.c
16060         * src/procmime.c
16061         * src/summaryview.c
16062         * src/gtk/menu.c
16063                 Squash some compile and glib warnings
16064
16065 2004-07-17 [paul]       0.9.12cvs28.1
16066
16067         * src/mimeview.c
16068                 sync with 0.9.12cvs28 HEAD
16069
16070 2004-07-16 [paul]       0.9.12cvs26.1
16071         
16072         * src/gtk/quicksearch.c
16073         * src/account.c
16074         * src/account.h
16075         * src/compose.c
16076         * src/customheader.c
16077         * src/folder_item_prefs.c
16078         * src/main.c
16079         * src/mainwindow.c
16080         * src/messageview.c
16081         * src/mimeview.c
16082         * src/news.c
16083         * src/pgpmime.c
16084         * src/pop.c
16085         * src/pop.h
16086         * src/prefs_account.c
16087         * src/prefs_account.h
16088         * src/prefs_common.c
16089         * src/prefs_common.h
16090         * src/prefs_display_header.c
16091         * src/prefs_gtk.c
16092         * src/prefs_gtk.h
16093         * src/procheader.c
16094         * src/procmime.c
16095                 sync with 0.9.12cvs26 HEAD      
16096
16097 2004-07-15 [colin]      0.9.12cvs18.14
16098
16099         * src/folder.c
16100                 Disable GPG signature check during
16101                 folder move and scan
16102         (Closes Bug 521 Signature checking slows down Folder-Move)
16103
16104 2004-07-14 [colin]      0.9.12cvs18.13
16105
16106         * src/common/partial_download.c
16107                 update includes
16108
16109 2004-07-14 [colin]      0.9.12cvs18.12
16110
16111         * src/common/partial_download.c
16112         * src/common/partial_download.h
16113                 Move doc at top, add correct copyright
16114
16115 2004-07-14 [colin]      0.9.12cvs18.11
16116
16117         * src/folder.c
16118         * src/messageview.c
16119         * src/pop.c
16120         * src/pop.h
16121         * src/procmsg.c
16122         * src/summaryview.c
16123         * src/common/Makefile.am
16124         * src/common/partial_download.c ** NEW FILES **
16125         * src/common/partial_download.h ** NEW FILES **
16126                 Move partial-download related stuff to its
16127                 own file
16128
16129 2004-07-14 [colin]      0.9.12cvs18.10
16130
16131         * src/send_message.c
16132                 Fix smtp auth when user is null or empty
16133
16134 2004-07-13 [colin]      0.9.12cvs18.9
16135
16136         * src/gtk/quicksearch.c
16137                 Use alphabetic order
16138
16139 2004-07-13 [colin]      0.9.12cvs18.8
16140
16141         * src/pop.c
16142                 Be paranoid on the checks
16143
16144 2004-07-13 [colin]      0.9.12cvs18.7
16145
16146         * src/gtk/quicksearch.c
16147                 Fix Engrish once again
16148
16149 2004-07-13 [colin]      0.9.12cvs18.6
16150
16151         * src/procmsg.c
16152         * src/summaryview.c
16153                 Mark messages for deletion when they are about to
16154                 be removed from trash
16155
16156 2004-07-13 [colin]      0.9.12cvs18.5
16157
16158         * src/matcher.c
16159         * src/matcher.h
16160         * src/matcher_parser_parse.y
16161         * src/prefs_matcher.c
16162         * src/gtk/quicksearch.c
16163                 Add 'partial' ('p') match string to find partially
16164                 downloaded messages
16165
16166 2004-07-13 [colin]      0.9.12cvs18.4
16167
16168         * src/pop.c
16169                 Fix misplaced block
16170
16171 2004-07-13 [colin]      0.9.12cvs18.3
16172
16173         * src/pop.c
16174         * src/pop.h
16175         * src/messageview.c
16176                 Refactor API (to avoid passing 5+ params and code
16177                 duplication)
16178         * src/folder.c
16179         * src/msgcache.c
16180         * src/procheader.c
16181         * src/common/defs.h
16182                 Add planned_download to cache
16183                 Don't mess uidl file when moving partially downloaded
16184                 mails (they change folder, we should change it in the
16185                 uidl list too or we'll remove an incorrect message)
16186                 (this also helps removing hacks when changing 
16187                 planned_download in messageview.c)
16188
16189 2004-07-12 [colin]      0.9.12cvs18.2
16190
16191         * src/gtk/quicksearch.c
16192                 Fix missing status update in quicksearch
16193
16194 2004-07-12 [paul]       0.9.12cvs18.1
16195
16196         * po/POTFILES.in
16197         * src/Makefile.am
16198         * src/account.c
16199         * src/codeconv.c
16200         * src/compose.c
16201         * src/inc.c
16202         * src/main.c
16203         * src/prefs_common.c
16204         * src/procmsg.h
16205         * src/toolbar.c
16206         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16207         * src/prefs_wrapping.[ch]       ** NEW FILES **
16208         * src/common/intl.h
16209         * src/common/utils.[ch]
16210         * src/gtk/quicksearch.[ch]
16211                 sync with 0.9.12cvs18 HEAD
16212
16213 2004-07-12 [colin]      0.9.11cvs17.25
16214
16215         * src/folder.c
16216         * src/folder.h
16217                 Remove unused function added by me in 0.9.11cvs17.10
16218
16219 2004-07-11 [colin]      0.9.11cvs17.24
16220
16221         * src/inc.c
16222         * src/messageview.c
16223         * src/pop.c
16224         * src/pop.h
16225                 Use folderitem and msgnum instead of filename to
16226                 know which mail to delete
16227                 Move old partial mail deletion to pop.c
16228
16229 2004-07-10 [colin]      0.9.11cvs17.23
16230
16231         * src/inc.c
16232                 Add debug
16233         * src/pop.c
16234         * src/pop.h
16235                 Don't re-use same enums for unrelated stuff: it's 
16236                 completely misleading !
16237                 Document a bit
16238
16239 2004-07-09 [colin]      0.9.11cvs17.22
16240
16241         * src/inc.c
16242                 Remove folder-type check and do
16243                 more tests to be sure everything's
16244                 ok
16245         * src/messageview.c
16246                 Punctuation update, remove useless
16247                 code, fix two warnings
16248         * src/noticeview.c
16249                 Layout cleaning, reset 2nd button
16250                 when specifying one
16251
16252 2004-07-09 [colin]      0.9.11cvs17.21
16253
16254         * src/messageview.c
16255         * src/pop.c
16256         * src/pop.h
16257                 Allow user to change his mind
16258                 and postpone decision (by
16259                 unmarking the mail)
16260
16261 2004-07-09 [colin]      0.9.11cvs17.20
16262
16263         * src/messageview.c
16264                 Fix bug with delete state
16265         * src/pop.c
16266         * src/pop.h
16267                 Fix buffer leak (fread doesn't 
16268                 terminate buffers with \0)
16269                 Refactoring (remove magic 
16270                 numbers)
16271
16272 2004-07-09 [colin]      0.9.11cvs17.19
16273
16274         * src/pop.c
16275                 Don't log "Skipping message" if 
16276                 we're going to TOP it two lines
16277                 later
16278
16279 2004-07-09 [colin]      0.9.11cvs17.18
16280
16281         * src/messageview.c
16282                 Fix Engrish
16283
16284 2004-07-09 [colin]      0.9.11cvs17.17
16285
16286         * src/pop.c
16287                 strlen checking...
16288         * src/messageview.c
16289                 refactoring a bit
16290
16291 2004-07-08 [colin]      0.9.11cvs17.16
16292
16293         * src/noticeview.c
16294         * src/noticeview.h
16295                 Add an optional second button
16296         * src/messageview.c
16297         * src/pop.c
16298         * src/pop.h
16299                 Don't delete partially received mails after a certain
16300                 time; rather, let the user decide.
16301
16302 2004-07-08 [colin]      0.9.11cvs17.15
16303
16304         * src/common/smtp.h
16305                 Sync with HEAD
16306
16307 2004-07-08 [colin]      0.9.11cvs17.14
16308
16309         * src/messageview.c
16310         * src/common/smtp.c
16311                 Use to_human_readable() for sizes
16312
16313 2004-07-08 [colin]      0.9.11cvs17.13
16314
16315         * src/inc.c
16316         * src/messageview.c
16317         * src/pop.c
16318         * src/pop.h
16319         * src/procmsg.c
16320                 Fix partial-downloading issues:
16321                         catch unsupported TOP
16322                         don't delete partially downloaded mails before 5 days
16323                         don't update existing with non-MH folders; that'll
16324                         make dups, but it's better than trashing the folder
16325                         free new msginfo parts
16326                 Fix indentation ;-)
16327
16328 2004-07-08 [colin]      0.9.11cvs17.12
16329
16330         * src/common/smtp.c
16331         * src/common/smtp.h
16332                 Sync smtp size verification with HEAD
16333
16334 2004-07-08 [colin]      0.9.11cvs17.11
16335
16336         * src/summaryview.c
16337         * src/prefs_common.c
16338         * src/prefs_common.h
16339         * src/gtk/quicksearch.c
16340         * src/gtk/quicksearch.h
16341                 Sync sticky pref with HEAD
16342
16343 2004-07-08 [colin]      0.9.11cvs17.10
16344
16345         * src/folder.c [1.213.2.6]
16346         * src/folder.h [1.87.2.6]
16347         * src/inc.c [1.149.2.7]
16348         * src/messageview.c [1.94.2.8]
16349         * src/procheader.c [1.47.2.6]
16350         * src/procmsg.c [1.150.2.4]
16351         * src/procmsg.h [1.60.2.5]
16352         * src/pop.c [1.56.2.4]
16353         * src/pop.h [1.17.2.3]
16354                 Let too big messages get downloaded, but truncated
16355                 Add a button to download them completely
16356                 
16357 2004-07-06 [colin]      0.9.11cvs17.9
16358
16359         * src/gtk/quicksearch.c [1.1.2.3]
16360                 Add a Clear button
16361         * commitHelper
16362         * PATCHSETS
16363                 Add a script to help with cvs
16364
16365 2004-07-03 [colin]      0.9.11cvs17.8
16366
16367         * src/plugins/imageviewer/viewer.c
16368                 fix imageviewer (which was staying on the first
16369                 displayed image)
16370
16371 2004-07-03 [colin]      0.9.11cvs17.7
16372
16373         Removed FIXME_GTK2 warnings
16374         * src/gtk/gtkutils.c
16375                 useless #warnings
16376         * src/gtk/menu.c
16377                 useless #warnings (no need to mess with menu rc)
16378         * src/gtk/menu.h
16379                 unused functions
16380         
16381
16382 2004-07-03 [colin]      0.9.11cvs17.6
16383
16384         Removed FIXME_GTK2 warnings
16385         * src/codeconv.c
16386                 useless #warnings (rewrite needed)
16387         * src/compose.c
16388                 useless #warnings (rewrite needed)
16389                 useless #warnings (gtk2 is like that)
16390                 useless #warnings (previously fixed)
16391         * src/main.c
16392                 useless #warnings (previously fixed)
16393         * src/message_search.c
16394                 useless #warnings (gtk2 is like that)
16395                 Made apparent that search is case-sensitive
16396         * src/mimeview.c
16397                 useless #warnings (rewrite needed)
16398                 useless #warnings (gtk2 is like that)
16399                 reimplemented real warnings
16400         * src/prefs_common.c
16401                 Removed block cursor option (not it gtk2)
16402         * src/prefs_gtk.c
16403                 useless #warnings (rewrite needed)
16404         * src/procheader.c
16405                 useless #warnings (rewrite needed)
16406         * src/sourcewindow.c
16407                 useless #warnings (incorrect placing)
16408         * src/summary_search.c
16409                 useless #warnings (gtk2 is like that)
16410                 Made apparent that search is case-sensitive
16411         * src/action.c
16412                 useless #warnings (gtk2 is like that)
16413         * src/textview.c
16414                 useless #warnings (rewrite needed)
16415         * src/toolbar.c
16416                 useless #warnings (rewrite needed)
16417
16418 2004-07-03 [colin]      0.9.11cvs17.5
16419
16420         * src/textview.c
16421                 Fix mismerge which broke URI opening
16422                 
16423 2004-07-01 [colin]      0.9.11cvs17.4
16424
16425         * src/gtk/filesel.c
16426                 Fill filename when saving
16427                 
16428 2004-06-27 [colin]      0.9.11cvs17.3
16429
16430         * src/gtk/filesel.[ch]
16431                 Use the new GTK file selector
16432                 Update prototype to match the reality: multiple file
16433                 selection is open-only          
16434         * src/compose.c
16435                 Match the new prototypes        
16436         * configure.ac
16437                 Match the new requirements (gtk 2.4.0)
16438                         
16439 2004-06-26 [colin]      0.9.11cvs17.2
16440
16441         * src/plugins/trayicon/trayicon.c
16442                 Remove useless signal handler on resize, which causes
16443                 an infinite "loop"
16444         
16445 2004-06-26 [colin]      0.9.11cvs17.1
16446         
16447         * tools/Makefile.am
16448                 remove launch_firebird and add nautilus2sylpheed.sh
16449         * src/quicksearch.c
16450           src/summaryview.c
16451                 Fix show/hide "Extended symbols" button problem
16452                 Fix apparition at startup
16453                 Fix const warnings
16454         * src/plugins/image_viewer/Makefile.am
16455                 Fix configure 
16456         * common/ssl.c
16457                 Re-enable certificate check, as it doesn't seem to
16458                 cause Xlib errors anymore
16459
16460 2004-06-25 [paul]       0.9.11cvs17
16461
16462         * sync with 0.9.11cvs17 HEAD
16463         
16464         NOTE: QuickSearch is broken
16465
16466 2004-06-07 [colin]      0.9.10claws67.10
16467         * src/plugins/trayicon/trayicon.c
16468           src/plugins/trayicon/libeggtrayicon/Makefile.am
16469           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16470                 Fix gettextization in trayicon plugin
16471
16472 2004-06-07 [colin]      0.9.10claws67.9
16473         
16474         * src/summaryview.c
16475           src/gtk/gtksctree.[ch]
16476                 Let Shift+{Up,Down} work in summaryview
16477                 (well, Down "works" and Up works)
16478                 Let the list scroll when using these keys
16479
16480 2004-06-06 [colin]      0.9.10claws67.8
16481
16482         * src/plugins/trayicon/trayicon.c
16483                 Fix pixmap update
16484
16485 2004-06-06 [colin]      0.9.10claws67.7
16486
16487         * src/addressbook.c
16488                 Fix signal handling causing system-wide focus grab
16489
16490 2004-05-25 [paul]       0.9.10claws67.6
16491
16492         * Makefile.am
16493           src/Makefile.am
16494                 clean up
16495
16496 2004-05-25 [paul]       0.9.10claws67.5
16497
16498         * replace deprecated gtk_signal... functions
16499
16500 2004-05-23 [colin]      0.9.10claws67.4
16501
16502         * src/compose.c
16503                 Fix wrapping
16504
16505 2004-05-22 [colin]      0.9.10claws67.3
16506
16507         * src/compose.c
16508                 Re-fix [Edited] in compose.c::compose_reedit()
16509
16510 2004-05-22 [colin]      0.9.10claws67.2
16511
16512         * src/procmime.c
16513                 Fix parsing of multiparts mails
16514
16515 2004-05-22 [colin]      0.9.10claws67.1
16516
16517         * src/summaryview.c
16518                 Fix quicksearch
16519
16520 2004-05-22 [paul]       0.9.10claws67
16521
16522         * sync with 0.9.10claws67 HEAD
16523
16524 2004-05-14 [alfons]
16525
16526         * src/procmime.h
16527                 add forgotton prototype
16528
16529 2004-05-10 [paul]       0.9.10claws57
16530
16531         * sync with 0.9.10claws57 HEAD
16532
16533 2004-05-05 [paul]       0.9.9.claws1
16534
16535         * ChangeLog-gtk2        ** REMOVED **
16536           ChangeLog-gtk2.claws  ** ADDED **
16537                 rename and adopt the normal claws format
16538                 
16539         * configure.ac
16540                 require gtkmathview >= 0.5
16541
16542         * ac/*                          ** REMOVED **
16543           ac/                           ** REMOVED **
16544           intl/Makefile.in              ** REMOVED **
16545           m4/                           ** ADDED **
16546           m4/missing                    ** ADDED **
16547           m4/missing/gdk-pixbuf.m4      ** ADDED **
16548           m4/missing/gettext.m4         ** ADDED **
16549           m4/missing/gpgme.m4           ** ADDED **
16550           m4/missing/imlib.m4           ** ADDED **
16551           m4/.cvsignore                 ** ADDED **
16552           m4/Makefile.am                ** ADDED **
16553           m4/README                     ** ADDED **
16554           m4/aclocal-include.m4         ** ADDED **
16555           m4/aspell.m4                  ** ADDED **
16556           m4/check-type.m4              ** ADDED **
16557           m4/gnupg-check-typedef.m4     ** ADDED **
16558           m4/openssl.m4                 ** ADDED **
16559           m4/spamassassin.m4            ** ADDED **
16560           po/ChangeLog                  ** REMOVED **
16561           po/Makefile.in.in             ** REMOVED **
16562           po/Rules-quot                 ** REMOVED **
16563           po/boldquot.sed               ** REMOVED **
16564           po/en@boldquot.header         ** REMOVED **
16565           po/en@quot.header             ** REMOVED **
16566           po/insert-header.sin          ** REMOVED **
16567           po/quot.sed                   ** REMOVED **
16568           po/remove-potcdate.sed        ** REMOVED **
16569           po/remove-potcdate.sin        ** REMOVED **
16570           po/stamp-po                   ** REMOVED **
16571           Makefile.am
16572           autogen.sh
16573           configure.ac
16574                 enable building with automake 1.8.x
16575                 add 'autopoint --force' to autogen.sh and remove all
16576                 auto-generated files, remove ac/ directory and use
16577                 m4/ directory instead
16578                 
16579         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16580                 fix gettextization
16581
16582 2004-02-28 Colin Leroy <colin@colino.net>
16583         * src/prefs_matcher.c
16584           src/prefs_filtering.c
16585           src/prefs_filtering_action.c
16586                 Fix non-editable GtkEntries
16587
16588 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16589         * src/prefs_themes.c
16590                 utf8 conversion for theme info
16591
16592 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16593         * sync 0.9.9claws
16594
16595 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16596         * src/grouplistdialog.c
16597                 allow multiple selections without ctrl key
16598
16599 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16600         * src/main.c
16601                 enable customizable accelerators
16602
16603 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16604         * src/prefs_common.c
16605                 re-enable different font settings for gtk1/2
16606         * src/prefs_folder_item.c
16607                 fix folder prefs displayed wrong
16608         * src/textview.c
16609                 set 'sunken' shadow type
16610
16611 2004-02-07 Colin Leroy <colin@colino.net>
16612         * src/compose.c
16613                 Fix message being always [Edited]
16614                 Encode headers correctly (utf8 buf)
16615
16616 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16617         * src/socket.c
16618                 remove double g_source_attach()
16619                 (Thanks to Colin Leroy)
16620
16621 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16622         * src/gtk/gtksctree.c
16623                 Fix SSL certificate list not shown
16624         * src/mimeview.c
16625                 Fix clicks in mime tree
16626
16627 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16628         * src/common/socket.c
16629                 Fix SSL receive
16630         * src/compose.c
16631                 Fix clipboard menu hotkeys
16632
16633 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16634         * src/gtk/gtkaspell.[ch]
16635           src/compose.c
16636                 reimplement spellchecker
16637
16638 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16639         * src/gtk/filesel.c
16640                 crash when inserting file in compose window
16641                 (TODO: keep old selection on clicks)
16642         * src/main.c
16643                 use gtkrc-2.0 instead of gtkrc
16644
16645 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16646         * src/messageview.c
16647                 remove orphaned mimeview unref()
16648
16649 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16650         * src/grouplistdialog.c
16651                 expand nodes containing subscribed groups
16652
16653 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16654         * src/textview.c
16655                 textview: hide cursor, restore old click behaviour
16656
16657 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16658         * src/textview.c
16659                 variable names messed up
16660
16661 2004-01-17 Colin Leroy <colin@colino.net>
16662         * src/addr_compl.c
16663                 Fix completion address too thin
16664         * src/compose.c
16665                 Fix tab-to-subject behaviour
16666         * src/summaryview.c
16667                 Implement key up & down in summaryview
16668
16669 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16670
16671         * sync 098claws
16672
16673 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16674         * configure.ac
16675           Makefile.am
16676           doc/.cvsignore
16677           doc/Makefile.am
16678                 faq, man, manual moved to doc/
16679         * ac/aspell.m4
16680           ac/check-type.m4
16681           ac/gnupg-check-typedef.m4
16682           ac/openssl.m4
16683           ac/spamassassin.m4
16684           ac/missing/gdk-pixbuf.m4
16685           ac/missing/gpgme.m4
16686           ac/missing/imlib.m4
16687                 fix automake warnings
16688
16689 2003-12-06 Colin Leroy <colin@colino.net>
16690         * src/summaryview.c
16691                 Fix quicksearch
16692
16693 2003-12-05 Colin Leroy <colin@colino.net>
16694         * src/summaryview.c
16695                 Fix going to next unread folder
16696
16697 2003-12-05 Colin Leroy <colin@colino.net>
16698         * src/crash.c
16699                 Fix gtk2 compilation
16700         * src/session.c
16701                 Remove iotag source handler at disconnection
16702         * src/socket.[ch] 
16703                 Remove source handler when closing socket 
16704                 (fixes another seg)
16705
16706 2003-12-04 Colin Leroy <colin@colino.net>
16707         * src/compose.c
16708           src/prefs_account.c
16709           src/prefs_common.c
16710                 Fix some dropdown menus
16711
16712 2003-12-04 Colin Leroy <colin@colino.net>
16713         * src/compose.c
16714                 Fix event handlers on header fields
16715         * src/common/socket.c
16716           src/common/session.c
16717                 Fix segfault with callback (SSL)
16718                 Fix end of session 
16719
16720 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16721
16722         * Fix compile bug in src/compose.c
16723         * removed src/gtk/gtkstext.[ch]
16724
16725 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16726
16727         * Convert character set and escape "text" attributes in toolbar setting
16728         files.
16729         * Fixed bug in button-press-event handling.
16730
16731 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16732
16733         * Fixed bug in key-press-event handling.
16734
16735 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16736
16737         * Enabled to compile tray-icon plugin (Ad-hoc).
16738         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16739
16740 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16741
16742         * Enabled to compile on sylpheed-claws.
16743         (tray-icon plugin still cannot compile yet.)
16744
16745 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16746
16747         * Updated to 0.9.5.
16748
16749 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16750
16751         * Updated to 0.9.4.
16752         * Ported monitoring SSL mechanism to GSource of GLib2
16753         (I don't confirm it)
16754         * Added _gtk2 suffix to key name of font preference to avoid
16755         ovverwriting preference of Gtk+-1.2 version.
16756
16757 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16758
16759         * Updated to 0.9.2.
16760
16761 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16762
16763         * Updated to 0.9.1.
16764         * Translate po files into UTF-8 when execute autogen.sh.
16765
16766 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16767
16768         * Updated to 0.9.0.
16769
16770 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16771
16772         * Plugged GError related memory leaks.
16773
16774 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16775
16776         * Changed default size of fonts.
16777         * Enabled to set titile font size of warning dialog.
16778
16779 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16780
16781         * Embed a sylpheed icon into executable binary on Windows.
16782
16783 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16784
16785         * I forgot to traslate character set of element string in src/xml.c.
16786
16787 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16788
16789         * Fixed detecting bind_textdomain_codeset in configure.in.
16790         * The bug in which "Example" of "Date fromat" preference isn't displayed
16791         correctly has been fixed.
16792
16793 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16794
16795         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16796           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16797           glib-gettextize
16798           Removed intl directory.
16799           Translated po files into UTF-8.
16800           (Thanks! Ryuji Abe)
16801
16802 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16803
16804         * The bug which doesn't unscape string in xml.c has been fixed.
16805
16806 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16807
16808         * The bug which is failed to translate encoding of file name thorough
16809         file dialog has been fixed.
16810
16811 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16812
16813         * Modified to translate file names which is used in inporting/expoting
16814         mbox feature and "Save as" feature into locale encoding.
16815         * Translate file names into locale encoding when "Attache file" and
16816         "Insert file".
16817         * Force set G_BROKEN_FILENAMES environment variable.
16818         * Other minor fixes.
16819
16820 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16821
16822         * Modified to treat MH folder's name as locale encoding.
16823
16824 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16825
16826         * The bug which clash on switching candidates of auto completion of
16827         addresses, cannot use auto completion in Japanesse is fixed
16828         (Thanks! Tokunaga-san)¡¥
16829
16830 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16831
16832         * The bug which cannot switch key accelerator preference has been fixed
16833         (Thanks! smbd-san)¡¥
16834
16835 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16836
16837         * version 0.8.11-gtk2-20030314
16838
16839 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16840
16841         * The bug in which character set conversion of filtering messages has
16842         been fixed.(Thanks! COCOA-san).
16843
16844 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16845
16846         * Revived "Leave space on head" preference in "Message" category.
16847         * A bug which clash when put the cursor to end of buffer and execute
16848         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16849
16850 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16851
16852         * version 0.8.11-gtk2-20030312
16853
16854 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16855
16856         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16857         * Modified to use Pango's API directly for font preference.
16858         * Integrated GtkTextView of textview to one widget.
16859         * Set fonts of header title in textview by "header_title" tag.
16860         * Removed some deprecated codes.
16861
16862 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16863
16864         * Updated to 0.8.11.
16865         * Merged cygwin patch(Thanks! Sakai-san).
16866
16867 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16868
16869         * version 0.8.10-gtk2-20030309