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