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