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