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