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