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