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