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