sync with 0.7.5cvs3
[claws.git] / ChangeLog.claws
1 2002-04-23 [paul]       0.7.4claws94
2
3         * sync with 0.7.5cvs3
4                 bug fixes: see ChangeLog entry 2002-04-23
5
6 2002-04-22 [darko]      0.7.4claws93
7
8         * src/compose.c
9                 fix previous check-in which changed code after
10                 merge from main
11
12 2002-04-22 [paul]       0.7.4claws92
13
14         * faq/de/*
15                 add German FAQ
16         * faq/en/*
17           faq/es/*
18           faq/fr/*
19                 update English, Spanish and French FAQs
20         * manual/de/*
21           manual/es/*
22                 add German and Spanish manuals
23         * manual/en/*
24           manual/fr/*
25                 update English and French manuals
26
27         * src/Makefile.am
28                 add to and re-arrange the pixmap entries
29
30 2002-04-22 [darko]      0.7.4claws91
31
32         * src/compose.c
33                 fix sender initials recognition to only allow
34                 '>' after the initials
35
36 2002-04-21 [paul]       0.7.4claws90
37
38         * sync with 0.7.5 release
39                 see ChangeLog entry 2002-04-21
40
41 2002-04-21 [alfons]
42
43         * src/Makefile.am
44                 add colin's new pixmaps to EXTRA_DIST
45
46 2002-04-21 [colin]      0.7.4claws89
47         * src/compose.c
48         * src/inc.c
49         * src/mainwindow.[ch]
50         * src/prefs_common.[ch]
51         * src/stock_pixmap.[ch]
52                 Added "Work offline" ability.
53
54 2002-04-21 [colin]      0.7.4claws88
55         
56         * src/mimeview.c
57         * src/prefs_common.c
58         * src/prefs_common.h
59         * src/textview.c : Added an option to common preferences -> display
60           to allow user not to automatically display images.
61
62 2002-04-21 [paul]       0.7.4claws87
63
64         * sync with 0.7.4cvs52
65                 see ChangeLog entry 2002-04-21 (src/imap.c)
66
67 2002-04-21 [paul]       0.7.4claws86
68
69         * sync with 0.7.4cvs51
70                 see ChangeLog entry 2002-04-21
71
72 2002-04-21 [paul]       0.7.4claws85
73
74         * sync with 0.7.4cvs49
75                 see ChangeLog entries 2002-04-20 and 2002-04-21
76
77         * src/Makefile.am
78                 clean up: remove old 'stock_' element from xpm 
79                 filenames.
80
81 2002-04-21 [alfons]     0.7.4claws84
82
83         apply sync patch from Paul
84
85         * src/folderview.c
86                 use old claws prefs_folder_item_create() for now
87
88 2002-04-19 [match]      0.7.4claws83
89
90         * src/addressbook.[ch]
91         * src/addrharvest.[ch]
92         * src/addrgather.[ch]
93                 recurse folders.
94         * src/mainwindow.c
95         * src/summaryview.[ch]
96                 change menu option.
97
98 2002-04-19 [paul]       0.7.4claws82
99
100         * po/pt_BR.po
101                 updated by Fabio Junior Beneditto
102
103 2002-04-14 [alfons]     0.7.4claws81
104
105         * src/passphrase.c
106                 add #include <sys/types.h> for mode_t and off_t 
107
108 2002-04-13 [paul]       0.7.4claws80
109         
110         * src/main.c
111           src/passphrase.[ch]
112           src/pgptext.c
113           src/prefs_common.[ch]
114           src/rfc2015.c
115                 enable storing of GnuPG passphrase for the whole 
116                 session or a user-defined number of minutes. patch 
117                 submitted by Ravemax <ravemax@dextrose.com>
118
119 2002-04-13 [alfons]     0.7.4claws79
120
121         * src/textview.c
122                 make email parser also stop scanning when encountering separators
123                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
124
125 2002-04-13 [paul]       0.7.4claws78
126
127         * sync with 0.7.4cvs39
128                 see ChangeLog entry 2002-04-12
129
130 2002-04-11 [paul]       0.7.4claws77
131
132         * sync with 0.7.4cvs37
133                 see ChangeLog entry 2002-04-11
134
135 2002-04-11 [paul]       0.7.4claws76
136
137         * COPYING 
138                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
139                 the clause for OpenSSL). sync with sylpheed main
140
141 2002-04-09 [melvin]     0.7.4claws75
142
143         * src/compose.c
144                 Made 'Ctrl-Enter' on send ignore some modifiers 
145                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
146                 to bind other *-Enter (but not Alt-Enter).
147
148 2002-04-09 [paul]       0.7.4claws74
149
150         * sync with 0.7.4cvs35
151                 see ChangeLog entries 2002-04-09
152
153 2002-04-08 [paul]       0.7.4claws73
154
155         * sync with 0.7.4cvs33
156                 see ChangeLog entry 200-04-08
157
158 2002-04-07 [match]      0.7.4claws72
159
160         * src/addrharvest.[ch]
161                 fixed to read all addresses in header, regardless
162                 of header size. improved name parsing. accommodate
163                 harvest from folders and selected message.
164         * src/addritem.[ch]
165                 included new address parsing function.
166         * src/addrgather.[ch]
167         * src/addressbook.[ch]
168         * src/summaryview.[ch]
169         * src/mainwindow.c
170                 allow address harvest of folder as well as selected
171                 messages.
172
173 2002-04-07 [paul]       0.7.4claws71
174
175         * src/esmtp.[ch]
176           src/smtp.c
177                 don't try to authenticate with CRAM-MD5 in SMTP when 
178                 SMTP-AUTH enabled if MTA doesn't issue this 
179                 auth-method in it's ehlo-response. bug item #531364,
180                 patch item #938910. patch submitted by Colin Leroy 
181                 <colin@colino.net>
182
183 2002-04-07 [paul]       0.7.4claws70
184
185         * src/nntp.c
186                 fix missing MODE_READER bug. patch submitted by
187                 Colin Leroy <colin@colino.net>
188
189 2002-04-07 [alfons]     0.7.4claws69
190
191         * src/matcher.[ch]
192         * src/prefs_filtering.c
193         * src/summaryview.c
194                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
195                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
196
197 2002-04-07 [paul]       0.7.4claws68
198
199         * sync with 0.7.4cvs32
200                 see ChangeLog entry 2002-04-06
201
202         * tools/filter_conv.pl
203                 more bug fixes
204
205 2002-04-06 [paul]       0.7.4claws67
206
207         * tools/filter_conv.pl
208                 modify to be able to find the name of the first
209                 mailbox and use that. main's filter does not
210                 record the full path to the mailbox and therefore
211                 can only filter to the first mailbox.
212
213 2002-04-05 [paul]       0.7.4claws66
214
215         * tools/filter_conv.pl
216                 attempt to make the script all-encompassing and
217                 be able to convert any main 'filter' rule thrown
218                 at it
219
220 2002-04-05 [paul]       0.7.4claws65
221
222         * tools/filter_conv.pl
223                 allow for collapsed folder trees
224
225 2002-04-05 [paul]       0.7.4claws64
226
227         * sync with 0.7.4cvs31
228                 see ChangeLog entries 2002-04-05
229
230 2002-04-03 [paul]       0.7.4claws63
231
232         * sync with 0.7.4cvs29
233                 see ChangeLog entries 2002-04-02 and 2002-04-03
234
235 2002-04-02 [paul]       0.7.4claws62
236
237         * sync with 0.7.4cvs26
238                 see ChangeLog entry 2002-04-01
239
240 2002-04-02 [match]      0.7.4claws61
241
242         * src/pine.[ch]
243         * src/importpine.[ch]
244         * src/addressbook.c
245                 import Pine address book.
246
247 2002-04-02 [match]      0.7.4claws60
248
249         * src/addrharvest.[ch]
250                 improve address parsing of funky addresses.
251
252 2002-04-02 [darko]      0.7.4claws59
253
254         * src/compose.c
255                 wrap on send improvements, it now recognizes quoted
256                 initials as part of the quotation string, and it
257                 does not join lines separated by CR
258
259 2002-04-01 [match]      0.7.4claws58
260
261         * src/mgutils.[ch]
262                 added new functions.
263         * src/mutt.[ch]
264                 remove excessive duplicate address generation
265                 on import.
266
267 2002-04-01 [alfons]     0.7.4claws57
268         
269         * src/summaryview.c
270                 put back g_free() 
271
272 2002-04-01 [paul]       0.7.4claws56
273
274         * sync with 0.7.4cvs25
275                 see ChangeLog entry 2002-04-01
276
277 2002-04-01 [alfons]     0.7.4aprilfool55
278
279         * src/summaryview.c
280                 honour feature request item #537427 to allow for
281                 displaying names from address book for sent mail also
282
283 2002-03-29 [paul]       0.7.4claws54
284
285         * src/mainwindow.c
286           src/prefs_filtering.[ch]
287           src/prefs_matcher.c
288           src/summaryview.c
289                 add 'fast filter' for claws' filtering,
290                 /Tools/Create filter rule/... patch submitted
291                 by Neill Miller <neillm@thecodefactory.org>
292
293 2002-03-29 [paul]       0.7.4claws53
294
295         * sync with 0.7.4cvs24
296                 see ChangeLog entry 2002-03-29
297
298 2002-03-28 [paul]       0.7.4claws52
299
300         * sync with 0.7.4cvs23
301                 see ChangeLog entry 2002-03-28
302
303 2002-03-27 [melvin]     0.7.4claws51
304
305         * src/prefs_actions.c
306                 Added support to pass only one message part (as a
307                 file) to the command using '%p'. No quotes are needed
308                 because doubles quotes are automatically added.
309                 Fixed bug where Sylpheed could block when waiting for
310                 a child process to finish.
311                 Changed the help menu to remove quotes around symbols to 
312                 avoid misinterpretation (they must not be used).
313
314 2002-03-27 [melvin]     0.7.4claws50
315
316         * src/inc.c
317                 Made the new mail notification command always 
318                 execute asynchronously.
319
320 2002-03-27 [paul]       0.7.4claws49
321
322         * src/compose.c
323                 fix bug introduced in last commit
324
325 2002-03-27 [paul]       0.7.4claws48
326
327         * sync with 0.7.4cvs21
328                 see ChangeLog 2002-03-26 and 2002-03-27
329
330 2002-03-26 [hoa]        0.7.4claws47
331
332         * src/prefs_folder_item.c
333                 really fixed the bug #516442 with folder rescan.
334
335 2002-03-26 [paul]       0.7.4claws46
336
337         * sync with 0.7.4cvs19
338                 see ChangeLog entries 2002-03-25 and 2002-03-26
339
340 2002-03-25 [hoa]        0.7.4claws45
341
342         * src/matcher.c
343         * src/mh.c
344                 fix the bug #516442 with folder rescan.
345
346         * src/prefs_common.[ch]
347         * src/compose.c
348                 added an option to enable two different behaviours
349                 for bounce.
350
351
352 2002-03-25 [paul]       0.7.4claws44
353
354         * src/mainwindow.c
355           src/selective_download.c
356                 correct a few menuitem labels
357
358 2002-03-25 [christoph]  0.7.4claws43
359
360         * src/procmsg.c
361                 fix non deleted tmp message in
362                 procmsg_save_to_outbox
363                 fix problems caused by sync with
364                 main branch's procmsg_send_queue
365
366 2002-03-25 [paul]       0.7.4claws42
367
368         * src/quote_fmt.c
369           src/quote_fmt_lex.l
370           src/quote_fmt_parse.y
371                 add Last name (%L) placeholder for quoting. 
372                 patch submitted by Thorsten Thielen 
373                 <thth@users.sourceforge.net>
374
375 2002-03-25 [paul]       0.7.4claws41
376
377         * src/utils.c
378                 get full hostname. patch submitted by
379                 Bob Woodside <rwoodside1@comcast.net>
380
381 2002-03-25 [paul]       0.7.4claws40
382
383         * src/account.c
384           src/news.c
385           src/nntp.[ch]
386           src/prefs_account.[ch]
387                 enable NNTP over SSL. patch submitted by
388                 Pascal Jermini <pascal@infinity.hn.org>
389
390 2002-03-24 [paul]       0.7.4claws39
391
392         * src/prefs_common.c
393                 make the arrangement of the Compose tab more
394                 coherent
395
396         * src/mainwindow.c
397                 fix some irregularities of style
398
399         * po/de.po
400                 updated by Kilian Krause
401
402 2002-03-23 [paul]       0.7.4claws38
403
404         * po/pt_BR.po
405                 updated by Fabio Junior Beneditto
406
407 2002-03-23 [paul]       0.7.4claws37
408
409         * src/mainwindow.c
410                 move 'Gather addresses' to 'Tools' menu
411                 make 'Selective download' sensitive
412
413 2002-03-23 [paul]       0.7.4claws36
414
415         * sync with 0.7.4cvs16
416                 see ChangeLog entries 2002-03-23
417
418 2002-03-22 [christoph]  0.7.4claws35
419
420         * src/quote_fmt_parse.y
421                 fix include program output
422
423 2002-03-22 [alfons]     0.7.4claws34
424
425         * src/pop.c
426                 initialize GDate stack variable correctly (sorry!)
427
428 2002-03-22 [paul]       0.7.4claws33
429
430         * src/compose.c
431           src/mainwindow.c
432           src/prefs_actions.c
433           src/prefs_common.c
434                 rename 'Tool' to 'Tools'
435
436         * src/mainwindow.c
437                 move 'Delete duplicated messages' from
438                 'Message/' to 'Tools/'
439                 re-arrange the order of 'Tools/' items
440
441 2002-03-22 [paul]       0.7.4claws32
442
443         * src/addr_compl.c
444           src/addressbook.[ch]
445                 auto-address completion now also matches on
446                 Nickname. patch submitted by Bob Forsman 
447                 <hammor@users.sourceforge.net>
448
449         * src/editaddress.c
450                 correct a spelling mistake
451
452 2002-03-22 [alfons]     0.7.4claws31
453
454         * src/pop.c
455                 fix getting uidl from incorrect string 
456                 (spotted by Colin)
457
458 2002-03-21 [alfons]     0.7.4claws30
459
460         * src/pop.c
461                 more code refactoring
462                 plug mem leak introduced by delete on server
463
464 2002-03-21 [paul]       0.7.4claws29
465
466         * sync with 0.7.4cvs11
467                 see ChangeLog entries 2002-03-20
468
469 2002-03-20 [alfons]     0.7.4claws28
470
471         * src/inc.c
472                 apply Colin's patch and refactor
473
474 2002-03-20 [paul]       0.7.4claws27
475
476         * sync with sylpheed 0.7.4cvs9
477                 see ChangeLog entry 2002-03-20
478
479 2002-03-19 [christoph]  0.7.4claws26
480
481         * src/mh.c
482         * src/procmsg.[ch]
483         * src/summaryview.c
484                 revert changes for flag updates
485                 (does not work correctly and no time to debug)
486
487 2002-03-20 [alfons]     0.7.4claws25
488
489         * src/pop.c
490                 refactor should_delete() a little bit 
491
492 2002-03-19 [paul]       0.7.4claws24
493
494         * src/inc.[ch]
495           src/pop.c
496           src/prefs_account.[ch]
497                 allow the user to leave downloaded mail on the 
498                 server for n days. Patch submitted by Colin Leroy 
499                 <colin@colino.net>
500
501 2002-02-19 [paul]       0.7.4claws23
502
503         * sync with sylpheed 0.7.4cvs8
504                 see ChangeLog entries 2002-03-19
505
506 2002-03-18 [paul]       0.7.4claws22
507
508         * sync with sylpheed 0.7.4cvs6
509                 see ChangeLog entry 2002-03-18
510
511 2002-03-18 [paul]       0.7.4claws21
512
513         * po/en_GB.po
514                 add en_GB message catalogue
515
516         * src/mbox_folder.c
517           src/prefs_account.c
518           src/prefs_actions.c
519                 correct a few spelling mistakes
520
521 2002-03-17 [alfons]     0.7.4claws20
522
523         * src/matcher.c
524                 more stringent checks for NULL params when writing
525                 filtering actions to a file
526                 
527 2002-03-17 [hoa]        0.7.3claws20
528
529         * src/news.c
530                 fixed the count of new messages
531
532         * src/compose.c
533                 fixed the "attachment properties" window
534
535 2002-03-17 [paul]       0.7.4claws19
536
537         * src/defs.h
538           src/folder.h
539           src/news.c
540           src/prefs_account.[ch]
541           src/procmsg.[ch]
542           src/summaryview.c
543                 automatically mark cross-posted messages as read 
544                 and (optionally) give them a colour label
545                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
546                 
547
548 2002-03-17 [paul]       0.7.4claws18
549
550         * sync with sylpheed 0.7.4cvs5
551                 see ChangeLog entry 2002-03-17
552
553 2002-03-17 [melvin]     0.7.4claws17
554         
555         * src/textview.c
556                 Worked around a gtktext 'bug': when searching for 
557                 a text in a long message it was scrolling slowly
558                 line by line until it hit the searched text.
559         * po/fr.po
560                 Updated French translation
561
562 2002-03-17 [melvin]     0.7.4claws16
563
564         * src/mainwindow.c
565         * src/compose.c
566         * src/prefs_actions.c
567                 Moved "Edit/Actions" to "Tool/Actions"
568                 Made mainwindow/compose window sensitive as soon as
569                 no child process is running anymore even if the io dialog
570                 is open.
571                 Fixed a struct being initialized with a non constant char*
572
573 2002-03-16 [christoph]  0.7.4claws15
574
575         * configure.in
576                 add --with-compiler-flags option
577                 (only for developer hacking)
578         * src/mh.c
579         * src/procmsg.[ch]
580         * src/summaryview.c
581                 try to make folder-stats and flag handling more
582                 independent from the summaryview. msgcounts
583                 are only set when the folder is opened and
584                 procmsg_msginfo_(un)set_flags will handle it
585                 later and summaryview will get the values
586                 from the folder.
587
588 2002-03-16 [paul]       0.7.4claws14
589
590         * src/messageview.c
591                 fix Return-receipt. Patch submitted by Bob
592                 Woodside <rwoodside1@comcast.net>
593
594 2002-03-16 [paul]       0.7.4claws13
595
596         * src/compose.c
597                 fix 'dynamic' signatures, make it work again
598                 broken during sync on 2002-03-14 (0.7.4claws2)
599
600 2002-03-15 [match]      0.7.4claws12
601
602         * src/addrharvest.[ch]
603         * src/addrgather.[ch]
604         * src/addressbook.[ch]
605         * src/mainwindow.c
606                 included address harvester feature. still some
607                 issues with address parsing that I will fix.
608
609 2002-03-15 [match]      0.7.4claws11
610
611         * src/addrbook.[ch]
612         * src/addrcache.[ch]
613         * src/addressbook.[ch]
614         * src/addrindex.c
615         * src/editbook.c
616         * src/importldif.c
617         * src/importmutt.c
618         * src/jpilot.[ch]
619         * src/main.c
620         * src/syldap.[ch]
621         * src/vcard.[ch]
622                 tidy up. fix memory leaks. moved attribs and methods
623                 from individual interfaces to addrcache object. prep
624                 for new stuff to come in.
625
626 2002-03-15 [alfons]     0.7.4claws10
627
628         * src/matcher.[ch]
629         * src/matcher_parser_parse.y
630         * src/matcher_parser_lex.l
631         * src/prefs_matcher.c
632                 add filtering conditions message greater than, smaller 
633                 than, and exactly matching a size in bytes
634                 (does not work with delete from POP3 server yet)
635
636                 this should also give others an idea what you should
637                 do to add new criterions to claws filtering system
638                 
639
640 2002-03-15 [paul]       0.7.4claws9
641
642         * tools/filter_conv.pl
643                 exit if there are no filter rules to convert
644                 rename filterrc to filterrc.old after completion
645
646 2002-03-15 [paul]       0.7.4claws8
647
648         * sync with sylpheed 0.7.4cvs3
649                 see ChangeLog entry 2002-03-14
650
651 2002-03-14 [paul]       0.7.4claws7
652
653         * src/compose.c
654                 clean up the last commit (ahem)
655
656 2002-03-14 [paul]       0.7.4claws6
657
658         * src/compose.c
659                 fix bug #515655. honour account preferences
660                 regarding gpg default signing/encryption when 
661                 changing account from the compose window.
662
663 2002-03-14 [paul]       0.7.4claws5
664
665         * src/folderview.c
666                 remove unnecessary curly brackets
667
668 2002-03-14 [paul]       0.7.4claws4
669
670         * src/folderview.c
671           src/prefs_filtering.[ch]
672                 add filter rename on folder rename and filter
673                 delete on folder delete. Patch submitted by
674                 Neill Miller <neillm@thecodefactory.org> 
675
676 2002-03-14 [christoph]  0.7.4claws3
677
678         * src/procmsg.c
679         * src/send.c
680                 fix local delivery
681                 (patch submitted by "Simon 'corecode' Schubert")
682         * src/prefs_common.c
683         * src/procmsg.c
684                 fix gcc 3.0 warning
685
686 2002-03-14 [paul]       0.7.4claws2
687
688         * sync with sylpheed 0.7.4cvs2
689                 see ChangeLog entry 2002-03-13
690
691 2002-03-12 [darko]      0.7.4claws1
692
693         * src/mainwindow.c
694                 fix what seems to be a copy and paste error
695                 when setting color for important messages
696                 (reported by wwp)
697
698 2002-03-11 [paul]       version 0.7.4claws released
699
700 2002-03-11 [paul]       0.7.4claws
701
702         * po/es.po
703           po/it.po
704           po/nl.po
705           po/pt_BR.po
706                 update message catalogs. Submitted by Ricardo Mones 
707                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
708                 Fabio Junior Beneditto
709
710         * configure.in
711           faq/Makefile.am
712           faq/it/Makefile
713           faq/it/sylpheed-faq*
714           src/mainwindow.c
715           src/manual.[ch]
716                 add FAQ in Italian
717         
718
719 2002-03-11 [jens]       0.7.3claws7
720
721         * po/de.po
722                 updated German translation
723
724 2002-03-11 [melvin]     0.7.3claws6
725
726         * po/fr.po
727                 updated and corrected French translation
728
729 2002-03-10 [hoa]        0.7.3claws5
730
731         * src/account.c
732         * src/inc.c
733         * src/prefs_account.c
734         * src/procmsg.c
735         * src/send.[ch]
736                 fixed the local account.
737                 you have to change the default "/usr/sbin/sendmail"
738                 to "/usr/sbin/sendmail -t" in the preferences of
739                 the local account.
740
741         * src/procmime.c
742                 removed some debug display for renderer
743
744 2002-03-10 [paul]       0.7.3claws4
745
746         * faq/en/sylpheed-faq-1.html
747           faq/en/sylpheed-faq-2.html
748                 update
749
750 2002-03-09 [paul]       0.7.3claws3
751
752         * sync with sylpheed 0.7.4
753                 see ChangeLog entry 2002-03-09
754
755 2002-03-08 [paul]       0.7.3claws2
756
757         * faq/en/sylpheed-faq*
758           faq/es/sylpheed-faq*
759           faq/fr/sylpheed-faq*
760                 update the FAQs
761
762         * manual/fr/.cvsignore
763           manual/fr/Makefilea.am
764           manual/fr/sylpheed*
765           src/mainwindow.c
766           src/manual.[ch]
767                 add the French manual
768
769 2002-03-07 [paul]       0.7.3claws1
770
771         * sync with sylpheed 0.7.3cvs4
772                 see ChangeLog entries  2002-03-06 and 2002-03-07
773         
774         * po/nl.po
775                 updated by Wilbert Berendsen
776
777 2002-03-07 [melvin]     0.7.2claws34
778
779         * src/selective_download.c
780                 Changed the pixmap of the receive button to MAIL_RECEIVE.
781
782 2002-03-06 [paul]       0.7.2claws33
783
784         * sync with sylpheed 0.7.3cvs1
785                 bug fix, see ChangeLog entry 2002-03-05
786
787 2002-03-05 [paul]       0.7.2claws32
788
789         * src/mimeview.c
790           src/pgptext.[ch]
791           src/procmsg.c
792                 reverse the pgp ascii-armored code implemented in 
793                 0.7.2claws16. removal of this code until it matures.
794                 this means that verifying ascii-armored pgp sigs and
795                 automatic decryption of ascii-armored encrypted
796                 messages no longer works.
797
798 2002-03-05 [paul]       0.7.2claws31
799
800         * configure.in
801           Makefile.am
802         * faq/Makefile.am
803         * faq/en/Makefile.am
804           faq/en/sylpheed-faq.html
805           faq/en/sylpheed-faq-1.html
806           faq/en/sylpheed-faq-2.html
807           faq/en/sylpheed-faq-3.html
808         * faq/es/Makefile.am
809           faq/es/sylpheed-faq.html
810           faq/es/sylpheed-faq-1.html
811           faq/es/sylpheed-faq-2.html
812           faq/es/sylpheed-faq-3.html
813           faq/es/sylpheed-faq-4.html
814         * faq/fr/Makefile.am
815           faq/fr/sylpheed-faq.html
816           faq/fr/sylpheed-faq-1.html
817           faq/fr/sylpheed-faq-2.html
818           faq/fr/sylpheed-faq-3.html
819         * src/Makefile.am
820           src/defs.h
821           src/mainwindow.c
822           src/manual.[ch]
823                 add FAQs in English, Spanish and French
824
825
826 2002-03-05 [paul]       0.7.2claws30
827
828         * manual/en/sylpheed.html
829           manual/en/sylpheed-XX.html
830                 updated the English manual
831
832 2002-03-05 [hoa]        
833
834         * src/summaryview.c
835                 dialog box pops up if the article can't be deleted.
836
837 2002-03-04 [paul]       
838         
839         * po/pt_BR.po
840                 updated by Fabio Junior Benedito
841
842 2002-03-04 [hoa]
843
844         * removed ac/gpgme.m4
845                 to avoid autogen common problem
846                 developers have to install gpgme development package now
847
848         * src/compose.c
849                 encoding to 7bit or 8bit is enabled.
850
851 2002-03-03 [alfons]     0.7.2claws29
852
853         * src/pop.c
854                 merge fix by Oliver Haertel for selective
855                 download buglet
856
857 2002-03-03 [paul]       0.7.2claws28
858         
859         * sync with sylpheed 0.7.3
860
861 2002-03-03 [paul]       0.7.2claws27
862
863         * sync with sylpheed 0.7.2cvs24
864                 see ChangeLog entries 2002-03-02 and 2002-03-03
865
866 2002-03-02 [melvin]     0.7.2claws26
867
868         * src/inc.[ch]
869         * src/main.c
870         * src/mainwindow.c
871         * src/prefs_common.[ch]
872                 Added user definable notification on new mail arrival.
873                 Removed unused variables in spell checker prefs code.
874
875 2002-03-02 [melvin]     0.7.2claws25
876
877         * src/quote_fmt.c
878                 Removed unnecessary escape sequences.
879                 Changed 'Initial...' to 'Initials of Sender'
880
881 2002-03-02 [paul]       0.7.2claws24
882
883         * sync with sylpheed 0.7.2cvs22
884                 see ChangeLog entry 2002-03-01
885
886 2002-03-01 [hoa]        0.7.2claws23
887
888         * src/mainwindow.c
889                 Set sensitivity of delete actions to active
890                 even if the folder is a newsgroup.
891
892         * src/summaryview.c
893                 - Set sensitivity of delete actions
894                 - Added function check_permission() that will check if the
895                   user is authorized to delete a message. For news, it
896                   will check if the author is the same.
897                 - Enabled deletion when there is no trash folder.
898
899         * src/news.[ch]
900                 - Added news_cancel_article() to cancel articles
901                 - Implemented news_remove_message() (public function)
902
903 2002-03-01 [paul]       0.7.2claws22
904
905         * src/gtkutils.c
906           src/textview.c
907                 recognise urls that that don't include 'http://' and
908                 simply begin 'www.' 
909
910         * AUTHORS
911                 remove duplicated name
912
913 2002-02-28 [paul]       0.7.2claws21
914
915         * src/mainwindow.c
916           src/summaryview.[ch]
917                 add ability to 'Select thread'
918                 combines Melvin's "Select thread's head" patch (#510907)
919                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
920                 patch (#518514) 
921
922 2002-02-28 [paul]       0.7.2claws20
923
924         * src/mimeview.c
925                 hopefully fix segfault on right-clicking a mime part
926                 that some people have experienced.      
927                 fix submitted by Fredrik Olofsson <frol@linux.nu>
928
929 2002-02-28 [paul]       0.7.2claws19
930
931         * sync with sylpheed 0.7.2cvs21
932                 see ChangeLog entries 2002-02-27 and 2002-02-28
933
934 2002-02-27 [paul]       0.7.2claws18
935
936         * sync with sylpheed 0.7.2cvs18
937                 see ChangeLog entries 2002-02-26 and 2002-02-27
938
939 2002-02-26 [alfons]     0.7.2claws17
940
941         * src/procheader.c
942                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
943                 (spotted by Chris Hessman <idatech@gmx.net>)
944
945 2002-02-26 [paul]       0.7.2claws16
946
947         * src/mimeview.c
948           src/pgptext.[ch]
949           src/procmsg.c
950                 make decryption of ascii-armored pgp encrypted messages
951                 and verification of ascii-armored signatures work again.
952                 slightly altered from the patch by Jens Jahnke 
953                 <jan0sch@gmx.net>
954
955                 ##FIX ME##
956                 * the checking of plaintext signatures always comes up in 
957                   a popup box
958                 * it doesn't work for multipart messages 
959                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
960                   including the msg headers and these 2 line themselves, are 
961                   not displayed
962
963         * src/mainwindow.c
964                 "View/Folder Tree" becomes "View/Separate Folder Tree"
965                 "View/Message View" becomes "View/Separate Message View"
966                 because its less ambiguous.
967
968         * po/es.po
969                 updated by Ricardo Mones Lastra
970
971 2002-02-26 [paul]       0.7.2claws15
972
973         * sync with sylpheed 0.7.2cvs17
974                 see ChangeLog entries 2002-02-25 and 2002-02-26
975
976 2002-02-25 [christoph]  0.7.2claws14
977
978         * src/filtering.[ch]
979         * src/inc.c
980                 do filtering stuff after all messages have been received
981                   1. drop all messages to .processing
982                   2. scan processing folder for messages
983                   3. filter messages or move to inbox
984                 this will also find old messages left in processing after
985                 a crash or something like that and we get a real msginfo
986                 from folder->get_msg_list and do not have to create our
987                 own in filter_message
988         * src/matcher_parser_parse.y
989                 remove MIX/MAX warning (reordered includes)
990
991 2002-02-25 [paul]       0.7.2claws13
992
993         * sync with sylpheed 0.7.2cvs15
994                 see ChangeLog entry 2002-02-24
995
996 2002-02-24 [alfons]     0.7.2claws12
997
998         * src/filtering.c
999                 clear old color flags first when applying a new color to
1000                 a message info. 
1001                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
1002
1003 2002-02-24 [alfons]     0.7.2.claws11
1004         
1005         * AUTHORS
1006         * src/prefs_common.c
1007                 add presets for Opera and Konqueror, closes patch #517261,
1008                 submitted by Ville Skyttä <scop@users.sourceforge.net>
1009
1010 2002-02-24 [alfons]     0.7.2.claws10
1011
1012         * AUTHORS
1013         * src/summaryview.c
1014                 fix threading for null message ids, closes patch #521601,
1015                 submitted by Bob Forsman <hammor@users.sourceforge.net>
1016
1017 2002-02-24 [alfons]     0.7.2claws9
1018
1019         * src/summaryview.c
1020         * src/filtering.c
1021                 make Tool | Filter Message work with filtering system so
1022                 setting flags also works
1023
1024                 TODO:
1025
1026                 - Processing uses the same function as Tool | Filter
1027                   Message, but doesn't use the same update proc yet
1028
1029 2002-02-23 [paul]       0.7.2claws8
1030
1031         * sync with sylpheed 0.7.2cvs14
1032                 see ChangeLog entries 2002-02-22 and 2002-02-23
1033
1034 2002-02-22 [christoph]  0.7.2claws7
1035
1036         * src/quote_fmt.c
1037                 Add column space to table
1038         * src/quote_fmt_parse.y
1039                 Close files
1040
1041 2002-02-22 [paul]       0.7.2claws6
1042
1043         * src/Makefile.am
1044           src/defs.h
1045           src/filtering.c
1046           src/inc.[ch]
1047           src/mainwindow.c
1048           src/matcher.[ch]
1049           src/matcher_parser_lex.l
1050           src/matcher_parser_parse.y
1051           src/pop.[ch]
1052           src/prefs_account.h
1053           src/prefs_filtering.c
1054           src/selective_download.[ch]   *** NEW FILES ***
1055           src/utils.[ch]
1056           po/POTFILES.in
1057                 Selective Download added to 'Tool' menu. 
1058                 Retrieves email headers of the currently selected pop3 
1059                 account and allows the user to mark emails for deletion 
1060                 right on the pop3 server. Patch submitted by Oliver Haertel 
1061                 <oha@users.sourceforge.net>.
1062         
1063         * po/POTFILES.in
1064                 add 'src/quote_fmt.c'           
1065
1066 2002-02-22 [christoph]  0.7.2claws5
1067
1068         * src/Makefile.am
1069                 added quote_fmt.c
1070         * src/prefs_common.[ch]
1071         * src/prefs_template.c
1072         * src/quote_fmt.c               *** NEW FILE ***
1073         * src/quote_fmt.h
1074                 move quote format symbol description code
1075                 to it's own file because it is used from
1076                 differnent code parts
1077                 Rewrote symbol description GUI
1078                   + use table
1079                   + add separators
1080                   + get data from array (no more long constant strings)
1081         * src/quote_fmt_lex.l
1082         * src/quote_fmt_parse.y
1083                 Symbol for Literal % changed to \% instead of %%
1084                 (More logical as \ is used for quoting for other symbols)
1085                 Add |f and |p to include files and program output
1086                 Examples:
1087                     |f{/home/.../.signature}
1088                     |p{date}
1089         * po/de.po
1090                 Correct wrong spelling for "Referenzen"
1091
1092 2002-02-21 [paul]       0.7.2claws4
1093
1094         * src/procmsg.c
1095                 forgotten during sync
1096
1097 2002-02-21 [paul]       0.7.2claws3
1098
1099         * sync with sylpheed 0.7.2cvs11
1100                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
1101                 2002-02-20 and 2002-02-21
1102
1103 2002-02-20 [melvin]     0.7.2claws2
1104
1105         * src/prefs_actions.c
1106                 Added error report when child cannot fork or when execvp 
1107                 returns with an error.
1108
1109 2002-02-19 [christoph]  0.7.2claws1
1110
1111         * src/codeconv.c
1112                 return unconverted text if conde conversion is not possible
1113                 when libjconv is used.
1114                 (patch submitted by "Simon 'corecode' Schubert")
1115
1116 2002-02-19 [paul]       
1117
1118         * version 0.7.2claws release
1119
1120 2002-02-19 [paul]       0.7.2claws
1121
1122         * po/nl.po
1123                 updated by Wilbert Berendsen
1124
1125
1126 2002-02-18 [alfons]     0.7.1claws13
1127
1128         * src/syldap.c
1129         * src/jpilot.c
1130                 remove references to dlfcn and explicitly loading functions
1131                 from dynalink libs, because libs linked anyway, and functions
1132                 are loaded explicitly
1133
1134 2002-02-17 [melvin]     0.7.1claws12
1135
1136         * src/prefs_actions.c
1137                 Replaced children wait loop with double fork technique.
1138                 Now, input/output window updated at each new output.
1139                 free_children(): Fixed a memory leak.
1140                 Made input/output window non closable if running children
1141                 still exist.
1142                 Added missing <unistd.h> include.
1143                 Added some --debug outputs.
1144
1145 2002-02-17 [melvin]     0.7.1claws11
1146
1147         * src/summaryview.c
1148                 Fixed bug where descending sort order did not select top
1149                 message.
1150
1151 2002-02-17 [melvin]     0.7.1claws10
1152
1153         * acconfig.h
1154                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1155         * src/prefs_common.c
1156                 Pspell data package directory no more hard coded but
1157                 set during configuration (PSPELL_PATH). (Thanks to 
1158                                 Gustavo Noronha Silva.)
1159
1160 2002-02-17 [melvin]     0.7.1claws9
1161
1162         * configure.in
1163                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1164         * src/gtkspell.c
1165                 Fixed compile-time warnings.
1166
1167 2002-02-16 [alfons]     0.7.1claws8
1168
1169         * src/filesel.c
1170                 fix inadvertent free of NULL pointer which caused
1171                 sylpheed to crash when closing the save-as dialog
1172                 using the window close button
1173
1174 2002-02-16 [carsten]    0.7.1claws7
1175         * src/mainwindow.[ch]
1176           src/summaryview.c
1177           src/prefs_common.c
1178                 fixes for pixmap theming code:
1179                         - recently changed mail attributes shouldn't get
1180                           lost any longer
1181                         - theme is only reloaded iff another theme was
1182                           selected
1183
1184 2002-02-16 [paul]       0.7.1claws6
1185
1186         * sync with sylpheed 0.7.2 release
1187                 see ChangeLog entry 2002-02-15 and 2002-02-16
1188
1189 2002-02-15 [paul]       0.7.1claws5
1190
1191         * sync with sylpheed 0.7.1cvs9
1192                 see ChangeLog entry 2002-02-15
1193
1194         * po/POTFILES.in
1195                 remove unneeded headerwindow.c entry
1196
1197 2002-02-14 [carsten]    0.7.1claws4
1198         * src/summaryview.c
1199                 fixed a bug for "Go to next unread message": there was
1200                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
1201                 in the prefs, because of doing "Search again" instead
1202                 "No"
1203
1204 2002-02-14 [carsten]    0.7.1claws3
1205         * src/stock_pixmap.c
1206                 removed 2 more mem leaks; following memprof,
1207                 this code is "leak free" now :)
1208
1209 2002-02-14 [carsten]    0.7.1claws2
1210         * src/stock_pixmap.c
1211                 used opendir/readdir/closedir instead of scandir
1212                 -> code should work now on Solaris
1213
1214 2002-02-14 [paul]       0.7.1claws1
1215
1216         * sync with sylpheed 0.7.1cvs8
1217                 see ChangeLog entries 2002-02-13 and 2002-02-14
1218
1219         * README.claws
1220                 add some description of Actions and Pixmap Themes
1221
1222 2002-02-13 [paul]       
1223
1224         * version 0.7.1claws release
1225
1226 2002-02-13 [paul]       0.7.1claws
1227
1228         * po/es.po
1229           po/it.po
1230           po/pt_BR.po
1231                 updated translations, submitted by Ricardo Mones Lastra,
1232                 Alessandro Maestri and Fabio Junior Beneditto
1233
1234 2002-02-13 [melvin]     0.7.0claws75
1235
1236         * src/prefs_actions.c
1237                 Added missing "signal.h" include
1238
1239 2002-02-13 [melvin]     0.7.0claws74
1240
1241         * src/prefs_folder_item.c
1242                 Added missing "config.h" include
1243         * po/fr.po
1244                 Updated French translation for folder propriety.
1245
1246 2002-02-13 [jens]       0.7.0claws73
1247
1248         * po/POTFILES.in
1249                 Added missing src/prefs_folder_item.c [log added by melvin]
1250         * po/de.po
1251                 Updated German translation.
1252
1253 2002-02-13 [melvin]     0.7.0claws72
1254
1255         * po/fr.po
1256                 Updated French translation.
1257
1258 2002-02-13 [melvin]     0.7.0claws71
1259
1260         * src/gtkutils.c
1261                 Made gtkut_editable_get_selection return NULL if selection
1262                 is of length zero.
1263                 This fixes a bug where selecting part of message A then
1264                 switching to message B and replying to it will not
1265                 quote the message's body.
1266
1267 2002-02-12 [paul]       0.7.0claws70
1268
1269         * src/mainwindow.c
1270                 cosmetic, relating to pixmap themes: on toolbar make 
1271                 updating of 'Exec' and 'Compose news/Compose email'
1272                 icons faster.
1273
1274 2002-02-12 [carsten]    0.7.0claws69
1275         * src/folderview.c
1276           src/mainwindow.[ch]
1277           src/stock_pixmap.c
1278           src/summaryview.c
1279           src/prefs_common.c
1280                 - refreshing after changing pixmap theme better
1281                   now (thanks Paul)
1282                 - wanted to remove some mem leaks, but alfons was
1283                   faster (and had the better solution ;)
1284
1285 2002-02-12 [alfons]     0.7.0claws68
1286
1287         * src/prefs_common.c
1288         * src/stock_pixmap.[ch]
1289                 plug mem leaks, refactor code a little bit
1290
1291
1292 2002-02-12 [sergey]     0.7.0claws67
1293
1294         * src/imap.c
1295                 Fixed problem with copying messages to IMAP folders when the
1296                 server uses something other than '/' as a namespace separator
1297                 (cyrus-imapd uses '.').
1298
1299 2002-02-12 [jens]       0.7.0claws66
1300
1301         * po/de.po
1302                 Updated German Translation
1303
1304 2002-02-12 [paul]       0.7.0claws65
1305
1306         * sync with sylpheed 0.7.1cvs1
1307                 see ChangeLog entry 2002-02-12
1308
1309 2002-02-12 [melvin]     0.7.0claws64
1310
1311         * src/prefs_actions.c
1312                 Fixed "feature" where children's output was duplicated 
1313                 instead of refreshed while monitoring.
1314                 Removed some debug code.
1315
1316 2002-02-12 [christoph]  0.7.0claws63
1317
1318         * src/compose.c
1319                 always delete message from queue after sending/send error
1320                 (closes bug #509601)
1321
1322 2002-02-12 [melvin]     0.7.0claws62
1323
1324         * src/prefs_actions.c
1325                 Children wait loop is now triggered with a timeout of 1s
1326                 Added %F which is replaced with the list of filenames 
1327                 of all selected messages (as suggested by Ricardo Mones Lestra)
1328                 Pipe syntax changed. Prefix with | to send selection, postfix
1329                 with | to retrieve output. Prefix with > or * to send
1330                 user definable input to the command (*: input is hidden)
1331                 Old pipe action should now be postfixed with |, too.
1332
1333 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
1334         * src/stock_pixmap.c
1335                 fixed a bug: if there's no theme directory don't
1336                 throw an error, just do "nothing" (thanks Alfons)
1337
1338 2002-02-12 [carsten]    0.7.0claws60
1339         * src/folderview.c
1340           src/summaryview.c
1341                 had to write the cache twice (nasty!); some marks would 
1342                 get lost if not
1343
1344 2002-02-11 [carsten]    0.7.0claws59
1345         * acconfig.h
1346           configure.in
1347           doc-src/maintainer_guide.txt
1348           src/compose.[ch]
1349           src/defs.h
1350           src/folderview.[ch]
1351           src/gtkutils.[ch]
1352           src/mainwindow.[ch]
1353           src/prefs_common.[ch]
1354           src/stock_pixmap.[ch]
1355           src/summaryview.[ch]
1356                 pixmap theming and related work on pixmap
1357                 handling on some other places
1358                 (e.g. hrm features for all folder)
1359           src/pixmap/stock_*.xpm -> the stock_ was removed
1360         
1361 2002-02-11 [paul]       0.7.0claws58
1362
1363         * sync with sylpheed 0.7.1 release
1364                 see ChangeLog entries 2002-02-11
1365
1366 2002-02-08 [paul]       0.7.0claws57
1367
1368         * sync with sylpheed 0.7.0cvs39
1369                 see ChangeLog entry 2002-02-07 (last entry) 
1370
1371         * src/prefs_actions.c
1372           src/prefs_filtering.c
1373           src/prefs_matcher.c
1374           src/prefs_scoring.c
1375                 sync: made it compile with C compilers other than gcc
1376
1377 2002-02-07 [paul]       0.7.0claws56
1378
1379         * sync with sylpheed 0.7.0cvs38
1380                 see ChangeLog entries 2002-02-06 (last 2 entries) and
1381                 2002-02-07
1382
1383 2002-02-07 [darko]      0.7.0claws55
1384
1385         * src/gtkutils.[ch]
1386         * src/summaryview.c
1387                 Fix const gchar */gchar * issue (thanks Hiro)
1388
1389 2002-02-07 [darko]      0.7.0claws54
1390
1391         * src/compose.[ch]
1392         * src/filtering.c
1393         * src/gtkutils.[ch]
1394         * src/prefs_template.c
1395         * src/quote_fmt.h
1396         * src/quote_fmt_parse.y
1397         * src/summaryview.c
1398         * src/utils.[ch]
1399                 When replying or forwarding an email don't quote the entire
1400                 mail body but use the part of the message text that is selected
1401
1402 2002-02-06 [melvin]     0.7.0claws53
1403
1404         * src/prefs_common.[ch]
1405         * src/gtkspell.[ch]
1406         * src/compose.c
1407                 Made possible to switch quickly to last used dictionary
1408                 which makes checking bilingual documents easier.
1409
1410 2002-02-06 [melvin]     0.7.0claws52
1411         
1412         * po/POTFILES.in
1413                 Added forgotten new file src/prefs_actions.c
1414
1415 2002-02-06 [melvin]     0.7.0claws51
1416
1417         * src/prefs_actions.c   ** NEW FILE **
1418         * src/prefs_actions.h   ** NEW FILE **
1419                 Added actions to execute on message text view, or on the
1420                         message's file.
1421         * src/Makefile.am
1422                 Added src/prefs_actions.[ch]
1423         * src/compose.c
1424                 Added new menu "Edit/Actions"
1425         * src/defs.h
1426                 Added new actionsrc file.
1427         * src/main.c
1428                 Added actionsrc reading.
1429         * src/mainwindow.c
1430                 Added new menus "Edit/Actions" and "Configuration/Actions..."
1431         * src/prefs_common.h
1432                 Added new element actionslst element to prefs_common.
1433
1434 2002-02-06 [paul]       0.7.0claws50
1435
1436         * sync with sylpheed 0.7.0cvs36
1437                 see ChangeLog entry 2002-02-06
1438
1439 2002-02-05 [paul]
1440
1441         * po/es.po
1442                 updated by Ricardo Mones Lastra
1443
1444 2002-02-05 [paul]       0.7.0claws49
1445
1446         * sync with sylpheed 0.7.0cvs33
1447                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
1448
1449 2002-02-05 [paul]       0.7.0claws48
1450
1451         * src/compose.c
1452                 re-add 'Edit/Advanced/Delete entire line', previously named
1453                 'Delete Line+'
1454
1455 2002-02-04 [paul]       0.7.0claws47
1456
1457         * src/compose.c
1458           src/summaryview.c
1459                 fix bug #494993 (Reply All not taking Reply-To into consi)
1460                 eliminate differences in behaviour of right-click 'Reply to all' 
1461                 in summary view and 'Reply to all' on the toolbar. 
1462                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
1463                 view and From gets ignored by 'Reply to all' on toolbar.
1464                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
1465                 From when no Reply-To header is present.
1466
1467 2002-02-04 [paul]       0.7.0claws46
1468
1469         * sync with sylpheed 0.7.0cvs30
1470                 see ChangeLog entries 2002-02-03 and 2002-02-04
1471
1472 2002-02-03 [melvin]     0.7.0claws45
1473
1474         * src/gtkspell.[ch]
1475                 Readded function to highlight all misspelled words.
1476                 Fixed bug where user-provided-words did not replace
1477                         correctly the misspelled word when using the mouse.
1478                 Fixed bug where checking a region selected from right to left did
1479                         not check the region at all.
1480                 Fixed bug where 'Check backwards' may not check at all. 
1481                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
1482                 Fixed possible buffer overflow when checking for long strings (>1k).
1483                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
1484                 Accelerators code uses now gtk_widget_add_accel.
1485                 Removed and disabled obsolete and unfinished code.
1486                 Cleaning up.
1487
1488         * src/compose.c
1489                 Added menu item to Highlight all misspelled words.
1490
1491 2002-02-01 [paul]       0.7.0claws44
1492
1493         * src/mainwindow.c
1494                 fix '/View/Hide read messages' sensitivity when all
1495                 messages in a folder are hidden
1496
1497 2002-02-01 [paul]       0.7.0claws43
1498
1499         * src/main.c
1500                 add --send option to command line interface, sends all
1501                 queued mail. Patch submitted by Ricardo Mones Lastra.
1502
1503 2002-01-31 [paul]       0.7.0claws42
1504
1505         * src/mainwindow.c
1506                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
1507
1508 2002-01-31 [paul]       0.7.0claws41
1509
1510         * sync with sylpheed 0.7.0cvs27
1511                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
1512                 and 2002-01-31
1513
1514         * src/textview.c
1515                 comment out elements of textview_show_part() as temporary
1516                 workaround for attachment 'Display as text' bug 
1517
1518         * po/pt_BR.po
1519                 updated by Fabio Junior Beneditto
1520
1521 2002-01-30 [paul]       0.7.0claws40
1522
1523         * sync with sylpheed 0.7.0cvs24
1524                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
1525                 and 2002-01-30
1526
1527         * src/compose.c
1528                 add {N_("/_Spelling"), ... "<Branch>"} to 
1529                 GtkItemFactoryEntry compose_entries[]
1530
1531         * src/prefs_common.c
1532                 add claws menu items to prefs_keybind_apply_clicked()
1533                 and remove non-claws menu items
1534
1535 2002-01-29 [paul]       0.7.0claws39
1536
1537         * sync with sylpheed 0.7.0cvs22
1538                 see ChangeLog entries 2002-01-28 and 2002-01-29
1539
1540 2002-01-28 [melvin]     0.7.0claws38
1541
1542         * src/compose.c
1543                 Added the declartion of compose_send_control_enter.
1544
1545         * src/compose.c
1546         * src/gtkspell.[ch]
1547                 Added in a 'Spelling' menu which includes the configuration menu. 
1548                 Added a real 'Check all' and got rid from the old one which only
1549                 highlited misspelled word.
1550                 Made 'Check while typing' a disableable option.
1551                 Added a dialog when there are no more misspelled word.
1552                 Added a dialog if error occurs when switching to a dictionary.
1553         
1554         * src/prefs_common.[ch]
1555                 Added option for the default 'Check while typing' option.
1556
1557
1558 2002-01-28 [alfons]     0.7.0claws37
1559
1560         * src/compose.c
1561                 fix buglet and make code comply with sylpheed code style
1562
1563 2002-01-28 [paul]       0.7.0claws36
1564
1565         * sync with sylpheed 0.7.0cvs19
1566                 see ChangeLog entries for 2002-01-28
1567
1568 2002-01-28 [hoa]        0.7.0claws35
1569
1570         * src/defs.h
1571                 added rendererrc
1572
1573         * src/main.c
1574                 read the renderer config
1575
1576         * src/procmime.[ch]
1577                 use the renderer config to convert mime attachments
1578
1579         * src/textview.c
1580                 don't use textview_show_html/ertf,
1581                 use get_text_content instead
1582
1583 2002-01-27 [alfons]     0.7.0claws34
1584         
1585         * src/news.c
1586                 make sylpheed believe it can delete a news message...
1587                 (messages are NOT deleted, maybe we should remove
1588                 processing from the folder properties after all.)
1589
1590 2002-01-27 [alfons]     0.7.0claws33
1591
1592         * src/folder.c
1593                 add extra checks
1594         * src/news.c
1595                 implement remove_msg() 
1596
1597 2002-01-27 [alfons]     0.7.0claws32
1598
1599         * src/procmsg.h
1600         * src/procheader.c
1601         * src/messageview.c
1602                 fix return receipt / disposition notification again. this
1603                 stuff seems to break on _every_ major summary UI change, so
1604                 it's now implemented using a flag which is saved in the
1605                 marks cache
1606                 
1607 2002-01-26 [alfons]     0.7.0claws31
1608
1609         * src/import.c
1610                 let import dialog show the destination folder identifier
1611
1612 2002-01-26 [melvin]     0.7.0claws30
1613
1614         * src/folderview.c
1615         * src/summaryview.c
1616                 Readded 'Mark all read' into summary view popup menu
1617                 Added 'Mark all read' in folder view popup menu for IMAP
1618                 and NNTP.
1619                 Made it insensitive if the selected folder is not the shown
1620                 one to avoid 'Mark all read' on the wrong folder.
1621                 
1622 2002-01-26 [paul]       0.7.0claws29
1623
1624         * src/folderview.c
1625           src/summaryview.c
1626                 move 'Mark all read' from summary view to folder view
1627                 menu. (adapted from) patch submitted by Jeremy Andrews,
1628                 <lists@kerneltrap.com>
1629
1630 2002-01-25 [alfons]     0.7.0claws28
1631
1632         * src/gtkstext.c
1633                 put the gtk class name back so GtkSText adapts the 
1634                 settings of GtkText
1635
1636 2002-01-25 [alfons]     0.7.0claws27
1637
1638         * src/folderview.c 
1639                 assimilate Ricardo's patch that shows pixmaps instead of
1640                 plain "new" and "unread" texts in the folder view column
1641                 headers 
1642
1643 2002-01-25 [paul]       0.7.0claws26
1644
1645         * src/Makefile.am
1646                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
1647                 be found in non-standard locations. 
1648                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
1649
1650 2002-01-25 [paul]       0.7.0claws25
1651
1652         * sync with sylpheed 0.7.0cvs16
1653                 see ChangeLog entry 2002-01-25
1654
1655 2002-01-24 [paul]       0.7.0claws24
1656
1657         * more sync with sylpheed 0.7.0cvs15
1658                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
1659
1660 2002-01-23 [sergey]     0.7.0claws23
1661
1662         * src/importldif.c
1663                 Fixed segfault when closing LDIF import wizard with
1664                 the window manager.
1665         * src/imageview.c
1666         * src/imageview.h
1667         * src/messageview.c
1668         * src/mimeview.c
1669                 Fixed wrong scrolling position after switching between
1670                 text and image parts.
1671
1672 2002-01-23 [paul]       0.7.0claws22
1673
1674         * sync with sylpheed 0.7.0cvs15
1675                 see ChangeLog entries 2002-01-22 and 2002-01-23
1676
1677 2002-01-21 [melvin]     0.7.0claws21
1678
1679         * src/prefs_scoring.c
1680         * src/prefs_filtering.c
1681                 Fixed bug where scoring and filtering windows stopped
1682                 autochecking.
1683
1684 2002-01-21 [paul]       0.7.0claws20
1685
1686         * sync with sylpheed 0.7.0cvs12
1687                 see ChangeLog entries 2002-01-20 and 2002-01-21
1688
1689 2002-01-21 [carsten]    0.7.0claws19
1690         * src/mainwindow.c
1691         * src/menu.[ch]
1692         * src/messageview.[ch]
1693         * src/summaryview.[ch]
1694                 changes to shortcuts handling again:
1695                         + "Q" now controled by mainwin
1696                         + v/V are now customizable and have slightly
1697                           different meanings
1698                 the "button" to minimize the messageview (and maximize
1699                 the summary view) is a real button now
1700         * src/compose.c
1701                 "Delete Line+" added to Edit/Advanced (this will also
1702                 delete the '\n')
1703
1704 2002-01-20 [melvin] 0.7.0claws18
1705
1706         * src/addressbook.c
1707                 Made "Bcc" sensitive when addressbook is called from
1708                 compose window (it was a Claws only bug).
1709
1710 2002-01-19 [alfons] 0.7.0claws17
1711
1712         * src/inc.c
1713                 prevent unnecessary updates when currently selected folder has
1714                 no new messages 
1715
1716 2002-01-19 [alfons] 0.7.0claws16
1717         
1718         * src/summaryview.c
1719                 prevent writing the cache based on current message list in summary 
1720                 view when filtering also put messages in currently selected folder
1721
1722 2002-01-19 [paul]
1723
1724         * po/it.po
1725                 Italian translation submitted by Alessandro Maestri
1726                 <a.maestri@cs.tin.it>
1727
1728 2002-01-18 [melvin]     0.7.0claws15
1729
1730         * src/prefs_filters.c
1731                 fixed bug where 'cancel' from 'filters' window stops autochecking
1732                 if the timer timed out  when the window was open.
1733
1734 2002-01-18 [match]      0.7.0claws14
1735
1736         * src/addrclip.[ch]     ** NEW FILE **
1737         * src/addrselect.[ch]   ** NEW FILE **
1738         * src/adbookbase.h      ** NEW FILE **
1739                 addressbook cut, copy and paste
1740         * src/addrbook.[ch]
1741         * src/addrcache.[ch]
1742         * src/addressitem.h
1743         * src/addrindex.[ch]
1744         * src/addritem.[ch]
1745         * src/importldif.c
1746         * src/importmutt.c
1747         * src/jpilot.[ch]
1748         * src/syldap.[ch]
1749         * src/vcard.[ch]
1750         * src/jpilot.[ch]
1751         * src/editbook.c
1752         * src/editjpilot.c
1753         * src/editldap.c
1754         * src/editvcard.c
1755                 support for copy/paste
1756         * src/addressbook.c
1757                 support for copy/paste
1758                 tidy up menu option processing
1759                 correct address list function arguments
1760         * src/editaddress.c
1761                 sort user attributes
1762         * src/ldif.h
1763         * src/mutt.h
1764                 tidy up
1765
1766         * src/addrbook.[ch]
1767         * src/addrbook.[ch]
1768         * src/addrbook.[ch]
1769                 
1770
1771 2002-01-18 [paul]       0.7.0claws13
1772
1773         * sync with sylpheed 0.7.0cvs8
1774                 configure.in: support Mac OS X (Darwin)
1775
1776 2002-01-18 [carsten]    0.7.0claws12
1777         * src/html.c
1778                 small hack to fix a segfault with an empty href
1779                 (reported by Alexandra Walford <deeni@altern.org>)
1780         * src/mainwindow.c
1781         * src/summaryview.c
1782                 the shortcuts for Mark und Mark as unread are hardcoded
1783                 again
1784         * src/compose.c
1785         * src/gtkstext.[ch]
1786                 readded the shortcuts in gtkstext but made them
1787                 customizeable (simply by adding a menu plus a wrapper
1788                 to compose.c)
1789
1790 2002-01-17 [melvin]     0.7.0claws11
1791
1792         * src/gtkspell.c
1793                 fix default dictionary not being saved.
1794
1795 2002-01-16 [darko]      0.7.0claws10
1796
1797         * src/compose.c
1798                 fix wrapping crash with URL longer than wrapping margin
1799
1800 2002-12-08 [hoa]        0.7.0claws10
1801
1802         * src/matcher_parser_parse.y
1803                 fixed some bugs
1804
1805         * src/prefs_filtering.c
1806                 now, we can use bounce action in the dialog box.
1807
1808 2002-01-16 [carsten]    0.7.0claws9
1809         * src/gtkstext.c
1810                 removed the <control> and <alt> shortcuts because they're
1811                 not needed and interefered with the "normal" shortcuts
1812         * src/mainwindow.c
1813         * src/summaryview.c
1814                 removed most of the hardcoded shortcuts and assigned
1815                 them to menu entries making them easy customizable by
1816                 that
1817
1818 2002-01-16 |melvin]     0.7.0claws8
1819
1820         * src/gtkspell.c
1821                 fixed bug where using the mouse and when the compose
1822                 window is not on top may result in a crash.
1823
1824 2002-01-16 [melvin]     0.7.0claws7
1825
1826         * src/compose.c
1827                 fixed a long standingspell checker bug which could 
1828                 cause a crash after sending a message.
1829
1830 2002-01-16 [paul]       0.7.0claws6
1831
1832         * sync with sylpheed 0.7.0cvs7
1833                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
1834                 2002-01-15, and 2002-01-16
1835
1836 2002-01-16 [melvin]     0.7.0claws5
1837
1838         * README.claws
1839         * src/compose.c
1840         * src/gtkspell.[ch]
1841         * src/main.c
1842                 Heavily modified spell checker code to work around
1843                 ispell bug, to add keyboard shortcuts and for future
1844                 enhancements. See README.claws for usage information.
1845
1846 2002-01-15 [alfons]     0.7.0claws4
1847         
1848         * src/summaryview.c
1849                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
1850                 so sorting within threads reflects sort mode
1851
1852 2002-01-15 [christoph]  0.7.0claws3
1853
1854         * src/procmsg.c
1855                 added alertpanel if mail sending failed
1856
1857 2002-01-15 [alfons]     0.7.0claws2
1858         
1859         * src/prefs_filtering.c
1860                 don't stop timer when prefs filtering dialog is opened
1861
1862 2002-01-14 [alfons]     0.7.0claws1
1863
1864         * src/addr_compl.c
1865         * src/prefs.c
1866                 remove debug_print()s for privacy reasons
1867
1868 2002-01-14 [darko]      0.7.0claws
1869
1870         * README.claws
1871                 quotation wrapping is now also in the main branch
1872
1873 2002-01-14 [paul]
1874
1875         * tools/filter_conv.pl
1876                 allow for Boolean Op and case-sensitivity
1877                 this file is included in the release and tagged
1878                 'rel_0_7_0'
1879
1880 2002-01-13 [paul]       0.7.0claws
1881
1882         * release 0.7.0, with cvs tag 'rel_0_7_0'
1883
1884 2002-01-13 [paul]
1885
1886         * tools/filter_conv.pl
1887         * tools/README
1888                 rewritten to output to matcherrc instead of filteringrc
1889
1890         * po/es.po
1891                 updated Spanish translation by Ricardo Mones Lastra
1892
1893 2002-01-13 [alfons]
1894
1895         * po/nl.po
1896                 update dutch translation
1897
1898 2002-01-13 [paul]
1899
1900         * po/pt_BR.po
1901                 Updated by Fabio Junior Beneditto 
1902
1903 2002-01-13 [melvin]     0.6.6claws53
1904
1905         * po/fr.po
1906                 Updated french translation
1907
1908 2002-01-12 [alfons]     0.6.6claws52
1909
1910         * src/filtering.c
1911                 plug mem leak that has been sitting there for ages              
1912
1913 2002-01-12 [alfons]     0.6.6claws51
1914
1915         * src/summaryview.c
1916                 undo melvin's changes from 0.6.6claws48 because summary
1917                 view now refuses to select first unread message when
1918                 selecting a folder 
1919
1920 2002-01-11 [alfons]     0.6.6claws50
1921
1922         * src/import.c
1923                 use claws' semantics for getting folder item when
1924                 importing an mbox file into a folder 
1925                 (submitted by Dale P. Smith)
1926
1927 2002-01-11 [christoph]  0.6.6claws49
1928
1929         * src/prefs.h
1930                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
1931                 toggle widget, because non static prefs can not use
1932                 prefs_set_* functions
1933         * src/prefs_account.c
1934                 toggle smtp auth password field sensitivity if
1935                 user id is empty and add descrition of usage for
1936                 these fields
1937         * src/prefs_folder_item.c
1938                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
1939                 callbacks
1940
1941 2002-01-11 [melvin]     0.6.6claws48
1942
1943         * src/compose.c
1944                 fix the 'Ctrl-Enter' feature for sending and test really
1945                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
1946                 editables which was not documented in Gtk)
1947
1948         * src/summaryview.c
1949                 Made summaryview refresh after sorting and not before.
1950
1951 2002-01-11 [christoph]  0.6.6claws47
1952
1953         * src/compose.c
1954                 select account from account ids if possible and
1955                 correctly set save folder for copy in reedit
1956
1957 2002-01-10 [paul]       0.6.6claws46
1958
1959         * sync with sylpheed 0.7.0 release
1960                 see ChangeLog entries 2002-01-07, 2002-01-08 and
1961                 2002-01-09
1962
1963 2002-01-09 [alfons]
1964
1965         * src/summaryview.c
1966                 remove more dirt traces...
1967
1968 2002-01-09 [alfons]
1969         
1970         * src/summaryview.c
1971                 clean up some traces of my debugging stuff
1972
1973 2002-01-09 [alfons]     0.6.6claws45
1974
1975         * src/filtering.c
1976                 break up filteringprop_apply() in three separate pieces
1977                 so we can drop messages that failed processing in the
1978                 inbox
1979
1980         * src/summaryview.c
1981                 fix bug #469598 "no refresh of inbox after filter" which 
1982                 was introduced by the new summary view locking, and which 
1983                 prevented the summary view to update after a manual filter 
1984                 message. claw's filter message requires a summary_show().
1985                 (aargh, summary_show() again! :-)
1986                 
1987 2002-01-07 [alfons]     0.6.6claws44
1988
1989         * src/headerwindow.c
1990         * src/logwindow.c
1991         * src/messageview.c
1992         * src/sourcewindow.c
1993                 bring in Hiro's last 0.7.0 wm class fixes
1994
1995         * tools/sylprint.pl
1996                 bring in Ricardo's fix for sylprint script
1997
1998         * AUTHORS       
1999         * src/rfc2015.[ch]
2000         * src/prefs_common.[ch]
2001         * src/prefs_account.[ch]
2002         * src/compose.c
2003                 clean up account preference poison in rfc2015,
2004                 and preparation to fix double sign bug 
2005                 (patch submitted by Simon 'corecode' Schubert)
2006
2007 2002-01-07 [christoph]  0.6.6claws43
2008
2009         * src/mh.c
2010                 search for free message number, do not only rely
2011                 on last_num
2012         * src/send.c
2013                 fix smtp auth and use extra account information
2014                 if available, if not use pop3 data instead
2015                 (closes bug #500341)            
2016         * src/ssl.[ch]
2017                 match coding style
2018
2019 2002-01-06 [alfons]     0.6.6claws42
2020
2021         * src/mainwindow.c
2022                 try making the separate windows work again...
2023
2024 2002-01-06 [alfons]     0.6.6claws41
2025
2026         * src/mainwindow.c
2027                 adapt Hiro's separate window menu (to get rid of the funny
2028                 duplicate menu items), and make it work again
2029
2030 2002-01-06 [alfons]     0.6.6claws40
2031
2032         * tools/Makefile.am
2033         * tools/sylprint.rc
2034         * tools/sylprint.pl
2035         * tools/README.sylprint
2036                 add sylprint script for printing mails from Sylpheed
2037                 (contributed by Ricardo Mones Lastra)
2038
2039         * src/acount.c
2040                 clean up
2041
2042 2002-01-06 [melvin]     0.6.6claws39
2043
2044         * src/mainwindow.c
2045         * src/summaryview.c
2046                 Fixed crash introduced in 0.6.6claws38 by the menu
2047                 reorganisation (Hide read messages)
2048         
2049         * ChangeLog.claws 
2050                 Fixed typo (we are now in 2002, alfons ;) )
2051
2052 2002-01-05 [alfons]     0.6.6claws38
2053
2054         * sync with sylpheed 0.6.6cvs10-17
2055                 (last stuff marked as LAST_STABLE)
2056
2057 2002-01-04 [melvin]     0.6.6claws37
2058
2059         * src/account.c
2060                 Made account selection code use strcasestr again instead of
2061                 g_strcasecmp (fixes bug where reediting queued messages
2062                 did not select proper account reported by T. Link).
2063         
2064         * src/folderview.c
2065                 Fix bug where folder icons are not shown when 'hide read messages'
2066                 is on.
2067         
2068         * src/stock_pixmaps.[ch]
2069                 Added folder icons for 'hide read messages'.
2070         
2071         * src/compose.c
2072                 Fixed bug where 'Enter' in a header entry will send the message 
2073                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
2074
2075 2002-01-03 [melvin]     0.6.6claws36
2076         
2077         * src/prefs.[ch]
2078                 Added popup menu for common preferences and
2079                 account preferences (right click on tab displays
2080                                 a menu of all tabs.)
2081
2082 2002-01-02 [melvin]     0.6.6claws35
2083
2084         * src/gtkspell.[ch]
2085                 Made spelling code compatible with undo/redo feature.
2086                 Added creation of suggestion mode menu for the general
2087                         preferences.
2088         
2089         * src/prefs_common.[ch]
2090                 Added option menu for the speller's suggestion mode.
2091                 Added missing spaces in "..." buttons and made a "..."
2092                         button non translatable!
2093         
2094         * src/compose.c
2095                 Made speller use the default suggestion mode.
2096                 Hack to make it possible to choose 'CTRL-Enter' as a
2097                         shortcut for sending (and only for sending).
2098
2099         * src/prefs_folder_item.c
2100                 Changing subject simplification does not update cache 
2101                         anymore (because it is unnecessary).
2102                 Fixed bug where changing subject simplification updated the 
2103                         summaryview even when the viewed folder is not the
2104                         folder which properties are being changed. (E.g. 
2105                                         viewing folder A and changing
2106                                         the subject simplification of 
2107                                         folder B -not being viewed- updated the 
2108                                         summaryview of folder A with data of
2109                                         folder B). (Hope this is clear... )
2110
2111 2001-12-31 [alfons]     0.6.6claws34
2112         
2113         * src/ldif.c
2114         * src/mutt.c
2115                 fgetc() returns a signed integer which doesn't
2116                 fit in a char. so c truncates this to a char
2117                 but we may lose significant bits. i.e. we may
2118                 comparing 0xFF which may not be equal to -1
2119                 unless properly casted to signed char which
2120                 we won't do because fgetc() returns a signed
2121                 integer which doesn't fit in a char. so c 
2122                 truncates this to a char but we may lose 
2123                 significat bits. (you got the idea, thanks
2124                 to Gustavo Noronha Silva <kov@debian.org>
2125                 and the Debian folks!)
2126
2127 2001-12-30 [alfons]     0.6.6claws33
2128
2129         * src/prefs_common.c
2130                 add #ifdef USE_PSPELLs that Melvin forgot               
2131
2132 2001-12-30 [melvin]     0.6.6claws32
2133         
2134         * src/prefs_common.[ch]
2135                 Added configurable color for misspelled words.
2136
2137         * src/gtkspell.[ch]
2138                 Fixed bug of foreground text color (reported by David
2139                                 Mehrmann)
2140                 Added configurable color for misspelled words.
2141
2142 2001-12-30 [alfons]     0.6.6claws31
2143
2144         * src/folder.c
2145                 remove unnecessary things someone put there
2146
2147         * src/mh.c
2148         * src/folder.[ch]
2149                 make folder properties (like threading and sorting) persistent
2150                 (closes bug #497424 "rescan folder tree resets proprieties")
2151                 currently this is only for MH folders. 
2152
2153 2001-12-29 [melvin]     0.6.6claws30
2154
2155         * src/string_match.[ch]
2156                 Optimized a bit: regexp pattern buffer compiled only once, and
2157                   one subroutine call removed. Fixed ^ regexp search: Now, 
2158                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
2159         
2160         * src/summaryview.c
2161                 Subject filtering changed to filter summary columns and
2162                   not directly the messages subject cache. The loss in 
2163                   performance is balanced by the improvement of string_match.
2164                 Added an alert panel if there is an error in the regexp.
2165
2166         * src/src/prefs_folder_item.h
2167                 Added a regexp pattern buffer.
2168
2169 2001-12-28 [alfons]     0.6.6claws29
2170
2171         * src/string_match.[ch]
2172                 clean up name space
2173                 allow compilation *BSD
2174
2175 2001-12-27 [alfons]     0.6.6claws28
2176
2177         * src/filter.c
2178                 sync the Hiro's bug fix for BSD
2179
2180 2001-12-27 [melvin]     0.6.6claws27
2181         
2182         * src/compose.c
2183                 Simplify focus to subject entry code.
2184
2185 2001-12-27 [darko]      0.6.6claws26
2186
2187         * src/filtering.c
2188         * src/mbox_folder.c
2189         * src/messageview.c
2190         * src/mh.c
2191         * src/procheader.[ch]
2192         * src/procmsg.h
2193         * src/stock_pixmap.[ch]
2194         * src/summaryview.c
2195                 Show key icon for encrypted mails in summary view
2196
2197         * src/pixmaps/clip.xpm
2198         * src/pixmaps/clipkey.xpm
2199         * src/pixmaps/key.xpm
2200                 New/modified icons for the above
2201
2202 2001-12-27 [melvin]     0.6.6claws25
2203
2204         * src/prefs_common.c
2205                 Put spell checker options in a separate tab to decrease
2206                 the Common Preferences window height.
2207
2208         * README.claws  
2209                 Update spell checker usage instruction about its options
2210                 location.
2211
2212 2001-12-27 [melvin]     0.6.6claws24
2213
2214         * src/compose.c
2215                 Changed subject entry widget position. Initial focus is
2216                 on the To header instead of the subject entry.
2217                 Creating a new header scrolls the header list to make the
2218                 created one visible. Nevertheless, when automatically filling
2219                 headers, the first one is shown.
2220                 A Tab key press in the last empty header entry zips the 
2221                 focus to the subject entry.
2222                 (I did not change the combo boxes, yet)
2223
2224 2001-12-26 [alfons]     0.6.6claws23
2225
2226         * src/prefs_account.c
2227         * src/inc.c
2228                 allow default inbox to reside in another mailbox (only
2229                 works for POP3 accounts)
2230
2231 2001-12-26 [alfons]     0.6.6claws22
2232         
2233         * src/textview.c
2234                 make reply-on-click work with the account of the selected folder
2235         * src/compose.c
2236                 put a fixme here to remind me to fix finding correct default
2237                 account for nested folders
2238
2239 2001-12-25 [alfons]     0.6.6claws21
2240
2241         * src/summaryview.c
2242                 make column headers display locked and mark pixmaps (idea by Melvin) 
2243                 fix bug by adding score and locked column type to sort array
2244
2245 2001-12-25 [alfons]     0.6.6claws20
2246         
2247         * src/summaryview.c
2248                 catch a *potentially* inadvertent write back of  
2249                 the message cache(s) introduced by 0.6.5claws37
2250
2251 2001-12-25 [christoph]  0.6.6claws19
2252
2253         * src/stock_pixmap.[ch]
2254         * src/summaryview.c
2255                 add ignore thread pixmap
2256                 (can someone draw a better icon for this?)
2257
2258 2001-12-24 [alfons]     0.6.6claws18
2259
2260         * src/prefs_folder_item.c
2261                 make address completion actually work for the
2262                 Default To address in the Folder Property dialog.
2263
2264 2001-12-24 [alfons]     0.6.6claws17
2265         
2266         * src/summaryview.c
2267                 use new style regexp for subject stripping 
2268                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
2269
2270 2001-12-24 [darko]      0.6.6claws16
2271
2272         * src/pgptext.c
2273         * src/rfc2015.c
2274                 move GPG related informational messages to debug mode
2275
2276 2001-12-23 [alfons]     0.6.6claws15
2277
2278         * src/stock_pixmap.[ch]
2279         * src/summaryview.c
2280                 add the forgotten Claws' locked pixmap
2281
2282 2001-12-23 [alfons]     0.6.6claws14
2283
2284         * src/filesel.c
2285                 accept file name typed in entry in multi file
2286                 selector (patch submitted by Gustavo Noronha Silva 
2287                 <kov@debian.org>)
2288
2289 2001-12-23 [alfons]     0.6.6claws13
2290
2291         * src/prefs_filter.c
2292         * src/prefs_filtering.c
2293         * src/matcher.c
2294         * src/importmutt.c
2295                 clean up a little bit
2296         
2297         * src/string_match.c
2298                 validate input strings a little bit more
2299
2300 2001-12-23 [alfons]     0.6.6claws12
2301
2302         * src/Makefile.am
2303         * src/summaryview.c
2304         * src/string_match.[ch]         ** NEW **
2305         * src/folderview.[ch]
2306         * src/headerview.h
2307         * src/folder.[ch]
2308         * src/prefs_folder_item.[ch]
2309                 add subject simplification to strip out strings from
2310                 a subject line (esp. handy for mailing lists). 
2311                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
2312                 but slightly changed things for better integration.)
2313
2314 2001-12-23 [alfons]     0.6.6claws11
2315
2316         * src/mainwindow.c
2317                 fix bug introduced by submission included in 0.6.5claws52.
2318                 ideally this submission should clean the trash if any trash
2319                 folder has a message. however, the hasTrash variable was
2320                 set to false whenever a trash folder was empty (discarding
2321                 a previously found *filled* trash folder.)
2322
2323                 also edited the code a little bit and made it more safe.
2324
2325 2001-12-22 [alfons]     0.6.6claws10
2326
2327         * src/imap.c
2328                 quick fix for Martin Pool's omission of an account
2329                 specific SSL setting
2330
2331 2001-12-22 [alfons]     0.6.6claws9
2332
2333         * src/compose.c
2334         * src/messageview.c
2335         * src/mimeview.c
2336         * src/pgptext.c
2337         * src/procmime.[ch]
2338                 better support for multipart/digest (submitted
2339                 by Fredrik <e98fo@efd.lth.se>)
2340
2341 2001-12-22 [alfons]     0.6.6claws8
2342
2343         * src/addressbook.c
2344                 correct function signature
2345         * src/socket.[ch]
2346         * src/imap.[ch]
2347         * src/prefs_account.[ch]
2348                 allow IMAP over SSH tunnel (patch submitted by 
2349                 Martin Pool <mbp@samba.org>)
2350
2351 2001-12-21 [alfons]     0.6.6claws7
2352
2353         * sync with sylpheed 0.6.6cvs4-9
2354                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
2355
2356 2001-12-21 [christoph]  0.6.6claws6
2357
2358         * src/compose.c
2359         * src/prefs_folder_item.[ch]
2360                 implement saving of outgoing messages to current folder.
2361                 fix segfault when no default outbox is available
2362                 (closes bug #495683)
2363
2364 2001-12-21 [carsten]    0.6.6claws5
2365         * src/folderview.c
2366         * src/summaryview.c
2367                 pressing CTRL while DND does now the expected thing and
2368                 copies the mail (moving is still the default, as this
2369                 seam more appropriate for handling mails by DND)
2370
2371 2001-12-18 [paul]       0.6.6claws4
2372
2373         * sync with sylpheed 0.6.6cvs3
2374                 see ChangeLog entries 2001-12-18
2375
2376 2001-12-18 [hiro]       0.6.6claws3
2377
2378         * src/undo.c
2379                 fix for multibyte characters (obtain the number of letters
2380                 instead of bytes).
2381
2382 2001-12-17 [paul]       0.6.6claws2
2383
2384         * sync with sylpheed 0.6.6cvs1
2385                 see ChangeLog entry 2001-12-16
2386
2387 2000-12-17 [alfons]     0.6.6claws1
2388
2389         * src/filtering.c
2390                 clean up
2391
2392 2001-12-16 [paul]       0.6.6claws
2393 2001-12-15
2394
2395         * Release version 0.6.6claws, cvs tag: rel_0_6_6
2396
2397         * src/mimeview.c
2398                 last minute sync with main 0.6.6
2399
2400         * po/es.po
2401                 updated by Ricardo Mones Lastra
2402                 update for last minute sync
2403         * po/fr.po
2404         * po/nl.po
2405                 update for last minute sync
2406         * po/de.po
2407                 updated by Jens Oberender
2408         * po/pt_BR.po
2409                 updated by Fabio Junior Beneditto
2410
2411         * src/prefs_common.[ch]
2412         * src/undo.c
2413                 number of undo levels is user configurable
2414                 (squeeze it into the release in the dying
2415                 moments) Submitted by Jens Oberender    
2416
2417 2001-12-15 [melvin]
2418
2419         * po/fr.po
2420                 updated french translation
2421
2422 2001-12-15 [paul]       0.6.5claws92
2423
2424         * sync with sylpheed 0.6.5cvs28
2425                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
2426
2427         * po/nl.po
2428                 update to allow for sync
2429
2430 2001-12-15 [alfons]
2431         
2432         * po/nl.po
2433                 update dutch translation
2434
2435 2001-12-14 [carsten]    0.6.5claws91
2436         * src/summaryview.c
2437                 fixed bug #473785; also after changing the column order
2438                 the same message will be selected and displayed as before
2439                 the reordering
2440
2441 2001-12-14 [carsten]    0.6.5claws90
2442         * src/folderview.c
2443                 probably found the bug reported by wwb opening or closing
2444                 a folder tree just before dnd (found the solution in the
2445                 balsa source -- thanks to them)
2446
2447 2001-12-14 [carsten]    0.6.5claws89
2448         * src/gtkutils.c
2449         * src/account.c
2450                 moved gtk_clist_moveto to the right place, so that
2451                 only the accounts dialog is effected on opening
2452
2453 2001-12-14 [carsten]    0.6.5claws88
2454         * src/gtkutils.c
2455                 gtkut_clist_set_focus_row does a gtk_clist_moveto
2456                 now, so that the focused row will be seen in any case
2457                 (reported by wwp on sf-claws-user)
2458
2459 2001-12-14 [darko]      0.6.5claws87
2460
2461         * src/compose.c
2462                 remove unnecessary line
2463
2464 2001-12-14 [paul]       0.6.5claws86
2465
2466         * sync with sylpheed 0.6.5cvs27
2467                 see ChangeLog entries 2001-12-14
2468
2469 2001-12-14 [carsten]    0.6.5claws85
2470         * src/mainwindow.c
2471                 following a suggestion of Melvin the rcoabm pops up
2472                 right under the button now and the button is reliefed
2473                 while the popup is open
2474
2475 2001-12-14 [darko]      0.6.5claws84
2476
2477         * src/compose.c
2478                 fix crash when wrapping long lines if linewrap quotation
2479                 is disabled and wrapper encounters a word spanning more
2480                 than one line
2481
2482 2001-12-13 [paul]       0.6.5claws83
2483
2484         * src/compose.c
2485                 prefer 'Reply-To' header over mailing list header when
2486                 replying to a message. Finally prevent all those confirmation 
2487                 messages being sent to the list itself.
2488
2489         * src/summaryview.c
2490                 remove unused summary_set_menu_sensitive() entry
2491
2492 2001-12-13 [paul]       0.6.5claws82
2493
2494         * src/folderview.c
2495         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
2496         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
2497         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
2498                 improvements to 'Hide read messages': Inbox, Outbox,
2499                 Trash, Queue, and Draft icons now reveal presence of hidden 
2500                 messages
2501
2502 2001-12-12 [alfons]     0.6.5claws81
2503
2504         0.6.5claws80 was tagged as LAST_STABLE
2505
2506         * src/filtering.[ch]
2507         * src/matcher.[ch]
2508         * src/matcher_parser_lex.c
2509                 fix the filtering; my last attempt to get it right, 
2510                 if it does not work, it's Hoa's turn. ;-)
2511
2512                 for my honourable peers:
2513                 
2514                 the code now makes a clear distinction between
2515                 rules as they are displayed (probably escaped),
2516                 and as they are executed (probably unescaped). the
2517                 parser does *NOT* do any unescaping, this is
2518                 the task of the matcher.c (which breaks up a
2519                 rule into condition) and the filtering.c (which
2520                 breaks up the rule's action). to make this
2521                 run happily we provide an unescaped copy of
2522                 crucial strings to the MatcherProp and 
2523                 FilteringAction structures. note that the only
2524                 exception to this is any REGEXP string. those
2525                 are directly passed to regcomp() and regexp()
2526                 (who have much more powerful unescape functions).
2527                 
2528                 for everyone else:
2529         
2530                 you can escape tab (\t), carriage return (\r),
2531                 linefeed (\n), form feed (\f), quote (\"), 
2532                 single quote (\'), bell (\b) in all the entry
2533                 lines in the scoring & filtering dialogs.
2534                 as an added bonus this should not affect
2535                 existing filtering rules.
2536
2537 2001-12-12 [carsten]    0.6.5claws80
2538
2539         * src/summaryview.c
2540         * po/de.po
2541                 "item(s) selected" is now sensitive to 1 or more
2542                 than one selected (nice for language where simple
2543                 adding of a "s" is not possible as German (Eintrag
2544                 ->Eintr"age)
2545                 
2546                 the "forward as attachment" entry from the right
2547                 click menu removed, "forward" acts following the
2548                 prefs
2549         
2550         * src/textview.c
2551                 reverted my former changes; so compiler warning again
2552                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
2553                 nevertheless
2554
2555         * src/messageview.c
2556                 "search in message" does now *not* only work in MVIEW_TEXT
2557                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
2558                 message
2559
2560         * src/mainwindow.c
2561                 removed "/File/_Close" as it was the same as "/File/E_xit"
2562                 and we don't need it two times
2563
2564                 the separate folder view and message view now get a distinct
2565                 WMCLASS, just in case someone is using sawfish ;-)
2566
2567                 as the menu entries "/View/Message view" and "/View/Folder tree"
2568                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
2569                 make them sensitive accordingly and as these two are "shown"
2570                 after startup anytime check this menuitem at startup
2571
2572 2001-12-12 [paul]       0.6.5claws79
2573
2574         * src/folderview.c
2575                 fix sensitivity of 'Search folder...', broken in
2576                 0.6.5claws75
2577
2578         * src/mainwindow.c
2579                 fix dodgy English
2580
2581 2001-12-11 [carsten]    0.6.5claws78
2582         * src/filtering.c
2583                 fixed two typos returning a wrong FALSE/TRUE
2584         * src/mainwindow.[ch]
2585                 extra menu for email/news button removed
2586
2587 2001-12-11 [alfons]     0.6.5claws77
2588         
2589         * src/matcher.c                 (1.3)
2590         * src/matcher_parser_lex.l      (1.28)
2591                 revert for another attempt
2592                 mark 0.6.5claws77 as LAST_STABLE
2593
2594 2001-12-11 [christoph]  0.6.5claws76
2595
2596         * po/de.po
2597                 fixed wrong translation for prev. unread msg
2598
2599 2001-12-11 [paul]       0.6.5claws75
2600
2601         * src/folder.[ch]
2602         * src/folderview.c
2603         * src/mainwindow.c
2604         * src/summaryview.[ch]
2605         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
2606                 enable ability to hide read messages on per folder basis via 
2607                 '/Summary/Hide read messages'; when selected, a folder will 
2608                 have a red open folder icon, instead of a blue icon, if the 
2609                 folder contains hidden messges
2610                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
2611
2612         * src/mainwindow.c
2613                 remove '/Message/Forward as attachment' from 
2614                 main_window_set_menu_sensitive() to prevent debug warning
2615
2616         * src/folderview.c
2617         * src/mainwindow.c
2618                 Clean up some of the English
2619
2620         * tools/newscache_clean.pl
2621                 allow for new 'hidereadmsgs' entry in folderlist.xml
2622
2623         * po/es.po
2624                 updated translation, submitted by Ricardo Mones Lastra
2625
2626 2001-12-11 [paul]       0.6.5claws74
2627
2628         * sync with sylpheed 0.6.5cvs25
2629                 see ChangeLog entry 2001-12-11
2630
2631 2001-12-10 [alfons]     0.6.5claws73
2632
2633         * src/matcher.c
2634                 add more control characters
2635         * src/matcher_parser_lex.l
2636                 make escaping / unescaping work again
2637
2638 2001-12-10 [alfons]     0.6.5claws72
2639
2640         * src/imap.c
2641                 clean up warnings "returning value for void function" 
2642         * src/prefs_filtering.c
2643                 make info button for execute action sensitive
2644
2645 2001-12-10 [paul]       0.6.5claws71
2646
2647         * src/compose.c
2648         * src/imap.[ch]
2649         * src/summaryview.c
2650                 fix: imap server now gets informed of MARKED, UNMARKED
2651                 and REPLY events. Now people can use different IMAP-Mail
2652                 clients and have the exact same information about MARKED,
2653                 UNMARKED and REPLY status with all of them. Especially
2654                 useful for imap servers with a web-frontend.
2655                 submitted by Tobias Sandhaas <medlor@web.de>
2656
2657 2001-12-09 [melvin]     0.6.5claws70
2658         
2659         * src/textview.[ch]
2660                 fixed bug #490076 (hunted down by Alfons who implemented
2661                 a workaround in 0.6.5claws65)
2662
2663 2001-12-09 [christoph]  0.6.5claws69
2664
2665         * src/summaryview.c
2666                 set pointer to string in LOCKED column to NULL
2667                 (might fix bug #490800)
2668
2669 2001-12-09 [carsten]    0.6.5claws68
2670
2671         * po/de.po
2672                 resolved some cluttered menu shortcuts 
2673                 ('creating new email' and 'creating news message'
2674                 hade the same)
2675         * src/compose.c
2676                 wmclass now distinc from main window
2677         * src/mainwindow.c
2678           src/mainwindow.h
2679                 email/news and forward button functionality similar
2680                 to the reply buttons; removed the ugly dropdown arrows
2681                 and use instead the right mouse button
2682
2683 2001-12-09 [paul]       0.6.5claws67
2684
2685         * src/imap.c
2686         * src/utils.h
2687                 allow spaces in imap folder names
2688                 submitted by Willem van Engen <wvengen@stack.nl>
2689
2690 2001-12-09 [paul]       0.6.5claws66
2691
2692         * sync with sylpheed 0.6.5cvs24
2693                 see ChangeLog entry 2001-12-09
2694
2695 2001-12-08 [alfons]     0.6.5claws65
2696
2697         * src/textview.c
2698                 prevent secondary selection claim after "add to sender" dialog
2699                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
2700                 we trick GTK by simulating a click at (0, 0) in the textview.
2701
2702 2001-12-08 [hoa]        0.6.5claws64
2703
2704         * src/folder.c
2705                 fixed a bug about the .processing folder name while filtering
2706
2707 2001-12-08 [alfons]     0.6.5claws63
2708
2709         * src/folderview.c 
2710                 work around problem of not correctly updating folder stats
2711                 when deleting messages. there's some folder scanning evil
2712                 going so the folderview_update_msg_num() does not work
2713                 correctly. need to investigate this.
2714
2715 2001-12-08 [paul]       0.6.5claws62
2716
2717         * sync with sylpheed 0.6.5cvs23
2718                 see ChangeLog entry 2001-12-08
2719
2720 2001-12-07 [christoph]  0.6.5claws61
2721
2722         * src/compose.c
2723                 fix another header translation problem
2724
2725 2001-12-07 [alfons]     0.6.5claws60
2726
2727         * src/mbox.c
2728                 make filtering also work on local spool mbox
2729
2730 2001-12-07 [carsten]    0.6.5claws59
2731         * src/addressbook.c
2732                 addressbook window gets a wmclass distinct from the main
2733                 sylpheed window
2734         * src/compose.h
2735         * src/mainwindow.[ch]
2736                   forward menu item will use mode selected in prefs, forward 
2737                 as attatchment in menu removed (will be substituted in the
2738                 toolbar similar to reply buttons)
2739                   create news message menu entry and news button is now 
2740                 sensitive to the existance of a news account
2741         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
2742         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
2743         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
2744                 these are removed because the toolbar buttons don't show
2745                 the quoting modus any longer
2746
2747 2001-12-07 [paul]
2748
2749         * tools/newscache_clean.pl      ** NEW FILE **
2750                 perl script to do some tidying up in the newscache directory 
2751                 
2752         * tools/sylpheed-switcher       ** NEW FILE **
2753                 perl script to enable easy switching between main and claws
2754                 
2755         * tools/README
2756                 added descriptions of the two new perl scripts          
2757
2758
2759 2001-12-07 [melvin]     0.6.5claws58
2760
2761         * src/messageview.c
2762                 fixed a warning during compilation introduced in 0.6.5claws56
2763
2764 2001-12-07 [paul]       0.6.5claws57
2765
2766         * src/mainwindow.[ch]
2767         * src/menu.[ch]
2768                 further usability enhancements to replying with or without 
2769                 quoting via the toolbar, use of Ctrl key is replaced by 
2770                 drop down menu 
2771                 Submitted by Carsten Schurig            
2772
2773 2001-12-07 [melvin]     0.6.5claws56
2774
2775         * src/messageview.c
2776                 hack to fix bug that prevented to make/paste selections
2777                 after switching between MVIEW_TEXT and MVIEW_MIME views
2778                 without deselecting the selection first.
2779
2780 2001-12-06 [alfons]     0.6.5claws55
2781
2782         * src/filtering.[ch]
2783         * src/inc.c
2784                 revise filtering a little bit more, and make sure
2785                 messages are delivered to the appropriate inbox
2786                 (perhaps set per account)
2787
2788 2001-12-06 [paul]       0.6.5claws54
2789
2790         * sync with sylpheed 0.6.5cvs22
2791                 see ChangeLog entry 2001-12-06
2792
2793 2001-12-05 [alfons]     0.6.5claws53
2794
2795         * src/inc.c
2796         * src/folder.[ch]
2797         * src/procmsg.c
2798         * src/filtering.c
2799                 more revisions of filtering system
2800                 (last stable version is marked as LAST_STABLE)
2801                 
2802                 | NOTE 1): the filtering system now uses a local folder called
2803                 | .processing. if filtering fails, check this directory
2804                 | for missing messages.
2805                 |
2806                 | NOTE 2): help us find the filtering actions still missing
2807
2808 2001-12-05 [paul]       0.6.5claws52
2809
2810         * src/mainwindow.c
2811                 fix bug where 'Empty Trash?' pop-up window appears even
2812                 when Trash is empty, submitted by Jesse Skinner         
2813
2814 2001-12-05 [melvin]     0.6.5claws51
2815
2816         * src/compose.c
2817                 fixed bug #486106 to select correct account when reediting 
2818                 a queued message
2819         
2820 2001-12-04 [alfons]     0.6.5claws50
2821
2822         * src/mh.c
2823                 declare markfile in appropriate functions when
2824                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
2825                 for spotting this)
2826
2827 2001-12-04 [paul]       0.6.5claws49
2828
2829         * sync with sylpheed 0.6.5cvs21
2830                 see ChangeLog entry 2001-12-04
2831
2832 2001-12-03 [christoph]  0.6.5claws48
2833
2834         * po/de.po
2835                 changed translation of undo
2836         * src/account.c
2837         * src/folder.c
2838                 don't reinvent the wheel to traverse a GNode
2839         * src/compose.[ch]
2840                 seperate code to create the compose gui into functions
2841                 add "Others" page with folder selection for saving copy
2842                 of the message.
2843                 the folder identifier is saved to queue header
2844         * src/procmsg.c
2845                 save message to folder in queue header
2846
2847 2001-12-03 [paul]       0.6.5claws47
2848
2849         * sync with sylpheed 0.6.5cvs20
2850                 see ChangeLog entry 2001-12-03
2851
2852 2001-12-01 [paul]
2853
2854         * more sync with sylpheed 0.6.5cvs19
2855                 see ChangeLog entry 2001-11-29
2856
2857 2001-11-30 [paul]       0.6.5claws46
2858         
2859         * src/compose.c
2860                 remove conflicts introduced by Hoa's last commit
2861          
2862         * src/mainwindow.c
2863                 make 'Message/Bounce' sensitive
2864
2865 2001-11-30 [hoa]        0.6.5claws45
2866
2867         * src/compose.c
2868                 slightly change bounce function to add
2869                 information about the user that bounced the mail
2870                 in the From header line.
2871
2872         * src/folderview.c
2873                 permit the use of processing in outbox folder.
2874
2875 2001-11-29 [paul]       0.6.5claws44
2876
2877         * src/mainwindow.[ch]
2878         * src/prefs_common.c
2879         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
2880         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
2881         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
2882                 usability enhancements to the quoting, implements
2883                 use of Ctrl key to toggle quoting settings
2884                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
2885
2886 2001-11-29 [paul]       0.6.5claws43
2887         
2888         * sync with sylpheed 0.6.5cvs19
2889                 see ChangeLog entry 2001-11-28
2890
2891 2001-11-29 [melvin]     0.6.5claws42
2892         * src/Makefile.am
2893                 added enriched.[ch] to the list of files
2894
2895         * src/textview.c
2896         * src/mimeview.c
2897         * src/procmime.[ch]
2898         * src/enriched.[ch]
2899                 added support to view text/enriched
2900                 added support to show headers in message view for text/enriched and text/html
2901                         in non multipart messages
2902
2903 2001-11-28 [paul]       0.6.5claws41
2904
2905         * more sync with sylpheed 0.6.5cvs18
2906                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
2907
2908 2001-11-27 [paul]       0.6.5claws40
2909         
2910         * po/pt_BR.po
2911                 updated translation, submitted by Fabio Junior Beneditto
2912                 
2913         * sync with sylpheed 0.6.5cvs18
2914                 see ChangeLog entries 2001-11-26 (src/textview.c) and
2915                 2001-11-27
2916
2917
2918 2001-11-26 [paul]
2919
2920         * po/es.po
2921                 updated translation, submitted by Ricardo Mones Lastra
2922
2923 2001-11-26 [alfons]
2924
2925         * src/matcher.c
2926                 add more translatable strings
2927
2928 2001-11-26 [christoph]  0.6.5claws39
2929
2930         * po/de.po      
2931                 fixed one more umlaut
2932         * src/compose.c
2933                 fix translated header when it should not be translated
2934
2935 2001-11-26 [paul]       0.6.5claws38
2936
2937         * src/mainwindow.c
2938                 remove '/Message/Add Sender to address book' from 
2939                 main_window_set_menu_sensitive(), prevent debug warning
2940                 add 'Message/Mark/Mark all read' to mainwin_entries[]
2941
2942 2001-11-26 [paul]       0.6.5claws37
2943
2944         * src/summaryview.c
2945                 fix 'recurring unread state' bug 
2946
2947         * tools/README 
2948         * tools/filter_conv.pl
2949                 read name of top level mailbox from folderlist.xml
2950                 and presume nothing about its name              
2951
2952 2001-11-26 [darko]      0.6.5claws36
2953
2954         * src/gtkstext.[ch]
2955                 removed functions that are now in gtkutils.c
2956                 use gtkut_text_is_uri_string() from gtkutils.c
2957         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
2958
2959 2001-11-26 [paul]       0.6.5claws35
2960
2961         * sync with sylpheed 0.6.5cvs16
2962                 see ChangeLog entries 2001-11-25 and 2001-11-26
2963
2964 2001-11-25 [alfons]     0.6.5claws34
2965
2966         EXPERIMENTAL!!! Please checkout the last stable version using: 
2967           
2968         % cvs update -r LAST_STABLE -dRAP
2969
2970         (Or help us testing this stuff.)
2971
2972         * src/filtering.c               (1.14)
2973         * src/filtering.h               (1.6)
2974         * src/inc.c                     (1.28)
2975         * src/matcher.c                 (1.20)
2976         * src/mbox.c                    (1.9)
2977         * src/procmsg.h                 (1.14)
2978         * src/summaryview.c             (1.59)
2979         * src/summaryview.h             (dunno)
2980                 revert/merge/sync to as it was before commit 
2981                 on Thu, 19 Jul 2001 10:15:51 -0700.
2982
2983 2001-11-25 [hoa]        0.6.5claws33
2984
2985         * src/main.c
2986                 processing mails at startup
2987
2988         * src/folderview.c
2989         * src/summaryview.[ch]
2990                 processing mails when entering folder
2991
2992         * src/prefs_filtering.c
2993                 fixed some UI bugs
2994
2995 2001-11-24 [alfons]     0.6.5claws32
2996
2997         * src/summaryview.[ch]
2998                 make summary sort headers work, and also make
2999                 sure the sort type is stored
3000
3001 2001-11-23 [alfons]     0.6.5claws31
3002
3003         * src/summaryview.[ch]
3004                 make lock work like mark
3005                 disallow deleting messages marked as locked
3006
3007 2001-11-23 [alfons]     0.6.5claws30
3008
3009         * src/gtkstext.c
3010         * src/compose.[ch]
3011         * src/Makefile.am
3012         * src/undo.[ch]
3013                 merge undo patch submitted by Jens
3014
3015 2001-11-23 [christoph]  0.6.5claws29
3016
3017         * src/.cvsignore
3018                 added ylwrap
3019         * src/compose.c
3020                 fixed gpg signing and encoding
3021         * src/folder.[ch]
3022         * src/main.c
3023                 added --status option to get new, unread and total
3024                 message count from a running sylpheed
3025         * src/prefs_common.c
3026                 temporary fix for reply_with_quote problem
3027                 (don't call functions for non existing widget)
3028         * src/procmsg.c
3029                 one more check for ignored threads but still not
3030                 always working correctly. probably a recursive
3031                 check for all parents is needed
3032
3033 2001-11-23 [darko]      0.6.5claws28
3034
3035         * src/compose.c
3036                 wrapping on send improvements
3037         * src/gtkutils.[ch]
3038                 fix for GtkSText after last sync with main branch
3039                 GTK_TEXT -> GTK_STEXT
3040
3041 2001-11-23 [paul]       0.6.5claws27
3042
3043         * sync with sylpheed 0.6.5cvs14
3044                 see ChangeLog entries 2001-11-22 and 2001-11-23
3045                 
3046         * po/de.po
3047                 fixed the scrambled umlauts 
3048                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
3049
3050 2001-11-21 [paul]       0.6.5claws26
3051
3052         * sync with sylpheed 0.6.5cvs12
3053                 see 2nd ChangeLog entry dated 2001-11-20
3054
3055 2001-11-20 [paul]       0.6.5claws25
3056
3057         * sync with sylpheed 0.6.5cvs11
3058                 see ChangeLog entry 2001-11-19 (src/utils.c)
3059
3060 2001-11-20 [hiro]
3061
3062         * src/compose.c
3063                 GTK_TEXT -> GTK_STEXT
3064                 fix for wrong comment
3065
3066 2001-11-20 [hiro]       0.6.5claws24
3067
3068         * src/compose.[ch]
3069                 more merges from main branch
3070                 removed fatal warnings (uninitialized variables etc.)
3071                 some coding style fix
3072         * src/gtkutils.h
3073                 fixed typo.
3074         * src/addressbook.c
3075           src/addrindex.c
3076                 V-Card -> vCard
3077
3078 2001-11-19 [hoa]        0.6.5claws23
3079
3080         * src/filtering.c
3081         * src/prefs_scoring.c
3082         * src/matcher.[ch]
3083         * src/scoring.c
3084                 cleaning code
3085
3086         * src/matcher_parser_parse.y
3087         * src/prefs_filtering.c
3088                 bouncing
3089
3090 2001-11-19 [alfons]     0.6.5claws22
3091
3092         more of my old things into claws
3093
3094         * src/Makefile.am
3095         * src/prefs_common.c
3096         * src/procmsg.h
3097         * src/summaryview.[ch]
3098         * src/prefs_summary_column.c
3099         * src/pixmaps/locked.xpm
3100                 add indicators for locking of message in summary view
3101                 (does not work yet, only visual indicator)
3102
3103 2001-11-19 [paul]       0.6.5claws21
3104
3105         * sync with sylpheed 0.6.5cvs10
3106                 see ChangeLog entry 2001-11-19
3107
3108 2001-11-18 [alfons]     0.6.5claws20
3109         
3110         * src/filtering.c
3111                 remove an inadvertent free I forgot in previous clean up 
3112
3113 2001-11-18 [alfons]     0.6.5claws19
3114
3115         * src/filtering.[ch]
3116                 clean up & plug leaks
3117
3118 2001-11-18 [paul]       0.6.5claws18
3119
3120         * sync with sylpheed 0.6.5cvs9
3121                 see ChangeLog entries 2001-11-17 and 2001-11-18
3122
3123 2001-11-16 [paul]       0.6.5claws17
3124
3125         * sync with sylpheed 0.6.5cvs8
3126                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
3127
3128 2001-11-16 [paul]       0.6.5claws16
3129
3130         * sync with sylpheed 0.6.5cvs7
3131                 see ChangeLog entries 2001-11-15 and 2001-11-16
3132
3133 2001-11-15 [hoa]        0.6.5claws15
3134
3135         * src/compose.c
3136                 fix bounce, mails we received couln't be bounced to ourself.
3137
3138         * src/defs.h
3139         * src/filtering.[ch]
3140         * src/matcher.[ch]
3141         * src/matcher_parser.h
3142         * src/matcher_parser_lex.l
3143         * src/matcher_parser_parse.y
3144         * src/inc.c
3145         * src/main.c
3146         * src/mbox.c
3147         * src/prefs_filtering.[ch]
3148         * src/mainwindow.c
3149         * src/prefs_matcher.c
3150         * src/prefs_scoring.c
3151         * src/scoring.[ch]
3152         * src/summaryview.c
3153                 new matcher/filter/score configuration file parser
3154                 one unique configuration file => ~/.sylpheed/matcherrc
3155                 import in currently automatic, then save are made
3156                 in this new file.
3157                 one filter per folder and one global filter
3158                 (filter of a folder will be used as folder processing)
3159
3160         * src/folder.c
3161                 fix a bug in folder_item_get_identifier
3162                 
3163         * src/messageview.c
3164                 receive receipt return are fixed.
3165
3166 2001-11-14 [alfons]     0.6.5claws14
3167
3168         * src/session.h
3169                 add things from main branch to make claws compile
3170
3171 2001-11-14 [paul]       0.6.5claws13
3172
3173         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
3174                 see ChangeLog entries 2001-11-08 to 2001-11-14
3175
3176 2001-11-14 [hoa] 0.6.5claws12
3177
3178         * src/compose.[ch]
3179         * src/mainwindow.c
3180         * src/summaryview.c
3181                 add "bounce mail" option
3182
3183 2001-11-13 [christoph]  0.6.5claws11
3184
3185         * src/compose.c
3186                 Cleanup a mess i add before commiting
3187
3188 2001-11-13 [hoa]        0.6.5claws10
3189
3190         * src/compose.c
3191                 some fixes when mail are sent or
3192                 for crossposts
3193
3194 2001-11-13 [christoph]  0.6.5claws9
3195
3196         * po/de.po
3197                 Changed two string with the same translation
3198         * src/compose.c
3199         * src/procmsg.[ch]
3200         * src/send.[ch]
3201                 New mailsending process:
3202                   - Always queue message before sending
3203                     (message will be saved if sylpheed crashed or
3204                      freezes while sending)
3205                   - Allow queuing of newspostings
3206                   - No copy in outbox before sending
3207                     (closes bug #469501)
3208                   - No more redundant code for send and send_later
3209         * src/summaryview.c
3210                 Applied wwp <subscript@free.fr>'s patch that fixes
3211                 marks for multiple forwarded messages (+compose.c)
3212
3213 2001-11-12 [alfons]
3214
3215         * README.claws
3216                 remove things that are now in main branch
3217         
3218         * po/nl.po
3219                 update Dutch translation
3220
3221 2001-11-12 [mhadasht]   0.6.5.claws8
3222
3223         * src/prefs_common.c
3224                 re-enabled account autoselection feature for forward
3225                 and reedit lost during the branch point for SYNC-B4-REL
3226         * src/gtkspell.c
3227                 gtkpspell_get_dict(): more readable code (even if function is
3228                 not used yet)
3229         * ChangeLog.claws
3230                 added version number info to 2001-11-12 [hiro] comment.
3231
3232 2001-11-12 [hiro]       0.6.5.claws7
3233
3234         * src/compose.c
3235                 compose_forward(): fixed a bug that forward quote mark
3236                 wasn't used.
3237                 removed unnecessary code.
3238         * src/template_select.[ch]: removed.
3239
3240 2001-11-11 [alfons]
3241
3242         * src/compose.c
3243                 :%s/GTK_TEXT/GTK_STEXT/g
3244         
3245         * src/compose.[ch]
3246         * src/undo.[ch]
3247         * src/Makefile.am
3248                 revert the undo stuff (this is 0.6.6claws stuff)
3249
3250 2001-11-11 [hoa]        0.6.5.claws6
3251
3252         * src/compose.[ch]
3253                 Insert signature at the end of the text.
3254                 Added undo patch but currently disabled
3255
3256         * src/procmsg.c
3257                 Threading by subject improved.
3258
3259         * added src/undo.[ch]
3260                 Undo module for compose dialog box.
3261
3262 2001-11-11 [alfons]     0.6.5.claws5
3263
3264         * src/procmsg.c
3265                 prevent threading by subject on nodes that have already been
3266                 threaded by in-reply-to (as in "circular references in a tree
3267                 result in a dead branch")
3268
3269 2001-11-09 [hoa]        0.6.5.claws4
3270         
3271         * src/folderview.c
3272                 allows creation of mbox folder item from any files.
3273
3274 2001-11-09 [alfons]     0.6.5.claws3
3275         
3276         * src/utils.c
3277         * src/procmsg.c
3278                 do what I mean and correct threading by subject so it really
3279                 ignores attracting lines without "Re: "
3280
3281 2001-11-07 [alfons]     0.6.5.claws2
3282
3283         * src/procmsg.c
3284         * src/utils.[ch]
3285                 only attract by subject if a subject line starts with a "Re: "
3286         * src/syldap.c
3287                 remove warning
3288
3289 2001-11-07 [paul]       0.6.5claws1
3290
3291         * sync with sylpheed 0.6.5. release
3292                 see ChangeLog entry 2001-11-07
3293
3294 2001-11-07 [paul]       0.6.4claws31
3295
3296         * sync with sylpheed 0.6.4cvs18
3297                 see ChangeLog entries 2001-10-30 to 2001-11-07
3298                 prefs_templates.[ch] renamed prefs_template.[ch]
3299
3300 2001-11-06 [alfons]
3301         
3302         * src/utils.h
3303                 add semicolon Hoa forgot ;-)
3304                 
3305
3306 2001-11-06 [hoa]        0.6.4claws30
3307         
3308         * src/procmsg.c
3309         * src/summaryview.c
3310         * src/utils.c
3311         * src/utils.h
3312                 threading by subject - empty subject are ignored
3313
3314 2001-11-06 [christoph]  0.6.4claws29
3315
3316         * src/socket.c
3317                 use SSL_peek for sock_gets
3318         * src/utils.c
3319                 removed unneeded pointer in extracting quoted
3320                 names implementation
3321
3322 2001-11-06 [melvin]     0.6.4claws28
3323
3324         * src/gtkspell.c
3325                 fixed bug #476792 Selection overtyping with spell checker
3326                 fixed bug which could cause a buffer overflow
3327                 fixed a memory leak
3328
3329 2001-11-06 [hoa]        0.6.4claws27
3330         
3331         * src/procmsg.c
3332         * src/summaryview.c
3333                 threading by subject
3334
3335 2001-11-05 [alfons]     0.6.4claws26
3336         
3337         * README.claws
3338                 Claws -> Sylpheed (vice versa)
3339
3340         * src/compose.c
3341                 :%s/gtk_text/gtk_stext/g
3342                 :%s/GTK_TEXT/GTK_STEXT/g
3343                 (thanks to Jonathan Ware for spotting this)
3344
3345 2001-11-04 [christoph]  0.6.4claws25
3346
3347         * src/summaryview.c
3348                 replace Xalloca + strdup with Xstrdup_a
3349         * src/utils.c
3350                 better implementation of extracting quoted names
3351                 from addresses (remove backlashes and ignore
3352                 quotes after them)
3353
3354 2001-11-04 [alfons]     0.6.4claws24
3355
3356         * src/utils.[ch]
3357                 edit to comply more with coding style
3358
3359         * src/textview.c
3360                 fix bug reported by Kim Schulz. introduced by the patch integrated
3361                 in 0.6.4claws15. the code did not check the return value of
3362                 the html parser.
3363
3364         * AUTHORS
3365                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
3366
3367 2001-11-04 [christoph]  0.6.4claws23
3368
3369         * src/main.c
3370         * src/prefs_common.[ch]
3371                 init some pointers that possibly caused a segfault
3372                 reported in the claws-users ML
3373
3374 2001-11-04 [hoa]        0.6.4claws22
3375
3376         * src/grouplistdialog.c
3377                 change the names of the nodes in the tree
3378
3379         * src/compose.c
3380                 enhanced mailto syntax as described in
3381                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
3382                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
3383
3384         * src/utils.c
3385                 encode and decode URI (useful when opening URL into
3386                 netscape).
3387
3388 2001-11-03 [hoa]        0.6.4claws21
3389
3390         * src/grouplistdialog.c
3391                 a new newsgroups list selection dialog box
3392                 with a CTree instead of a CList
3393
3394 2001-11-03 [hoa]        0.6.4claws20
3395
3396         * src/folderview.c
3397                 enable property and scoring options when right
3398                 click on "inbox"
3399
3400         * src/summaryview.c
3401                 fixed bug when nickname were displayed using
3402                 the address book.
3403
3404 2001-11-02 [darko]      0.6.4claws19
3405
3406         * src/compose.c
3407                 new wrap quotation and URL/long words wrapping implementation
3408         * src/compose.c src/gtkstext.[ch]
3409                 move gtkstext_strncmp() to gtkstext.c
3410
3411 2001-11-01 [christoph]  0.6.4claws18
3412
3413         * src/prefs_account.c
3414                 fixed mess in account settings dialog
3415         * src/prefs_folder_item.c
3416                 added label with folder path to dialog
3417
3418 2001-10-31 [match]      0.6.4claws17
3419
3420         * src/vcard.c
3421                 fix memory leak.
3422         * src/addrbook.c
3423                 fix generation of spurious address book file names.
3424                 remove redundant functions.
3425         * po/POTFILES.in
3426                 added missing file names.
3427
3428 2001-10-30 [paul]       0.6.4claws16
3429
3430         * sync with sylpheed 0.6.4cvs6
3431                 see ChangeLog entries 2001-10-26 to 2001-10-30
3432
3433         * tools/filter_conv.pl
3434                 read folderlist.xml to discover whether the top-level
3435                 folder is called 'Mailbox' or 'Mail' 
3436
3437 2001-10-29 [paul]       0.6.4claws15
3438
3439         * src/html.c, src/textview.c
3440                 activate links in html mail and fix clickable parts
3441                 Submitted by Matthieu Dazy <dazy@t-surf.com>
3442
3443 2001-10-29 [paul]
3444
3445         * po/de.po, po/es.po, po/pt_BR/po
3446                 updated translations, submitted by Jens Oberender,
3447                 Ricardo Mones Lastra, and Fabio Junior Beneditto
3448
3449 2001-10-29 [darko]      0.6.4claws14
3450
3451         * src/compose.c
3452                 fix wrapping for good
3453
3454 2001-10-29 [darko]
3455
3456         * src/compose.c
3457                 undo previous change as it broke the smart wrapping
3458
3459 2001-10-29 [darko]      0.6.4claws13
3460
3461         * src/compose.c
3462                 fix infinite loop when long URL is quoted
3463                 (closes bug #475122.
3464
3465 2001-10-28 [match]
3466
3467         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
3468                 import Mutt address book
3469         * src/ldif.[ch] src/importldif.h
3470                 modified import LDIF handle user attributes
3471
3472 2001-10-28 [christoph]  0.6.4claws12
3473
3474         * src/summaryview.c
3475                 fixed that filtering did not work if there
3476                 were no filter rules
3477                 (closes bug #472003 and better implementation
3478                  of patch #474644)
3479
3480 2001-10-27 [christoph]  0.6.4claws11
3481
3482         * src/compose.c
3483                 make the folder's default account to be used when
3484                 replying. (patch by wwp <subscript@free.fr>)
3485         * src/compose.c
3486                 code cleanup, nearly killed all of wwp's patch
3487                 for folder's default account in compose
3488         * src/folderview.c
3489                 error panel when a folder could not be created
3490                 (closes bug #471080 new folder name & already
3491                  existing file)
3492
3493 2001-10-26 [alfons]
3494
3495         * src/utils.h
3496                 change prototype of strstr2() that Christoph forgot about
3497
3498 2001-10-26 [christoph]  0.6.4claws10
3499
3500         * src/account.c
3501                 made search for accounts by email address not case
3502                 sensitive
3503         * src/folder.c
3504                 fixed memory leak in folder_item_get_identifier
3505         * src/gtkspell.c
3506         * src/utils.c
3507                 fixed wrong strstr2 (should work like strstr)
3508
3509 2001-10-26 [darko]      0.6.4claws9
3510
3511         * src/compose.c src/gtkstext.[ch]
3512         * src/gtkstext.c
3513                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
3514
3515 2001-10-26 [paul]       0.6.4claws8
3516
3517         * src/html.c
3518                 ignore css and javascript tags in html mail
3519                 case-insensitive, with or without double-quoted
3520                 strings
3521
3522 2001-10-26 [paul]       0.6.4claws7
3523
3524         * sync with sylpheed 0.6.4cvs1
3525                 see ChangeLog entry 2001-10-26
3526
3527         * src/prefs_account.c, src/prefs_common.c,
3528           src/prefs_summary_column.c
3529                 minor improvements to the English
3530
3531 2001-10-25 [alfons]     0.6.4claws6
3532
3533         * src/gtkstext.c
3534         
3535                 make GtkSText follow style of GtkText (closes bug 
3536                 #469211 "text selection while writing message")
3537                 
3538                 do sync with GTK 1.2.10
3539
3540 2001-10-25 [paul]       0.6.4claws5
3541
3542         * src/html.c
3543                 ignore css tags in html mail
3544
3545 2001-10-25 [darko]      0.6.4claws4
3546
3547         * src/compose.c
3548                 don't declare is_url_string as static function since
3549                 we need it in gtkstext.c
3550         * src/gtkstext.c
3551                 remove unused variable
3552                 don't wrap long URLs while composing a message
3553
3554 2001-10-24 [christoph]  0.6.4claws3
3555
3556         * src/socket.c
3557                 fix ssl deadlock, when peer closes connection
3558
3559 2001-10-24 [paul]       0.6.4claws2
3560
3561         * src/prefs_common.c
3562                 gettextize the gpg ascii-armored warning message
3563
3564         * src/compose.c
3565                 insert a DOS/MAC file into the composed message
3566                 (improvements)
3567
3568         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
3569
3570 2001-10-22 [paul]       0.6.4claws1
3571
3572         * sync with sylpheed 0.6.4 release
3573                 see ChangeLog entries 2001-10-21
3574
3575         * po/fr.po, po/pt_BR.po
3576                 updated by Melvin Hadasht and Fabio Junior Beneditto
3577
3578 2001-10-21 [paul]       0.6.3claws30
3579
3580         * src/compose.c
3581                 insert a DOS text file from the compose window
3582                 into the composed message text (removes CRs characters)
3583                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
3584
3585         * tools/filter_conv.pl, tools/README
3586                 automatically use ~/.sylpheed as working directory
3587                 print out confirmation message on completion
3588
3589         * correct Hoa's last ChangeLog.claws entry
3590
3591 2001-10-20 [hoa]        0.6.3claws29
3592
3593         * src/grouplistdialog.c
3594                 bugfix (another ?) to give the right
3595                 newsgroups list for each news server.
3596
3597         * src/news.c
3598         * src/news.h
3599                 improve the newsgroups list cache
3600
3601 2001-10-20 [paul]       0.6.3claws28
3602
3603         * sync with sylpheed 0.6.3cvs9
3604                 see ChangeLog entry 2001-10-19
3605
3606         * correct Alfons' last ChangeLog.claws entry
3607
3608 2001-10-19 [alfons]
3609
3610         * src/pgptext.[ch]
3611                 fix compilation problems (part of bug #472895)
3612
3613 2001-10-18 [hoa]        0.6.3claws27
3614
3615         * src/grouplistdialog.c
3616                 bugfix when we refresh was clicked (bug 472701)
3617
3618 2001-10-19 [christoph]  0.6.3claws26
3619
3620         * src/compose.c
3621                 last header entry should default to "To:" or
3622                 "Newsgroups:" and not copy the last entry line
3623                 in a new compose window
3624                 (closes bug #472686, #470792)
3625
3626 2001-10-19 [paul]       0.6.3claws25
3627
3628         * sync with Sylpheed 0.6.3cvs8
3629                 see ChangeLog entries 2001-10-18 and 2001-10-19
3630
3631 2001-10-18 [christoph]  0.6.3claws24
3632
3633         * src/procmsg.c
3634                 reimplement ignore thread
3635         
3636 2001-10-18 [hoa]        0.6.3claws23
3637
3638         * src/folderview.c
3639         * src/grouplistdialog.[ch]
3640                 enhanced news subscription interface (feature 469113)
3641
3642         * src/news.c
3643         * src/news.h
3644                 enchanced newsgroup listing,
3645                 now, we can get groups informations
3646                 (NNTPGroupInfo)
3647
3648 2001-10-18 [paul]       0.6.3claws22
3649
3650         * src/summaryview.c
3651                 remove comment (sync with main branch)
3652         * src/mainwindow.c
3653                 fix 'Re-edit' bug in 'Message' menu
3654
3655 2001-10-17 [christoph]  0.6.3claws21
3656
3657         * src/compose.c
3658                 ignore empty or whitespace only header lines
3659
3660 2001-10-17 [paul]       0.6.3claws20
3661
3662         * sync with sylpheed 0.6.3cvs7
3663                 see ChangeLog entries 2001-10-14, 2001-10-16, and
3664                 2001-10-17
3665
3666 2001-10-17 [darko]
3667
3668         * src/compose.c
3669                 wrap long lines without spaces
3670                 don't wrap URLs
3671
3672 2001-10-16 [paul]
3673
3674         * po/es.po, po/nl.po, po/pt_BR.po
3675                 updated by Ricardo Mones Lastra, Alfons,
3676                 and Fabio Junior Beneditto
3677
3678         * sylpheed-0.6.3claws released
3679
3680 2001-10-15 [melvin] 0.6.3claws18
3681
3682         * README.claws
3683                 added summary and detailed installation instructions
3684                 for spell checker
3685         * po/fr.po
3686                 Updated, corrected and completed french translation
3687
3688 2001-10-15 [hoa] 0.6.3claws17
3689         * src/grouplistdialog.c
3690                 we can choose the newsgroups to display with wildcards
3691
3692 2001-10-15 [christoph]  0.6.3claws16
3693
3694         * src/account.c
3695         * src/compose.c
3696         * src/prefs_folder_item.[ch]
3697                 applied wwp <subscript@free.fr>'s folder
3698                 default account patch
3699         * po/de.po
3700                 Fixed wrong translation
3701
3702 2001-10-13 [alfons, christoph, melvin]  
3703                         0.6.3claws15
3704
3705         solution #2 to solve MT-safety problems defers all GUI related calls
3706         to the main thread using a gtk_idle_add() callback. discussed on
3707         ircnet #sylpheed, with christoph spotting some issues with the
3708         original code, and melvin allowing us to lobotomize his sylpheed.
3709
3710         * src/syldap.[ch], src/main.c
3711                 fix race problem in ldap search thread by deferring GUI 
3712                 stuff to main thread using gtk_idle_add()
3713
3714 2001-10-13 [paul]       0.6.3claws14
3715
3716         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
3717                 add Sergey's smtpcred.patch
3718                 adds separate username/password setting for SMTP Auth
3719                 needed by some servers
3720                 (closes feature request #471659)
3721
3722 2001-10-13 [paul]       0.6.3claws13
3723
3724         * src/pgptext.[ch] **NEW FILES**
3725         * src/Makefile.am, src/messageview.c, src/mimeview.c
3726                 decrypt ascii-armored gpg text embedded in
3727                 the message body.
3728                 Submitted by Jens Jahnke <jan0sch@gmx.net>
3729
3730 2001-10-13 [christoph]  0.6.3claws12
3731
3732         * README.claws
3733                 some more details on default to and
3734                 feature requests
3735         * src/main.c
3736                 init glib threading when ldap is used
3737         * src/syldap.c
3738                 threading fixes
3739         * po/de.po
3740                 fixed a typo
3741
3742 2001-10-12 [paul]       0.6.3claws11
3743
3744         * src/prefs_common.[ch], src/rfc2015.c
3745                 enable ascii-armored gpg text to be embedded in the
3746                 message body, selectable through the 'Privacy'
3747                 preferences. Supports encrypting only.
3748                 Submitted by Ravemax <ravemax@dextrose.com>
3749
3750 2001-10-12 [paul]       0.6.3claws10
3751
3752         * sync with sylpheed 0.6.3cvs6
3753                 see ChangeLog entries 2001-10-11 and 2001-11-12
3754
3755         * src/folderview.c
3756                 incorporated mbox folders, scoring, and folder
3757                 properties into the sync
3758
3759 2001-10-12 [darko]      0.6.3claws9
3760
3761         * README.claws
3762                 describe quotation wrapping
3763         * src/compose.c
3764                 don't treat tab as space to calculate line length properly
3765
3766 2001-10-11 [alfons]
3767
3768         * README.claws
3769                 correct description of how to make new filtering system work,
3770                 add some other things
3771                 
3772         * src/syldap.c
3773                 remove sched_yield() (not necessary / unportable)
3774
3775 2001-10-11 [paul]       0.6.3claws8
3776
3777         * sync with sylpheed 0.6.3cvs3
3778                 see ChangeLog entry 2001-10-10
3779
3780 2001-10-10 [christoph]  0.6.3claws7
3781
3782         * .cvsignore
3783                 ignore 2 files created by newer autotools
3784         * src/prefs_folder_item.c
3785                 using table for widget alignment
3786                 fixed memory leak and broken octal display
3787         * src/filesel.c
3788                 fixed segfault caused by lost filename
3789                 workaround (closes bug #469551)
3790
3791 2001-10-10 [paul]       0.6.3claws6
3792
3793         * sync with sylpheed 0.6.3cvs2
3794                 see ChangeLog entries 2001-10-09 and 2001-10-10
3795
3796 2001-10-10 [darko]      0.6.3.claws5
3797
3798         * src/gtkstext.c
3799                 proper calculation of right margin if smart wrapping is enabled
3800         * src/compose.c
3801                 automatically wrap long lines if wrap quotation is enabled
3802
3803 2001-10-09 [alfons]     0.6.3.claws4
3804
3805         * src/summaryview.c
3806                 select correct row when deleting last row in the summary view (and
3807                 close bug "[ #469104 ] select second last in list when deleting")
3808
3809 2001-10-09 [paul]       0.6.3claws3
3810
3811         * sync with sylpheed 0.6.3cvs1
3812                 updated some autotool scripts
3813
3814 2001-10-09 [darko]      0.6.3claws2
3815
3816         * src/gtkstext.[ch]
3817                 new name and mark with Sylpheed comment
3818         * src/compose.c
3819                 smart quotation wrapping a-la VIM
3820
3821 2001-10-08 [paul]       0.6.3claws1
3822
3823         * sync with sylpheed 0.6.3 release
3824                 see ChangeLog entry 2001-10-08
3825
3826 2001-10-08 [paul]       0.6.2claws24
3827
3828         * src/summaryview.c
3829                 more sync with sylpheed 0.6.2cvs12
3830                 Fixed the bug that didn't select the last row correctly
3831
3832
3833 2001-10-07 [paul]       0.6.2claws23
3834
3835         * sync with sylpheed 0.6.2cvs12
3836                 see ChangeLog entry 2001-10-07
3837
3838 2001-10-06 [match]
3839         * src/jpilot.[ch]
3840                 enable jpilot to read unsynch'ed addresses.
3841
3842         * src/editldap_basedn.c
3843                 fix segfault when opening dialog.
3844
3845 2001-10-06 [alfons]     0.6.2.claws22
3846
3847         * src/summaryview.c
3848                 fix bug with summary view selecting last *inserted*
3849                 node instead of last *visible* node. remember we
3850                 work with a tree
3851
3852 2001-10-06 [paul]       0.6.2claws21
3853
3854         * po/pt_BR.po
3855                 updated translation, contains some fixes and new
3856                 translations, submitted by Gustavo Noronha Silva
3857                 <kov@debian.org>
3858
3859         * src/prefs_common.c
3860                 change 'each' to 'every' - fix dubious English
3861
3862         * sync with sylpheed 0.6.2cvs11
3863
3864 2001-10-05 [alfons]     0.6.2claws20
3865
3866         * src/mainwindow.[ch], src/folderview.c
3867                 make composite tool button switch between "Compose News"
3868                 and "Compose Mail" depending on selected folder
3869                 (nifty idea by Kim Schulz <kim@schulz.dk>)
3870
3871 2001-10-05 [paul]       0.6.2claws19
3872
3873         * src/mainwindow.c, src/summaryview.c
3874                 fix 'Message/Reply to all', broken in last commit
3875
3876         * src/compose.c
3877                 fix X_BEENTHERE seg fault, thanks to Alfons
3878
3879 2001-10-04 [paul]       0.6.2claws18
3880
3881         * src/compose.[ch], src/mainwindow.c
3882                 make "Message/Reply" reply to mailing lists; matches
3883                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
3884                 based on portions of the patch submitted by
3885                 Junichi Uekawa <dancer@netfort.gr.jp>
3886
3887 2001-10-04 [darko]      0.6.2claws17
3888
3889         * src/compose.c
3890                 better smart wrapping
3891         * src/gtkstext.[hc]
3892                 a function to make text buffer contiguous
3893
3894 2001-10-03 [paul]       0.6.2claws16
3895
3896         * sync with sylpheed 0.6.2cvs10
3897
3898 2001-10-02 [alfons]
3899
3900         * configure.in
3901         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
3902                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
3903                 references to chinese translations (hope someone picks up
3904                 this)
3905
3906 2001-10-02 [christoph]  0.6.2claws15
3907
3908         * src/compose.c
3909                 fixed non translated header bug
3910         * ChangeLog.claws
3911                 fixed wrong date in alfons last entry ;)
3912
3913 2001-10-02 [alfons]     0.6.2claws14
3914
3915         * src/compose.c, src/prefs_common.[ch]
3916                 add block cursor option
3917
3918 2001-10-02 [paul]       0.6.2claws13
3919
3920         * sync with sylpheed 0.6.2cvs9
3921
3922 2001-09-30 [paul]       0.6.2claws12
3923
3924         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
3925                 updated translations
3926
3927         * po/POTFILES.in
3928                 add 'src/importldif.c'
3929
3930         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
3931                 added eudora-to-vCard conversion tool
3932                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
3933
3934         * sync with sylpheed 0.6.2cvs8
3935
3936 2001-09-30 [paul]
3937
3938         * sylpheed-0.6.2claws released
3939
3940 2001-09-27 [melvin]     0.6.2claws11
3941
3942         * src/gtkspell.c
3943                 fixed crash when using default path (introduced 
3944                 in 0.6.2claws10)
3945                 fixed tiny bug for initial suggestion mode
3946
3947 2001-09-27 [melvin]     0.6.2claws10
3948         
3949         * src/gtkspell.c
3950                 fixed bug where gtkpspell didn't set the path correctly
3951
3952         * README.claws
3953                 added a paragraph about spell checking
3954                 
3955
3956
3957 2001-09-27 [paul]       0.6.2claws9
3958
3959         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
3960                 replace '// comments' with '/* comments */' to prevent
3961                 some compiler warnings 
3962
3963         * sync with sylpheed 0.6.2cvs6
3964
3965 2001-09-26 [alfons]     0.6.2claws8
3966
3967         * src/messageview.c
3968                 introduce return receipt request notification again,
3969                 which was lost because of other semantics in 
3970                 procheader_parse() (???)
3971
3972 2001-09-26 [christoph]  0.6.2claws7
3973
3974         * src/compose.c
3975                 replace comments for old code with #if 0
3976                 readded auto cc, bcc and reply-to
3977         * src/prefs_matcher.c
3978         * src/prefs_scoring.c
3979                 removed some definition (was moved to
3980                 prefs.h)
3981
3982 2001-09-26 [paul]       0.6.2claws6
3983
3984         * src/mainwindow.c
3985                 make 'Follow-up and reply to' sensitive
3986
3987         * more sync with sylpheed 0.6.2cvs5
3988
3989 2001-09-25 [melvin]
3990
3991         * 0.6.2claws5
3992
3993         * src/gtkspell.c
3994                 fixed bug for "US-ASCII" introduced by the encoding code
3995
3996 2001-09-25 [paul]
3997
3998         * 0.6.2claws4
3999
4000         * src/prefs_common.[ch], src/summaryview.c
4001                 'next unread msg' 'go to next folder?' dialog can be
4002                 given default behaviour, either always show dialog,
4003                 or assume 'yes', or assume 'no'
4004                 Submitted by wwp <subscript@free.fr>
4005
4006 2001-09-25 [melvin]
4007                 
4008         * src/compose.c src/gtkspell.[ch]
4009                 added support for different encodings
4010
4011 2001-09-25 [paul]
4012
4013         * more sync with sylpheed 0.6.2cvs5
4014
4015 2001-09-24 [alfons]
4016         
4017         * src/prefs_folder_item.c
4018                 add check for item->prefs->default_to string is NULL and
4019                 add another check when freeing this string
4020
4021 2001-09-24 [paul]
4022
4023         * configure.in
4024                 change to version 0.6.2claws3
4025
4026         * sync with sylpheed 0.6.2cvs5 
4027
4028 2001-09-24 [match]
4029         * src/ldif.[ch], src/importldif.[ch], addressbook.c
4030                 import LDIF files.
4031         * src/addrcache.[ch], addrindex.[ch]
4032                 small update for future
4033         * src/addrbook.c
4034                 fix test XML file.
4035
4036 2001-09-24 [melvin]
4037         * src/gtkspell.[ch]
4038                 added 'Learn from mistakes' option
4039                 better handling of quotes in checked words
4040                 sorted dict list
4041         * po/fr.po
4042                 small update for spell checking stuff
4043
4044 2001-09-23 [alfons]
4045         
4046         * src/gtkspell.c
4047                 edit a little bit so it complies more with main coding style
4048
4049 2001-09-23 [alfons]
4050
4051         * src/folder.[ch], prefs_folder_item.c, compose.c
4052                 migrate "request return receipt" folder property
4053                 to folderlist.xml
4054
4055 2001-09-22 [alfons]
4056
4057         * README.claws **NEW**
4058                 (add things of interest for users of main branch 
4059                 and claws here)
4060
4061         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
4062                 re-implement threading per folder option, but store 
4063                 the setting in folderlist.xml (where it belongs)
4064
4065 2001-09-21 [melvin]
4066
4067         * src/gtkspell.[ch]
4068                 fixed bug when compose window is under another window
4069         * src/prefs_common.[ch] src/compose.c
4070                 changed 'dictionary_path' to 'dictionary' to be consistent
4071                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
4072         * ac/pspell.m4 src/Makefile.am 
4073                 dropped PSPELL_PATH macro
4074         * po/fr.po
4075                 updated translations
4076
4077 2001-09-21 [christoph]
4078
4079         * src/compose.c
4080                 added border around header fields
4081                 keep header type when new field is added
4082
4083 2001-09-20 [christoph]
4084
4085         * src/utils.[ch]
4086                 more portable debug_print with source filename
4087                 and linenumber
4088         * src/procmsg.c
4089                 more newlines after debug messages
4090
4091 2001-09-20 [paul]
4092
4093         * configure.in
4094                 change to version 0.6.2claws2
4095
4096         * sync with sylpheed 0.6.2cvs3
4097
4098 2001-09-19 [melvin]
4099
4100         * src/gtkspell.c
4101                 fixed the post-right-click focus pb
4102                 fixed crash when 'Spell check all' after dict change 
4103                         and when cursor is at the end of the text
4104                 shift-right-click pops up config menu even on misspelled words.
4105         * po/POTFILES.in
4106                 added gtkspell.c
4107
4108 2001-09-19 [melvin]
4109
4110         * src/about.c
4111                 added pspell to compiled-in features list
4112
4113 2001-09-18 [melvin]
4114
4115         * switched to pspell and dropped ispell
4116         * ac/pspell.m4
4117                 new file. autoconf macro for pspell
4118         * ac/Makefile.am 
4119         * configure.in acconfig.h
4120                 added pspell support
4121         * src/Makefile.am
4122         * src/main.c src/compose.[ch] src/gtkspell.[ch]
4123         * src/prefs_common.[ch] 
4124                 added pspell support
4125
4126 2001-09-18 [christoph]
4127
4128         * src/addr_compl.c
4129         * src/template.[ch]
4130                 replace LOG_MESSAGE with debug_print
4131         * src/compose.[ch]
4132                 gui improvements
4133         * src/menu.c
4134                 added newline after debug message
4135         * src/utils.h
4136                 using __VA_ARGS__ for debug_print macro
4137         * tools/.cvsignore
4138                 ignore Makefile and Makefile.in
4139
4140 2001-09-18 [paul]
4141
4142         * configure.in
4143                 change to version 0.6.2claws1
4144         * sync with sylpheed 0.6.2cvs1
4145
4146         * src/matcher.c 
4147         * src/prefs_matcher.c
4148                 add 'score equal to' option, submitted by
4149                 Paul Evans <nerd@freeuk.com>
4150
4151 2001-09-15 [christoph]
4152
4153         * src/mainwindow.c
4154                 comment out menu entry not existing in claws
4155         * src/menu.c
4156                 add debug output for non existing menu entries
4157         * src/summaryview.c
4158                 fix next/prev unread message for ignored threads
4159         * src/utils.[ch]
4160                 add sourcefile and line number to debug output
4161                 otherwise it is sometimes hard to find the
4162                 source code part if debug messages are translated
4163
4164 2001-09-14 [darko]
4165         
4166         * src/folderview.c
4167                 refresh target folder style after colour is changed
4168
4169 2001-09-13 [paul]
4170
4171         * configure.in
4172                 change to version 0.6.1claws3
4173
4174         * sync with sylpheed 0.6.1cvs6
4175
4176 2001-09-13 [darko]
4177         
4178         * src/folderview.c
4179                 fix target folder colourization to use user selected colour
4180
4181 2001-09-12 [darko]
4182         
4183         * src/summaryview.c
4184                 fix crash when message that is marked for copy/move is unmarked
4185
4186 2001-09-09 [paul]
4187
4188         * configure.in
4189                 change to version 0.6.1claws2
4190
4191         * sync with sylpheed 0.6.1cvs3
4192
4193 2001-09-09 [alfons]
4194         
4195         * src/folderview.c
4196                 fix bug with default font used for trash folder text
4197
4198 2001-09-06 [paul]
4199
4200         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4201                 updated translations
4202
4203         * configure.in
4204                 change to version 0.6.1claws1
4205
4206         * sync with sylpheed 0.6.1cvs2
4207
4208 2001-09-03 [paul]
4209
4210         * po/POTFILES.in
4211                 add Match's new addressbook
4212
4213         * po/de.po
4214                 updated translation submitted by Jens Oberender
4215
4216 2001-09-02 [paul]
4217
4218         * configure.in
4219                 change to 0.6.1claws
4220         * sync with sylpheed 0.6.1 release
4221
4222 2001-09-02 [paul]
4223
4224         * configure.in
4225                 change to 0.6.0claws2
4226
4227         * sync with sylpheed 0.6.0cvs4
4228
4229         * po/pt_BR.po
4230                 updated translation submitted by Fabio Junior Beneditto
4231
4232 2001-09-01 [match]
4233         * pixmaps/
4234                 interface.xpm
4235                 book.xpm
4236                 address.xpm
4237         * src/
4238                 Makefile.am
4239                 a ton of new files
4240
4241 2001-08-31 [paul]
4242
4243         * configure.in
4244                 change to version 0.6.0claws1
4245
4246         * sync with sylpheed 0.6.0cvs1
4247
4248         * po/es.po
4249                 updated translation submitted by Ricardo Mones Lastra
4250
4251         * po/POTFILES.in
4252                 add 'src/prefs_templates.c'
4253
4254         * src/compose.c, src/summaryview.c
4255                 fix segfault on 'Re_edit'               
4256
4257 2001-08-30 [alfons]
4258
4259         * configure.in, Makefile.am
4260         * tools/Makefile.am
4261                 add tools directory to source distribution
4262
4263 2001-08-30 [paul]
4264
4265         * configure.in
4266                 change to version 0.6.0claws
4267
4268         * sync with sylpheed 0.6.0 release
4269
4270 2001-08-30 [christoph]
4271
4272         * configure.in
4273                 removed autoconf version check
4274
4275 2001-08-30 [paul]
4276
4277         * src/account.c, src/compose.c, src/prefs_common.[ch]
4278         * src/procheader.[ch] src/utils.[ch]
4279                 Enhanced automatic account selection on replies
4280                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
4281
4282         * configure.in
4283                 add LDAP and JPilot to the configuration results output.
4284
4285 2001-08-29 [christoph]
4286
4287         * src/summeryview.c
4288                 no bold font for ignored threads
4289
4290 2001-08-29 [paul]
4291
4292         * configure.in
4293                 change to version 0.5.3claws6
4294
4295         * sync with sylpheed 0.5.3cvs10
4296                 src/stringtable.[ch]: New Files
4297
4298         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
4299         * src/pixmaps/sylpheed.xpm
4300                 add mini-icons to windows (by Alfons)
4301
4302 2001-08-27 [paul]
4303
4304         * src/mainwindow.c
4305                 new functions: next_labeled_cb(), prev_labeled_cb()
4306
4307         * src/summaryview.c
4308                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
4309                 summary_select_next_labeled(), summary_select_prev_labeled()
4310
4311         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
4312                 give claws blue folders and a blue trash can
4313
4314 2001-08-27 [paul]
4315
4316         * configure.in
4317                 change to version 0.5.3claws5
4318
4319         * sync with sylpheed 0.5.3cvs9
4320                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
4321
4322 2001-08-24 [christoph]
4323
4324         * src/filesel.c
4325                 keep filename when browsing directories
4326                 (not working for user entered filename, but
4327                  for default name and selected filename from
4328                  file list)
4329         * src/mainwindow.c
4330                 fixed wrong spelling "Folllow-up"
4331         * src/mbox_folder.c
4332         * src/procmsg.c
4333         * src/summaryview.c
4334                 fixed new/unread message count with ignored
4335                 threads (2 commits, first didn't notice no
4336                 longer needed decreasing)
4337         * src/inc.c
4338                 readded scrolling of progress dialog
4339                 (lost in sync)
4340
4341 2001-08-24 [paul]
4342
4343         * configure.in
4344                 change to 0.5.3claws4
4345
4346         * sync with sylpheed 0.5.3cvs7
4347
4348 2001-08-24 [christoph]
4349
4350         * src/compose.c
4351                 set request return receipt when replying
4352                 if it is set is the folder prefs of the
4353                 message
4354         * src/inc.c
4355                 disable final error popup if popups are
4356                 disabled in config (again)
4357
4358 2001-08-23 [paul]
4359
4360         * configure.in
4361                 Change version number to 0.5.3claws3
4362
4363         * sync with sylpheed 0.5.3cvs5
4364
4365         * src/mimeview.c
4366                 double quote '%s' in 'gedit %s' to fix bug when
4367                 opening attachment with spaces in the name
4368
4369 2001-08-22 [alte]
4370         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
4371           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
4372                 initial message templates support
4373
4374
4375 2001-08-22 [paul]
4376
4377         * configure.in
4378                 change version number to 0.5.3claws2
4379
4380         * sync with sylpheed 0.5.3cvs4
4381
4382         * src/procmsg.h src/summaryview.c
4383                 re-implement (un)ignore thread
4384
4385 2001-08-21 [paul]
4386
4387         * src/summaryview.c
4388                 remove unnecessary code
4389         * src/compose.c
4390                 enable 'dynamic' signatures (submitted by
4391                 Eric Limpens <eric@hscg-internet.nl>)
4392
4393 2001-08-21 [paul]
4394
4395         clean up after sync with sylpheed 0.5.3 release
4396
4397         * src/folderview.c
4398                 fix re-introduced font mess, see Christoph's
4399                 entry 2001-06-24
4400
4401         * src/summaryview.c
4402                 remove prev_msgnum
4403                 use sylpheed's small font instead of
4404                 gtk default font for summary view
4405
4406
4407 2001-08-17 [paul]
4408
4409         * configure.in
4410                 add pl to ALL_LINGUAS - sync with main branch
4411
4412         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4413                 Updated. Translations by Jens Oberender, Ricardo Mones
4414                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
4415
4416         * po/pl.po  ** NEW FILE **
4417                 sync with the main branch
4418
4419         * src/folderview.c
4420                 fix target folder colorizing and refresh problem
4421
4422
4423 2001-08-17 [christoph]
4424
4425         * src/mainwindow.c
4426                 claws uses 4 colors for target folder coloring.
4427                 arrays were not long enough and destroyed the
4428                 stack causing a segfault.
4429                 target folder colorizing does not work anymore
4430                 for me
4431
4432 2001-08-16 [paul]
4433
4434         * configure.in
4435                 change to version 0.5.3claws1
4436
4437         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
4438           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
4439           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
4440
4441                 sync with sylpheed 0.5.3 release, but keep claws method of
4442                 configuring/saving fonts
4443
4444         * src/addressbook.[ch]
4445                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
4446                 in line with a similar change in Hiroyuki's branch
4447
4448         * src/mainwindow.[ch]
4449                 disable main_window_set_thread_option()
4450         * src/prefs_folder_item.c
4451                 comment out &tmps_prefs.enable_thread,
4452         * src/mbox_folder.c, src/procmsg.[ch]
4453                 comment out MSG_IS_IGNORE_THREAD
4454         * src/summaryview.c
4455                 comment out summary_ignore_thread() and summary_unignore_thread()
4456                 comment out MSG_IS_IGNORE_THREAD
4457
4458                 use Hiroyuki's threading instead.
4459
4460
4461
4462 2001-08-15 [paul]
4463
4464         * src/account.c
4465                 use Hiroyuki's 0.5.3 column scheme but also
4466                 include the enable/disable button.
4467         * src/pixmaps/mark.xpm
4468                 add Hiroyuki's amended pixmap
4469
4470 2001-08-13 [christoph]
4471
4472         * src/account.c
4473                 receive at get all column showed wrong state for APOP
4474                 button should only work for POP3 and APOP accounts
4475         * src/prefs_account.c
4476                 added missing preprocessor statement for SSL
4477
4478 2001-08-12 [paul]
4479
4480         * src/account.[ch]
4481                 add 'receive at get all' column and enable/disable
4482                 button.
4483
4484 2001-08-06 [christoph]
4485
4486         * src/account.c
4487                 show usage of SSL in protocol column
4488
4489         * src/imap.c
4490         * src/inc.c
4491                 renamed ssl options
4492
4493         * src/prefs_account.[ch]
4494                 moved ssl options to a new page
4495
4496         * src/send.c
4497         * src/smtp.c
4498         * src/ssl.[ch]
4499                 renamed ssl options
4500                 added support for SMTP STARTTLS command
4501
4502 2001-08-05 [christoph]
4503
4504         * configure.in
4505                 debian autoconf needs version check to find
4506                 correct autoconf version. if the file is
4507                 named configure.in 2.13 is used, which does
4508                 not work with this configure.in script.
4509                 other solution would be to rename the script
4510                 to configure.ac as suggested in the autoconf
4511                 manual.
4512
4513         * src/inc.c
4514                 disable final error popup if popups are
4515                 diabled in config
4516
4517         * src/socket.c
4518                 bugfix in ssl_gets
4519                 fixes IMAP over SSL problem
4520
4521 2001-08-03 [paul]
4522
4523         * configure.in
4524                 change to 0.5.2claws1
4525
4526         * sync with sylpheed 0.5.2cvs1
4527
4528 2001-08-02 [alfons]
4529
4530         * configure.in
4531                 quick fix for ispell detection...
4532
4533 2001-08-01 [paul]
4534
4535         * configure.in
4536                 change to 0.5.1claws4
4537
4538         * sync with sylpheed 0.5.1cvs7
4539
4540 2001-07-31 [alfons]
4541
4542         * src/prefs_common.c, src/prefs_common.h, 
4543           src/gtkspell.c, src/gtkspell.h
4544                 add global spelling checker settings (compose tab) +
4545                 selection of dictionary 
4546           
4547         * configure.in  
4548                 guess valid ispell location
4549
4550 2001-07-31 [paul]
4551
4552         * po/POTFILES.in
4553                 removal of 'src/quote_fmt_parse.c'
4554         * po/de.po
4555                 Updated de.po
4556                 (submitted by Jens Oberender <didge@suse.de>)
4557
4558 2001-07-31 [darko]
4559
4560         * src/folder.[ch]
4561         * src/folderview.[ch]
4562         * src/mainwindow.c
4563         * src/mh.c
4564         * src/prefs_common.[ch]
4565         * src/summaryview.c
4566                 target folder colourization
4567
4568 2001-07-30 [paul]
4569
4570         more sync with Sylpheed 0.5.1cvs6 
4571
4572 2001-07-30 [darko]
4573
4574         * src/mh.c
4575         * src/prefs_folder_item.[hc]
4576         * src/summaryview.c
4577                 shared folders support with a GUI
4578
4579 2001-07-29 [paul]
4580
4581         0.5.1claws3
4582
4583         * sync with Sylpheed 0.5.1cvs6
4584
4585 2001-07-29 [paul]
4586
4587         * po/pt_BR.po
4588                 updated
4589                 (submitted by Fabio Junior Beneditto)
4590
4591 2001-07-28 [paul]
4592
4593         * src/procmime.c
4594         * AUTHORS
4595                 patch to correct bad image mime headers
4596                 (submitted by Don Quijote <dq@searchlores.org>)
4597
4598 2001-07-28 [paul]
4599
4600         * tools/gif2xface.pl   **NEW FILE**
4601         * tools/README
4602                 script to convert file.gif to file.xface for
4603                 use in a custom header.
4604                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
4605
4606 2001-07-27 [alfons]
4607         
4608         * configure.in
4609                 change macros for detecting JPilot and LDAP
4610
4611 2001-07-27 [christoph]
4612
4613         * src/filtering.c
4614                 code cleanup (MIN / MAX warning, needed casting)
4615
4616 2001-07-27 [alfons]
4617
4618         * procheader.c
4619                 disallow setting flags when detecting certain headers
4620                 (X-Status, Status, Seen, X-Seen). 
4621         
4622         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
4623
4624 2001-07-27 [christoph]
4625
4626         * src/prefs_filter.c
4627         * src/prefs_filtering.c
4628         * src/prefs_matcher.c
4629         * src/prefs_scoring.c
4630                 scroll list when moving rows up or down
4631
4632         * src/imap.c
4633         * src/imap.h
4634         * src/prefs_account.c
4635         * src/prefs_account.h
4636         * src/send.c
4637                 SMTP over SSL (untested, feedback requested)
4638                 IMAP over SSL
4639
4640         * src/ssl.c
4641                 code cleanup
4642
4643 2001-07-26 [alfons]
4644         
4645         * configure.in, acconfig.h
4646                 define CLAWS (need this for main / claws detection)
4647
4648 2001-07-25 [alfons]
4649
4650         * configure.in
4651                 Sylpheed 0.5.1claws2
4652                 
4653         * sync with Sylpheed 0.5.1cvs4
4654
4655 2001-07-25 [christoph]
4656
4657         * src/scoring.c
4658                 fixed segfault
4659                 item->prefs == NULL (don't know why)
4660
4661 2001-07-25 [alfons]
4662
4663         * configure.in
4664                 Sylpheed 0.5.1claws1
4665
4666         * sync with Sylpheed 0.5.1cvs1-3
4667
4668 2001-07-24 [christoph]
4669
4670         * src/folderview.c
4671         * src/prefs_folder_item.[ch]
4672                 added folderitem preferences dialog with
4673                 default To: and auto request return receipt
4674
4675         * src/compose.[ch]
4676         * src/menu.[ch]
4677                 changes to handle new folderitem preferences
4678
4679         * src/mainwindow.c
4680         * src/summaryview.c
4681                 call compose new mail with current folderitem
4682
4683 2001-07-24 [alfons]
4684
4685         Release Sylpheed 0.5.1claws
4686
4687         * configure.in
4688                 change to release version 0.5.1claws
4689
4690 2001-07-24 [christoph]
4691
4692         * src/summaryview.c
4693                 fixed segfault that happend when the selected
4694                 message was removed while retrieving new messages.
4695
4696         * po/es.po
4697                 updated translation
4698                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
4699
4700 2001-07-22 [alfons]
4701
4702         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
4703         this is a work in progress, for more information: http://nlpagan.net/sylman 
4704         
4705         * configure.in, src/mainwindow.c, manual/Makefile.am
4706                 add support for English manual
4707
4708         * AUTHORS
4709                 add authors of user manuals
4710
4711         * manual/en/sylpheed*.html
4712                 add English documentation
4713
4714 2001-07-22 [christoph]
4715
4716         * po/POTFILES.in
4717                 added src/ssl.c
4718         * src/ssl.c
4719                 changed a wrong debug message
4720
4721 2001-07-22 [alfons]
4722
4723         * po/nl.po
4724                 update Dutch translation
4725
4726         * src/prefs_filtering.c, 
4727           src/prefs_matcher.c
4728                 add more translatable strings           
4729
4730 2001-07-21 [alfons]
4731
4732         0.5.0claws7
4733
4734         * configure.in
4735                 change version
4736
4737         * src/inc.c, src/summaryview.[ch]
4738                 prevent update of mark file when filtering has done, by
4739                 using a variable; this affects two functions:
4740                         inc.c::inc_finished()
4741                         summaryview.c::summary_show()
4742
4743 2001-07-20 [alfons]
4744
4745         * src/filtering.[ch], src/prefs_filtering.c, 
4746           src/matcher.[ch]
4747                 add filtering action for label coloring 
4748
4749         * po/POTFILES.in
4750                 add labelcolors.c
4751
4752         * added src/labelcolors.c
4753         * added src/labelcolors.h
4754         * src/Makefile.am, src/summaryview.c
4755                 rearrange label coloring code
4756
4757         * src/procmsg.h
4758                 add more parentheses so label colouring works correctly
4759
4760         * src/filtering.c
4761                 don't really delete message, but move it to Trash
4762
4763         * src/prefs_matcher.c
4764                 add quote options to info dialog
4765
4766 2001-07-20 [christoph]
4767
4768         * src/Makefile.am
4769         * src/inc.c
4770         * src/main.[ch]
4771         * src/socket.h
4772         * src/ssl.[ch] (new)
4773                 moved ssl stuff to a seperate file
4774
4775 2001-07-20 [darko]
4776
4777         * src/summaryview.c
4778                 fix show sender using address book with no e-mail
4779                 address in From: field
4780
4781 2001-07-19 [alfons]
4782
4783         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
4784                 fix messy handling of escaping... now at least the
4785                 execute command is useful. escape char is '\', we
4786                 accept \n and \r too. 
4787
4788                 Real life example:
4789                 
4790                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
4791                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
4792
4793 2001-07-18 [alfons]
4794
4795         0.5.0claws6
4796
4797         * src/summaryview.c
4798                 clean up
4799
4800         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
4801           src/procmsg.[ch]
4802                 revise filtering; currently move, copy, marking have
4803                 been tested. if you like bleeding edge stuff, you
4804                 should definitely go for this version :)
4805
4806         * mark old working stuff as VERSION_0_5_0_CLAWS5        
4807
4808 2001-07-17 [christoph]
4809
4810         * src/utils.c
4811                 timestamp log
4812
4813 2001-07-17 [alfons]
4814
4815         0.5.0claws5
4816
4817         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
4818           bits in the mark file, without affecting either branch. Lots of
4819           files changed, also in claws branch.
4820
4821           UNTESTED: use of mbox folders
4822
4823         * src/summaryview.c
4824                 added mark all read; however this was a quick hack used for
4825                 cleaning up mess after initial merge with Hiroyuki
4826
4827         * configure.in
4828                 change claws version number back to 0.5.0claws5 to clear up 
4829                 confusion & pretension (recent release was technically 
4830                 0.5.0claws4, so we neatly align with Hiroyuki :-)
4831
4832 2001-07-16 [alfons]
4833
4834         sync with Hiroyuki's 0.5.0cvs4
4835
4836 2001-07-16 [alfons]
4837
4838         0.5.1claws3
4839
4840         * src/filtering.[ch]
4841                 remove invalid updating of mark files for 
4842                 filter actions MATCHING_ACTION_MOVE and 
4843                 MATCHING_ACTION_DELETE; this should fix the
4844                 folder update bug
4845                 
4846         * src/procmsg.c
4847                 revert Christoph's stab at fixing the folder 
4848                 update bug
4849
4850         * po/POTFILES.in
4851                 add missing files with translatable strings
4852
4853         * src/summaryview.c
4854                 remove debug print
4855
4856 2001-07-15 [alfons]
4857
4858         * src/addr_compl.[ch], src/prefs_filtering.c
4859                 make "filtering pref dialog's destination entry" an
4860                 "address completable entry", if filter destination is 
4861                 an email address
4862
4863         0.5.1claws2
4864         
4865         sync with Hiroyuki's 0.5.0cvs2-3
4866
4867 2001-07-15 [christoph]
4868
4869         * src/procmsg.c
4870                 fixed folder stats update after incorporation
4871
4872 2001-07-15 [alfons]
4873
4874         * src/summaryview.c
4875                 * finish label colouring stuff (for now)
4876                 * fix incorrect colour bug (off by one) 
4877
4878 2001-07-14 [alfons]
4879
4880         * src/mainwindow.c
4881                 change text labels for news and mail message so there's
4882                 plenty of toolbar estate left
4883
4884         * configure.in
4885                 0.5.1claws1
4886
4887         * src/folderview.c
4888           src/folder.[ch]
4889                 sync with Hiroyuki's 0.5.0cvs1
4890
4891         * src/summaryview.c
4892                 more rewrite label colouring
4893
4894 2001-07-14 [alfons]
4895
4896         * src/summaryview.[ch]
4897                 * start rewrite label colouring 
4898                 * fix proper location "Add Sender To Addressbook" menu item
4899
4900 2001-07-13
4901
4902         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
4903         (actually this is 0.5.0claws4)
4904
4905 2001-07-13 [alfons]
4906
4907         * po/pt_BR.po
4908                 * fix duplicate message
4909                 * add updated Portugese / Brazilian translation
4910                   submitted by Fabio Junior Beneditto
4911
4912 2001-07-12 [alfons]
4913
4914         * AUTHORS
4915                 add Jens
4916
4917         * po/nl.po
4918                 add updated Dutch translation
4919
4920         * po/de.po
4921                 add updated German translation submitted by Jens
4922
4923 2001-07-11 [alfons]
4924
4925         Prerelease before 0.5.0claws. Please test.
4926         This version is temporarily tagged as VERSION_0_5_0_TEST
4927
4928         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
4929           src/prefs_scoring.c, src/prefs_matcher.c, 
4930           src/prefs_filtering.c, src/mbox.c, 
4931           src/main.c, src/inc.c, src/filtering.[ch]
4932                 revert new Hoa's new matcher (does not work yet)
4933
4934         * src/Makefile.am
4935                 clean up
4936
4937 2001-07-10
4938
4939         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
4940
4941
4942 2001-07-10 [alfons]
4943
4944         * Makefile.am
4945                 add ChangeLog.claws to EXTRA_DIST
4946         * src/Makefile.am
4947                 add matcher_parser_parse.h to EXTRA_DIST
4948
4949 2001-07-10 [christoph]
4950
4951         * src/inc.c
4952                 add destination folder to table of
4953                 folders that need to be updated after
4954                 incorporation
4955
4956 2001-07-10 [alfons]
4957
4958         * folder.[ch]
4959           folderview.c
4960                 make collapse state of folders and folder items persistent, i.e.
4961                 if you collapse a folder tree, the next time sylpheed-claws starts 
4962                 up the folder tree remains collapsed.  
4963                 
4964 2001-07-10 [christoph]
4965
4966         * acconfig.h
4967         * configure.in
4968                 added --enable-ssl
4969         * src/md5.[ch]
4970                 renamed MD5_CTX to MD5_CTX_syl
4971                 conflicts with a struct in openssl
4972         * src/inc.c
4973         * src/main.[ch]
4974         * src/prefs_account.[ch]
4975         * src/socket.[ch]
4976                 SSL support for POP
4977         * src/mainwindow.c
4978                 fixed compose with current account
4979                 broken by new compose button stuff
4980
4981 2001-07-09 [hoa]
4982
4983         * AUTHORS
4984                 changed my email address
4985
4986         * src/matcher_parser_parse.y
4987                 clean the parser to remove conflicts
4988
4989 2001-07-09 [alfons]
4990
4991         * AUTHORS
4992                 add Match Grun
4993
4994         * configure.in
4995                 fix incorrect description of --enable-ldap parameter
4996
4997         * src/prefs_common.[ch]
4998           src/compose.c
4999                 add experimental option "smart wrapping" which makes the
5000                 compose editor auto wrap.
5001                 
5002                 | TODO: the problem with the buggy cursor handling is caused |
5003                 | by the GtkText. when deleting / backspacing text its       |
5004                 | wrapping algorithm does not take in account the previous   |
5005                 | line. should find a way to hack this in.                   |
5006                 | or should perhaps combine this with the word wrapping      |
5007                 | patch i wrote in january.                                  |
5008
5009         * src/about.c
5010                 show build parameters for LDAP and JPilot
5011
5012         * src/summaryview.c
5013                 revert Christoph's bugfix for selecting next unread message, 
5014                 because folder stats aren't updated correctly
5015
5016 2001-07-08 [hoa]
5017
5018         * src/filtering.c
5019         * src/mainwindow.c
5020         * src/matcher.c
5021         * src/matcher_parser_lex.l
5022         * src/matcher_parser_parse.y
5023         * src/prefs_filtering.c
5024         * src/prefs_scoring.c
5025         * src/scoring.c
5026                 bugfix of the config file parser
5027
5028 2001-07-08 [alfons]
5029
5030         * src/Makefile.am
5031                 added generated matcher sources to BUILT_SOURCES
5032
5033 2001-07-08 [hoa]
5034
5035         * src/Makefile.am
5036         * src/.cvsignore
5037                 added new config file parser
5038
5039         * src/scoring.[ch]
5040         * src/filtering.[ch]
5041         * src/matcher.[ch]
5042         * src/prefs_filtering.c
5043         * src/prefs_matcher.c
5044         * src/prefs_scoring.c
5045         * added src/matcher_parser.h
5046         * added src/matcher_parser_lex.h
5047         * added src/matcher_parser_lex.l
5048         * added src/matcher_parser_parse.y
5049                 lex & yacc config file parser
5050
5051         * src/mbox.c
5052         * src/inc.c
5053         * src/main.c
5054                 changes prefs_filtering into global_filtering           
5055
5056         * src/summaryview.c
5057                 build threads with subjects only if "Re: " is at the
5058                 beginning of the subject
5059
5060 2001-07-07 [paul]
5061
5062         0.5.0claws
5063
5064         sync with sylpheed 0.5.0
5065                 change of version number only
5066
5067 2001-07-06 [paul]
5068
5069         0.5.0claws5
5070
5071         sync with sylpheed 0.5.0pre5
5072
5073 2001-07-05 [paul]
5074
5075         sync with sylpheed 0.5.0pre4 release
5076                 /po and /manual/ja not sync'ed
5077
5078 2001-07-04 [paul]
5079
5080         more sync with sylpheed 0.5.0pre4
5081
5082 2001-07-03 [christoph]
5083
5084         * src/addressbook.c
5085                 fixed address book broken by address book
5086                 for VCard, JPilot, LDAP
5087
5088 2001-07-03 [alfons]
5089
5090         * src/matcher.c
5091         * src/textview.c
5092                 stopped memory leaks
5093
5094 2001-07-03 [paul]
5095
5096         more sync with sylpheed 0.5.0pre4
5097
5098 2001-07-02 [match]
5099
5100         * included address book patch for VCard, JPilot, LDAP
5101         * pref_common.c - fixed Font options on Display tab (cosmetic)
5102         * alertpanel.c - fixed truncated message
5103
5104 2001-07-02 [christoph]
5105
5106         * src/mbox_folder.c
5107         * src/procmsg.[ch]
5108         * src/summaryview.c
5109                 mark threads for ignoring
5110
5111 2001-07-02 [paul]
5112
5113         0.5.0claws4
5114
5115         * sync with sylpheed 0.5.0pre4
5116                 updated gettext to 0.10.38.
5117
5118 2001-07-01 [paul]
5119
5120         * src/ mainwindow.c
5121         * src/procmsg.h
5122         * src/summaryview.[ch]
5123                 new right-click option: Label.
5124                 substitute for 'Mark-->Mark/Unmark', colours the line.
5125                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
5126
5127 2001-07-01 [christoph]
5128
5129         * src/folderview.c
5130                 fixed font for trash
5131         * src/summaryview.c
5132                 move ctree to unread message
5133
5134 2001-07-01 [paul]
5135
5136         * sync with sylpheed 0.5.0pre3 release
5137
5138 2001-06-30 [alfons]
5139
5140         * src/filesel.[ch]
5141         * src/compose.c
5142                 allow inserting / attaching multiple files in
5143                 the composer window
5144
5145 2001-06-30 [paul]
5146
5147         * src/codeconv.c
5148                 small change to Alfons' previous stuff so that it
5149                 actually makes
5150
5151 2001-06-30 [alfons]
5152
5153         * lots of files changed; first attempt to merge the changes
5154           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
5155
5156 2001-06-30 [paul]
5157
5158         * po/pt_BR.po
5159                 updated and completed, translations by Fabio
5160                 Junior Beneditto <fjbeneditto@yahoo.com.br>
5161
5162 2001-06-29 [alfons]
5163
5164         * src/compose.c
5165         * src/mimeproc.[ch]
5166                 allow selecting an attached files' mime type from a 
5167                 list of types.
5168
5169 2001-06-29 [paul]
5170
5171         * more sync with sylpheed 0.5.0pre3
5172
5173 2001-06-29 [paul]
5174
5175         * po/pt_BR.po
5176                 merge with sylpheed.pot and pt_BR.po provided by
5177                 Fabio Junior Beneditto.
5178
5179 2001-06-29 [darko]
5180
5181         * src/procmime.c
5182                 make MIME types case insensitive
5183
5184 2001-06-28 [alfons]
5185
5186         * po/nl.po
5187                 merge with sylpheed.pot and old nl.po; translations added.
5188
5189 2001-06-28 [paul]
5190
5191         * more sync with sylpheed 0.5.0pre3
5192
5193 2001-06-27 [alfons]
5194
5195         * src/summaryview.c
5196                 don't crash when removing parent node of messages
5197                 attracted by subject. this was caused by not deleting
5198                 the parent node from the subject line hash table.
5199
5200 2001-06-27 [alfons]
5201
5202         * src/summaryview.c
5203         * src/compose.[ch]
5204         * src/mainwindow.c
5205                 if there are multiple messages selected, allow forwarding
5206                 them as attachments.
5207
5208 2001-06-27 [paul]
5209
5210         * more sync with sylpheed 0.5.0pre3
5211
5212 2001-06-26 [paul]
5213
5214         0.5.0claws3
5215
5216         * sync with sylpheed 0.5.0pre3
5217
5218 2001-06-25 [paul]
5219
5220         * src/mainwindow.c
5221                 fixed 'compose news article' bug
5222                 from icon-and-text toolbar
5223
5224 2001-06-25 [paul]
5225
5226         * sync with sylpheed 0.5.0pre2 release
5227
5228 2001-06-24 [christoph]
5229
5230         * src/prefs_common.c
5231                 bug fix in font selection
5232         * src/folderview.c
5233                 use sylpheed's normal font instead of
5234                 gtk default font for folders without
5235                 new messages
5236
5237 2001-06-24 [alfons]
5238
5239         * src/mainwindow.[ch]
5240                 added composite compose mail / news button (an idea by Leandro
5241                 Pereira <leandro@linuxmag.com.br>)
5242
5243 2001-06-24 [paul]
5244
5245         Added instructions for ldif-to-xml.py
5246
5247         * tools/README
5248
5249 2001-06-23 [alfons]
5250
5251         Some minor things.
5252
5253         * src/pixmaps/stock_news_compose.xpm
5254                 added pixmap by Leandro
5255         * src/prefs_common.c
5256                 tested built-in spelling checker of GCC 3.0 :)
5257         * po/nl.po
5258                 merged dutch translation of sylpheed-main with
5259                 sylpheed.pot
5260
5261 2001-06-23 [paul]
5262
5263         Added tools directory and files.
5264
5265         * tools/filter_conv.pl
5266                 converts old filter system to new filtering system
5267         * tools/ldif-to-xml.py
5268                 converts netscape addressbook to sylpheed addressbook
5269         * tools/README
5270                 descriptions/instructions for above two files
5271
5272 2001-06-23 [christoph]
5273
5274         * src/inc.c
5275         * src/manage_window.[ch]
5276         * src/prefs_common.[ch]
5277                 mail retrieval dialog can be enabled, disabled
5278                 or hidden if non of sylpheed's windows is active
5279
5280 2001-06-22 [paul]
5281
5282         0.5.0claws2
5283
5284         * sync with sylpheed 0.5.0pre2
5285
5286 2001-06-21 [christoph]
5287
5288         * src/summaryview.c
5289                 show recipient on 'from' for all accounts
5290                 
5291         * src/inc.c
5292         * src/prefs_common.[ch]
5293                 disable error popup on mail receive errors
5294
5295 2001-06-21 [alfons]
5296
5297         * src/compose.c
5298                 made the ruler correctly appear and disappear.
5299
5300         * src/Makefile.am
5301                 removed Hoa's work-in-progress-stuff (interesting!) so 
5302                 claws compiles ok.
5303
5304 2001-06-20 [christoph]
5305
5306         * src/inc.c
5307         * src/progressdialog.c
5308                 added scrolled window for list in progressdialog
5309
5310 2001-06-20 [paul]
5311
5312         sync with sylpheed 0.5.0pre1 release
5313
5314 2001-06-20 [christoph]
5315
5316         * src/summeryview.c
5317                 make building threads by subject work when
5318                 thread view is enabled
5319                 
5320         * src/compose.c
5321         * src/prefs_common.[ch]
5322                 automatically select account for mail replys
5323
5324 2001-06-19 [sergey]
5325
5326         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
5327         they are filled in from the account settings.
5328
5329 2001-06-19 [paul]
5330
5331         * more sync with sylpheed 0.5.0pre1
5332
5333 2001-06-18 [alfons]
5334
5335         * src/Makefile.am,
5336           src/procmime.c
5337                 added --sysconfdir to CPPFLAGS for pointing to the correct
5338                 location of mime.types. 
5339
5340                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
5341                 or ./configure!
5342
5343 2001-06-18 [hoa]
5344
5345         * src/summaryview.c
5346                 fixed some bug when building threads
5347
5348 2001-06-18 [pau]l
5349
5350         * src/prefs_account.c
5351                 UI stuff: More changes to the English
5352
5353 2001-06-18 [paul]
5354
5355         * src/pixmaps/stock_news_compose.xpm: new file
5356         * src/Makefile.am
5357         * src/mainwindow.c
5358         * src/summaryview.c
5359                 Added new icon for Hoa's 'compose a news
5360                 message', plus minor improvements to the
5361                 English
5362
5363         * po/ja.po
5364         * ChangeLog
5365         * ChangeLog.jp
5366                 more sync with sylpheed 0.5.0pre1
5367
5368 2001-06-18 [hoa]
5369
5370         * src/compose.[ch]
5371         * src/mainwindow.c
5372                 Follow-up and reply to
5373
5374         * src/summaryview.[ch]
5375                 Build threads also with subjects
5376
5377 2001-06-17 [hoa]
5378
5379         * src/compose.c
5380                 forwarding use the current account.
5381
5382         * src/mainwindow.c
5383                 the "compose message" button has been replaced with
5384                 "new mail" and "new news" buttons
5385
5386         * src/prefs_common.[ch]
5387                 added a configuration option to use the forward button
5388                 as "forward as attachment"
5389                 changed reply and forward format description
5390
5391         * src/quote_fmt_lex.l
5392         * src/quote_fmt_parse.y
5393                 added message with no signature in format for reply
5394                 and forward.
5395
5396 2001-06-17 [paul]
5397
5398         Minor UI stuff
5399
5400         * src/mainwindow.c
5401         * src/summaryview.c
5402                 Improvements to the English
5403
5404         * src/prefs_common.c
5405                 Improvements to the English and some
5406                 clarity/continuity improvements in the
5407                 description of Quote symbols.
5408
5409 2001-06-17 [paul]
5410
5411         0.5.0claws1
5412
5413         * sync with sylpheed 0.5.0pre1
5414
5415 2001-06-17 [hoa]
5416
5417         * src/compose.c
5418                 Better interface for compose, displayed fields
5419                 are updated whenever we change account.
5420                 Newsgroups field is automatically filled.
5421
5422         * src/mainwindow.c
5423                 Newsgroups field is automatically filled.
5424
5425         * src/prefs_account.c
5426                 Some interface stuff when fields appear and
5427                 disappear.
5428
5429 2001-06-16 [paul]
5430
5431         0.4.99claws
5432
5433         * sync with sylpheed 0.4.99
5434
5435 2001-06-16 [sergey]
5436
5437         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
5438         base64_decoder_free, base64_decoder_decode): new object and
5439         functions for decoding base64 streams.
5440         * src/procmime.c (procmime_decode_content): modified to use the
5441         new base64 decoder.
5442
5443 2001-06-15 [paul]
5444
5445         0.4.99claws10
5446
5447         * sync with sylpheed 0.4.99cvs11
5448
5449 2001-06-13 [paul]
5450
5451         0.4.99claws9
5452
5453         * sync with sylpheed 0.4.99cvs9
5454
5455 2001-06-13 [hoa]
5456
5457         * src/compose.c
5458         * src/prefs_account.c
5459
5460                 SMTP server can be defined in the news account
5461                 mime type of attachment are kept.
5462
5463         * src/summaryview.c
5464
5465                 now choose the highest important score between default
5466                 and important score of folder.
5467
5468 2001-06-09 [alfons]
5469         
5470         * src/prefs_common.c: 
5471
5472                 (prefs_quote_description_create): corrected description of 
5473                 quote format characters
5474
5475 2001-06-09 [paul]
5476
5477         0.4.99claws8
5478
5479         * sync with sylpheed 0.4.99cvs8
5480
5481 2001-06-08 [sergey]
5482
5483         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
5484         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
5485
5486 2001-06-08 [paul]
5487
5488         0.4.99claws7
5489
5490         * sync with sylpheed 0.4.99cvs7
5491
5492 2001-06-06 [sergey]
5493
5494         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
5495         clashes with autogenerated header).
5496         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
5497         * src/Makefile.am: added quote_fmt.h.
5498         * src/.cvsignore: added lex/yacc autogenerated files
5499         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
5500
5501 2001-06-06 [paul]
5502
5503         0.4.99claws6
5504
5505         * sync with sylpheed 0.4.99cvs6
5506
5507 2001-06-06 [hoa]
5508
5509         * added src/quote_fmt_parse.h
5510         * src/compose.c
5511                 removed warnings
5512
5513         * src/prefs.[ch]
5514                 don't modify readonly configuration files
5515
5516         * src/prefs_account.c
5517         * src/prefs_common.c
5518         * src/prefs_customheader.c
5519         * src/prefs_display_header.c
5520         * src/prefs_filter.c
5521         * src/prefs_filtering.c
5522         * src/prefs_scoring.c
5523                 don't open dialog box when configuration files
5524                 are readonly
5525
5526 2001-06-05 [sergey]
5527
5528         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
5529
5530         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
5531         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
5532         BUILT_SOURCES to make all files rebuild properly.
5533
5534         * src/compose.c: removed #include "quote_fmt.tab.h".
5535
5536         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
5537         CHARACTER value in yylval.
5538
5539         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
5540         receive CHARACTER value by documented means (yylval).
5541
5542         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
5543
5544 2001-06-05 [hoa]
5545
5546         * src/Makefile.am
5547                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
5548
5549         * src/filtering.c
5550         * src/matcher.c
5551         * src/matcher.h
5552         * src/prefs_filtering.c
5553                 now keep the configuration for execute action
5554
5555         * src/mbox_folder.c
5556                 fixed a warning
5557
5558 2001-06-05 [paul]
5559
5560         * sync with sylpheed 0.4.99cvs5
5561
5562 2001-06-05 [hoa]
5563
5564         * src/Makefile.am
5565                 added quote_fmt.[ch]
5566
5567         * added src/quote_fmt.y
5568         * added src/quote_fmt.l
5569         * added src/quote_fmt.tab.h
5570         * added src/quote_fmt.tab.c
5571         * added src/lex.quote_fmt.c
5572                 parsing configuration for replying
5573                 and forwarding
5574
5575         * src/prefs_common.[ch]
5576                 added configuration UI for replying
5577                 and forwarding
5578
5579         * src/compose.c
5580                 using configuration for replying
5581                 and forwarding
5582
5583 2001-06-04 [hoa]
5584
5585         * src/filtering.c
5586         * src/matcher.c
5587         * src/matcher.h
5588         * src/prefs_filtering.c
5589         * src/prefs_matcher.c
5590         * src/prefs_matcher.h
5591                 action "run a command" for filtering
5592                 and matching with a command.
5593                 fixed the "whole message" matching
5594
5595         * src/mbox_folder.c
5596                 changed temporary filename for security
5597
5598         * src/messageview.c
5599                 queue the notification if it fails to send.
5600
5601         * src/prefs_common.c
5602         * src/prefs_folder_item.c
5603                 changed the default important score             
5604
5605         * src/prefs_scoring.c
5606         * src/scoring.c
5607                 hide kill score input when the folder is not
5608                 a newsgroup
5609
5610 2001-06-03 [alfons]
5611
5612         * src/prefs_common.c:
5613
5614                 (prefs_font_select): pass font name in font entry box to font
5615                 selection dialog.
5616
5617 2001-06-03 [sergey]
5618
5619         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
5620
5621 2001-06-03 [paul]
5622
5623         * sync with sylpheed 0.4.99cvs4
5624
5625 2001-06-03 [alfons]
5626
5627         * src/headerwindow.c:
5628
5629                 (headerwindow_show_cb): use the selected summary view item, not
5630                 the displayed item.
5631
5632 2001-06-02 [alfons]
5633
5634         * src/headerwindow.c:
5635
5636                 (headerwindow_show_cb): always try to show msginfo
5637
5638 2001-06-02 [hoa]
5639
5640         * src/compose.c
5641                 keep attached parts when reediting or forwarding.
5642
5643 2001-06-01 [hoa]
5644
5645         * src/folderview.c
5646         * src/prefs_folder_item.[ch]
5647         * src/prefs_scoring.[ch]
5648         * src/scoring.[ch]
5649         * src/summaryview.[ch]
5650         * src/main.c
5651         * src/mainwindow.c
5652         * src/prefs_common.[ch]
5653                 support for folder scoring
5654                 kill score and important score for messages
5655         
5656         * src/prefs_account.c
5657                 some display bug fixed for local account
5658                 preferences
5659
5660 2001-05-31 [alfons]
5661
5662         * src/summaryview.c:
5663
5664                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
5665                 sender to address book menu item is disabled.
5666
5667 2001-05-30 [hoa]
5668
5669         * src/filtering.[ch]
5670         * src/summaryview.c
5671                 handling summary menu / filter messages
5672
5673         * src/folder.[ch]
5674                 add some stuff
5675
5676         * src/foldersel.c
5677                 imap folders now appears in list
5678
5679         * src/mbox_folder.c
5680                 doesn't crash if destination mail is not writeable
5681
5682 2001-05-29 [hoa]
5683
5684         * src/compose.c
5685                 removed some warnings
5686
5687         * src/filtering.c
5688         * src/folder.[ch]
5689         * src/prefs_filtering.c
5690                 global string to identify any folders           
5691                 removed some debug info
5692                 filtering to mbox folders is now possible
5693
5694         * src/mainwindow.c
5695                 removed some warnings
5696
5697         * src/mbox_folder.c
5698                 permission on files are changed to read/write for user only,
5699                 nothing for other.
5700                 creation of subfolder is handled better.
5701
5702 2001-05-28 [alfons]
5703
5704         Verified the sync for src/prefs_common.[ch] and
5705         src/prefs_account.[ch]. I believe there were some
5706         minor indentation differences.
5707
5708 2001-05-28 [paul]
5709
5710         0.4.99claws3
5711
5712         * sync with 0.4.99cvs3
5713
5714 2001-05-28 [hoa]
5715
5716         * src/compose.c
5717                 handling flags for mbox format
5718
5719         * src/filtering.c
5720                 use of mark file only for MH format
5721                 handling flags for mbox format
5722                 filtering cannot yet move or copy mails to mbox folders.
5723
5724         * src/folder.[ch]
5725                 changed move_msg, copy_msg,
5726                 move_msgs_with_dest, copy_msgs_with_dest functions
5727                 uses only folder->copy_msg() function
5728                 uses folder->finished_copy() to handle the destination
5729                 folder at the end of the copy or move operation.
5730
5731         * src/foldersel.c
5732                 included mbox directories.
5733
5734         * src/folderview.[ch]
5735         * src/mainwindow.c
5736                 handle folders operation for mbox format
5737
5738         * src/mbox.c
5739                 disable conversion of "From " header
5740
5741         * src/mbox_folder.[ch]
5742                 completion of mbox format handling
5743
5744         * src/mh.c
5745                 changed mh_copy_msg() function and
5746                 removed mh_move_msg(), mh_move_msgs_with_dest(),
5747                 mh_copy_msgs_with_dest()
5748
5749         * src/prefs_filtering.c
5750                 removed some warnings
5751
5752         * src/prefs_matcher.c
5753                 default boolean operation is AND
5754
5755         * src/procheader.c
5756                 handling flags for mbox format
5757                 handling of "From " header
5758
5759         * src/procmsg.[ch]
5760                 removed data field
5761                 added MSG_REALLY_DELETED flags to handle deletion of
5762                 messages in mbox format.
5763
5764         * src/summaryview.c
5765                 handling flags for mbox format
5766                 disable the MSG_DELETED flags when messages
5767                 are deleted in mbox format
5768
5769         * src/textview.c
5770                 "From " headers display fixed.
5771
5772 2001-05-27 [alfons]
5773
5774         * src/textview.c:
5775                 
5776                 (get_email_part): skip quoted email addresses, like in e.g.
5777                 "'alfons@proteus.demon.nl'".
5778
5779 2001-05-26 [alfons]
5780
5781         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
5782         and fixing the persistence troubles when using separate windows.
5783
5784         * src/mainwindow.c:
5785         
5786             Added #define SEPARATE_ACTION used in the gtk item factory for 
5787             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
5788                 use gtk_item_factory_get_widget_by_action() to get the items.
5789                 
5790             Removed separate_widget_cb from the gtk item factory data   
5791           
5792             (mainwindow_create): connect separate_widget_cb() to check
5793             menu item "toggled" signal. also passing a MainWindow pointer
5794                 as object data for both check menu items.
5795                 
5796             (separate_widget_cb): definition of separate_widget_cb() to match
5797             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
5798                 window using gtk_object_get_data(). The type of window separation 
5799                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
5800         
5801         * src/prefs_filtering.c,
5802           src/prefs_matcher.c: added horizontal scrollbars
5803
5804 2001-05-25 [darko]
5805
5806         * src/headerview.c
5807                 fix segfault with invalid bold font
5808         * src/summaryview.c
5809                 correctly display summary stats after row is marked
5810
5811 2001-05-23 [sergey]
5812
5813         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
5814         encodings with libjconv.
5815
5816 2001-05-23 [hoa]
5817
5818         * src/Makefile.am
5819                 added mbox_folder.[ch]
5820         * src/defs.h
5821                 mbox temporary folder
5822         * src/folder.[ch]
5823         * added src/mbox_folder.[ch]
5824         * src/folderview.c
5825         * src/procheader.[ch]
5826                 added mbox support
5827         * src/mbox.c
5828                 bugfix for file incorporation filtering
5829         * src/imap.c
5830                 enable creation of MBOX
5831         * src/prefs_display_header.c
5832                 enable use of headers like "From "
5833                 something that should be fixed :
5834                         displaying of such headers add an extra space
5835         * src/prefs_folder_item.c
5836                 don't create folders because it is not necessary
5837         * src/procmsg.h
5838                 added data field to MsgInfo for mbox internal use
5839         * src/summaryview.c
5840                 added some support for mbox
5841         * src/utils.[ch]
5842                 added get_mbox_cache_dir() function
5843
5844 2001-05-23 [hiroyuki]
5845
5846         * src/headerwindow.c
5847           src/inc.c
5848           src/main.c
5849           src/mh.c
5850           src/nntp.c
5851           src/procmsg.h
5852           src/session.h
5853           src/socket.[ch]
5854           src/summaryview.c
5855           src/textview.c
5856           src/automaton.c
5857           src/folderview.c: more sync with 0.4.99cvs2.
5858
5859         * src/headerwindow.c: reverted.
5860
5861 2001-05-22 [paul]
5862
5863         0.4.99claws2
5864
5865         * sync with sylpheed 0.4.99cvs2
5866                 * src/news.[ch]
5867                 * src/nntp.[ch]
5868                 * INSTALL
5869                 * INSTALL.jp
5870
5871 2001-05-22 [alfons]
5872
5873         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
5874
5875 2001-05-21 [alfons]
5876
5877         Minor things:
5878
5879         * configure.in: if gnome-config not found, "no" is displayed
5880         
5881         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
5882
5883         * src/textview.c: now also possible to add mail addresses by right
5884           clicking in the text view
5885
5886         * src/codeconv.c: merged patch which fixes endless loop when encountering
5887           invalid wide characters; from Alte <010@imis.ru>  
5888
5889 2001-05-20 [alfons]
5890
5891         Added installation of gnome specific things:
5892
5893         * Makefile.am: gnome conditional
5894
5895         * configure.in: check for installed gnome
5896
5897         * added sylpheed.png, sylpheed.desktop
5898
5899 2001-05-20 [sergey]
5900
5901         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
5902
5903         * src/mainwindow.h (main_window_toolbar_create): created a button
5904         for "Reply to all".
5905         (main_window_set_toolbar_sensitive): enable/disable the new button
5906         appropriately.
5907         (toolbar_reply_to_author_cb): handle the new button.
5908
5909         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
5910         send_progress_dialog_destroy() on failure (fixes hang on SMTP
5911         failure).
5912
5913 2001-05-19 [sergey]
5914
5915         * src/compose.h (ComposeReplyMode): new modes
5916         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
5917         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
5918
5919         * src/compose.c
5920         (compose_send): move some code into a new function:
5921         (compose_current_mail_account): new function.
5922         (compose_reply): new argument to_author, all callers changed; if
5923         to_author==TRUE and account->protocol==A_NNTP, find and use an
5924         appropriate mail account for replying.
5925         (compose_reply_set_entry): new argument to_author; ignore
5926         compose->replyto if to_author==TRUE.
5927
5928         * src/mainwindow.c: new command "Message/Reply to author".
5929         (main_window_set_menu_sensitive): enable/disable it.
5930         (reply_cb): handle it.
5931
5932         * src/summaryview.c: new command "Reply to author".
5933         (summary_set_menu_sensitive): enable/disable it.
5934         (summary_reply_cb): handle it.
5935
5936         * src/account.c (account_find_mail_from_address): new function.
5937
5938 2001-05-18 [paul]
5939
5940         0.4.99claws1
5941
5942         * sync with sylpheed 0.4.99cvs1
5943
5944 2001-05-18 [hoa]
5945
5946         * src/compose.[ch]
5947         * src/filtering.c
5948         * src/summaryview.c
5949                 new filtering action : forward and forward as attachment
5950
5951         * src/main.c
5952                 no need for $DISPLAY when we run sylpheed --help
5953                 call to parse_cmd_opt() is moved
5954
5955         * src/mainwindow.[ch]
5956                 execute button is hidden when immediate execute
5957                 is chosen
5958
5959         * src/mh.c
5960         * src/news.c
5961         * src/prefs_folder_item.c
5962         * src/procmsg.c
5963                 better handling of missing directories
5964
5965         * src/summaryview.c
5966                 reedit is enabled in outbox
5967                 reedit is enabled in queue
5968
5969 2001-05-17 [hoa]
5970
5971         * src/filtering.c
5972         * src/matcher.[ch]
5973         * src/prefs_filtering.c
5974                 changed attachement into attachment
5975
5976 2001-05-17 [alfons]
5977
5978         0.4.67claws4    
5979
5980         * sync with sylpheed 0.4.67cvs9
5981         * sync with sylpheed 0.4.67cvs7-8
5982
5983 2001-05-17 [hoa]
5984
5985         * src/Makefile.am
5986                 added prefs_filtering.c
5987
5988         * src/filtering.[ch]
5989         * src/matcher.[ch]
5990                 removed action : forward_news and forward_news_as_attachement
5991                 (forward and forward_as_attachement can be used instead)
5992
5993         * src/mainwindow.c
5994                 added menu option to access filtering configuration
5995
5996         * src/prefs_account.c
5997                 changed mail_command default to /usr/sbin/sendmail
5998
5999         * added src/prefs_filtering.[ch]
6000                 dialog box for filtering configuration
6001
6002         * src/prefs_matcher.c
6003                 added function prefs_matcher_get_criteria_from_matching()
6004
6005         * src/prefs_scoring.c
6006                 reset the dialog when register or substitute is clicked
6007
6008 2001-05-15 [hoa]
6009
6010         * src/Makefile.am
6011                 added filtering.[ch]
6012         * src/inc.c
6013                 using filering.[ch] instead of filter.[ch]
6014         * src/main.c
6015                 reading new filtering configuration
6016         * src/matcher.[ch]
6017                 added some filtering actions
6018                 and fixed a bug for headers and mail body matching
6019         * src/mbox.c
6020                 using filering.[ch] instead of filter.[ch]
6021         * src/mh.c
6022                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
6023         * src/summaryview.c
6024                 some fixes for filtering
6025
6026 2001-05-14 [hiroyuki]
6027
6028         * src/send.c: fixed some weird indentations.
6029           send_message_with_command(): call pclose() only if p != NULL.
6030         * src/textview.c: get_email_part(): modified the code for readability.
6031
6032 2001-05-14 [hiroyuki]
6033
6034         * src/md5global.h
6035           src/md5ify.c
6036           src/md5ify.h: removed from the cvs.
6037
6038 2001-05-13 [sergey]
6039
6040         * src/main.c: include rfc2015.h to avoid compiler warnings.
6041         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
6042         the panel is already on screen.
6043         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
6044         closing the alert window by ESC as "No".
6045         * src/prefs_common.c (prefs_interface_create): moved return
6046         receipt check button to the correct place.
6047
6048 2001-03-13 [alfons]
6049
6050         * src/prefs_common.c: 
6051                 moved return receipt check button to the Send tab. (prefs_send_create)
6052                 removed the date format ui related globals. (prefs_display_create)
6053
6054         0.4.67claws3
6055         
6056         * sync with sylpheed 0.4.67cvs5-6
6057
6058 2001-05-13 [paul]
6059
6060         * added Alfons' font selection patch
6061
6062         * src/defs.h
6063         * src/headerwindow.c
6064         * src/prefs_common.c
6065         * src/prefs_common.h
6066
6067 2001-05-13 [hoa]
6068         * src/defs.h
6069                 changed version of cache
6070         * src/matcher.[ch]
6071         * src/prefs_matcher.c
6072                 added additionnal matching criteria
6073         * src/procheader.c
6074         * src/procmsg.[ch]
6075         * src/news.c
6076                 added references in MsgInfo
6077
6078 2001-05-12 [hoa]
6079
6080         * src/defs.h
6081                 prepared some things for new filtering
6082         * src/matcher.[ch]
6083                 added some matching properties
6084                 inreplyto need to be enhanced
6085                 prepared some things for new filtering
6086         * src/messageview.c
6087                 added Return-Receipt-To handling
6088         * src/prefs_folder_item.c
6089                 changed default value to TRUE
6090         * src/prefs_matcher.c
6091                 added some matching properties
6092         * src/prefs_scoring.[ch]
6093                 the scoring dialog is finished
6094         * src/procheader.c
6095                 added Return-Receipt-To handling
6096                 Reference need to be added
6097         * src/procmsg.[ch]
6098                 added Return-Receipt-To handling
6099                 added threadscore to get a better score sorting when
6100                 threads are enabled
6101         * src/summaryview.c
6102                 suppressed a bug when we sort the list
6103                 when no folder is opened.
6104                 better score sorting when threads are enabled
6105
6106 2001-05-12 [alfons]
6107
6108         * reverted previous patch because of potential errors 
6109
6110         0.4.67claws2
6111         
6112         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
6113                 applied "toggle mail-retrieval dialog window" patch submitted 
6114                 by Eric Limpens <eric@qnt.net>
6115
6116         * sync with sylpheed 0.4.67cvs4
6117
6118 2001-05-12 [sergey]
6119
6120         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
6121         some picky compilers.
6122         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
6123         * src/grouplist_dialog.c: include alertpanel.h.
6124         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
6125         fix compile warning.
6126         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
6127         #include "defs.h" before others to prevent the warning of `MIN'
6128         and `MAX' redefinition.
6129
6130 2001-05-11 [hoa]
6131
6132         * src/main.c
6133         * src/messageview.c
6134         * src/prefs_account.c
6135         * src/prefs_display_header.c
6136                 removed warning
6137         * src/Makefile.am
6138                 added prefs_scoring.[ch]
6139         * src/grouplist_dialog.c
6140                 display an error dialog box if the group list
6141                 cannot be fetched.
6142         * src/mainwindow.[ch]
6143                 added main_window_set_thread_option() function
6144                 scoring dialog box enabled
6145         * src/matcher.[ch]
6146                 added flags matching unread /new / marked
6147                 / deleted / replied / forwarded
6148         * src/news.c
6149                 newsgroups are now finally in newscache
6150         * src/prefs_matcher.[ch]
6151                 finished preferences for matching dialog
6152         * added src/prefs_scoring.[ch]
6153                 scoring dialog box completed
6154         * src/scoring.[ch]
6155                 conversion to string : added scoringprop_to_string()
6156                 write config for preferences :
6157                 added prefs_scoring_write_config()
6158         * src/summaryview.c
6159                 threads can be enabled/disabled independently
6160                 for each folder
6161
6162 2001-05-10 [alfons]
6163
6164         0.4.67claws1
6165         
6166         * AUTHORS: 
6167                 thought it would be nice to have a list of all
6168                 contributors (used Changelog as a reference)
6169         
6170         * configure.in: 
6171                 messed up version numbering...
6172
6173         0.4.66claws1
6174
6175         * sync with sylpheed 0.4.67cvs1-3
6176
6177 2001-05-10 [darko]
6178
6179         * src/prefs_common.c:
6180                 better UI for strftime format, double clicking
6181                 on format now inserts the format in text entry
6182                 replaced close button with standard OK/Cancel
6183                 moved date format button to the right of the
6184                 text entry field
6185
6186 2001-05-09 [alfons]
6187
6188         * src/gtkstext.c:
6189                 Ctrl-Home / Ctrl-End have proper cursor navigation
6190
6191 2001-05-09 [hoa]
6192
6193         * src/prefs_matcher.c
6194                 finished UI to define matching properties
6195                 added ok and cancel button
6196         * src/prefs_filter.c
6197                 added ok and cancel button
6198         * src/news.c
6199                 fixed some bug in xhdr parsing
6200
6201 2001-05-08 [alfons]
6202
6203         * src/textview.c: 
6204                 fixed a bug in textview_show_header(), which displayed two colons (':');
6205                 cleaned up some warnings
6206
6207 2001-05-08 [hoa]
6208
6209         * src/Makefile.am
6210                 added prefs_matcher.[ch]
6211                 compilation with -W -Wall
6212         * src/alertpanel.c
6213                 ungrab the mouse events if grabbed - does it
6214                 fix the bug for disposition notification ?
6215         * src/mainwindow.c
6216                 added a menu option to open the matching dialog.
6217         * src/matcher.[ch]
6218                 added matcherprop_to_string() and matcherlist_to_string()
6219                 fixed some bugs, changed the name of some options
6220                 age_sup and age_inf becomes age_greater and age_lower,
6221                 body and messageheaders becomes body_part and headers_part,
6222                 changed the names of constants from SCORING_XXX to MATCHING_XXX
6223         * src/prefs_display_header.c
6224         * src/prefs_headers.c
6225                 fixed a bug that accidentally destroyed dialogs
6226                 when closed them with delete_event
6227                 Added *_deleted() which handle delete_event signal correctly.
6228         * src/prefs_folder_item.[ch]
6229                 added "enable_thread" field for future customization
6230         * added src/prefs_matcher.[ch]
6231                 sample of the UI to define matching properties
6232         * src/procheader.c
6233                 using procheader_headername_equal instead of str*cmp functions
6234                 using procheader_parse_header() function
6235         * src/scoring.c
6236                 using MATCHING_XXX instead of SCORING_XXX
6237         * src/summaryview.c
6238                 display the sender of the news even if this is ourself
6239                 when this is a news message.
6240         * src/textview.c
6241                 using headername_equal() instead of str*cmp functions
6242
6243 2001-05-08 [alfons]
6244
6245         0.4.66claws
6246
6247         * sync with sylpheed 0.4.66
6248         * src/gtkstext.c: trace logs added 
6249
6250 2001-05-08 [sergey]
6251
6252         * src/prefs_common.[ch]: added option to enable/disable GnuPG
6253         signature check popup.
6254         * src/rfc2015.c (check_signature): show signature check popup only
6255         if it is enabled in preferences.
6256
6257 2001-05-07 [alfons]
6258
6259         0.4.66claws4
6260         
6261         * sync with sylpheed 0.4.66cvs6
6262
6263 2001-05-07 [darko]
6264
6265         * src/prefs_common.[ch]: added option to enable/disable
6266           looking up sender name in address book for summary pane
6267         * src/summaryview.c: look up sender in the address book
6268           by using Alfons' address completion code
6269
6270 2001-05-07 [hiroyuki]
6271
6272         * src/inc.h
6273           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
6274           member of Pop3State.
6275         * src/news.c: brought #include "defs.h" before #include <glib.h>
6276           to prevent the warning of `MIN' and `MAX' redefinition.
6277
6278 2001-05-06 [hoa]
6279
6280         * removed src/headers_display.[ch]
6281         * removed src/prefs_display_headers.[ch]
6282         * src/inc.c
6283                 use a temporary file in the user directory for mbox import
6284         * src/news.c
6285                 added XHDR support to get "To" and "Cc" headers
6286                 (in order to match news with to or cc field for
6287                 scoring)
6288                 added function news_parse_xhdr() to get XHDR response
6289         * src/nntp.[ch]
6290                 added function nntp_xhdr()
6291         * src/matcher.c
6292                 fetch the message if necessary
6293
6294 2001-05-06 [alfons]
6295
6296         0.4.66claws3
6297
6298         * sync with sylpheed 0.4.66cvs3-5
6299
6300 2001-05-06 [hoa]
6301
6302         * src/utils.[ch]
6303                 added function itos_buf() to enable use of several buffers
6304         * src/summaryview.c
6305                 use of itos_buf() instead of itos() in summary list
6306                 to fix the broken display of message number.
6307
6308 2001-05-06 [alfons]
6309
6310         * src/gtkstext.c: bug in cursor up navigation fixed,
6311                 fixed another unsigned / signed comparison (we're getting there :-)
6312
6313 2001-05-06 [hoa]
6314
6315         * src/Makefile.am
6316                 added scoring.c scoring.h
6317                 prefs_folder_item.c prefs_folder_item.h
6318                 matcher.c matcher.h
6319         * src/defs.h
6320                 added FOLDERITEM_RC SCORING_RC
6321         * src/folder.[ch]
6322                 added prefs field in FolderItem :
6323                 properties for each folder (PrefsFolderItem),
6324                 sorting type and mode were added as the first properties.
6325         * src/main.c
6326                 read config for scoring
6327         * added src/matcher.[ch]
6328                 gives functions to parse configuration file to do
6329                 matching on mails with a list of conditions.
6330         * src/mainwindow.c
6331                 add option to sort by score
6332         * src/prefs_common.[ch]
6333                 added preference option to show score and for
6334                 the score column size
6335         * added src/prefs_folder_item.[ch]
6336                 properties for each folder (PrefsFolderItem),
6337                 sorting type and mode were added as the first properties.
6338         * src/procheader.[ch]
6339                 added procheader_parse_header()
6340                 added procheader_header_free()
6341                 added procheader_headername_equal()
6342                 and made modification to use them.
6343         * src/procmsg.[ch]
6344                 added score field to MsgInfo structure
6345         * added src/scoring.[ch]
6346                 gives functions to parse configuration file to do
6347                 scoring on mails with a list of conditions.
6348         * src/summaryview.[ch]
6349                 save the sorting type and mode for the folder
6350                 added column to display the score of the mail
6351                 added function summary_score_clicked()
6352                 sorting type and mode are restored to the folder
6353                 when it is reopen
6354         * src/textview.c
6355                 use procheader_parse_header(), procheader_headername_equal()
6356                 removed memory leak in text_scan_header when freeing headers
6357         * src/filter.c
6358                 changed the function to match names of headers
6359                 using procheader_headername_equal()
6360
6361         Scoring functions are implemented, an interface is needed
6362         to configure that.
6363
6364 2001-05-04 [alfons]
6365
6366         * src/gtkstext.c: 
6367                 hopefully fixed the row up navigation bug,
6368                 removed adding back / forward lines to cache
6369
6370 2001-05-04 [sergey]
6371
6372         * src/prefs_display_headers.c: user interface changes:
6373         (prefs_display_headers_create): remove unused "Show" check button;
6374         allow reordering of headers by dragging.
6375         (prefs_display_headers_write_config): remove unused variables.
6376         (prefs_display_headers_set_dialog): do not insert "(New)" at top
6377         of lists (not needed with the new UI).
6378         (prefs_display_headers_set_list): scan lists starting from row 0,
6379         not 1 (do not skip "(New)").
6380         (prefs_display_headers_find_header): new function.
6381         (prefs_display_headers_clist_set_row): do not allow duplicates.
6382         (prefs_display_headers_delete_cb): do not skip row 0; treat
6383         closing the alert window by ESC as "No".
6384         (prefs_display_headers_up): do not protect row 0.
6385         (prefs_display_headers_down): do not protect row 0.
6386
6387 2001-05-04 [sergey]
6388
6389         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
6390         functions.
6391
6392         * src/summaryview.c
6393         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
6394         summary_select_next_marked, summary_select_prev_marked): new
6395         functions.
6396
6397 2001-05-03 [sergey]
6398
6399         * src/news.c: fixed a bug when no article can be fetched after
6400         server timeout if the connection was restored by news_post():
6401         (news_select_group): new function.
6402         (news_fetch_msg): call news_select_group() before fetching
6403         article.
6404         (news_get_uncached_articles): set session->group after successful
6405         GROUP command.
6406
6407 2001-05-03 [hoa]
6408
6409         * src/defs.h
6410         * src/procmsg.[ch]
6411         * src/procheader.c
6412                  changed version of cache, added cc field
6413
6414         * src/prefs_display_headers.c
6415                 the interface was changed
6416
6417         * src/prefs_headers.c
6418                 added cancel button
6419
6420 2001-05-03 [alfons]
6421
6422         * completed sync of sylpheed cvs2
6423         * src/gtkstext.c: updated row up / down cursor navigation
6424         * src/textview.c: re-edited, prepared for fixing the email address
6425                 scanner.
6426
6427 2001-05-03 [darko]
6428
6429         * src/prefs_common.c: use alfons' strftime ui code
6430         entry_datefmt and datefmt_sample widgets have to be
6431         global in this module because of this change
6432
6433 2001-05-03 [hoa]
6434
6435         * src/messageview.c
6436         * src/prefs_common.[ch] added option to activate the return receipt
6437                 feature.
6438
6439 2001-05-02 [alfons]
6440
6441         * src/gtkstext.c: fix for row up/down cursor navigation. 
6442
6443         0.4.66claws2
6444         
6445         * sync with 0.4.66cvs2
6446
6447 2001-05-02 [paul]
6448
6449         added add-sender-to-addressbook patch
6450
6451         * src/addressbook.c
6452         * src/addressbook.h
6453         * src/summaryview.c
6454
6455 2001-05-02 [sergey]
6456
6457         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
6458         G_ALERTDISABLE.
6459
6460         * src/alertpanel.c (alertpanel_create): new argument can_disable,
6461         all existing callers changed to pass FALSE; create a check button
6462         to disable the message.
6463         (alertpanel_message_with_disable): new function.
6464         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
6465         (alertpanel_button_toggled): new function.
6466         (alertpanel_button_clicked, alertpanel_close): set value using
6467         G_ALERT_VALUE_MASK.
6468
6469         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
6470
6471         * src/prefs_common.c (prefs_privacy_create): new check button
6472         checkbtn_gpgme_warning.
6473
6474         * src/main.c (main): moved preferences reading before gpgme
6475         initialization; check prefs_common.gpgme_warning before giving the
6476         GnuPG warning and set it to FALSE if the user wants to disable the
6477         warning.
6478
6479 2001-05-02 [hiroyuki]
6480
6481         * src/prefs_display_headers.c: modified the layout and some labels.
6482
6483 2001-05-02 [sergey]
6484
6485         * src/prefs_account.c (prefs_account_fix_size): new function.
6486         (prefs_account_create): call prefs_account_fix_size(); use
6487         gtk_widget_show instead of gtk_widget_show_all (fixes too large
6488         size when the window is shown for the first time).
6489         (prefs_account_basic_create): changed layout of serv_table; moved
6490         localmbox_entry above smtpserv_entry (logically it replaces
6491         POP3/IMAP server).
6492         (prefs_account_protocol_activated): set sensitivity of
6493         nntpauth_chkbtn according to the protocol (in addition to
6494         hide/show); commented out gtk_table_set_row_spacing() calls.
6495         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
6496         not sensitive (fixes a bug with disabled username/password boxes
6497         when editing POP3 account after NNTP with authentication).
6498
6499 2001-05-02 [hoa]
6500
6501         * src/account.c
6502         * src/inc.c
6503         * src/prefs_account.[ch]
6504         * src/send.c
6505                 removed local account without SMTP server
6506                 added option to use mail command instead of a connexion
6507                 to SMTP server when a local account is used
6508         * src/prefs_headers.c
6509                 fixed a bug
6510         * src/news.c
6511                 fixed a bug when connexion immediately closed
6512
6513 2001-05-01 [alfons]
6514
6515         0.4.66claws1
6516         
6517         * sync with 0.4.65
6518
6519 2001-05-01 [sergey]
6520
6521         * src/prefs_account.c (Basic, prefs_account_basic_create): new
6522         widget nntpauth_chkbtn.
6523         (prefs_account_protocol_activated): handle nntpauth_chkbtn
6524         visibility.
6525         (prefs_account_nntpauth_toggled): new function.
6526
6527         * src/news.c (news_session_new_for_folder): use NNTP
6528         authentication only if ac->use_nntp_auth is set.
6529
6530 2001-05-01 [hoa]
6531
6532         * src/Makefile.am changed headers.[ch] in customheader.[ch]
6533         * src/prefs_display_headers.c changed the UI
6534         * src/prefs_headers.c changed account_name to account_id
6535         * src/compose.c using customheader.h
6536
6537 2001-05-01 [hiroyuki]
6538
6539         * src/esmtp.c
6540           src/news.c
6541           src/nntp.c: changed sock_read() to sock_gets(), they've been left
6542           unsynched.
6543
6544 2001-05-01 [hoa]
6545
6546         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
6547         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
6548                 for displaying of headers
6549         * src/grouplist_dialog.[ch] minor changes to remove warnings
6550         * src/prefs_display_headers.[ch] dialog to choose the
6551         headers to display in the mail viewer.
6552         * src/headers.h correction of #define
6553         * src/headers_display.[ch] configuration for displaying of headers.
6554         * src/main.c read config of displaying of headers
6555         * src/prefs_common.c add a button to access the config dialog
6556                 for displaying of headers
6557         * src/prefs_display_headers.[ch] dialog for configuration for
6558                 displaying of the headers.
6559         * src/prefs_headers.c cleaning of code
6560         * src/procheader.c comments added to code
6561         * src/textview.c changes to reorder the headers depending
6562                 on the config for displaying of headers
6563
6564 2001-04-30 [alfons]
6565
6566         0.4.65claws7
6567
6568         * sync with 0.4.65cvs12
6569
6570         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
6571
6572 2001-04-30 [sergey]
6573
6574         * src/nntp.h (NNTPSockInfo): new field auth_failed.
6575
6576         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
6577         is set to force reconnection after authentication failure.
6578         (nntp_gen_command): set sock->auth_failed on authentication
6579         failure, or if sock->userid and sock->passwd are not set.
6580
6581         * src/news.c (news_session_new_for_folder): set userid=NULL if
6582         password dialog is cancelled.
6583
6584 2001-04-30 [sergey]
6585
6586         * src/nntp.h (NNTPSockInfo): new type.
6587
6588         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
6589         SockInfo.
6590         (nntp_open_auth, nntp_close): new functions.
6591         (nntp_gen_command): new function to handle authentication; all
6592         NNTP command functions updated to use it.
6593         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
6594         (nntp_list): removed old useless code.
6595
6596         * src/news.h (NNTPSession): new field nntp_sock.
6597
6598         * src/news.c: all functions updated to use NNTPSockInfo instead of
6599         SockInfo.
6600         (news_session_new): new arguments (userid, passwd); made static;
6601         use nntp_open_auth() if needed.
6602         (news_session_destroy): use nntp_close() instead of sock_close().
6603         (news_query_password): changed arguments.
6604         (news_session_new_for_folder): new function.
6605         (news_session_get): use news_session_new_for_folder().
6606         (news_authenticate): deleted.
6607         (news_get_uncached_articles): removed old authentication code.
6608
6609 2001-04-30 [sergey]
6610
6611         * src/news.c: reverted my previous changes (need to do NNTP
6612         authentication in a cleaner way).
6613         
6614 2001-04-29 [sergey]
6615
6616         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
6617         news_nntp_post, news_nntp_mode): new functions (wrappers with
6618         authentication support).
6619         (news_get_article_cmd, news_get_article, news_get_header): new
6620         argument "folder"; all callers changed.
6621         (news_get_article_cmd): added authentication support.
6622         (news_session_get): use news_nntp_mode() instead of nntp_mode().
6623         (news_post): use news_nntp_post() instead of nntp_post().
6624         (news_get_uncached_articles): use news_nntp_group() instead of
6625         nntp_group() and news_nntp_xover() instead of nntp_xover();
6626         removed old authentication code.
6627         (news_get_group_list): use news_nntp_list() instead of nntp_list().
6628
6629         * src/nntp.c (nntp_list): return real error code instead of
6630         hardcoded NN_ERROR.
6631
6632 2001-04-29 [sergey]
6633
6634         * configure.in: fixed wint_t typedef detection again
6635
6636 2001-04-28 [hoa]
6637
6638         * src/prefs_account.[ch], added A_LOCAL_CMD
6639                 (send mail with mail command)
6640         * src/send.c added function send_message_with_command()
6641         * src/inc.c made a more secure get_spool() function with
6642                 mktemp() but maybe mkstemp() or something more
6643                 secure can be used.
6644
6645 2001-04-28 [alfons]
6646
6647         * src/textview.c, colorization of email addresses in headers
6648
6649         0.4.65claws6
6650
6651         * bug sync with sylpheed
6652         * prefs_common.c: created date format ui for darko
6653         * sync with 0.4.65cvs11
6654         * configure.in: corrected to have the new gpg checks
6655
6656 2001-04-27 [alfons]
6657
6658         * completed sync with 0.4.65cvs10
6659         * minor debug things added to gtkstext.c
6660
6661 2001-04-27 [darko]
6662
6663         * configure.in: remove check for availability of
6664           strftime() as advised by Hiroyuki
6665         * src/prefs_common.[ch], src/procheader.c:
6666           synch strftime() code with Hiroyki's main branch
6667
6668 2001-04-26 [sergey]
6669
6670         * src/news.c: news_query_password(), news_authenticate(): new
6671           functions.
6672           news_get_uncached_articles(): added NNTP authentication
6673           handling.
6674         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
6675           new functions.
6676         * src/prefs_account.c: prefs_account_protocol_activated():
6677           enable userid and password fields for NNTP.
6678
6679 2001-04-26
6680
6681         * configure.in: check for availability of strftime()
6682           [darko]
6683         * src/prefs_common.[ch], src/procheader.c: use
6684           strftime() for displaying date in summary pane if it
6685           is available
6686
6687 2001-04-25
6688
6689         * more .cvsignore cleanups [alfons]
6690
6691 2001-04-25
6692
6693         * ac/sv-check-type.m4: new autoconf macro.
6694         * configure.in: fixed wint_t typedef detection (did not work
6695           with gcc-2.96).
6696
6697 2001-04-25
6698
6699         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
6700           [hiroyuki]
6701
6702 2001-04-24
6703         * modified gtkstext.c : buggy cursor navigation fixed, 
6704           and font descent also taken in account when drawing
6705           cursor. [alfons]
6706
6707 2001-04-24 [hoa]
6708         * added comments in src/news.c src/nntp.c
6709         * added src/prefs_headers.[ch]
6710         * added src/headers.[ch]
6711         * modified compose.c to activate custom headers
6712                 added function is_in_custom_headers
6713         * modified prefs_account.[ch]
6714                 added function prefs_account_customhdr_edit
6715         * modified src/defs.h :
6716                 added HEADERS_RC : name of the config file
6717                 for the custom headers
6718
6719 2001-04-24
6720
6721     0.4.65claws5
6722
6723         * configure.in
6724           src/gtkstext.[ch]
6725           src/compose.c
6726           src/Makefile.am
6727           
6728           added gtkstext with configure.in patch by Hiroyuki which
6729           should fix the XIM detection [alfons]
6730
6731         * more clean up of cvs [alfons]
6732
6733                  * removed all Makefile.in files to attic.
6734
6735                  * updated all .cvsignores to really ignore things that could
6736                    be unintentionally committed by a recursive commit.
6737
6738 2001-04-23 [hoa]
6739         * added src/grouplist_dialog.[ch]
6740         * changed src/folderview.c to call grouplist_dialog instead
6741                 of inputdialog
6742         * src/news.c :
6743                 added functions news_reset_group_list
6744                 and news_get_group_list
6745         * src/nntp.c :
6746                 added function nntp_list
6747         * src/defs.h :
6748                 added GROUPLIST_FILE : name of the newsgroup list cache file
6749
6750 2001-04-21
6751
6752         * added option to warn about queued messages on exit [sergey]:
6753
6754           * src/compose.c: compose_queue(): call folder_item_scan()
6755             and folderview_update_item() after queueing.
6756           * src/folderview.c: folderview_update_node(): draw the queue
6757             folder in bold font if there are queued messages.
6758           * src/mainwindow.c: queued_messages(): new function.
6759             app_exit_cb(): display warning if there are queued messages
6760             if warn_queued_on_exit is set.
6761           * prefs_common.[ch]: add warn_queued_on_exit option.
6762
6763         * enhanced GnuPG key selection support [sergey]:
6764
6765           * src/select-keys.c: updated to newer version from Win32
6766             branch with support for selecting arbitrary keys.
6767           * src/prefs_account.c: added the Privacy tab to the account
6768             options window.
6769             prefs_account_privacy_create(),
6770             prefs_account_sign_key_set_data_from_radiobtn(),
6771             prefs_account_sign_key_set_radiobtn(): new functions.
6772           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
6773           * src/rfc2015.c: set_signers(): new function.
6774             pgp_sign(): add the account parameter, call set_signers().
6775             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
6776           * src/rfc2015.h: rfc2015_sign(): updated prototype.
6777           * src/compose.c: pass the current account to rfc2015_sign().
6778
6779         * tag name claws added to prevent confusion with main branch [alfons]
6780
6781         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
6782
6783         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
6784
6785         * sync with recent sylpheed cvs. Untested though. [alfons]
6786