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