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