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