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