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