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