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