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