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