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