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