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