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