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