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