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