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