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