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