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