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