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