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