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