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