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