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