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