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