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