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