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