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