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