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