ignore empty or whitespace only header lines
[claws.git] / ChangeLog.claws
1 2001-10-17 [christoph]  0.6.3claws21
2
3         * src/compose.c
4                 ignore empty or whitespace only header lines
5
6 2001-10-17 [paul]       0.6.3claws20
7
8         * sync with sylpheed 0.6.3cvs7
9                 see ChangeLog entries 2001-10-14, 2001-10-16, and
10                 2001-10-17
11
12 2001-10-17 [darko]
13
14         * src/compose.c
15                 wrap long lines without spaces
16                 don't wrap URLs
17
18 2001-10-16 [paul]
19
20         * po/es.po, po/nl.po, po/pt_BR.po
21                 updated by Ricardo Mones Lastra, Alfons,
22                 and Fabio Junior Beneditto
23
24         * sylpheed-0.6.3claws released
25
26 2001-10-15 [melvin] 0.6.3claws18
27
28         * README.claws
29                 added summary and detailed installation instructions
30                 for spell checker
31         * po/fr.po
32                 Updated, corrected and completed french translation
33
34 2001-10-15 [hoa] 0.6.3claws17
35         * src/grouplistdialog.c
36                 we can choose the newsgroups to display with wildcards
37
38 2001-10-15 [christoph]  0.6.3claws16
39
40         * src/account.c
41         * src/compose.c
42         * src/prefs_folder_item.[ch]
43                 applied wwp <subscript@free.fr>'s folder
44                 default account patch
45         * po/de.po
46                 Fixed wrong translation
47
48 2001-10-13 [alfons, christoph, melvin]  
49                         0.6.3claws15
50
51         solution #2 to solve MT-safety problems defers all GUI related calls
52         to the main thread using a gtk_idle_add() callback. discussed on
53         ircnet #sylpheed, with christoph spotting some issues with the
54         original code, and melvin allowing us to lobotomize his sylpheed.
55
56         * src/syldap.[ch], src/main.c
57                 fix race problem in ldap search thread by deferring GUI 
58                 stuff to main thread using gtk_idle_add()
59
60 2001-10-13 [paul]       0.6.3claws14
61
62         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
63                 add Sergey's smtpcred.patch
64                 adds separate username/password setting for SMTP Auth
65                 needed by some servers
66
67 2001-10-13 [paul]       0.6.3claws13
68
69         * src/pgptext.[ch] **NEW FILES**
70         * src/Makefile.am, src/messageview.c, src/mimeview.c
71                 decrypt ascii-armored gpg text embedded in
72                 the message body.
73                 Submitted by Jens Jahnke <jan0sch@gmx.net>
74
75 2001-10-13 [christoph]  0.6.3claws12
76
77         * README.claws
78                 some more details on default to and
79                 feature requests
80         * src/main.c
81                 init glib threading when ldap is used
82         * src/syldap.c
83                 threading fixes
84         * po/de.po
85                 fixed a typo
86
87 2001-10-12 [paul]       0.6.3claws11
88
89         * src/prefs_common.[ch], src/rfc2015.c
90                 enable ascii-armored gpg text to be embedded in the
91                 message body, selectable through the 'Privacy'
92                 preferences. Supports encrypting only.
93                 Submitted by Ravemax <ravemax@dextrose.com>
94
95 2001-10-12 [paul]       0.6.3claws10
96
97         * sync with sylpheed 0.6.3cvs6
98                 see ChangeLog entries 2001-10-11 and 2001-11-12
99
100         * src/folderview.c
101                 incorporated mbox folders, scoring, and folder
102                 properties into the sync
103
104 2001-10-12 [darko]      0.6.3claws9
105
106         * README.claws
107                 describe quotation wrapping
108         * src/compose.c
109                 don't treat tab as space to calculate line length properly
110
111 2001-10-11 [alfons]
112
113         * README.claws
114                 correct description of how to make new filtering system work,
115                 add some other things
116                 
117         * src/syldap.c
118                 remove sched_yield() (not necessary / unportable)
119
120 2001-10-11 [paul]       0.6.3claws8
121
122         * sync with sylpheed 0.6.3cvs3
123                 see ChangeLog entry 2001-10-10
124
125 2001-10-10 [christoph]  0.6.3claws7
126
127         * .cvsignore
128                 ignore 2 files created by newer autotools
129         * src/prefs_folder_item.c
130                 using table for widget alignment
131                 fixed memory leak and broken octal display
132         * src/filesel.c
133                 fixed segfault caused by lost filename
134                 workaround
135
136 2001-10-10 [paul]       0.6.3claws6
137
138         * sync with sylpheed 0.6.3cvs2
139                 see ChangeLog entries 2001-10-09 and 2001-10-10
140
141 2001-10-10 [darko]      0.6.3.claws5
142
143         * src/gtkstext.c
144                 proper calculation of right margin if smart wrapping is enabled
145         * src/compose.c
146                 automatically wrap long lines if wrap quotation is enabled
147
148 2001-10-09 [alfons]     0.6.3.claws4
149
150         * src/summaryview.c
151                 select correct row when deleting last row in the summary view (and
152                 close bug "[ #469104 ] select second last in list when deleting")
153
154 2001-10-09 [paul]       0.6.3claws3
155
156         * sync with sylpheed 0.6.3cvs1
157                 updated some autotool scripts
158
159 2001-10-09 [darko]      0.6.3claws2
160
161         * src/gtkstext.[ch]
162                 new name and mark with Sylpheed comment
163         * src/compose.c
164                 smart quotation wrapping a-la VIM
165
166 2001-10-08 [paul]       0.6.3claws1
167
168         * sync with sylpheed 0.6.3 release
169                 see ChangeLog entry 2001-10-08
170
171 2001-10-08 [paul]       0.6.2claws24
172
173         * src/summaryview.c
174                 more sync with sylpheed 0.6.2cvs12
175                 Fixed the bug that didn't select the last row correctly
176
177
178 2001-10-07 [paul]       0.6.2claws23
179
180         * sync with sylpheed 0.6.2cvs12
181                 see ChangeLog entry 2001-10-07
182
183 2001-10-06 [match]
184         * src/jpilot.[ch]
185                 enable jpilot to read unsynch'ed addresses.
186
187         * src/editldap_basedn.c
188                 fix segfault when opening dialog.
189
190 2001-10-06 [alfons]     0.6.2.claws22
191
192         * src/summaryview.c
193                 fix bug with summary view selecting last *inserted*
194                 node instead of last *visible* node. remember we
195                 work with a tree
196
197 2001-10-06 [paul]       0.6.2claws21
198
199         * po/pt_BR.po
200                 updated translation, contains some fixes and new
201                 translations, submitted by Gustavo Noronha Silva
202                 <kov@debian.org>
203
204         * src/prefs_common.c
205                 change 'each' to 'every' - fix dubious English
206
207         * sync with sylpheed 0.6.2cvs11
208
209 2001-10-05 [alfons]     0.6.2claws20
210
211         * src/mainwindow.[ch], src/folderview.c
212                 make composite tool button switch between "Compose News"
213                 and "Compose Mail" depending on selected folder
214                 (nifty idea by Kim Schulz <kim@schulz.dk>)
215
216 2001-10-05 [paul]       0.6.2claws19
217
218         * src/mainwindow.c, src/summaryview.c
219                 fix 'Message/Reply to all', broken in last commit
220
221         * src/compose.c
222                 fix X_BEENTHERE seg fault, thanks to Alfons
223
224 2001-10-04 [paul]       0.6.2claws18
225
226         * src/compose.[ch], src/mainwindow.c
227                 make "Message/Reply" reply to mailing lists; matches
228                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
229                 based on portions of the patch submitted by
230                 Junichi Uekawa <dancer@netfort.gr.jp>
231
232 2001-10-04 [darko]      0.6.2claws17
233
234         * src/compose.c
235                 better smart wrapping
236         * src/gtkstext.[hc]
237                 a function to make text buffer contiguous
238
239 2001-10-03 [paul]       0.6.2claws16
240
241         * sync with sylpheed 0.6.2cvs10
242
243 2001-10-02 [alfons]
244
245         * configure.in
246         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
247                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
248                 references to chinese translations (hope someone picks up
249                 this)
250
251 2001-10-02 [christoph]  0.6.2claws15
252
253         * src/compose.c
254                 fixed non translated header bug
255         * ChangeLog.claws
256                 fixed wrong date in alfons last entry ;)
257
258 2001-10-02 [alfons]     0.6.2claws14
259
260         * src/compose.c, src/prefs_common.[ch]
261                 add block cursor option
262
263 2001-10-02 [paul]       0.6.2claws13
264
265         * sync with sylpheed 0.6.2cvs9
266
267 2001-09-30 [paul]       0.6.2claws12
268
269         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
270                 updated translations
271
272         * po/POTFILES.in
273                 add 'src/importldif.c'
274
275         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
276                 added eudora-to-vCard conversion tool
277                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
278
279         * sync with sylpheed 0.6.2cvs8
280
281 2001-09-30 [paul]
282
283         * sylpheed-0.6.2claws released
284
285 2001-09-27 [melvin]     0.6.2claws11
286
287         * src/gtkspell.c
288                 fixed crash when using default path (introduced 
289                 in 0.6.2claws10)
290                 fixed tiny bug for initial suggestion mode
291
292 2001-09-27 [melvin]     0.6.2claws10
293         
294         * src/gtkspell.c
295                 fixed bug where gtkpspell didn't set the path correctly
296
297         * README.claws
298                 added a paragraph about spell checking
299                 
300
301
302 2001-09-27 [paul]       0.6.2claws9
303
304         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
305                 replace '// comments' with '/* comments */' to prevent
306                 some compiler warnings 
307
308         * sync with sylpheed 0.6.2cvs6
309
310 2001-09-26 [alfons]     0.6.2claws8
311
312         * src/messageview.c
313                 introduce return receipt request notification again,
314                 which was lost because of other semantics in 
315                 procheader_parse() (???)
316
317 2001-09-26 [christoph]  0.6.2claws7
318
319         * src/compose.c
320                 replace comments for old code with #if 0
321                 readded auto cc, bcc and reply-to
322         * src/prefs_matcher.c
323         * src/prefs_scoring.c
324                 removed some definition (was moved to
325                 prefs.h)
326
327 2001-09-26 [paul]       0.6.2claws6
328
329         * src/mainwindow.c
330                 make 'Follow-up and reply to' sensitive
331
332         * more sync with sylpheed 0.6.2cvs5
333
334 2001-09-25 [melvin]
335
336         * 0.6.2claws5
337
338         * src/gtkspell.c
339                 fixed bug for "US-ASCII" introduced by the encoding code
340
341 2001-09-25 [paul]
342
343         * 0.6.2claws4
344
345         * src/prefs_common.[ch], src/summaryview.c
346                 'next unread msg' 'go to next folder?' dialog can be
347                 given default behaviour, either always show dialog,
348                 or assume 'yes', or assume 'no'
349                 Submitted by wwp <subscript@free.fr>
350
351 2001-09-25 [melvin]
352                 
353         * src/compose.c src/gtkspell.[ch]
354                 added support for different encodings
355
356 2001-09-25 [paul]
357
358         * more sync with sylpheed 0.6.2cvs5
359
360 2001-09-24 [alfons]
361         
362         * src/prefs_folder_item.c
363                 add check for item->prefs->default_to string is NULL and
364                 add another check when freeing this string
365
366 2001-09-24 [paul]
367
368         * configure.in
369                 change to version 0.6.2claws3
370
371         * sync with sylpheed 0.6.2cvs5 
372
373 2001-09-24 [match]
374         * src/ldif.[ch], src/importldif.[ch], addressbook.c
375                 import LDIF files.
376         * src/addrcache.[ch], addrindex.[ch]
377                 small update for future
378         * src/addrbook.c
379                 fix test XML file.
380
381 2001-09-24 [melvin]
382         * src/gtkspell.[ch]
383                 added 'Learn from mistakes' option
384                 better handling of quotes in checked words
385                 sorted dict list
386         * po/fr.po
387                 small update for spell checking stuff
388
389 2001-09-23 [alfons]
390         
391         * src/gtkspell.c
392                 edit a little bit so it complies more with main coding style
393
394 2001-09-23 [alfons]
395
396         * src/folder.[ch], prefs_folder_item.c, compose.c
397                 migrate "request return receipt" folder property
398                 to folderlist.xml
399
400 2001-09-22 [alfons]
401
402         * README.claws **NEW**
403                 (add things of interest for users of main branch 
404                 and claws here)
405
406         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
407                 re-implement threading per folder option, but store 
408                 the setting in folderlist.xml (where it belongs)
409
410 2001-09-21 [melvin]
411
412         * src/gtkspell.[ch]
413                 fixed bug when compose window is under another window
414         * src/prefs_common.[ch] src/compose.c
415                 changed 'dictionary_path' to 'dictionary' to be consistent
416                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
417         * ac/pspell.m4 src/Makefile.am 
418                 dropped PSPELL_PATH macro
419         * po/fr.po
420                 updated translations
421
422 2001-09-21 [christoph]
423
424         * src/compose.c
425                 added border around header fields
426                 keep header type when new field is added
427
428 2001-09-20 [christoph]
429
430         * src/utils.[ch]
431                 more portable debug_print with source filename
432                 and linenumber
433         * src/procmsg.c
434                 more newlines after debug messages
435
436 2001-09-20 [paul]
437
438         * configure.in
439                 change to version 0.6.2claws2
440
441         * sync with sylpheed 0.6.2cvs3
442
443 2001-09-19 [melvin]
444
445         * src/gtkspell.c
446                 fixed the post-right-click focus pb
447                 fixed crash when 'Spell check all' after dict change 
448                         and when cursor is at the end of the text
449                 shift-right-click pops up config menu even on misspelled words.
450         * po/POTFILES.in
451                 added gtkspell.c
452
453 2001-09-19 [melvin]
454
455         * src/about.c
456                 added pspell to compiled-in features list
457
458 2001-09-18 [melvin]
459
460         * switched to pspell and dropped ispell
461         * ac/pspell.m4
462                 new file. autoconf macro for pspell
463         * ac/Makefile.am 
464         * configure.in acconfig.h
465                 added pspell support
466         * src/Makefile.am
467         * src/main.c src/compose.[ch] src/gtkspell.[ch]
468         * src/prefs_common.[ch] 
469                 added pspell support
470
471 2001-09-18 [christoph]
472
473         * src/addr_compl.c
474         * src/template.[ch]
475                 replace LOG_MESSAGE with debug_print
476         * src/compose.[ch]
477                 gui improvements
478         * src/menu.c
479                 added newline after debug message
480         * src/utils.h
481                 using __VA_ARGS__ for debug_print macro
482         * tools/.cvsignore
483                 ignore Makefile and Makefile.in
484
485 2001-09-18 [paul]
486
487         * configure.in
488                 change to version 0.6.2claws1
489         * sync with sylpheed 0.6.2cvs1
490
491         * src/matcher.c 
492         * src/prefs_matcher.c
493                 add 'score equal to' option, submitted by
494                 Paul Evans <nerd@freeuk.com>
495
496 2001-09-15 [christoph]
497
498         * src/mainwindow.c
499                 comment out menu entry not existing in claws
500         * src/menu.c
501                 add debug output for non existing menu entries
502         * src/summaryview.c
503                 fix next/prev unread message for ignored threads
504         * src/utils.[ch]
505                 add sourcefile and line number to debug output
506                 otherwise it is sometimes hard to find the
507                 source code part if debug messages are translated
508
509 2001-09-14 [darko]
510         
511         * src/folderview.c
512                 refresh target folder style after colour is changed
513
514 2001-09-13 [paul]
515
516         * configure.in
517                 change to version 0.6.1claws3
518
519         * sync with sylpheed 0.6.1cvs6
520
521 2001-09-13 [darko]
522         
523         * src/folderview.c
524                 fix target folder colourization to use user selected colour
525
526 2001-09-12 [darko]
527         
528         * src/summaryview.c
529                 fix crash when message that is marked for copy/move is unmarked
530
531 2001-09-09 [paul]
532
533         * configure.in
534                 change to version 0.6.1claws2
535
536         * sync with sylpheed 0.6.1cvs3
537
538 2001-09-09 [alfons]
539         
540         * src/folderview.c
541                 fix bug with default font used for trash folder text
542
543 2001-09-06 [paul]
544
545         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
546                 updated translations
547
548         * configure.in
549                 change to version 0.6.1claws1
550
551         * sync with sylpheed 0.6.1cvs2
552
553 2001-09-03 [paul]
554
555         * po/POTFILES.in
556                 add Match's new addressbook
557
558         * po/de.po
559                 updated translation submitted by Jens Oberender
560
561 2001-09-02 [paul]
562
563         * configure.in
564                 change to 0.6.1claws
565         * sync with sylpheed 0.6.1 release
566
567 2001-09-02 [paul]
568
569         * configure.in
570                 change to 0.6.0claws2
571
572         * sync with sylpheed 0.6.0cvs4
573
574         * po/pt_BR.po
575                 updated translation submitted by Fabio Junior Beneditto
576
577 2001-09-01 [match]
578         * pixmaps/
579                 interface.xpm
580                 book.xpm
581                 address.xpm
582         * src/
583                 Makefile.am
584                 a ton of new files
585
586 2001-08-31 [paul]
587
588         * configure.in
589                 change to version 0.6.0claws1
590
591         * sync with sylpheed 0.6.0cvs1
592
593         * po/es.po
594                 updated translation submitted by Ricardo Mones Lastra
595
596         * po/POTFILES.in
597                 add 'src/prefs_templates.c'
598
599         * src/compose.c, src/summaryview.c
600                 fix segfault on 'Re_edit'               
601
602 2001-08-30 [alfons]
603
604         * configure.in, Makefile.am
605         * tools/Makefile.am
606                 add tools directory to source distribution
607
608 2001-08-30 [paul]
609
610         * configure.in
611                 change to version 0.6.0claws
612
613         * sync with sylpheed 0.6.0 release
614
615 2001-08-30 [christoph]
616
617         * configure.in
618                 removed autoconf version check
619
620 2001-08-30 [paul]
621
622         * src/account.c, src/compose.c, src/prefs_common.[ch]
623         * src/procheader.[ch] src/utils.[ch]
624                 Enhanced automatic account selection on replies
625                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
626
627         * configure.in
628                 add LDAP and JPilot to the configuration results output.
629
630 2001-08-29 [christoph]
631
632         * src/summeryview.c
633                 no bold font for ignored threads
634
635 2001-08-29 [paul]
636
637         * configure.in
638                 change to version 0.5.3claws6
639
640         * sync with sylpheed 0.5.3cvs10
641                 src/stringtable.[ch]: New Files
642
643         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
644         * src/pixmaps/sylpheed.xpm
645                 add mini-icons to windows (by Alfons)
646
647 2001-08-27 [paul]
648
649         * src/mainwindow.c
650                 new functions: next_labeled_cb(), prev_labeled_cb()
651
652         * src/summaryview.c
653                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
654                 summary_select_next_labeled(), summary_select_prev_labeled()
655
656         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
657                 give claws blue folders and a blue trash can
658
659 2001-08-27 [paul]
660
661         * configure.in
662                 change to version 0.5.3claws5
663
664         * sync with sylpheed 0.5.3cvs9
665                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
666
667 2001-08-24 [christoph]
668
669         * src/filesel.c
670                 keep filename when browsing directories
671                 (not working for user entered filename, but
672                  for default name and selected filename from
673                  file list)
674         * src/mainwindow.c
675                 fixed wrong spelling "Folllow-up"
676         * src/mbox_folder.c
677         * src/procmsg.c
678         * src/summaryview.c
679                 fixed new/unread message count with ignored
680                 threads (2 commits, first didn't notice no
681                 longer needed decreasing)
682         * src/inc.c
683                 readded scrolling of progress dialog
684                 (lost in sync)
685
686 2001-08-24 [paul]
687
688         * configure.in
689                 change to 0.5.3claws4
690
691         * sync with sylpheed 0.5.3cvs7
692
693 2001-08-24 [christoph]
694
695         * src/compose.c
696                 set request return receipt when replying
697                 if it is set is the folder prefs of the
698                 message
699         * src/inc.c
700                 disable final error popup if popups are
701                 disabled in config (again)
702
703 2001-08-23 [paul]
704
705         * configure.in
706                 Change version number to 0.5.3claws3
707
708         * sync with sylpheed 0.5.3cvs5
709
710         * src/mimeview.c
711                 double quote '%s' in 'gedit %s' to fix bug when
712                 opening attachment with spaces in the name
713
714 2001-08-22 [alte]
715         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
716           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
717                 initial message templates support
718
719
720 2001-08-22 [paul]
721
722         * configure.in
723                 change version number to 0.5.3claws2
724
725         * sync with sylpheed 0.5.3cvs4
726
727         * src/procmsg.h src/summaryview.c
728                 re-implement (un)ignore thread
729
730 2001-08-21 [paul]
731
732         * src/summaryview.c
733                 remove unnecessary code
734         * src/compose.c
735                 enable 'dynamic' signatures (submitted by
736                 Eric Limpens <eric@hscg-internet.nl>)
737
738 2001-08-21 [paul]
739
740         clean up after sync with sylpheed 0.5.3 release
741
742         * src/folderview.c
743                 fix re-introduced font mess, see Christoph's
744                 entry 2001-06-24
745
746         * src/summaryview.c
747                 remove prev_msgnum
748                 use sylpheed's small font instead of
749                 gtk default font for summary view
750
751
752 2001-08-17 [paul]
753
754         * configure.in
755                 add pl to ALL_LINGUAS - sync with main branch
756
757         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
758                 Updated. Translations by Jens Oberender, Ricardo Mones
759                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
760
761         * po/pl.po  ** NEW FILE **
762                 sync with the main branch
763
764         * src/folderview.c
765                 fix target folder colorizing and refresh problem
766
767
768 2001-08-17 [christoph]
769
770         * src/mainwindow.c
771                 claws uses 4 colors for target folder coloring.
772                 arrays were not long enough and destroyed the
773                 stack causing a segfault.
774                 target folder colorizing does not work anymore
775                 for me
776
777 2001-08-16 [paul]
778
779         * configure.in
780                 change to version 0.5.3claws1
781
782         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
783           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
784           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
785
786                 sync with sylpheed 0.5.3 release, but keep claws method of
787                 configuring/saving fonts
788
789         * src/addressbook.[ch]
790                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
791                 in line with a similar change in Hiroyuki's branch
792
793         * src/mainwindow.[ch]
794                 disable main_window_set_thread_option()
795         * src/prefs_folder_item.c
796                 comment out &tmps_prefs.enable_thread,
797         * src/mbox_folder.c, src/procmsg.[ch]
798                 comment out MSG_IS_IGNORE_THREAD
799         * src/summaryview.c
800                 comment out summary_ignore_thread() and summary_unignore_thread()
801                 comment out MSG_IS_IGNORE_THREAD
802
803                 use Hiroyuki's threading instead.
804
805
806
807 2001-08-15 [paul]
808
809         * src/account.c
810                 use Hiroyuki's 0.5.3 column scheme but also
811                 include the enable/disable button.
812         * src/pixmaps/mark.xpm
813                 add Hiroyuki's amended pixmap
814
815 2001-08-13 [christoph]
816
817         * src/account.c
818                 receive at get all column showed wrong state for APOP
819                 button should only work for POP3 and APOP accounts
820         * src/prefs_account.c
821                 added missing preprocessor statement for SSL
822
823 2001-08-12 [paul]
824
825         * src/account.[ch]
826                 add 'receive at get all' column and enable/disable
827                 button.
828
829 2001-08-06 [christoph]
830
831         * src/account.c
832                 show usage of SSL in protocol column
833
834         * src/imap.c
835         * src/inc.c
836                 renamed ssl options
837
838         * src/prefs_account.[ch]
839                 moved ssl options to a new page
840
841         * src/send.c
842         * src/smtp.c
843         * src/ssl.[ch]
844                 renamed ssl options
845                 added support for SMTP STARTTLS command
846
847 2001-08-05 [christoph]
848
849         * configure.in
850                 debian autoconf needs version check to find
851                 correct autoconf version. if the file is
852                 named configure.in 2.13 is used, which does
853                 not work with this configure.in script.
854                 other solution would be to rename the script
855                 to configure.ac as suggested in the autoconf
856                 manual.
857
858         * src/inc.c
859                 disable final error popup if popups are
860                 diabled in config
861
862         * src/socket.c
863                 bugfix in ssl_gets
864                 fixes IMAP over SSL problem
865
866 2001-08-03 [paul]
867
868         * configure.in
869                 change to 0.5.2claws1
870
871         * sync with sylpheed 0.5.2cvs1
872
873 2001-08-02 [alfons]
874
875         * configure.in
876                 quick fix for ispell detection...
877
878 2001-08-01 [paul]
879
880         * configure.in
881                 change to 0.5.1claws4
882
883         * sync with sylpheed 0.5.1cvs7
884
885 2001-07-31 [alfons]
886
887         * src/prefs_common.c, src/prefs_common.h, 
888           src/gtkspell.c, src/gtkspell.h
889                 add global spelling checker settings (compose tab) +
890                 selection of dictionary 
891           
892         * configure.in  
893                 guess valid ispell location
894
895 2001-07-31 [paul]
896
897         * po/POTFILES.in
898                 removal of 'src/quote_fmt_parse.c'
899         * po/de.po
900                 Updated de.po
901                 (submitted by Jens Oberender <didge@suse.de>)
902
903 2001-07-31 [darko]
904
905         * src/folder.[ch]
906         * src/folderview.[ch]
907         * src/mainwindow.c
908         * src/mh.c
909         * src/prefs_common.[ch]
910         * src/summaryview.c
911                 target folder colourization
912
913 2001-07-30 [paul]
914
915         more sync with Sylpheed 0.5.1cvs6 
916
917 2001-07-30 [darko]
918
919         * src/mh.c
920         * src/prefs_folder_item.[hc]
921         * src/summaryview.c
922                 shared folders support with a GUI
923
924 2001-07-29 [paul]
925
926         0.5.1claws3
927
928         * sync with Sylpheed 0.5.1cvs6
929
930 2001-07-29 [paul]
931
932         * po/pt_BR.po
933                 updated
934                 (submitted by Fabio Junior Beneditto)
935
936 2001-07-28 [paul]
937
938         * src/procmime.c
939         * AUTHORS
940                 patch to correct bad image mime headers
941                 (submitted by Don Quijote <dq@searchlores.org>)
942
943 2001-07-28 [paul]
944
945         * tools/gif2xface.pl   **NEW FILE**
946         * tools/README
947                 script to convert file.gif to file.xface for
948                 use in a custom header.
949                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
950
951 2001-07-27 [alfons]
952         
953         * configure.in
954                 change macros for detecting JPilot and LDAP
955
956 2001-07-27 [christoph]
957
958         * src/filtering.c
959                 code cleanup (MIN / MAX warning, needed casting)
960
961 2001-07-27 [alfons]
962
963         * procheader.c
964                 disallow setting flags when detecting certain headers
965                 (X-Status, Status, Seen, X-Seen). 
966         
967         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
968
969 2001-07-27 [christoph]
970
971         * src/prefs_filter.c
972         * src/prefs_filtering.c
973         * src/prefs_matcher.c
974         * src/prefs_scoring.c
975                 scroll list when moving rows up or down
976
977         * src/imap.c
978         * src/imap.h
979         * src/prefs_account.c
980         * src/prefs_account.h
981         * src/send.c
982                 SMTP over SSL (untested, feedback requested)
983                 IMAP over SSL
984
985         * src/ssl.c
986                 code cleanup
987
988 2001-07-26 [alfons]
989         
990         * configure.in, acconfig.h
991                 define CLAWS (need this for main / claws detection)
992
993 2001-07-25 [alfons]
994
995         * configure.in
996                 Sylpheed 0.5.1claws2
997                 
998         * sync with Sylpheed 0.5.1cvs4
999
1000 2001-07-25 [christoph]
1001
1002         * src/scoring.c
1003                 fixed segfault
1004                 item->prefs == NULL (don't know why)
1005
1006 2001-07-25 [alfons]
1007
1008         * configure.in
1009                 Sylpheed 0.5.1claws1
1010
1011         * sync with Sylpheed 0.5.1cvs1-3
1012
1013 2001-07-24 [christoph]
1014
1015         * src/folderview.c
1016         * src/prefs_folder_item.[ch]
1017                 added folderitem preferences dialog with
1018                 default To: and auto request return receipt
1019
1020         * src/compose.[ch]
1021         * src/menu.[ch]
1022                 changes to handle new folderitem preferences
1023
1024         * src/mainwindow.c
1025         * src/summaryview.c
1026                 call compose new mail with current folderitem
1027
1028 2001-07-24 [alfons]
1029
1030         Release Sylpheed 0.5.1claws
1031
1032         * configure.in
1033                 change to release version 0.5.1claws
1034
1035 2001-07-24 [christoph]
1036
1037         * src/summaryview.c
1038                 fixed segfault that happend when the selected
1039                 message was removed while retrieving new messages.
1040
1041         * po/es.po
1042                 updated translation
1043                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
1044
1045 2001-07-22 [alfons]
1046
1047         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
1048         this is a work in progress, for more information: http://nlpagan.net/sylman 
1049         
1050         * configure.in, src/mainwindow.c, manual/Makefile.am
1051                 add support for English manual
1052
1053         * AUTHORS
1054                 add authors of user manuals
1055
1056         * manual/en/sylpheed*.html
1057                 add English documentation
1058
1059 2001-07-22 [christoph]
1060
1061         * po/POTFILES.in
1062                 added src/ssl.c
1063         * src/ssl.c
1064                 changed a wrong debug message
1065
1066 2001-07-22 [alfons]
1067
1068         * po/nl.po
1069                 update Dutch translation
1070
1071         * src/prefs_filtering.c, 
1072           src/prefs_matcher.c
1073                 add more translatable strings           
1074
1075 2001-07-21 [alfons]
1076
1077         0.5.0claws7
1078
1079         * configure.in
1080                 change version
1081
1082         * src/inc.c, src/summaryview.[ch]
1083                 prevent update of mark file when filtering has done, by
1084                 using a variable; this affects two functions:
1085                         inc.c::inc_finished()
1086                         summaryview.c::summary_show()
1087
1088 2001-07-20 [alfons]
1089
1090         * src/filtering.[ch], src/prefs_filtering.c, 
1091           src/matcher.[ch]
1092                 add filtering action for label coloring 
1093
1094         * po/POTFILES.in
1095                 add labelcolors.c
1096
1097         * added src/labelcolors.c
1098         * added src/labelcolors.h
1099         * src/Makefile.am, src/summaryview.c
1100                 rearrange label coloring code
1101
1102         * src/procmsg.h
1103                 add more parentheses so label colouring works correctly
1104
1105         * src/filtering.c
1106                 don't really delete message, but move it to Trash
1107
1108         * src/prefs_matcher.c
1109                 add quote options to info dialog
1110
1111 2001-07-20 [christoph]
1112
1113         * src/Makefile.am
1114         * src/inc.c
1115         * src/main.[ch]
1116         * src/socket.h
1117         * src/ssl.[ch] (new)
1118                 moved ssl stuff to a seperate file
1119
1120 2001-07-20 [darko]
1121
1122         * src/summaryview.c
1123                 fix show sender using address book with no e-mail
1124                 address in From: field
1125
1126 2001-07-19 [alfons]
1127
1128         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
1129                 fix messy handling of escaping... now at least the
1130                 execute command is useful. escape char is '\', we
1131                 accept \n and \r too. 
1132
1133                 Real life example:
1134                 
1135                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
1136                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
1137
1138 2001-07-18 [alfons]
1139
1140         0.5.0claws6
1141
1142         * src/summaryview.c
1143                 clean up
1144
1145         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
1146           src/procmsg.[ch]
1147                 revise filtering; currently move, copy, marking have
1148                 been tested. if you like bleeding edge stuff, you
1149                 should definitely go for this version :)
1150
1151         * mark old working stuff as VERSION_0_5_0_CLAWS5        
1152
1153 2001-07-17 [christoph]
1154
1155         * src/utils.c
1156                 timestamp log
1157
1158 2001-07-17 [alfons]
1159
1160         0.5.0claws5
1161
1162         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
1163           bits in the mark file, without affecting either branch. Lots of
1164           files changed, also in claws branch.
1165
1166           UNTESTED: use of mbox folders
1167
1168         * src/summaryview.c
1169                 added mark all read; however this was a quick hack used for
1170                 cleaning up mess after initial merge with Hiroyuki
1171
1172         * configure.in
1173                 change claws version number back to 0.5.0claws5 to clear up 
1174                 confusion & pretension (recent release was technically 
1175                 0.5.0claws4, so we neatly align with Hiroyuki :-)
1176
1177 2001-07-16 [alfons]
1178
1179         sync with Hiroyuki's 0.5.0cvs4
1180
1181 2001-07-16 [alfons]
1182
1183         0.5.1claws3
1184
1185         * src/filtering.[ch]
1186                 remove invalid updating of mark files for 
1187                 filter actions MATCHING_ACTION_MOVE and 
1188                 MATCHING_ACTION_DELETE; this should fix the
1189                 folder update bug
1190                 
1191         * src/procmsg.c
1192                 revert Christoph's stab at fixing the folder 
1193                 update bug
1194
1195         * po/POTFILES.in
1196                 add missing files with translatable strings
1197
1198         * src/summaryview.c
1199                 remove debug print
1200
1201 2001-07-15 [alfons]
1202
1203         * src/addr_compl.[ch], src/prefs_filtering.c
1204                 make "filtering pref dialog's destination entry" an
1205                 "address completable entry", if filter destination is 
1206                 an email address
1207
1208         0.5.1claws2
1209         
1210         sync with Hiroyuki's 0.5.0cvs2-3
1211
1212 2001-07-15 [christoph]
1213
1214         * src/procmsg.c
1215                 fixed folder stats update after incorporation
1216
1217 2001-07-15 [alfons]
1218
1219         * src/summaryview.c
1220                 * finish label colouring stuff (for now)
1221                 * fix incorrect colour bug (off by one) 
1222
1223 2001-07-14 [alfons]
1224
1225         * src/mainwindow.c
1226                 change text labels for news and mail message so there's
1227                 plenty of toolbar estate left
1228
1229         * configure.in
1230                 0.5.1claws1
1231
1232         * src/folderview.c
1233           src/folder.[ch]
1234                 sync with Hiroyuki's 0.5.0cvs1
1235
1236         * src/summaryview.c
1237                 more rewrite label colouring
1238
1239 2001-07-14 [alfons]
1240
1241         * src/summaryview.[ch]
1242                 * start rewrite label colouring 
1243                 * fix proper location "Add Sender To Addressbook" menu item
1244
1245 2001-07-13
1246
1247         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
1248         (actually this is 0.5.0claws4)
1249
1250 2001-07-13 [alfons]
1251
1252         * po/pt_BR.po
1253                 * fix duplicate message
1254                 * add updated Portugese / Brazilian translation
1255                   submitted by Fabio Junior Beneditto
1256
1257 2001-07-12 [alfons]
1258
1259         * AUTHORS
1260                 add Jens
1261
1262         * po/nl.po
1263                 add updated Dutch translation
1264
1265         * po/de.po
1266                 add updated German translation submitted by Jens
1267
1268 2001-07-11 [alfons]
1269
1270         Prerelease before 0.5.0claws. Please test.
1271         This version is temporarily tagged as VERSION_0_5_0_TEST
1272
1273         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
1274           src/prefs_scoring.c, src/prefs_matcher.c, 
1275           src/prefs_filtering.c, src/mbox.c, 
1276           src/main.c, src/inc.c, src/filtering.[ch]
1277                 revert new Hoa's new matcher (does not work yet)
1278
1279         * src/Makefile.am
1280                 clean up
1281
1282 2001-07-10
1283
1284         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
1285
1286
1287 2001-07-10 [alfons]
1288
1289         * Makefile.am
1290                 add ChangeLog.claws to EXTRA_DIST
1291         * src/Makefile.am
1292                 add matcher_parser_parse.h to EXTRA_DIST
1293
1294 2001-07-10 [christoph]
1295
1296         * src/inc.c
1297                 add destination folder to table of
1298                 folders that need to be updated after
1299                 incorporation
1300
1301 2001-07-10 [alfons]
1302
1303         * folder.[ch]
1304           folderview.c
1305                 make collapse state of folders and folder items persistent, i.e.
1306                 if you collapse a folder tree, the next time sylpheed-claws starts 
1307                 up the folder tree remains collapsed.  
1308                 
1309 2001-07-10 [christoph]
1310
1311         * acconfig.h
1312         * configure.in
1313                 added --enable-ssl
1314         * src/md5.[ch]
1315                 renamed MD5_CTX to MD5_CTX_syl
1316                 conflicts with a struct in openssl
1317         * src/inc.c
1318         * src/main.[ch]
1319         * src/prefs_account.[ch]
1320         * src/socket.[ch]
1321                 SSL support for POP
1322         * src/mainwindow.c
1323                 fixed compose with current account
1324                 broken by new compose button stuff
1325
1326 2001-07-09 [hoa]
1327
1328         * AUTHORS
1329                 changed my email address
1330
1331         * src/matcher_parser_parse.y
1332                 clean the parser to remove conflicts
1333
1334 2001-07-09 [alfons]
1335
1336         * AUTHORS
1337                 add Match Grun
1338
1339         * configure.in
1340                 fix incorrect description of --enable-ldap parameter
1341
1342         * src/prefs_common.[ch]
1343           src/compose.c
1344                 add experimental option "smart wrapping" which makes the
1345                 compose editor auto wrap.
1346                 
1347                 | TODO: the problem with the buggy cursor handling is caused |
1348                 | by the GtkText. when deleting / backspacing text its       |
1349                 | wrapping algorithm does not take in account the previous   |
1350                 | line. should find a way to hack this in.                   |
1351                 | or should perhaps combine this with the word wrapping      |
1352                 | patch i wrote in january.                                  |
1353
1354         * src/about.c
1355                 show build parameters for LDAP and JPilot
1356
1357         * src/summaryview.c
1358                 revert Christoph's bugfix for selecting next unread message, 
1359                 because folder stats aren't updated correctly
1360
1361 2001-07-08 [hoa]
1362
1363         * src/filtering.c
1364         * src/mainwindow.c
1365         * src/matcher.c
1366         * src/matcher_parser_lex.l
1367         * src/matcher_parser_parse.y
1368         * src/prefs_filtering.c
1369         * src/prefs_scoring.c
1370         * src/scoring.c
1371                 bugfix of the config file parser
1372
1373 2001-07-08 [alfons]
1374
1375         * src/Makefile.am
1376                 added generated matcher sources to BUILT_SOURCES
1377
1378 2001-07-08 [hoa]
1379
1380         * src/Makefile.am
1381         * src/.cvsignore
1382                 added new config file parser
1383
1384         * src/scoring.[ch]
1385         * src/filtering.[ch]
1386         * src/matcher.[ch]
1387         * src/prefs_filtering.c
1388         * src/prefs_matcher.c
1389         * src/prefs_scoring.c
1390         * added src/matcher_parser.h
1391         * added src/matcher_parser_lex.h
1392         * added src/matcher_parser_lex.l
1393         * added src/matcher_parser_parse.y
1394                 lex & yacc config file parser
1395
1396         * src/mbox.c
1397         * src/inc.c
1398         * src/main.c
1399                 changes prefs_filtering into global_filtering           
1400
1401         * src/summaryview.c
1402                 build threads with subjects only if "Re: " is at the
1403                 beginning of the subject
1404
1405 2001-07-07 [paul]
1406
1407         0.5.0claws
1408
1409         sync with sylpheed 0.5.0
1410                 change of version number only
1411
1412 2001-07-06 [paul]
1413
1414         0.5.0claws5
1415
1416         sync with sylpheed 0.5.0pre5
1417
1418 2001-07-05 [paul]
1419
1420         sync with sylpheed 0.5.0pre4 release
1421                 /po and /manual/ja not sync'ed
1422
1423 2001-07-04 [paul]
1424
1425         more sync with sylpheed 0.5.0pre4
1426
1427 2001-07-03 [christoph]
1428
1429         * src/addressbook.c
1430                 fixed address book broken by address book
1431                 for VCard, JPilot, LDAP
1432
1433 2001-07-03 [alfons]
1434
1435         * src/matcher.c
1436         * src/textview.c
1437                 stopped memory leaks
1438
1439 2001-07-03 [paul]
1440
1441         more sync with sylpheed 0.5.0pre4
1442
1443 2001-07-02 [match]
1444
1445         * included address book patch for VCard, JPilot, LDAP
1446         * pref_common.c - fixed Font options on Display tab (cosmetic)
1447         * alertpanel.c - fixed truncated message
1448
1449 2001-07-02 [christoph]
1450
1451         * src/mbox_folder.c
1452         * src/procmsg.[ch]
1453         * src/summaryview.c
1454                 mark threads for ignoring
1455
1456 2001-07-02 [paul]
1457
1458         0.5.0claws4
1459
1460         * sync with sylpheed 0.5.0pre4
1461                 updated gettext to 0.10.38.
1462
1463 2001-07-01 [paul]
1464
1465         * src/ mainwindow.c
1466         * src/procmsg.h
1467         * src/summaryview.[ch]
1468                 new right-click option: Label.
1469                 substitute for 'Mark-->Mark/Unmark', colours the line.
1470                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
1471
1472 2001-07-01 [christoph]
1473
1474         * src/folderview.c
1475                 fixed font for trash
1476         * src/summaryview.c
1477                 move ctree to unread message
1478
1479 2001-07-01 [paul]
1480
1481         * sync with sylpheed 0.5.0pre3 release
1482
1483 2001-06-30 [alfons]
1484
1485         * src/filesel.[ch]
1486         * src/compose.c
1487                 allow inserting / attaching multiple files in
1488                 the composer window
1489
1490 2001-06-30 [paul]
1491
1492         * src/codeconv.c
1493                 small change to Alfons' previous stuff so that it
1494                 actually makes
1495
1496 2001-06-30 [alfons]
1497
1498         * lots of files changed; first attempt to merge the changes
1499           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
1500
1501 2001-06-30 [paul]
1502
1503         * po/pt_BR.po
1504                 updated and completed, translations by Fabio
1505                 Junior Beneditto <fjbeneditto@yahoo.com.br>
1506
1507 2001-06-29 [alfons]
1508
1509         * src/compose.c
1510         * src/mimeproc.[ch]
1511                 allow selecting an attached files' mime type from a 
1512                 list of types.
1513
1514 2001-06-29 [paul]
1515
1516         * more sync with sylpheed 0.5.0pre3
1517
1518 2001-06-29 [paul]
1519
1520         * po/pt_BR.po
1521                 merge with sylpheed.pot and pt_BR.po provided by
1522                 Fabio Junior Beneditto.
1523
1524 2001-06-29 [darko]
1525
1526         * src/procmime.c
1527                 make MIME types case insensitive
1528
1529 2001-06-28 [alfons]
1530
1531         * po/nl.po
1532                 merge with sylpheed.pot and old nl.po; translations added.
1533
1534 2001-06-28 [paul]
1535
1536         * more sync with sylpheed 0.5.0pre3
1537
1538 2001-06-27 [alfons]
1539
1540         * src/summaryview.c
1541                 don't crash when removing parent node of messages
1542                 attracted by subject. this was caused by not deleting
1543                 the parent node from the subject line hash table.
1544
1545 2001-06-27 [alfons]
1546
1547         * src/summaryview.c
1548         * src/compose.[ch]
1549         * src/mainwindow.c
1550                 if there are multiple messages selected, allow forwarding
1551                 them as attachments.
1552
1553 2001-06-27 [paul]
1554
1555         * more sync with sylpheed 0.5.0pre3
1556
1557 2001-06-26 [paul]
1558
1559         0.5.0claws3
1560
1561         * sync with sylpheed 0.5.0pre3
1562
1563 2001-06-25 [paul]
1564
1565         * src/mainwindow.c
1566                 fixed 'compose news article' bug
1567                 from icon-and-text toolbar
1568
1569 2001-06-25 [paul]
1570
1571         * sync with sylpheed 0.5.0pre2 release
1572
1573 2001-06-24 [christoph]
1574
1575         * src/prefs_common.c
1576                 bug fix in font selection
1577         * src/folderview.c
1578                 use sylpheed's normal font instead of
1579                 gtk default font for folders without
1580                 new messages
1581
1582 2001-06-24 [alfons]
1583
1584         * src/mainwindow.[ch]
1585                 added composite compose mail / news button (an idea by Leandro
1586                 Pereira <leandro@linuxmag.com.br>)
1587
1588 2001-06-24 [paul]
1589
1590         Added instructions for ldif-to-xml.py
1591
1592         * tools/README
1593
1594 2001-06-23 [alfons]
1595
1596         Some minor things.
1597
1598         * src/pixmaps/stock_news_compose.xpm
1599                 added pixmap by Leandro
1600         * src/prefs_common.c
1601                 tested built-in spelling checker of GCC 3.0 :)
1602         * po/nl.po
1603                 merged dutch translation of sylpheed-main with
1604                 sylpheed.pot
1605
1606 2001-06-23 [paul]
1607
1608         Added tools directory and files.
1609
1610         * tools/filter_conv.pl
1611                 converts old filter system to new filtering system
1612         * tools/ldif-to-xml.py
1613                 converts netscape addressbook to sylpheed addressbook
1614         * tools/README
1615                 descriptions/instructions for above two files
1616
1617 2001-06-23 [christoph]
1618
1619         * src/inc.c
1620         * src/manage_window.[ch]
1621         * src/prefs_common.[ch]
1622                 mail retrieval dialog can be enabled, disabled
1623                 or hidden if non of sylpheed's windows is active
1624
1625 2001-06-22 [paul]
1626
1627         0.5.0claws2
1628
1629         * sync with sylpheed 0.5.0pre2
1630
1631 2001-06-21 [christoph]
1632
1633         * src/summaryview.c
1634                 show recipient on 'from' for all accounts
1635                 
1636         * src/inc.c
1637         * src/prefs_common.[ch]
1638                 disable error popup on mail receive errors
1639
1640 2001-06-21 [alfons]
1641
1642         * src/compose.c
1643                 made the ruler correctly appear and disappear.
1644
1645         * src/Makefile.am
1646                 removed Hoa's work-in-progress-stuff (interesting!) so 
1647                 claws compiles ok.
1648
1649 2001-06-20 [christoph]
1650
1651         * src/inc.c
1652         * src/progressdialog.c
1653                 added scrolled window for list in progressdialog
1654
1655 2001-06-20 [paul]
1656
1657         sync with sylpheed 0.5.0pre1 release
1658
1659 2001-06-20 [christoph]
1660
1661         * src/summeryview.c
1662                 make building threads by subject work when
1663                 thread view is enabled
1664                 
1665         * src/compose.c
1666         * src/prefs_common.[ch]
1667                 automatically select account for mail replys
1668
1669 2001-06-19 [sergey]
1670
1671         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
1672         they are filled in from the account settings.
1673
1674 2001-06-19 [paul]
1675
1676         * more sync with sylpheed 0.5.0pre1
1677
1678 2001-06-18 [alfons]
1679
1680         * src/Makefile.am,
1681           src/procmime.c
1682                 added --sysconfdir to CPPFLAGS for pointing to the correct
1683                 location of mime.types. 
1684
1685                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
1686                 or ./configure!
1687
1688 2001-06-18 [hoa]
1689
1690         * src/summaryview.c
1691                 fixed some bug when building threads
1692
1693 2001-06-18 [paul]
1694
1695         * src/prefs_account.c
1696                 UI stuff: More changes to the English
1697
1698 2001-06-18 [paul]
1699
1700         * src/pixmaps/stock_news_compose.xpm: new file
1701         * src/Makefile.am
1702         * src/mainwindow.c
1703         * src/summaryview.c
1704                 Added new icon for Hoa's 'compose a news
1705                 message', plus minor improvements to the
1706                 English
1707
1708         * po/ja.po
1709         * ChangeLog
1710         * ChangeLog.jp
1711                 more sync with sylpheed 0.5.0pre1
1712
1713 2001-06-18 [hoa]
1714
1715         * src/compose.[ch]
1716         * src/mainwindow.c
1717                 Follow-up and reply to
1718
1719         * src/summaryview.[ch]
1720                 Build threads also with subjects
1721
1722 2001-06-17 [hoa]
1723
1724         * src/compose.c
1725                 forwarding use the current account.
1726
1727         * src/mainwindow.c
1728                 the "compose message" button has been replaced with
1729                 "new mail" and "new news" buttons
1730
1731         * src/prefs_common.[ch]
1732                 added a configuration option to use the forward button
1733                 as "forward as attachment"
1734                 changed reply and forward format description
1735
1736         * src/quote_fmt_lex.l
1737         * src/quote_fmt_parse.y
1738                 added message with no signature in format for reply
1739                 and forward.
1740
1741 2001-06-17 [paul]
1742
1743         Minor UI stuff
1744
1745         * src/mainwindow.c
1746         * src/summaryview.c
1747                 Improvements to the English
1748
1749         * src/prefs_common.c
1750                 Improvements to the English and some
1751                 clarity/continuity improvements in the
1752                 description of Quote symbols.
1753
1754 2001-06-17 [paul]
1755
1756         0.5.0claws1
1757
1758         * sync with sylpheed 0.5.0pre1
1759
1760 2001-06-17 [hoa]
1761
1762         * src/compose.c
1763                 Better interface for compose, displayed fields
1764                 are updated whenever we change account.
1765                 Newsgroups field is automatically filled.
1766
1767         * src/mainwindow.c
1768                 Newsgroups field is automatically filled.
1769
1770         * src/prefs_account.c
1771                 Some interface stuff when fields appear and
1772                 disappear.
1773
1774 2001-06-16 [paul]
1775
1776         0.4.99claws
1777
1778         * sync with sylpheed 0.4.99
1779
1780 2001-06-16 [sergey]
1781
1782         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
1783         base64_decoder_free, base64_decoder_decode): new object and
1784         functions for decoding base64 streams.
1785         * src/procmime.c (procmime_decode_content): modified to use the
1786         new base64 decoder.
1787
1788 2001-06-15 [paul]
1789
1790         0.4.99claws10
1791
1792         * sync with sylpheed 0.4.99cvs11
1793
1794 2001-06-13 [paul]
1795
1796         0.4.99claws9
1797
1798         * sync with sylpheed 0.4.99cvs9
1799
1800 2001-06-13 [hoa]
1801
1802         * src/compose.c
1803         * src/prefs_account.c
1804
1805                 SMTP server can be defined in the news account
1806                 mime type of attachment are kept.
1807
1808         * src/summaryview.c
1809
1810                 now choose the highest important score between default
1811                 and important score of folder.
1812
1813 2001-06-09 [alfons]
1814         
1815         * src/prefs_common.c: 
1816
1817                 (prefs_quote_description_create): corrected description of 
1818                 quote format characters
1819
1820 2001-06-09 [paul]
1821
1822         0.4.99claws8
1823
1824         * sync with sylpheed 0.4.99cvs8
1825
1826 2001-06-08 [sergey]
1827
1828         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
1829         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
1830
1831 2001-06-08 [paul]
1832
1833         0.4.99claws7
1834
1835         * sync with sylpheed 0.4.99cvs7
1836
1837 2001-06-06 [sergey]
1838
1839         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
1840         clashes with autogenerated header).
1841         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
1842         * src/Makefile.am: added quote_fmt.h.
1843         * src/.cvsignore: added lex/yacc autogenerated files
1844         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
1845
1846 2001-06-06 [paul]
1847
1848         0.4.99claws6
1849
1850         * sync with sylpheed 0.4.99cvs6
1851
1852 2001-06-06 [hoa]
1853
1854         * added src/quote_fmt_parse.h
1855         * src/compose.c
1856                 removed warnings
1857
1858         * src/prefs.[ch]
1859                 don't modify readonly configuration files
1860
1861         * src/prefs_account.c
1862         * src/prefs_common.c
1863         * src/prefs_customheader.c
1864         * src/prefs_display_header.c
1865         * src/prefs_filter.c
1866         * src/prefs_filtering.c
1867         * src/prefs_scoring.c
1868                 don't open dialog box when configuration files
1869                 are readonly
1870
1871 2001-06-05 [sergey]
1872
1873         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
1874
1875         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
1876         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
1877         BUILT_SOURCES to make all files rebuild properly.
1878
1879         * src/compose.c: removed #include "quote_fmt.tab.h".
1880
1881         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
1882         CHARACTER value in yylval.
1883
1884         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
1885         receive CHARACTER value by documented means (yylval).
1886
1887         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
1888
1889 2001-06-05 [hoa]
1890
1891         * src/Makefile.am
1892                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
1893
1894         * src/filtering.c
1895         * src/matcher.c
1896         * src/matcher.h
1897         * src/prefs_filtering.c
1898                 now keep the configuration for execute action
1899
1900         * src/mbox_folder.c
1901                 fixed a warning
1902
1903 2001-06-05 [paul]
1904
1905         * sync with sylpheed 0.4.99cvs5
1906
1907 2001-06-05 [hoa]
1908
1909         * src/Makefile.am
1910                 added quote_fmt.[ch]
1911
1912         * added src/quote_fmt.y
1913         * added src/quote_fmt.l
1914         * added src/quote_fmt.tab.h
1915         * added src/quote_fmt.tab.c
1916         * added src/lex.quote_fmt.c
1917                 parsing configuration for replying
1918                 and forwarding
1919
1920         * src/prefs_common.[ch]
1921                 added configuration UI for replying
1922                 and forwarding
1923
1924         * src/compose.c
1925                 using configuration for replying
1926                 and forwarding
1927
1928 2001-06-04 [hoa]
1929
1930         * src/filtering.c
1931         * src/matcher.c
1932         * src/matcher.h
1933         * src/prefs_filtering.c
1934         * src/prefs_matcher.c
1935         * src/prefs_matcher.h
1936                 action "run a command" for filtering
1937                 and matching with a command.
1938                 fixed the "whole message" matching
1939
1940         * src/mbox_folder.c
1941                 changed temporary filename for security
1942
1943         * src/messageview.c
1944                 queue the notification if it fails to send.
1945
1946         * src/prefs_common.c
1947         * src/prefs_folder_item.c
1948                 changed the default important score             
1949
1950         * src/prefs_scoring.c
1951         * src/scoring.c
1952                 hide kill score input when the folder is not
1953                 a newsgroup
1954
1955 2001-06-03 [alfons]
1956
1957         * src/prefs_common.c:
1958
1959                 (prefs_font_select): pass font name in font entry box to font
1960                 selection dialog.
1961
1962 2001-06-03 [sergey]
1963
1964         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
1965
1966 2001-06-03 [paul]
1967
1968         * sync with sylpheed 0.4.99cvs4
1969
1970 2001-06-03 [alfons]
1971
1972         * src/headerwindow.c:
1973
1974                 (headerwindow_show_cb): use the selected summary view item, not
1975                 the displayed item.
1976
1977 2001-06-02 [alfons]
1978
1979         * src/headerwindow.c:
1980
1981                 (headerwindow_show_cb): always try to show msginfo
1982
1983 2001-06-02 [hoa]
1984
1985         * src/compose.c
1986                 keep attached parts when reediting or forwarding.
1987
1988 2001-06-01 [hoa]
1989
1990         * src/folderview.c
1991         * src/prefs_folder_item.[ch]
1992         * src/prefs_scoring.[ch]
1993         * src/scoring.[ch]
1994         * src/summaryview.[ch]
1995         * src/main.c
1996         * src/mainwindow.c
1997         * src/prefs_common.[ch]
1998                 support for folder scoring
1999                 kill score and important score for messages
2000         
2001         * src/prefs_account.c
2002                 some display bug fixed for local account
2003                 preferences
2004
2005 2001-05-31 [alfons]
2006
2007         * src/summaryview.c:
2008
2009                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
2010                 sender to address book menu item is disabled.
2011
2012 2001-05-30 [hoa]
2013
2014         * src/filtering.[ch]
2015         * src/summaryview.c
2016                 handling summary menu / filter messages
2017
2018         * src/folder.[ch]
2019                 add some stuff
2020
2021         * src/foldersel.c
2022                 imap folders now appears in list
2023
2024         * src/mbox_folder.c
2025                 doesn't crash if destination mail is not writeable
2026
2027 2001-05-29 [hoa]
2028
2029         * src/compose.c
2030                 removed some warnings
2031
2032         * src/filtering.c
2033         * src/folder.[ch]
2034         * src/prefs_filtering.c
2035                 global string to identify any folders           
2036                 removed some debug info
2037                 filtering to mbox folders is now possible
2038
2039         * src/mainwindow.c
2040                 removed some warnings
2041
2042         * src/mbox_folder.c
2043                 permission on files are changed to read/write for user only,
2044                 nothing for other.
2045                 creation of subfolder is handled better.
2046
2047 2001-05-28 [alfons]
2048
2049         Verified the sync for src/prefs_common.[ch] and
2050         src/prefs_account.[ch]. I believe there were some
2051         minor indentation differences.
2052
2053 2001-05-28 [paul]
2054
2055         0.4.99claws3
2056
2057         * sync with 0.4.99cvs3
2058
2059 2001-05-28 [hoa]
2060
2061         * src/compose.c
2062                 handling flags for mbox format
2063
2064         * src/filtering.c
2065                 use of mark file only for MH format
2066                 handling flags for mbox format
2067                 filtering cannot yet move or copy mails to mbox folders.
2068
2069         * src/folder.[ch]
2070                 changed move_msg, copy_msg,
2071                 move_msgs_with_dest, copy_msgs_with_dest functions
2072                 uses only folder->copy_msg() function
2073                 uses folder->finished_copy() to handle the destination
2074                 folder at the end of the copy or move operation.
2075
2076         * src/foldersel.c
2077                 included mbox directories.
2078
2079         * src/folderview.[ch]
2080         * src/mainwindow.c
2081                 handle folders operation for mbox format
2082
2083         * src/mbox.c
2084                 disable conversion of "From " header
2085
2086         * src/mbox_folder.[ch]
2087                 completion of mbox format handling
2088
2089         * src/mh.c
2090                 changed mh_copy_msg() function and
2091                 removed mh_move_msg(), mh_move_msgs_with_dest(),
2092                 mh_copy_msgs_with_dest()
2093
2094         * src/prefs_filtering.c
2095                 removed some warnings
2096
2097         * src/prefs_matcher.c
2098                 default boolean operation is AND
2099
2100         * src/procheader.c
2101                 handling flags for mbox format
2102                 handling of "From " header
2103
2104         * src/procmsg.[ch]
2105                 removed data field
2106                 added MSG_REALLY_DELETED flags to handle deletion of
2107                 messages in mbox format.
2108
2109         * src/summaryview.c
2110                 handling flags for mbox format
2111                 disable the MSG_DELETED flags when messages
2112                 are deleted in mbox format
2113
2114         * src/textview.c
2115                 "From " headers display fixed.
2116
2117 2001-05-27 [alfons]
2118
2119         * src/textview.c:
2120                 
2121                 (get_email_part): skip quoted email addresses, like in e.g.
2122                 "'alfons@proteus.demon.nl'".
2123
2124 2001-05-26 [alfons]
2125
2126         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
2127         and fixing the persistence troubles when using separate windows.
2128
2129         * src/mainwindow.c:
2130         
2131             Added #define SEPARATE_ACTION used in the gtk item factory for 
2132             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
2133                 use gtk_item_factory_get_widget_by_action() to get the items.
2134                 
2135             Removed separate_widget_cb from the gtk item factory data   
2136           
2137             (mainwindow_create): connect separate_widget_cb() to check
2138             menu item "toggled" signal. also passing a MainWindow pointer
2139                 as object data for both check menu items.
2140                 
2141             (separate_widget_cb): definition of separate_widget_cb() to match
2142             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
2143                 window using gtk_object_get_data(). The type of window separation 
2144                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
2145         
2146         * src/prefs_filtering.c,
2147           src/prefs_matcher.c: added horizontal scrollbars
2148
2149 2001-05-25 [darko]
2150
2151         * src/headerview.c
2152                 fix segfault with invalid bold font
2153         * src/summaryview.c
2154                 correctly display summary stats after row is marked
2155
2156 2001-05-23 [sergey]
2157
2158         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
2159         encodings with libjconv.
2160
2161 2001-05-23 [hoa]
2162
2163         * src/Makefile.am
2164                 added mbox_folder.[ch]
2165         * src/defs.h
2166                 mbox temporary folder
2167         * src/folder.[ch]
2168         * added src/mbox_folder.[ch]
2169         * src/folderview.c
2170         * src/procheader.[ch]
2171                 added mbox support
2172         * src/mbox.c
2173                 bugfix for file incorporation filtering
2174         * src/imap.c
2175                 enable creation of MBOX
2176         * src/prefs_display_header.c
2177                 enable use of headers like "From "
2178                 something that should be fixed :
2179                         displaying of such headers add an extra space
2180         * src/prefs_folder_item.c
2181                 don't create folders because it is not necessary
2182         * src/procmsg.h
2183                 added data field to MsgInfo for mbox internal use
2184         * src/summaryview.c
2185                 added some support for mbox
2186         * src/utils.[ch]
2187                 added get_mbox_cache_dir() function
2188
2189 2001-05-23 [hiroyuki]
2190
2191         * src/headerwindow.c
2192           src/inc.c
2193           src/main.c
2194           src/mh.c
2195           src/nntp.c
2196           src/procmsg.h
2197           src/session.h
2198           src/socket.[ch]
2199           src/summaryview.c
2200           src/textview.c
2201           src/automaton.c
2202           src/folderview.c: more sync with 0.4.99cvs2.
2203
2204         * src/headerwindow.c: reverted.
2205
2206 2001-05-22 [paul]
2207
2208         0.4.99claws2
2209
2210         * sync with sylpheed 0.4.99cvs2
2211                 * src/news.[ch]
2212                 * src/nntp.[ch]
2213                 * INSTALL
2214                 * INSTALL.jp
2215
2216 2001-05-22 [alfons]
2217
2218         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
2219
2220 2001-05-21 [alfons]
2221
2222         Minor things:
2223
2224         * configure.in: if gnome-config not found, "no" is displayed
2225         
2226         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
2227
2228         * src/textview.c: now also possible to add mail addresses by right
2229           clicking in the text view
2230
2231         * src/codeconv.c: merged patch which fixes endless loop when encountering
2232           invalid wide characters; from Alte <010@imis.ru>  
2233
2234 2001-05-20 [alfons]
2235
2236         Added installation of gnome specific things:
2237
2238         * Makefile.am: gnome conditional
2239
2240         * configure.in: check for installed gnome
2241
2242         * added sylpheed.png, sylpheed.desktop
2243
2244 2001-05-20 [sergey]
2245
2246         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
2247
2248         * src/mainwindow.h (main_window_toolbar_create): created a button
2249         for "Reply to all".
2250         (main_window_set_toolbar_sensitive): enable/disable the new button
2251         appropriately.
2252         (toolbar_reply_to_author_cb): handle the new button.
2253
2254         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
2255         send_progress_dialog_destroy() on failure (fixes hang on SMTP
2256         failure).
2257
2258 2001-05-19 [sergey]
2259
2260         * src/compose.h (ComposeReplyMode): new modes
2261         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
2262         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
2263
2264         * src/compose.c
2265         (compose_send): move some code into a new function:
2266         (compose_current_mail_account): new function.
2267         (compose_reply): new argument to_author, all callers changed; if
2268         to_author==TRUE and account->protocol==A_NNTP, find and use an
2269         appropriate mail account for replying.
2270         (compose_reply_set_entry): new argument to_author; ignore
2271         compose->replyto if to_author==TRUE.
2272
2273         * src/mainwindow.c: new command "Message/Reply to author".
2274         (main_window_set_menu_sensitive): enable/disable it.
2275         (reply_cb): handle it.
2276
2277         * src/summaryview.c: new command "Reply to author".
2278         (summary_set_menu_sensitive): enable/disable it.
2279         (summary_reply_cb): handle it.
2280
2281         * src/account.c (account_find_mail_from_address): new function.
2282
2283 2001-05-18 [paul]
2284
2285         0.4.99claws1
2286
2287         * sync with sylpheed 0.4.99cvs1
2288
2289 2001-05-18 [hoa]
2290
2291         * src/compose.[ch]
2292         * src/filtering.c
2293         * src/summaryview.c
2294                 new filtering action : forward and forward as attachment
2295
2296         * src/main.c
2297                 no need for $DISPLAY when we run sylpheed --help
2298                 call to parse_cmd_opt() is moved
2299
2300         * src/mainwindow.[ch]
2301                 execute button is hidden when immediate execute
2302                 is chosen
2303
2304         * src/mh.c
2305         * src/news.c
2306         * src/prefs_folder_item.c
2307         * src/procmsg.c
2308                 better handling of missing directories
2309
2310         * src/summaryview.c
2311                 reedit is enabled in outbox
2312                 reedit is enabled in queue
2313
2314 2001-05-17 [hoa]
2315
2316         * src/filtering.c
2317         * src/matcher.[ch]
2318         * src/prefs_filtering.c
2319                 changed attachement into attachment
2320
2321 2001-05-17 [alfons]
2322
2323         0.4.67claws4    
2324
2325         * sync with sylpheed 0.4.67cvs9
2326         * sync with sylpheed 0.4.67cvs7-8
2327
2328 2001-05-17 [hoa]
2329
2330         * src/Makefile.am
2331                 added prefs_filtering.c
2332
2333         * src/filtering.[ch]
2334         * src/matcher.[ch]
2335                 removed action : forward_news and forward_news_as_attachement
2336                 (forward and forward_as_attachement can be used instead)
2337
2338         * src/mainwindow.c
2339                 added menu option to access filtering configuration
2340
2341         * src/prefs_account.c
2342                 changed mail_command default to /usr/sbin/sendmail
2343
2344         * added src/prefs_filtering.[ch]
2345                 dialog box for filtering configuration
2346
2347         * src/prefs_matcher.c
2348                 added function prefs_matcher_get_criteria_from_matching()
2349
2350         * src/prefs_scoring.c
2351                 reset the dialog when register or substitute is clicked
2352
2353 2001-05-15 [hoa]
2354
2355         * src/Makefile.am
2356                 added filtering.[ch]
2357         * src/inc.c
2358                 using filering.[ch] instead of filter.[ch]
2359         * src/main.c
2360                 reading new filtering configuration
2361         * src/matcher.[ch]
2362                 added some filtering actions
2363                 and fixed a bug for headers and mail body matching
2364         * src/mbox.c
2365                 using filering.[ch] instead of filter.[ch]
2366         * src/mh.c
2367                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
2368         * src/summaryview.c
2369                 some fixes for filtering
2370
2371 2001-05-14 [hiroyuki]
2372
2373         * src/send.c: fixed some weird indentations.
2374           send_message_with_command(): call pclose() only if p != NULL.
2375         * src/textview.c: get_email_part(): modified the code for readability.
2376
2377 2001-05-14 [hiroyuki]
2378
2379         * src/md5global.h
2380           src/md5ify.c
2381           src/md5ify.h: removed from the cvs.
2382
2383 2001-05-13 [sergey]
2384
2385         * src/main.c: include rfc2015.h to avoid compiler warnings.
2386         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
2387         the panel is already on screen.
2388         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
2389         closing the alert window by ESC as "No".
2390         * src/prefs_common.c (prefs_interface_create): moved return
2391         receipt check button to the correct place.
2392
2393 2001-03-13 [alfons]
2394
2395         * src/prefs_common.c: 
2396                 moved return receipt check button to the Send tab. (prefs_send_create)
2397                 removed the date format ui related globals. (prefs_display_create)
2398
2399         0.4.67claws3
2400         
2401         * sync with sylpheed 0.4.67cvs5-6
2402
2403 2001-05-13 [paul]
2404
2405         * added Alfons' font selection patch
2406
2407         * src/defs.h
2408         * src/headerwindow.c
2409         * src/prefs_common.c
2410         * src/prefs_common.h
2411
2412 2001-05-13 [hoa]
2413         * src/defs.h
2414                 changed version of cache
2415         * src/matcher.[ch]
2416         * src/prefs_matcher.c
2417                 added additionnal matching criteria
2418         * src/procheader.c
2419         * src/procmsg.[ch]
2420         * src/news.c
2421                 added references in MsgInfo
2422
2423 2001-05-12 [hoa]
2424
2425         * src/defs.h
2426                 prepared some things for new filtering
2427         * src/matcher.[ch]
2428                 added some matching properties
2429                 inreplyto need to be enhanced
2430                 prepared some things for new filtering
2431         * src/messageview.c
2432                 added Return-Receipt-To handling
2433         * src/prefs_folder_item.c
2434                 changed default value to TRUE
2435         * src/prefs_matcher.c
2436                 added some matching properties
2437         * src/prefs_scoring.[ch]
2438                 the scoring dialog is finished
2439         * src/procheader.c
2440                 added Return-Receipt-To handling
2441                 Reference need to be added
2442         * src/procmsg.[ch]
2443                 added Return-Receipt-To handling
2444                 added threadscore to get a better score sorting when
2445                 threads are enabled
2446         * src/summaryview.c
2447                 suppressed a bug when we sort the list
2448                 when no folder is opened.
2449                 better score sorting when threads are enabled
2450
2451 2001-05-12 [alfons]
2452
2453         * reverted previous patch because of potential errors 
2454
2455         0.4.67claws2
2456         
2457         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
2458                 applied "toggle mail-retrieval dialog window" patch submitted 
2459                 by Eric Limpens <eric@qnt.net>
2460
2461         * sync with sylpheed 0.4.67cvs4
2462
2463 2001-05-12 [sergey]
2464
2465         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
2466         some picky compilers.
2467         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
2468         * src/grouplist_dialog.c: include alertpanel.h.
2469         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
2470         fix compile warning.
2471         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
2472         #include "defs.h" before others to prevent the warning of `MIN'
2473         and `MAX' redefinition.
2474
2475 2001-05-11 [hoa]
2476
2477         * src/main.c
2478         * src/messageview.c
2479         * src/prefs_account.c
2480         * src/prefs_display_header.c
2481                 removed warning
2482         * src/Makefile.am
2483                 added prefs_scoring.[ch]
2484         * src/grouplist_dialog.c
2485                 display an error dialog box if the group list
2486                 cannot be fetched.
2487         * src/mainwindow.[ch]
2488                 added main_window_set_thread_option() function
2489                 scoring dialog box enabled
2490         * src/matcher.[ch]
2491                 added flags matching unread /new / marked
2492                 / deleted / replied / forwarded
2493         * src/news.c
2494                 newsgroups are now finally in newscache
2495         * src/prefs_matcher.[ch]
2496                 finished preferences for matching dialog
2497         * added src/prefs_scoring.[ch]
2498                 scoring dialog box completed
2499         * src/scoring.[ch]
2500                 conversion to string : added scoringprop_to_string()
2501                 write config for preferences :
2502                 added prefs_scoring_write_config()
2503         * src/summaryview.c
2504                 threads can be enabled/disabled independently
2505                 for each folder
2506
2507 2001-05-10 [alfons]
2508
2509         0.4.67claws1
2510         
2511         * AUTHORS: 
2512                 thought it would be nice to have a list of all
2513                 contributors (used Changelog as a reference)
2514         
2515         * configure.in: 
2516                 messed up version numbering...
2517
2518         0.4.66claws1
2519
2520         * sync with sylpheed 0.4.67cvs1-3
2521
2522 2001-05-10 [darko]
2523
2524         * src/prefs_common.c:
2525                 better UI for strftime format, double clicking
2526                 on format now inserts the format in text entry
2527                 replaced close button with standard OK/Cancel
2528                 moved date format button to the right of the
2529                 text entry field
2530
2531 2001-05-09 [alfons]
2532
2533         * src/gtkstext.c:
2534                 Ctrl-Home / Ctrl-End have proper cursor navigation
2535
2536 2001-05-09 [hoa]
2537
2538         * src/prefs_matcher.c
2539                 finished UI to define matching properties
2540                 added ok and cancel button
2541         * src/prefs_filter.c
2542                 added ok and cancel button
2543         * src/news.c
2544                 fixed some bug in xhdr parsing
2545
2546 2001-05-08 [alfons]
2547
2548         * src/textview.c: 
2549                 fixed a bug in textview_show_header(), which displayed two colons (':');
2550                 cleaned up some warnings
2551
2552 2001-05-08 [hoa]
2553
2554         * src/Makefile.am
2555                 added prefs_matcher.[ch]
2556                 compilation with -W -Wall
2557         * src/alertpanel.c
2558                 ungrab the mouse events if grabbed - does it
2559                 fix the bug for disposition notification ?
2560         * src/mainwindow.c
2561                 added a menu option to open the matching dialog.
2562         * src/matcher.[ch]
2563                 added matcherprop_to_string() and matcherlist_to_string()
2564                 fixed some bugs, changed the name of some options
2565                 age_sup and age_inf becomes age_greater and age_lower,
2566                 body and messageheaders becomes body_part and headers_part,
2567                 changed the names of constants from SCORING_XXX to MATCHING_XXX
2568         * src/prefs_display_header.c
2569         * src/prefs_headers.c
2570                 fixed a bug that accidentally destroyed dialogs
2571                 when closed them with delete_event
2572                 Added *_deleted() which handle delete_event signal correctly.
2573         * src/prefs_folder_item.[ch]
2574                 added "enable_thread" field for future customization
2575         * added src/prefs_matcher.[ch]
2576                 sample of the UI to define matching properties
2577         * src/procheader.c
2578                 using procheader_headername_equal instead of str*cmp functions
2579                 using procheader_parse_header() function
2580         * src/scoring.c
2581                 using MATCHING_XXX instead of SCORING_XXX
2582         * src/summaryview.c
2583                 display the sender of the news even if this is ourself
2584                 when this is a news message.
2585         * src/textview.c
2586                 using headername_equal() instead of str*cmp functions
2587
2588 2001-05-08 [alfons]
2589
2590         0.4.66claws
2591
2592         * sync with sylpheed 0.4.66
2593         * src/gtkstext.c: trace logs added 
2594
2595 2001-05-08 [sergey]
2596
2597         * src/prefs_common.[ch]: added option to enable/disable GnuPG
2598         signature check popup.
2599         * src/rfc2015.c (check_signature): show signature check popup only
2600         if it is enabled in preferences.
2601
2602 2001-05-07 [alfons]
2603
2604         0.4.66claws4
2605         
2606         * sync with sylpheed 0.4.66cvs6
2607
2608 2001-05-07 [darko]
2609
2610         * src/prefs_common.[ch]: added option to enable/disable
2611           looking up sender name in address book for summary pane
2612         * src/summaryview.c: look up sender in the address book
2613           by using Alfons' address completion code
2614
2615 2001-05-07 [hiroyuki]
2616
2617         * src/inc.h
2618           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
2619           member of Pop3State.
2620         * src/news.c: brought #include "defs.h" before #include <glib.h>
2621           to prevent the warning of `MIN' and `MAX' redefinition.
2622
2623 2001-05-06 [hoa]
2624
2625         * removed src/headers_display.[ch]
2626         * removed src/prefs_display_headers.[ch]
2627         * src/inc.c
2628                 use a temporary file in the user directory for mbox import
2629         * src/news.c
2630                 added XHDR support to get "To" and "Cc" headers
2631                 (in order to match news with to or cc field for
2632                 scoring)
2633                 added function news_parse_xhdr() to get XHDR response
2634         * src/nntp.[ch]
2635                 added function nntp_xhdr()
2636         * src/matcher.c
2637                 fetch the message if necessary
2638
2639 2001-05-06 [alfons]
2640
2641         0.4.66claws3
2642
2643         * sync with sylpheed 0.4.66cvs3-5
2644
2645 2001-05-06 [hoa]
2646
2647         * src/utils.[ch]
2648                 added function itos_buf() to enable use of several buffers
2649         * src/summaryview.c
2650                 use of itos_buf() instead of itos() in summary list
2651                 to fix the broken display of message number.
2652
2653 2001-05-06 [alfons]
2654
2655         * src/gtkstext.c: bug in cursor up navigation fixed,
2656                 fixed another unsigned / signed comparison (we're getting there :-)
2657
2658 2001-05-06 [hoa]
2659
2660         * src/Makefile.am
2661                 added scoring.c scoring.h
2662                 prefs_folder_item.c prefs_folder_item.h
2663                 matcher.c matcher.h
2664         * src/defs.h
2665                 added FOLDERITEM_RC SCORING_RC
2666         * src/folder.[ch]
2667                 added prefs field in FolderItem :
2668                 properties for each folder (PrefsFolderItem),
2669                 sorting type and mode were added as the first properties.
2670         * src/main.c
2671                 read config for scoring
2672         * added src/matcher.[ch]
2673                 gives functions to parse configuration file to do
2674                 matching on mails with a list of conditions.
2675         * src/mainwindow.c
2676                 add option to sort by score
2677         * src/prefs_common.[ch]
2678                 added preference option to show score and for
2679                 the score column size
2680         * added src/prefs_folder_item.[ch]
2681                 properties for each folder (PrefsFolderItem),
2682                 sorting type and mode were added as the first properties.
2683         * src/procheader.[ch]
2684                 added procheader_parse_header()
2685                 added procheader_header_free()
2686                 added procheader_headername_equal()
2687                 and made modification to use them.
2688         * src/procmsg.[ch]
2689                 added score field to MsgInfo structure
2690         * added src/scoring.[ch]
2691                 gives functions to parse configuration file to do
2692                 scoring on mails with a list of conditions.
2693         * src/summaryview.[ch]
2694                 save the sorting type and mode for the folder
2695                 added column to display the score of the mail
2696                 added function summary_score_clicked()
2697                 sorting type and mode are restored to the folder
2698                 when it is reopen
2699         * src/textview.c
2700                 use procheader_parse_header(), procheader_headername_equal()
2701                 removed memory leak in text_scan_header when freeing headers
2702         * src/filter.c
2703                 changed the function to match names of headers
2704                 using procheader_headername_equal()
2705
2706         Scoring functions are implemented, an interface is needed
2707         to configure that.
2708
2709 2001-05-04 [alfons]
2710
2711         * src/gtkstext.c: 
2712                 hopefully fixed the row up navigation bug,
2713                 removed adding back / forward lines to cache
2714
2715 2001-05-04 [sergey]
2716
2717         * src/prefs_display_headers.c: user interface changes:
2718         (prefs_display_headers_create): remove unused "Show" check button;
2719         allow reordering of headers by dragging.
2720         (prefs_display_headers_write_config): remove unused variables.
2721         (prefs_display_headers_set_dialog): do not insert "(New)" at top
2722         of lists (not needed with the new UI).
2723         (prefs_display_headers_set_list): scan lists starting from row 0,
2724         not 1 (do not skip "(New)").
2725         (prefs_display_headers_find_header): new function.
2726         (prefs_display_headers_clist_set_row): do not allow duplicates.
2727         (prefs_display_headers_delete_cb): do not skip row 0; treat
2728         closing the alert window by ESC as "No".
2729         (prefs_display_headers_up): do not protect row 0.
2730         (prefs_display_headers_down): do not protect row 0.
2731
2732 2001-05-04 [sergey]
2733
2734         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
2735         functions.
2736
2737         * src/summaryview.c
2738         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
2739         summary_select_next_marked, summary_select_prev_marked): new
2740         functions.
2741
2742 2001-05-03 [sergey]
2743
2744         * src/news.c: fixed a bug when no article can be fetched after
2745         server timeout if the connection was restored by news_post():
2746         (news_select_group): new function.
2747         (news_fetch_msg): call news_select_group() before fetching
2748         article.
2749         (news_get_uncached_articles): set session->group after successful
2750         GROUP command.
2751
2752 2001-05-03 [hoa]
2753
2754         * src/defs.h
2755         * src/procmsg.[ch]
2756         * src/procheader.c
2757                  changed version of cache, added cc field
2758
2759         * src/prefs_display_headers.c
2760                 the interface was changed
2761
2762         * src/prefs_headers.c
2763                 added cancel button
2764
2765 2001-05-03 [alfons]
2766
2767         * completed sync of sylpheed cvs2
2768         * src/gtkstext.c: updated row up / down cursor navigation
2769         * src/textview.c: re-edited, prepared for fixing the email address
2770                 scanner.
2771
2772 2001-05-03 [darko]
2773
2774         * src/prefs_common.c: use alfons' strftime ui code
2775         entry_datefmt and datefmt_sample widgets have to be
2776         global in this module because of this change
2777
2778 2001-05-03 [hoa]
2779
2780         * src/messageview.c
2781         * src/prefs_common.[ch] added option to activate the return receipt
2782                 feature.
2783
2784 2001-05-02 [alfons]
2785
2786         * src/gtkstext.c: fix for row up/down cursor navigation. 
2787
2788         0.4.66claws2
2789         
2790         * sync with 0.4.66cvs2
2791
2792 2001-05-02 [paul]
2793
2794         added add-sender-to-addressbook patch
2795
2796         * src/addressbook.c
2797         * src/addressbook.h
2798         * src/summaryview.c
2799
2800 2001-05-02 [sergey]
2801
2802         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
2803         G_ALERTDISABLE.
2804
2805         * src/alertpanel.c (alertpanel_create): new argument can_disable,
2806         all existing callers changed to pass FALSE; create a check button
2807         to disable the message.
2808         (alertpanel_message_with_disable): new function.
2809         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
2810         (alertpanel_button_toggled): new function.
2811         (alertpanel_button_clicked, alertpanel_close): set value using
2812         G_ALERT_VALUE_MASK.
2813
2814         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
2815
2816         * src/prefs_common.c (prefs_privacy_create): new check button
2817         checkbtn_gpgme_warning.
2818
2819         * src/main.c (main): moved preferences reading before gpgme
2820         initialization; check prefs_common.gpgme_warning before giving the
2821         GnuPG warning and set it to FALSE if the user wants to disable the
2822         warning.
2823
2824 2001-05-02 [hiroyuki]
2825
2826         * src/prefs_display_headers.c: modified the layout and some labels.
2827
2828 2001-05-02 [sergey]
2829
2830         * src/prefs_account.c (prefs_account_fix_size): new function.
2831         (prefs_account_create): call prefs_account_fix_size(); use
2832         gtk_widget_show instead of gtk_widget_show_all (fixes too large
2833         size when the window is shown for the first time).
2834         (prefs_account_basic_create): changed layout of serv_table; moved
2835         localmbox_entry above smtpserv_entry (logically it replaces
2836         POP3/IMAP server).
2837         (prefs_account_protocol_activated): set sensitivity of
2838         nntpauth_chkbtn according to the protocol (in addition to
2839         hide/show); commented out gtk_table_set_row_spacing() calls.
2840         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
2841         not sensitive (fixes a bug with disabled username/password boxes
2842         when editing POP3 account after NNTP with authentication).
2843
2844 2001-05-02 [hoa]
2845
2846         * src/account.c
2847         * src/inc.c
2848         * src/prefs_account.[ch]
2849         * src/send.c
2850                 removed local account without SMTP server
2851                 added option to use mail command instead of a connexion
2852                 to SMTP server when a local account is used
2853         * src/prefs_headers.c
2854                 fixed a bug
2855         * src/news.c
2856                 fixed a bug when connexion immediately closed
2857
2858 2001-05-01 [alfons]
2859
2860         0.4.66claws1
2861         
2862         * sync with 0.4.65
2863
2864 2001-05-01 [sergey]
2865
2866         * src/prefs_account.c (Basic, prefs_account_basic_create): new
2867         widget nntpauth_chkbtn.
2868         (prefs_account_protocol_activated): handle nntpauth_chkbtn
2869         visibility.
2870         (prefs_account_nntpauth_toggled): new function.
2871
2872         * src/news.c (news_session_new_for_folder): use NNTP
2873         authentication only if ac->use_nntp_auth is set.
2874
2875 2001-05-01 [hoa]
2876
2877         * src/Makefile.am changed headers.[ch] in customheader.[ch]
2878         * src/prefs_display_headers.c changed the UI
2879         * src/prefs_headers.c changed account_name to account_id
2880         * src/compose.c using customheader.h
2881
2882 2001-05-01 [hiroyuki]
2883
2884         * src/esmtp.c
2885           src/news.c
2886           src/nntp.c: changed sock_read() to sock_gets(), they've been left
2887           unsynched.
2888
2889 2001-05-01 [hoa]
2890
2891         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
2892         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
2893                 for displaying of headers
2894         * src/grouplist_dialog.[ch] minor changes to remove warnings
2895         * src/prefs_display_headers.[ch] dialog to choose the
2896         headers to display in the mail viewer.
2897         * src/headers.h correction of #define
2898         * src/headers_display.[ch] configuration for displaying of headers.
2899         * src/main.c read config of displaying of headers
2900         * src/prefs_common.c add a button to access the config dialog
2901                 for displaying of headers
2902         * src/prefs_display_headers.[ch] dialog for configuration for
2903                 displaying of the headers.
2904         * src/prefs_headers.c cleaning of code
2905         * src/procheader.c comments added to code
2906         * src/textview.c changes to reorder the headers depending
2907                 on the config for displaying of headers
2908
2909 2001-04-30 [alfons]
2910
2911         0.4.65claws7
2912
2913         * sync with 0.4.65cvs12
2914
2915         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
2916
2917 2001-04-30 [sergey]
2918
2919         * src/nntp.h (NNTPSockInfo): new field auth_failed.
2920
2921         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
2922         is set to force reconnection after authentication failure.
2923         (nntp_gen_command): set sock->auth_failed on authentication
2924         failure, or if sock->userid and sock->passwd are not set.
2925
2926         * src/news.c (news_session_new_for_folder): set userid=NULL if
2927         password dialog is cancelled.
2928
2929 2001-04-30 [sergey]
2930
2931         * src/nntp.h (NNTPSockInfo): new type.
2932
2933         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
2934         SockInfo.
2935         (nntp_open_auth, nntp_close): new functions.
2936         (nntp_gen_command): new function to handle authentication; all
2937         NNTP command functions updated to use it.
2938         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
2939         (nntp_list): removed old useless code.
2940
2941         * src/news.h (NNTPSession): new field nntp_sock.
2942
2943         * src/news.c: all functions updated to use NNTPSockInfo instead of
2944         SockInfo.
2945         (news_session_new): new arguments (userid, passwd); made static;
2946         use nntp_open_auth() if needed.
2947         (news_session_destroy): use nntp_close() instead of sock_close().
2948         (news_query_password): changed arguments.
2949         (news_session_new_for_folder): new function.
2950         (news_session_get): use news_session_new_for_folder().
2951         (news_authenticate): deleted.
2952         (news_get_uncached_articles): removed old authentication code.
2953
2954 2001-04-30 [sergey]
2955
2956         * src/news.c: reverted my previous changes (need to do NNTP
2957         authentication in a cleaner way).
2958         
2959 2001-04-29 [sergey]
2960
2961         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
2962         news_nntp_post, news_nntp_mode): new functions (wrappers with
2963         authentication support).
2964         (news_get_article_cmd, news_get_article, news_get_header): new
2965         argument "folder"; all callers changed.
2966         (news_get_article_cmd): added authentication support.
2967         (news_session_get): use news_nntp_mode() instead of nntp_mode().
2968         (news_post): use news_nntp_post() instead of nntp_post().
2969         (news_get_uncached_articles): use news_nntp_group() instead of
2970         nntp_group() and news_nntp_xover() instead of nntp_xover();
2971         removed old authentication code.
2972         (news_get_group_list): use news_nntp_list() instead of nntp_list().
2973
2974         * src/nntp.c (nntp_list): return real error code instead of
2975         hardcoded NN_ERROR.
2976
2977 2001-04-29 [sergey]
2978
2979         * configure.in: fixed wint_t typedef detection again
2980
2981 2001-04-28 [hoa]
2982
2983         * src/prefs_account.[ch], added A_LOCAL_CMD
2984                 (send mail with mail command)
2985         * src/send.c added function send_message_with_command()
2986         * src/inc.c made a more secure get_spool() function with
2987                 mktemp() but maybe mkstemp() or something more
2988                 secure can be used.
2989
2990 2001-04-28 [alfons]
2991
2992         * src/textview.c, colorization of email addresses in headers
2993
2994         0.4.65claws6
2995
2996         * bug sync with sylpheed
2997         * prefs_common.c: created date format ui for darko
2998         * sync with 0.4.65cvs11
2999         * configure.in: corrected to have the new gpg checks
3000
3001 2001-04-27 [alfons]
3002
3003         * completed sync with 0.4.65cvs10
3004         * minor debug things added to gtkstext.c
3005
3006 2001-04-27 [darko]
3007
3008         * configure.in: remove check for availability of
3009           strftime() as advised by Hiroyuki
3010         * src/prefs_common.[ch], src/procheader.c:
3011           synch strftime() code with Hiroyki's main branch
3012
3013 2001-04-26 [sergey]
3014
3015         * src/news.c: news_query_password(), news_authenticate(): new
3016           functions.
3017           news_get_uncached_articles(): added NNTP authentication
3018           handling.
3019         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
3020           new functions.
3021         * src/prefs_account.c: prefs_account_protocol_activated():
3022           enable userid and password fields for NNTP.
3023
3024 2001-04-26
3025
3026         * configure.in: check for availability of strftime()
3027           [darko]
3028         * src/prefs_common.[ch], src/procheader.c: use
3029           strftime() for displaying date in summary pane if it
3030           is available
3031
3032 2001-04-25
3033
3034         * more .cvsignore cleanups [alfons]
3035
3036 2001-04-25
3037
3038         * ac/sv-check-type.m4: new autoconf macro.
3039         * configure.in: fixed wint_t typedef detection (did not work
3040           with gcc-2.96).
3041
3042 2001-04-25
3043
3044         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
3045           [hiroyuki]
3046
3047 2001-04-24
3048         * modified gtkstext.c : buggy cursor navigation fixed, 
3049           and font descent also taken in account when drawing
3050           cursor. [alfons]
3051
3052 2001-04-24 [hoa]
3053         * added comments in src/news.c src/nntp.c
3054         * added src/prefs_headers.[ch]
3055         * added src/headers.[ch]
3056         * modified compose.c to activate custom headers
3057                 added function is_in_custom_headers
3058         * modified prefs_account.[ch]
3059                 added function prefs_account_customhdr_edit
3060         * modified src/defs.h :
3061                 added HEADERS_RC : name of the config file
3062                 for the custom headers
3063
3064 2001-04-24
3065
3066     0.4.65claws5
3067
3068         * configure.in
3069           src/gtkstext.[ch]
3070           src/compose.c
3071           src/Makefile.am
3072           
3073           added gtkstext with configure.in patch by Hiroyuki which
3074           should fix the XIM detection [alfons]
3075
3076         * more clean up of cvs [alfons]
3077
3078                  * removed all Makefile.in files to attic.
3079
3080                  * updated all .cvsignores to really ignore things that could
3081                    be unintentionally committed by a recursive commit.
3082
3083 2001-04-23 [hoa]
3084         * added src/grouplist_dialog.[ch]
3085         * changed src/folderview.c to call grouplist_dialog instead
3086                 of inputdialog
3087         * src/news.c :
3088                 added functions news_reset_group_list
3089                 and news_get_group_list
3090         * src/nntp.c :
3091                 added function nntp_list
3092         * src/defs.h :
3093                 added GROUPLIST_FILE : name of the newsgroup list cache file
3094
3095 2001-04-21
3096
3097         * added option to warn about queued messages on exit [sergey]:
3098
3099           * src/compose.c: compose_queue(): call folder_item_scan()
3100             and folderview_update_item() after queueing.
3101           * src/folderview.c: folderview_update_node(): draw the queue
3102             folder in bold font if there are queued messages.
3103           * src/mainwindow.c: queued_messages(): new function.
3104             app_exit_cb(): display warning if there are queued messages
3105             if warn_queued_on_exit is set.
3106           * prefs_common.[ch]: add warn_queued_on_exit option.
3107
3108         * enhanced GnuPG key selection support [sergey]:
3109
3110           * src/select-keys.c: updated to newer version from Win32
3111             branch with support for selecting arbitrary keys.
3112           * src/prefs_account.c: added the Privacy tab to the account
3113             options window.
3114             prefs_account_privacy_create(),
3115             prefs_account_sign_key_set_data_from_radiobtn(),
3116             prefs_account_sign_key_set_radiobtn(): new functions.
3117           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
3118           * src/rfc2015.c: set_signers(): new function.
3119             pgp_sign(): add the account parameter, call set_signers().
3120             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
3121           * src/rfc2015.h: rfc2015_sign(): updated prototype.
3122           * src/compose.c: pass the current account to rfc2015_sign().
3123
3124         * tag name claws added to prevent confusion with main branch [alfons]
3125
3126         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
3127
3128         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
3129
3130         * sync with recent sylpheed cvs. Untested though. [alfons]
3131