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