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