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