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