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