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