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