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