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