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