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