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