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