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