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