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