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