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