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