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