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