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