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