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