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