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