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