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