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