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