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