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