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