fix typo: sync ldap detection from 0.8.5cvs1 not 0.8.5
[claws.git] / ChangeLog.claws
1 2002-10-04 [paul]       0.8.3claws44
2
3         * configure.in
4                 sync the LDAP detection from 0.8.5cvs1
5
6 2002-10-02 [christoph]  0.8.3claws43
7
8         * po/de.po
9                 fix small spelling error
10
11 2002-10-02 [melvin]     0.8.3claws42
12
13         * ac/aspell.m4
14                 Behave better and say "no" when test program cannot be run.
15
16 2002-10-02 [paul]       0.8.3claws41
17
18         * sync with 0.8.4cvs1
19                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
20                 
21         * src/summaryview.c
22                 toggle the behavior of Reply menuitem between
23                 normal reply and reply-to-list
24
25 2002-10-01 [sergey]     0.8.3claws40
26
27         * src/compose.c
28                 Convert newlines in the message text to the canonical form
29                 before base64 encoding (RFC2045 compliance, fixes some
30                 interoperability issues with Evolution 1.0.3)
31
32 2002-09-29 [colin]      0.8.3claws39
33
34         * src/summaryview.c
35                 Fix an unwanted copy/paste
36
37 2002-09-29 [colin]      0.8.3claws38
38
39         * src/mainwindow.c
40                 Renamed "Custom toolbar" to "Customize toolbar"
41                 Renamed "Show all header" to "Show all headers"
42                 Renamed "Set diplay item" to "Set displayed items"
43         * src/prefs_common.c
44                 Renamed "Show all header" to "Show all headers"
45         * src/prefs_summary_column.c
46                 Renamed "diplay item" to "displayed items"
47
48 2002-09-29 [colin]      0.8.3claws37
49
50         * src/mainwindow.[ch]
51                 online/offline status pixmaps follow theme
52                 changes
53         * src/summaryview.[ch]
54                 quicksearch pixmap follows theme changes
55
56 2002-09-29 [thorsten]   0.8.3claws36
57
58         * src/compose.c
59           src/prefs_folder_item.[ch]
60                 add default_reply_to folder option (closes patch 581044)
61
62 2002-09-29 [christoph]  0.8.3claws35
63
64         * acconfig.h    ** REMOVED **
65         * configure.in
66         * ac/aspell.m4
67         * ac/check-type.m4
68         * ac/gnupg-check-typedef.m4
69                 fix autoheader 2.50 warning
70
71 2002-09-29 [christoph]  0.8.3claws34
72
73         * major code cleanup (part 2)
74         
75                 - unused variables removed
76                 - unused functions removed
77                 - uninitialized variables checked
78                 - missing return statements added
79                 - missing function return types added
80                 - added parentheses around assignment
81                   when suggested by gcc
82
83 2002-09-29 [alfons]     0.8.3claws33
84
85         * src/logwindow.c
86                 log_window_clear(): only bracket gtk_text_forward_delete() 
87                 with gtk_text_freeze() / gtk_text_thaw() (see if this
88                 works around GTK text bug)
89
90 2002-09-29 [paul]       0.8.3claws32
91
92         * po/bg.po
93           po/sr.po
94                 updated by George Danchev and Urke MMI
95                 respectively
96
97 2002-09-27 [christoph]  0.8.3claws31
98
99         * doc-src/readme.txt
100         * doc-src/rfc1806.txt   ** REMOVED **
101         * doc-src/rfc2183.txt   ** NEW FILE **
102         * doc-src/rfc2980.txt   ** NEW FILE **
103                 update rfcs
104
105 2002-09-27 [melvin]     0.8.3claws30
106
107         * ac/aspell.m4
108                 Fixed typo which could break linking
109
110 2002-09-27 [melvin]     0.8.3claws29
111
112         * ac/aspell.m4
113                 Improved GNU/aspell checking. 
114                 Fixed bug #614490
115
116 2002-09-27 [paul]       0.8.3claws28
117
118         * sync with 0.8.3cvs8
119                 see ChangeLog 2002-09-27
120
121 2002-09-26 [colin]      0.8.3claws27
122
123         * src/toolbar.[ch]
124           src/mainwindow.[ch]
125                 Add "Reply to Mailing-list" to the toolbar
126
127 2002-09-26 [christoph]  0.8.3claws26
128
129         * src/summaryview.c
130                 Fix wrong message counts in summaryview status
131
132 2002-09-26 [paul]       0.8.3claws25
133
134         * sync with 0.8.3cvs7
135                 see ChangeLog 2002-09-26
136
137 2002-09-26 [paul]       0.8.3claws24
138
139         * sync with 0.8.3cvs6
140                 see ChangeLog 2002-09-25
141
142 2002-09-25 [christoph]  0.8.3claws23
143
144         * src/prefs_common.c
145         * src/prefs_folder_item.c
146         * src/prefs_scoring.c
147                 Renamed "kill score" to "hide score" in GUI
148                 and prefs files
149
150 2002-09-25 [paul]       0.8.3claws22
151
152         * sync with 0.8.3cvs5
153                 see ChangeLog 2002-09-24
154
155 2002-09-24 [alfons]     0.8.3claws21
156
157         patch by Satoshi Nagayasu: allows appending / saving multiple 
158         selected files (closes "[ 612279 ] save multiple mesg(s) in 
159         'Save as ...'")
160
161         * AUTHORS
162                 add Satoshi Nagayasu
163         * src/summaryview.c
164                 summary_save_as(): allow saving selected files to
165                 one file
166                 summary_set_menu_sensitive: enable "Save As..." when
167                 multiple files are selected
168         * src/utils.[ch]
169                 append_file(): new function
170
171 2002-09-24 [colin]      0.8.3claws20
172
173         * src/procmime.c
174                 Fix segfault when mimeinfo doesn't have a 
175                 content_type. 
176
177 2002-09-24 [colin]      0.8.3claws19
178
179         * src/prefs_common.[ch]
180                 Add a preference to display send dialog or not
181         * src/send.c
182                 Display send dialog according to preference
183
184 2002-09-24 [colin]      0.8.3claws18
185
186         * src/compose.[ch]
187                 Disable user actions when sending
188
189 2002-09-24 [colin]      0.8.3claws17
190
191         * src/procmime.c
192                 Do not display name or filename for attachments
193                 with an application/pgp-signature type
194                 (security flaw, see bug 537413)
195
196 2002-09-23 [colin]      0.8.3claws16
197
198         * src/editaddress.c
199                 Initialize entry_email, entry_alias and 
200                 entry_remarks to first email address of the list
201
202 2002-09-23 [colin]      0.83claws15
203
204         * src/compose.c
205                 Drop pgp-signature when reediting a signed queued
206                 message
207
208 2002-09-23 [melvin]     0.8.3claws14
209
210         * po/fr.po
211                 Updated French translation
212
213 2002-09-23 [melvin]     0.8.3claws13
214
215         * src/mainwindow.c
216                 Made custom toolbar menu labels more consistent
217         * src/prefs_toolbar.c
218                 Made custom toolbar window title more consistent
219
220 2002-09-22 [colin]      0.8.3claws12
221
222         * src/inc.c
223                 Initialize session type to normal before getting 
224                 mail (fixes strange Get behaviour)
225         * src/prefs_account.h
226                 Move STYPE_POP_BEFORE_SMTP to last position to 
227                 avoid other side-effects
228
229 2002-09-22 [colin]      0.8.3claws11
230
231         * src/prefs_account.c
232                 Fix pop_bfr_smtp_tm_entry sensivity when switching
233                 from pop3 to apop or vice-versa
234
235 2002-09-22 [colin]      0.8.3claws10
236         
237         * src/prefs_account.[ch]
238                 Add an option for the POP before SMTP timeout
239         * src/inc.c
240                 Remember time of last POP connection
241         * src/send.c
242                 Do POP before SMTP only if timeout reached
243
244 2002-09-22 [oliver]     0.8.3claws9
245         
246         * README.claws
247                 explain custom toolbar
248
249 2002-09-22 [oliver]     0.8.3claws8
250
251         * src/prefs_actions.[ch]
252         custom toolbar for compose      
253                 actions callback from compose toolbar
254         * src/folderview.c
255                 remove include toolbar.h
256                 
257 2002-09-22 [oliver]     0.8.3claws7
258         
259         * src/prefs_toolbar.[ch]
260                 custom toolbar for compose
261                 - generic prefs_toolbar handles both
262                   Mainwin's toolbar as well as Compose toolbar          
263                 
264 2002-09-22 [oliver]     0.8.3claws6
265         
266         * src/toolbar.[ch]
267                 custom toolbar for compose
268                 restructure toolbar.[ch]
269                 
270 2002-09-22 [oliver]     0.8.3claws5
271
272         * src/compose.[ch]
273                 custom toolbar for compose
274                 
275 2002-09-22 [oliver]     0.8.3claws4
276         
277         * src/mainwindow.[ch]
278                 custom toolbar for compose 
279                 move mainwin toolbar back to mainwindow
280
281 2002-09-22 [alfons]     0.8.3claws3
282
283         * src/procmsg.c
284                 :%sno/if(/if (/gc
285                 :%sno/for(/for (/gc
286                 (beautify)
287
288 2002-09-22 [alfons]     0.8.3claws2
289         
290         * src/procmsg.c
291                 procmsg_save_to_outbox(): don't unlink message file from queue;
292                 callers should do it using folder_item_remove_msg()
293
294 2002-09-22 [colin]      0.8.3claws1
295
296         * src/mimeview.[ch]
297                 Made mimeview_check_signature() public
298         * src/textview.c
299                 Made GPG signatures verifiable by clicking
300                 the [application/pgp-signature] in the Text
301                 view
302
303 2002-09-22 [paul]       0.8.3claws
304
305         * po/bg.po
306           po/en_GB.po
307           po/es.po
308           po/it.po
309           po/pl.po
310           po/pt_BR.po
311           po/sr.po
312                 updated translations, submitted by George Danchev,
313                 me, Ricardo Mones Lastra, Alessandro Maestri,
314                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
315                 and Urke MMI, respectively.     
316
317 2002-09-22 [alfons]     0.8.2claws65
318
319         * src/procmsg.c
320         * src/pgptext.c
321                 no furry valgrinds have been used to plug these memleaks
322
323 2002-09-20 [paul]       0.8.2claws64
324
325         * sync with 0.8.3cvs4
326                 'Select thread' re-implemented 
327                 see ChangeLog 2002-09-20
328
329 2002-09-21 [alfons]     0.8.2claws63
330
331         * src/compose.c
332                 compose_send(): plug unnoticed memleak
333
334 2002-09-20 [alfons]     0.8.2claws62
335
336         * src/addr_compl.c
337                 replace_address_in_edit(): strict check for NULL address to
338                 fix "[ 607348 ] Segfault in address completion". My guess is
339                 that this happens with an empty address book, but it's good
340                 to have this check here anyway
341                 
342                 completion_window_button_press(): free string returned 
343                 from the internal cache
344
345 2002-09-20 [christoph]  0.8.2claws61
346
347         * src/procmime.h
348                 added ENC_BINARY to EncodingType
349         * src/procmime.c
350                 the string returned by procmime_get_encoding_str
351                 should not depend on the order of values in the
352                 EncodingType definition
353         * doc-src/rfc1806.txt   ** NEW FILE **
354                 Added rfc1806 about MIME Content-Disposition
355                 Extension
356
357 2002-09-19 [paul]       0.8.2claws60
358
359         * sync with 0.8.2cvs3
360                 see ChangeLog 2002-09-19
361
362 2002-09-19 [paul]       0.8.2claws59
363
364         * src/prefs_folder_item.c
365                 revert to Darko's original alignment of colour
366                 selector button
367                 add a colon to folder_color label
368                 
369         * src/compose.c
370                 add Colin's patch (with Hiro's modifications) to 
371                 force BASE64 encoding for 8-bit text when signing
372                 (sync with 0.8.3cvs2)
373
374 2002-09-18 [alfons]     0.8.2claws58
375
376         * src/compose.c
377                 :%sno/if(/if (/gc
378                 :%sno/for(/for (/gc
379                 (beautify a little bit)
380
381 2002-09-18 [christoph]  0.8.2claws57
382
383         * src/pine.c
384                 fix handling of fgetc return value
385
386 2002-09-17 [alfons]     0.8.2claws56
387         
388         * src/summaryview.c
389                 summary_sort(): check non-NULL summaryview->folder_item when no 
390                 folder is selected at all
391                 (closes "[ 610344 ] sort label make syl Crash")
392
393 2002-09-17 [alfons]     0.8.2claws55
394         
395         * src/compose.c
396                 beautify a little bit
397
398 2002-09-17 [christoph]  0.8.2claws54
399
400         * src/folder.c
401                 initialize max values for cache and folder
402                 when cache or folder is empty
403
404 2002-09-15 [colin]      0.8.2claws53
405
406         * src/compose.c
407                 Fix a leak (thanks Alfons!) and cleaned
408                 variables names for custom headers
409
410 2002-09-15 [colin]      0.8.2claws52
411
412         * src/compose.c
413                 Fix custom headers recognition when
414                 prefs_common.trans_hdr is on
415
416 2002-09-15 [colin]      0.8.2claws51
417
418         * src/compose.c
419                 Allow dynamically-added custom headers
420                 Yet not reparsed if reedited
421
422 2002-09-15 [alfons]     0.8.2claws50
423
424         * src/prefs_account.c
425                 fix warnings
426
427 2002-09-15 [colin]      0.8.2claws49
428         
429         * src/prefs_account.c
430                 fix pop_before_smtp sensitivity
431
432 2002-09-15 [colin]      0.8.2claws48
433
434         * src/inc.[ch]
435                 add inc_pop_before_smtp()
436                 allow MainWindow to be undefined in 
437                 inc_account_mail() and inc_start()
438         * src/pop.c
439           src/prefs_account.h
440                 add STYPE_POP_BEFORE_SMTP session type
441         * src/prefs_account.c
442                 activated pop before smtp option
443         * src/send.c
444                 do pop before smtp if the relevant option 
445                 is set
446
447 2002-09-15 [paul]       0.8.2claws47
448
449         * sync with 0.8.3
450                 see ChangeLog 2002-09-15
451
452 2002-09-14 [paul]       0.8.2claws46
453
454         * po/bg.po
455                 updated Bulgarian translation, submitted by
456                 George Danchev
457
458 2002-09-13 [paul]       0.8.2claws45
459
460         * src/compose.c
461                 merge claws' select_account() with main's
462                 (new) compose_select_account(). [sync with
463                 0.8.2cvs15, see ChangeLog 2002-09-11]
464
465 2002-09-12 [christoph]  0.8.2claws44
466
467         * src/filter.c
468                 allocate 1 elements of FolderItem not 0
469
470 2002-09-12 [colin]      0.8.2claws43
471
472         * src/compose.c
473                 Fix bug #590825 (obey Follow-up: poster)
474
475 2002-09-12 [colin]      0.8.2claws42
476
477         * src/procmime.c
478                 Fix bug #557009 (wrong headers for messages 
479                 forwarded as attachments)
480
481 2002-09-11 [colin]      0.8.2claws41
482         
483         * src/compose.c
484                 Put SCF: pseudo-header on top of message
485                 Set draft tmp_flag when saved as draft
486
487         * src/procmsg.c
488           src/procheader.c
489                 Skip after first \n\n for beginning of real message
490                 for drafts too
491
492 2002-09-11 [christoph]  0.8.2claws40
493
494         * src/filtering.c
495                 use procmsg flag functions in filtering or processing
496                 will cause incorrect folder message counts
497
498 2002-09-11 [colin]      0.8.2claws39
499
500         * src/compose.c
501                 Fix bug #550175 - wrong save folder when reediting
502                 drafts
503
504 2002-09-11 [paul]       0.8.2claws38
505
506         * sync with 0.8.2cvs14
507                 see ChangeLog 2002-09-11
508
509 2002-09-11 [colin]      0.8.2claws37
510
511         * src/folder.c
512                 Fix a typo (seeming to cause new/unread status to
513                 be lost)
514
515 2002-09-10 [christoph]  0.8.2claws36
516
517         * src/compose.c
518                 compose_redirect should not use compose_generic_new
519                 because that does more stuff than expected including
520                 opening the external editor
521                 (closes bug "[ 526608 ] bounced messages appear blank
522                  in editor")
523
524 2002-09-10 [christoph]  0.8.2claws35
525
526         * src/folder.c
527                 fix problem with too large message number range
528                 causing a crash in folder_item_scan
529
530 2002-09-10 [paul]       0.8.2claws34
531
532         * sync with 0.8.2cvs13
533                 see ChangeLog 2002-09-10
534
535 2002-09-10 [christoph]  0.8.2claws33
536
537         * src/msgcache.c
538                 set MsgInfo TmpFlags for queue and draft folders
539                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
540
541 2002-09-10 [paul]       0.8.2claws32
542
543         * AUTHORS
544           po/bg.po      ** NEW FILE **
545                 new Bulgarian translation submitted by
546                 George Danchev <danchev@spnet.net>
547                 
548         * tools/Makefile.am
549           tools/README
550           tools/tb2sylpheed     ** NEW FILE **
551                 add script that converts an addressbook exported
552                 from The Bat! into a Sylpheed addressbook. Submitted
553                 by Urke MMI <urke-kg@eunet.yu>
554
555 2002-09-10 [paul]       0.8.2claws31
556
557         * sync with 0.8.2cvs12
558                 see ChangeLog 2002-09-10
559
560 2002-09-06 [paul]       0.8.2claws30
561
562         * src/prefs_common.c
563                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
564                 
565         * tools/Makefile.am
566           tools/README
567           tools/ldif-to-xml.py  ** REMOVED **
568                 remove obsolete python script
569
570 2002-09-06 [paul]       0.8.2claws29
571
572         * sync with 0.8.2cvs10
573                 see ChangeLog 2002-09-06
574
575 2002-09-04 [paul]       0.8.2claws28
576
577         * sync with 0.8.2cvs9
578                 see ChangeLog 2002-08-04
579
580 2002-09-04 [colin]      0.8.2claws27 
581
582         * src/prefs_common.[ch]
583                 Added signature color configuration
584         * src/textview.c
585                 Use user-specified signature color
586
587 2002-09-03 [colin]      0.8.2claws26
588
589         * src/prefs_common.[ch]
590                 Added autosave and autosave_length prefs
591         * src/compose.c
592                 Added compose_remove_draft()
593                 Auto-save drafts according to the prefs
594         * src/main.c
595                 Added a crash-indicator file, allowing to check
596                 for new messages on startup if Sylpheed crashed
597                 (makes saved drafts "reappear")
598
599 2002-09-03 [colin]      0.8.2claws25
600
601         * src/textview.[ch]
602                 Grey the signature
603
604 2002-09-03 [paul]       0.8.2claws24
605
606         * sync with 0.8.2cvs8
607                 see ChangeLog 2002-09-02 and 2002-09-03
608
609 2002-09-03 [darko]      0.8.2claws23
610
611         * src/folderview.c
612                 use normal style when creating new folder to pick
613                 proper font size 
614
615 2002-09-02 [melvin]     0.8.2claws22
616
617         * src/gtkaspell.m4
618                 removed some obsolete code
619
620 2002-09-02 [melvin]     0.8.2claws21
621
622         * ac/aspell.m4
623                 fixed test's equality sign (== to =)
624
625 2002-09-02 [alfons]     0.8.2claws20
626
627         * src/folder.c
628         * src/mh.c
629                 revert change of 0.8.2claws16 and use the mh_folder_destroy
630                 as folder->destroy virtual as suggested by Hiro
631                 (the mh.c code seems to have been lost around mh.c.1.21)
632
633 2002-09-02 [paul]       0.8.2claws19
634
635         * po/pt_BR.po
636                 updated by Fabio Jr. Beneditto
637                 
638         * src/defs.h
639                 use 'http://claws.sylpheed.org' for homepage link. 
640                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
641
642 2002-09-01 [alfons]     0.8.2claws18
643
644         * src/mh.c
645                 plug memleak related to one Martin Kluge found
646
647 2002-08-31 [paul]       0.8.2claws17
648
649         * sync with 0.8.2cvs6
650                 see ChangeLog 2002-08-30
651
652 2002-08-31 [alfons]     0.8.2claws16
653
654         * src/folder.c
655                 folder_destroy(): remove mailbox from folderlist even if it has
656                 no destroy virtual
657
658 2002-08-31 [alfons]     0.8.2claws15
659
660         * src/folder.c
661                 :%sno/if(/if (/gc
662                 :%sno/for(/for (/gc
663                 (being pedantic I know)
664
665 2002-08-31 [alfons]     0.8.2claws14
666
667         * src/folder.c
668                 check for NULL pointers returned from folder->fetch_msginfo virtual
669                 (should solve some reported crashes)
670
671 2002-08-30 [alfons]     0.8.2claws13
672
673         * acconfig.h
674         * configure.in
675         * src/crash.c
676                 enable crash dialog on compilation time
677                 (--enable-crash-dialog configure option)
678
679 2002-08-30 [alfons]     0.8.2claws12
680
681         * AUTHORS
682                 add Martin Kluge
683         * src/mh.c
684                 apply memory leak plug patch by Martin Kluge
685                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
686                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
687                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
688
689 2002-08-30 [darko]      0.8.2claws11
690
691         * src/folderview.c
692                 copy Gtk style from normal style to match
693                 font size for coloured folders
694
695 2002-08-29 [alfons]     0.8.2claws10
696
697         * sylpheed.desktop
698                 Type=Internet <- Type=Application
699                 (reported by Michael Schwendt, see:
700                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
701                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
702
703 2002-08-29 [paul]       0.8.2claws9
704
705         * sync with 0.8.2cvs5
706                 see ChangeLog 2002-08-29
707
708 2002-08-29 [colin]      0.8.2claws8
709
710         * src/summaryview.c
711                 Added a sanity check in summary_select_thread
712                 Should fix bug 601605
713
714 2002-08-29 [colin]      0.8.2claws7
715
716         * src/main.c
717                 Revert claws6 changes regarding bug #591676
718
719 2002-08-28 [colin]      0.8.2claws6
720         
721         * src/main.c
722                 Ignore cache for queue folderitems
723                 Fix bug #591676
724
725 2002-08-28 [melvin]     0.8.2claws5
726
727         * README.claws
728                 Fixed typos.
729
730 2002-08-28 [melvin]     0.8.2claws4
731
732         * README.claws
733                 Updated a bit the text concerning the spell checker
734
735 2002-08-28 [melvin]     0.8.2claws3
736
737         Merged the GNU_aspell_branch:
738                 Support of new GNU/aspell is now included and the old pspell
739                 is not supported anymore.
740                 See README.claws
741
742         * README.claws
743                 Updated spell checker text to reflect the switch to GNU/aspell
744
745         * ac/aspell.m4          *** NEW ***
746         * src/gtkaspell.[ch]    *** NEW *** 
747         * ac/pspell.m4          *** DELETED *** 
748         * src/gtkspell.[ch]     *** DELETED ***
749
750         * ac/Makefile.am
751                 Updated for GNU/aspell support
752
753         * po/POTFILES.in
754                 Replaced gtkspell.c by gtkaspell.c
755
756         * acconfig.h
757         * src/Makefile.am
758         * src/about.c
759         * src/compose.[ch]
760         * src/crash.c
761         * src/main.c
762         * src/prefs_common.[ch]
763                 Updated for GNU/aspell support
764
765 2002-08-28 [paul]       0.8.2claws2
766
767         * sync with 0.8.2cvs4
768                 see ChangeLog 2002-08-27 and 2002-08-28
769
770 2002-08-28 [colin]      0.8.2claws1
771
772         * src/summary_search.c
773                 Added "AND search"
774
775 2002-08-28 [jens]       0.8.2claws
776
777         *po/de.po
778                 Updated German translations
779
780 2002-08-27 [melvin]     0.8.2claws
781
782         * po/fr.po
783                 Updated French translations
784
785 2002-08-27 [paul]       0.8.2claws
786
787         * sync with 0.8.2 main release
788
789         * po/en_GB.po
790           po/es.po
791           po/it.po
792           po/pl.po
793           po/pt_BR.po
794           po/sr.po
795                 updated message catalogs submitted by
796                 Ricardo Mones Lastra, Alessandro Maestri,
797                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
798                 Beneditto and Urke MMI  
799
800 2002-08-27 [hoa]        0.8.1claws123
801
802         * src/mainwindow.[ch]
803         * src/summaryview.[ch]
804                 removed the "filter setting" menu option.
805                 add a "cancel a news message" menu option.
806
807 2002-08-26 [martin]     0.8.1claws122
808
809         * ChangeLog.claws
810                 changed string under 0.8.1claws79 changed by myself
811                 i'm sorry alfons :(
812
813 2002-08-26 [martin]     0.8.1claws121
814
815         * src/crash.c
816                 added kill command to debuggerrc to start crash dialog
817
818 2002-08-26 [paul]       0.8.1claws120
819
820         * sync with 0.8.1cvs31
821                 see ChangeLog 2002-08-26
822
823 2002-08-25 [alfons]     0.8.1claws119
824
825         * src/procmsg.c
826                 fix bug that didn't send out correct headers to news server
827                 when sending news article and email from queue (bug reported
828                 and patch provided by Tim Mann; closes bug 
829                 "[ 583196 ] 0.7.8claws can't post news")
830
831 2002-08-25 [alfons]     0.8.1claws118
832
833         * src/selective_download.c
834                 mark two strings as translatable
835                 (thanks to Urke MMI for pointing this out)
836
837 2002-08-25 [alfons]     0.8.1claws117
838
839         * src/summaryview.c
840                 treat sent boxes as special and allow sorting them by addressee
841                 (closes "[ 589418 ] Sent folder sorting misbehavior"
842                 submitted by Steve Lamb)
843
844 2002-08-24 [alfons]     0.8.1claws116
845
846         * src/matcher.c
847                 fix memleak reported by Martin Kluge
848                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
849
850 2002-08-24 [oliver]     0.8.1claws115
851
852         * src/prefs_toolbar.c
853                 o code cleanup as suggested by Alfons
854                 o memleak fix
855
856 2002-08-24 [alfons]     0.8.1claws114
857
858         * src/summaryview.c
859                 o fix another memory leak reported by Martin Kluge
860                   (see "[ 599568 ] Small Memory Leak")
861                 o remove 'from' variable from 'summary_set_header()'; we can
862                   do with just 'to' 
863
864 2002-08-24 [paul]       0.8.1claws113
865
866         * sync with 0.8.1cvs30
867                 see ChangeLog 2002-08-23
868
869 2002-08-24 [alfons]     0.8.1claws112
870
871         * src/summaryview.c
872                 remove unnecessary allocations for search bar fixing leaks
873                 reported by Martin Kluge
874                 (see "[ 599451 ] Further memory leaks?")
875
876 2002-08-24 [alfons]     0.8.1claws111
877
878         * src/main.c
879                 make get_socket_name() public for crash.c
880         * src/crash.c
881                 o make report bug button work (goes to claws' 
882                   bug tracker at sf.net)
883                 o introduce function for doing important stuff just
884                   before claws goes down
885                 o clean up code 
886
887 2002-08-24 [alfons]     0.8.1claws110
888
889         * src/compose.c
890                 move cursor to "To" entry when forwarding as attachment
891                 (reported and solved by Steve Lamb, closes bug report
892                 "[ 592880 ] Forward as attachment; cursor not in to")
893
894 2002-08-24 [colin]      0.8.1claws109
895
896         * src/mainwindow.c
897                 fix quick search visibility after GUI (de)separations.
898
899 2002-08-23 [colin]      0.8.1claws108
900
901         * src/mainwindow.c
902                 fix header pane visibility after folderview or
903                 messageview (de)separation
904
905 2002-08-23 [paul]       0.8.1claws107
906
907         * src/mainwindow.[ch]
908           src/toolbar.c
909                 give full control of display or non-display 
910                 of the Execute icon to Custom toolbar settings.
911                 add new sensitivity condition to maninwindow.h: 
912                 M_DELAY_EXEC
913
914         * ChangeLog
915           ChangeLog.jp
916           NEWS
917                 more sync with 0.8.1cvs29
918
919 2002-08-23 [melvin]     0.8.1claws106
920
921         * src/alertpanel.c
922                 Readded support for custom widget in alertpanel lost in last
923                 sync.
924
925 2002-08-23 [paul]       0.8.1claws105
926
927         * sync with 0.8.1cvs29
928                 see ChangeLog 2002-08-23
929
930 2002-08-23 [colin]      0.8.1claws104
931
932         * src/summaryview.c
933                 Fix folder and search pixmaps exchanging positions
934                 after theme or toolbar changes. Thank to Oliver for 
935                 reporting this.
936
937 2002-08-23 [colin]      0.8.1claws103
938
939         * src/mainwindow.c
940           src/messageview.[ch]
941           src/noticeview.[ch]
942           src/summaryview.c
943                 Changed messageview_create() and noticeview_create()
944                 to avoid the last gdk_warning
945
946 2002-08-22 [colin]      0.8.1claws102
947
948         * src/summaryview.c
949                 Fix my new `Creating pixmap from xpm' warning
950
951 2002-08-22 [colin]      0.8.1claws101
952
953         * src/mainwindow.c
954                 Fix some of the gdk warnings
955
956 2002-08-22 [colin]      0.8.1claws100
957
958         * src/Makefile.am
959         * src/stock_pixmap.c
960         * src/stock_pixmap.h
961         * src/pixmaps/quicksearch.xpm *ADDED*
962                 Add the quicksearch pixmap
963         * src/mainwindow.c
964         * src/summaryview.c
965         * src/summaryview.h
966                 Make quicksearch bar visible/hidden via a button
967
968 2002-08-22 [christoph]  0.8.1claws99
969
970         * src/folder.c
971                 fix folder update for newsgroups with message
972                 numbers below minimum number of articles to fetch
973                 (closes bug #598445)
974
975 2002-08-22 [paul]       0.8.1claws98
976
977         * sync with 0.8.1cvs28
978                 see ChangeLog 2002-08-22
979
980 2002-08-21 [alfons]     0.8.1claws97
981
982         * src/crash.c
983                 use bt instead of bt full which seems to work 
984                 better, and bt full doesn't give a great deal 
985                 of information anyway
986
987 2002-08-21 [colin]      0.8.1claws96
988
989         * src/summaryview.c
990                 fix summaryview_searchtype_changed prototype
991
992 2002-08-21 [christoph]  0.8.1claws95
993
994         * src/mainwindow.c
995                 o fix broken menu update for sorting type, we have to
996                   get this info from the summaryview now
997                 o removed setting of threaded state in menu callback
998         * src/summaryview.[ch]
999                 more summaryview/folderitem seperation for
1000                 threading option
1001         * configure.in
1002                 removed not required --with-compiler-flags option
1003
1004 2002-08-21 [oliver]     0.8.1claws94
1005         
1006         * src/toolbar.h 
1007                 o rename toolbar.xml to toolbar_main.xml
1008                   since toolbar_compose.xml might come up 
1009                   any time soon
1010         * README.claws
1011                 add custom toolbar              
1012
1013 2002-08-21 [darko]      0.8.1claws93
1014
1015         * src/procmsg.c
1016                 don't reset tmp flags for messages copied
1017                 to sent folder
1018
1019 2002-08-21 [colin]      0.8.1claws92
1020         
1021         * src/prefs_filtering.c
1022                 fix renaming rules on folder rename 
1023                 when folder is not a leaf folder
1024
1025 2002-08-21 [paul]       0.8.1claws91
1026
1027         * src/prefs_folder_item.c
1028                 fix alignment of colour selector
1029
1030 2002-08-21 [paul]       0.8.1claws90
1031
1032         * sync with 0.8.1cvs27
1033                 see ChangeLog 2002-08-21
1034
1035 2002-08-21 [paul]       0.8.1claws89
1036
1037         * src/summaryview.c
1038                 fix crash when changing field type in
1039                 Quick search bar
1040
1041 2002-08-21 [colin]      0.8.1claws88
1042
1043         * src/summaryview.c
1044                 Made quick search case-insensitive
1045
1046 2002-08-21 [paul]       0.8.1claws87
1047
1048         * sync with 0.8.1cvs26
1049                 see ChangeLog 2002-08-21
1050
1051 2002-08-20 [christoph]  0.8.1claws86
1052
1053         * src/folderview.c
1054         * src/main.c
1055         * src/summaryview.[ch]
1056                 more summaryview/folderitem seperation for
1057                 sort_key and sort_type
1058         * src/procmsg.c
1059                 added missing return statement
1060
1061 2002-08-20 [colin]      0.8.1claws85
1062
1063         * src/summaryview.[ch]
1064                 Added a quick search box
1065         * src/mainwindow.c
1066         * src/prefs_common.[ch]
1067                 Added a show/hide option for the quick search
1068
1069 2002-08-20 [oliver]     0.8.1claws84
1070         
1071         * src/mainwindow.c
1072                 remove toolbar_create_popups
1073         * src/toolbar.[ch]
1074                 o remove toolbar_create_popups
1075                 o fix toolbar_set_sensitive 
1076                   (Bug reports #596834 and #596832)     
1077         * src/prefs_toolbar.c
1078                 o add "Set default" button
1079                 o align label and text + combo widgets
1080
1081 2002-08-20 [hoa]        0.8.1claws83bis
1082
1083         * src/imap.c
1084                 fixed a bug in imap_fetch_msginfo() in case there is no
1085                 current folder.
1086
1087 2002-08-20 [darko]      0.8.1claws83
1088
1089         * src/folderview.c
1090                 copy the color style of folder view so it
1091                 works with GTK themes
1092
1093 2002-08-20 [darko]      0.8.1claws82
1094
1095         * src/folder.h
1096         * src/folderview.c
1097         * src/prefs_folder_item.[hc]
1098                 don't use UI stuff in folder.h
1099
1100 2002-08-20 [darko]      0.8.1claws81
1101
1102         * src/folder.h
1103         * src/prefs_folder_item.h
1104         * src/folderview.c
1105         * src/prefs_folder_item.c
1106                 ability to set folder color in folderview
1107
1108 2002-08-19 [alfons]     0.8.1claws80
1109
1110         * src/summaryview.c
1111                 fix one of the earlier memleaks reported by Martin Kluge
1112
1113 2002-08-19 [alfons]     0.8.1claws79
1114
1115         * src/mainwindow.c
1116                 hide notice view when selecting seperate folder
1117                 view (reported by Urke MMI)
1118
1119 2002-08-19 [christoph]  0.8.1claws78
1120
1121         * src/folderview.c
1122         * src/prefs_folder_item.h
1123         * src/summaryview.[ch]
1124                 o add summary_set_prefs_from_folderitem to set
1125                   summaryview prefs (first step to remove all
1126                   references to the folderitem in summaryview)
1127                 o moved compiled regex stuff from folderitem prefs
1128                   to summaryview code
1129
1130 2002-08-19 [paul]       0.8.1claws77
1131
1132         * src/compose.c
1133                 add check for '.' to QUOTE_IF_REQUIRED
1134
1135 2002-08-19 [paul]       0.8.1claws76
1136
1137         * src/inc.c
1138                 sync with 0.8.1cvs25 (plug memory leak)
1139
1140         * src/prefs_toolbar.c
1141                 re-order prefs_toolbar_cancel()
1142
1143 2002-08-18 [alfons]     0.8.1claws75
1144
1145         * src/inc.c
1146         * src/matcher.c
1147                 plug other memleaks reported by Martin Kluge
1148
1149 2002-08-18 [paul]       0.8.1claws74
1150
1151         * po/pt_BR.po
1152                 updated by Fabio Jr. Beneditto
1153
1154 2002-08-18 [paul]       0.8.1claws73
1155
1156         * src/toolbar.[ch]
1157                 fix bug where tooltips were displayed untranslated              
1158
1159         * src/prefs_toolbar.c
1160                 fix bug where clicking 'Cancel' creates an icon & text
1161                 toolbar regardless of prefs
1162         
1163
1164 2002-08-17 [oliver]     0.8.1claws72
1165
1166         * src/prefs_toolbar.c
1167                 update toolbar on CANCEL
1168                 bug reported by Martin Kluge
1169         * src/toolbar.c
1170                 toolbar_destroy memleak fixed           
1171
1172 2002-08-17 [alfons]     0.8.1claws71
1173
1174         * src/toolbar.c
1175                 plug another memleak reported by Martin Kluge
1176
1177 2002-08-16 [alfons]     0.8.1claws70
1178
1179         * src/crash.c
1180                 use execvp() correctly (suggested by wwp; thanks!)
1181
1182 2002-08-16 [alfons]     0.8.1claws69
1183
1184         * src/gtksctree.c
1185                 plug memory leak reported by Kim Schultz & Martin Kluge
1186
1187 2002-08-16 [paul]       0.8.1claws68
1188
1189         * po/es.po
1190                 updated by Ricardo Mones Lastra
1191
1192 2002-08-16 [paul]       0.8.1claws67
1193
1194         * src/toolbar.h
1195                 fix bug where 'Compose News' icon showed wrong
1196                 tooltip
1197
1198 2002-08-16 [paul]       0.8.1claws66
1199
1200         * sync with 0.8.1cvs24
1201                 see ChangeLog 2002-08-16
1202
1203         * po/it.po
1204                 updated by Alessandro Maestri
1205
1206 2002-08-15 [paul]       0.8.1claws65
1207
1208         * po/sr.po
1209                 updated by Urke MMI
1210
1211 2002-08-15 [paul]       0.8.1claws64
1212
1213         * src/*.c
1214                 don't translate debug info
1215
1216         * src/matcher.[ch]
1217                 add copyright info
1218
1219 2002-08-15 [paul]       0.8.1claws63
1220
1221         * src/prefs_toolbar.c
1222                 fix bug where clicking 'OK' creates an icon & text
1223                 toolbar regardless of prefs
1224
1225 2002-08-14 [alfons]     0.8.1claws62
1226
1227         * src/main.c
1228                 add global var that has the full argv[0]
1229         * src/crash.c
1230                 o execvp the correct sylpheed by using argv0
1231                   and setting the correct work dir
1232                 o other tweaks  
1233
1234 2002-08-14 [oliver]     0.8.1claws61
1235         
1236         * enable/disable Toolbar Action Buttons 
1237         * code cleanups
1238         * src/mainwindow.c
1239         * src/toolbar.[ch]      
1240         * src/prefs_toolbar.c   
1241
1242 2002-08-14 [melvin]     0.8.1claws60
1243
1244         * po/fr.po
1245                 Updated French translations
1246
1247 2002-08-14 [melvin]     0.8.1claws59
1248
1249         * src/crash.c
1250                 Made bug report not translatable
1251         * src/exporthtml.c
1252                 Fixed exporthtml_build_filespec() return value
1253         * src/foldersel.c
1254                 Fixed incorrect include file
1255         * src/gtkspell.c
1256         * src/prefs_actions.c
1257         * src/prefs_toolbar.c
1258                 Made debug info not translatable
1259         * src/mutt.c
1260         * src/quote_fmt.c
1261                 Added missing includes
1262         * src/prefs_common.c
1263                 Fixed typo
1264
1265 2002-08-14 [paul]       0.8.1claws58
1266
1267         * faq/es/sylpheed-faq.html
1268           faq/es/sylpheed-faq-[1-3].html
1269           faq/es/sylpheed-faq-4.html     **NEW FILE **
1270                 update Spanish FAQ
1271
1272 2002-08-13 [christoph]  0.8.1claws57
1273
1274         * src/procmsg.c
1275                 ignore thread fix that did not mark all
1276                 child nodes of a ignored thread as
1277                 ignored. Does not work perfectly yet,
1278                 but it is better now
1279
1280 2002-08-13 [alfons]     0.8.1claws56
1281
1282         * src/crash.c
1283                 o implement 'save crash log'
1284                 o some tweaks
1285
1286 2002-08-13 [melvin]     0.8.1claws55
1287
1288         * src/main.c
1289                 removed unrequired "execinfo.h" header
1290
1291 2002-08-12 [paul]       0.8.1claws54
1292
1293         * faq/en/sylpheed-faq.html
1294           faq/en/sylpheed-faq-[1-3].html
1295           faq/en/sylpheed-faq-4.html     **NEW FILE **
1296                 update English FAQ
1297
1298 2002-08-12 [alfons]     0.8.1claws53
1299
1300         * po/POTFILES.in
1301                 add crash.c to translatables
1302         * src/crash.c
1303                 bring in Leandro's crash dialog
1304
1305 2002-08-11 [alfons]     0.8.1claws52
1306
1307         * src/crash.c
1308                 clean up some warnings
1309
1310 2002-08-11 [alfons]     0.8.1claws51
1311
1312         * acconfig.h
1313         * configure.in
1314         * src/crash.[ch]        ** NEW FILES **
1315         * src/main.c            
1316                 initial gdb crash handler
1317
1318 2002-08-11 [paul]       0.8.1claws50
1319
1320         * src/prefs_toolbar.c
1321                 replace Up/Down arrow pixmaps with text to be
1322                 consistent across icon themes
1323
1324 2002-08-11 [paul]       0.8.1claws49
1325
1326         * src/prefs_common.c
1327           src/prefs_toolbar.c
1328                 rename 'Pixmap' -> 'Icon'
1329
1330         * src/toolbar.[ch]
1331                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1332
1333 2002-08-10 [paul]       0.8.1claws48
1334
1335         * src/prefs_toolbar.c
1336                 re-work the UI
1337
1338 2002-08-10 [paul]       0.8.1claws47
1339
1340         * src/main.c
1341                 don't write Processing progress to status bar
1342                 patch submitted by Alexander Evseev
1343
1344         * src/prefs_toolbar.c
1345                 re-position and resize window
1346                 make window assume correct size on first call
1347
1348 2002-08-10 [paul]       0.8.1claws46
1349
1350         * src/mainwindow.c
1351           src/prefs_toolbar.c
1352           src/toolbar.c
1353           src/toolbar.h
1354                 obey coding style
1355                 follow UI text conventions
1356
1357 2002-08-10 [alfons]     0.8.1claws45
1358
1359         * src/toolbar.c
1360                 correct pixmap for delete action
1361
1362 2002-08-10 [paul]       0.8.1claws44
1363
1364         * po/pt_BR.po
1365                 updated by Fabio Jr. Beneditto
1366
1367 2002-08-10 [paul]       0.8.1claws43
1368
1369         * po/POTFILES.in
1370                 add custom toolbar files
1371
1372 2002-08-10 [paul]       0.8.1claws42
1373
1374         * sync with 0.8.1cvs22
1375                 see ChangeLog 2002-08-09
1376
1377 2002-08-09 [paul]       0.8.1claws41
1378
1379         * tools/Makefile.am
1380           tools/README
1381           tools/outlook2sylpheed.pl     ** NEW FILE **
1382                 add script to convert exported Outlook
1383                 contacts list to a Sylpheed addressbook.
1384                 Submitted by Ricardo Mones Lastra.
1385
1386 2002-08-09 [paul]       0.8.1claws40
1387
1388         * AUTHORS
1389           configure.in
1390           po/sr.po      ** NEW FILE **
1391                 add Serbian message catalog. Submitted by
1392                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
1393
1394 2002-08-09 [paul]       0.8.1claws39
1395
1396         * sync with 0.8.1cvs21
1397                 see ChangeLog 2002-08-08
1398
1399 2002-08-08 [oliver]     0.8.1claws38
1400
1401         * src/mainwindow.c
1402                 move Custom Toolbar to Configuration menu
1403
1404 2002-08-08 [oliver]     0.8.1claws37
1405
1406         * src/prefs_toolbar.c
1407                 fix substitute pixmap bug
1408
1409 2002-08-08 [paul]       0.8.1claws36
1410
1411         * sync with 0.8.1cvs19
1412                 see ChangeLog 2002-08-08
1413
1414 2002-08-07 [christoph]  0.8.1claws35
1415
1416         * src/utils.c
1417                 fixed a memory leak in new canonicalize_file_replace
1418
1419 2002-08-07 [christoph]  0.8.1claws34
1420
1421         * src/utils.[ch]
1422                 o canonicalize_file_replace should create the temporary
1423                   file in the same directory as the original file.
1424                 o added get_tmpfile_in_dir that creates a temorary file
1425                   in a specified directory.
1426
1427 2002-08-07 [melvin]     0.8.1claws33
1428
1429         * src/toolbar.c
1430                 fixed bug where 'Article' button acted as 'Email' button.
1431
1432 2002-08-07 [paul]       0.8.1claws32
1433
1434         * sync with 0.8.1.cvs17
1435                 see ChangeLog 2002-08-07
1436
1437 2002-08-07 [colin]      0.8.1claws31
1438         
1439         * src/news.c
1440                 fix mass-cancel problem
1441
1442 2002-08-07 [thorsten]   0.8.1claws30
1443
1444         * src/prefs_toolbar.c
1445                 fix: crash on replace or add new button
1446         * src/toolbar.c
1447                 fix: close xmlfile after reading
1448         * src/utils.c
1449                 fix: unlink() file before rename()
1450
1451 2002-08-06 [paul]       0.8.1claws29
1452
1453         * sync with 0.8.cvs15
1454                 see ChangeLog 2002-08-06
1455
1456 2002-08-06 [oliver]     0.8.1claws28
1457
1458         * src/toolbar.c
1459         * src/prefs_toolbar.c
1460                 fixed empty toolbar issue
1461
1462 2002-08-06 [oliver]     0.8.1claws27
1463
1464         * Custom Toolbar Final 
1465         * src/folderview.c
1466         * src/inc.c
1467         * src/summaryview.c
1468                 o toolbar stuff now lives in src/toolbar.[ch]
1469                 o main_window_toolbar_* functions are renamed to
1470                   toolbar_* reflecting their new source file
1471         * src/mainwindow.[ch]
1472                 o remove toolbar stuff  
1473
1474 2002-08-06 [oliver]     0.8.1claws26
1475         
1476         * src/Makefile.am
1477         * src/prefs_toolbar.[ch]        **New File**
1478         * src/toolbar.[ch]              **New File**
1479                 o prefs_toolbar.[ch] custom toolbar frontend
1480                 o toolbar.[ch]       backend 
1481
1482 2002-08-06 [oliver]     0.8.1claws25
1483
1484         * src/prefs_actions.[ch]
1485                 o new exported function actions_execute
1486
1487 2002-08-06 [paul]       0.8.1claws24
1488
1489         * sync with 0.8.1cvs4
1490                 see ChangeLog 2002-08-06
1491
1492 2002-08-06 [paul]       0.8.1claws23
1493
1494         * sync with 0.8.1cvs13
1495                 see ChangeLog 2002-08-06
1496
1497 2002-08-06 [paul]       0.8.1claws22
1498
1499         * sync with 0.8.1cvs12
1500                 see ChangeLog 2002-08-05 and 2002-08-06
1501
1502 2002-08-06 [match]      0.8.1claws21
1503
1504         * src/addrclip.c
1505                 improvements to cut/copy/paste address
1506
1507 2002-08-05 [match]      0.8.1claws20
1508
1509         * src/addritem.[ch]
1510         * src/addrcache.c
1511         * src/addrbook.c
1512         * src/editaddress.c
1513         * src/addressbook.c
1514                 fixes to improve cut/copy/paste
1515
1516 2002-08-06 [melvin]     0.8.1claws19
1517
1518         * src/account.[ch]
1519                 account_find_all_from_address(): new function that returns the
1520                 list of all accounts that are matched in an address.
1521         * src/alertpanel.[ch]
1522                 alertpanel() now accepts a custom widget
1523                 alertpanel_with_widget(): new function that pops up a panel with
1524                 a custom widget in it 
1525         * src/gtkutils.[ch]
1526                 gtkut_account_menu_new(): new function that allows the selection
1527                 of an account from a list of accounts.
1528         * src/messageview.c
1529                 Extended Return Receipt notification to select the correct 
1530                 account and to make a security test on the Delivery-Notification
1531                 address which should be the same as the Return-Path.
1532
1533 2002-08-06 [thorsten]   0.8.1claws18
1534
1535         * src/mimeview.c
1536                 attach_all: save unnamed as "noname.%d",
1537                 dont free static dirname
1538
1539 2002-08-05 [alfons]     0.8.1claws17
1540
1541         * configure.in
1542                 detect XIM by trying to link rather than compile a XIM program
1543
1544 2002-08-05 [oliver]     0.8.1claws16
1545                 
1546         * src/stock_pixmap.[ch]
1547                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1548                 o new func to retrieve pixmaps
1549
1550 2002-08-05 [paul]       0.8.1claws15
1551
1552         * sync with 0.8.1cvs10
1553                 see ChangeLog 2002-08-05
1554
1555 2002-08-04 [alfons]     0.8.1claws14
1556
1557         * src/textview.c
1558                 see if this plugs memleak
1559
1560 2002-08-04 [melvin]     0.8.1claws13
1561
1562         * src/gtkspell.c
1563                 fixed bug that could crash Sylpheed when highlighting
1564                 all misspelled words.
1565
1566 2002-08-03 [melvin]     0.8.1claws12
1567
1568         * src/prefs_actions.c
1569                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1570         * src/messageview.c
1571                 fixed bug where the Return Receipt was sent to
1572                 Delivery-Notification-To address even if it was not present
1573
1574 2002-08-02 [alfons]     0.8.1claws11
1575
1576         * src/prefs_actions.c
1577                 o more check for NULLs
1578                 o put create_io_dialog() in right conditional block
1579
1580 2002-08-02 [paul]       0.8.1claws10
1581
1582         * po/es.po
1583                 updated by Ricardo Mones Lastra
1584
1585 2002-08-01 [christoph]  0.8.1claws9
1586
1587         * src/folder.c
1588                 don't free the cache of the opened
1589                 folder in the summaryview
1590         * src/summaryview.c
1591                 don't unset flags, if it is not required
1592
1593 2002-08-01 [paul]       0.8.1claws8
1594
1595         * sync with 0.8.1cvs8
1596                 see ChangeLog entry 2002-08-01
1597
1598 2002-08-01 [paul]       0.8.1claws7
1599
1600         * sync with 0.8.1cvs7
1601                 see ChangeLog 2002-07-31 and 2002-08-01
1602
1603 2002-07-31 [christoph]  0.8.1claws6
1604
1605         * src/mainwindow.c
1606                 forgot to update menu sensitivity
1607                 function for new menu entry
1608
1609 2002-07-31 [alfons]     0.8.1claws5
1610
1611         * src/main.c
1612                 check folder item and its path for NULL on
1613                 initial processing
1614
1615 2002-07-31 [christoph]  0.8.1claws4
1616
1617         * src/folder.c
1618                 check if folder_item_get_msginfo in
1619                 folder_item_remove_msg returned NULL
1620         * src/imap.c
1621                 better clear the uid cache in the
1622                 uid validity check function and delete
1623                 cached messages
1624
1625 2002-07-31 [paul]       0.8.1claws3
1626
1627         * man/sylpheed.1
1628                 add the '--attach' option and a few other
1629                 minor changes
1630
1631 2002-07-31 [paul]       0.8.1claws2
1632
1633         * sync with 0.8.1cvs5
1634                 see ChangeLog 2002-07-31
1635
1636 2002-07-31 [christoph]  0.8.1claws1
1637
1638         * src/folderview.[ch]
1639         * src/mainwindow.c
1640                 replace "Rescan all folders..." with
1641                 "Check all folders for new messages..."
1642
1643 2002-07-30 [paul]       0.8.1claws
1644
1645         * version 0.8.1claws released
1646
1647 2002-07-30 [paul]       0.8.0claws29
1648
1649         * tools/OOo2sylpheed.pl ** NEW FILE **
1650           tools/README
1651                 add script to enable sending documents as
1652                 attachments from OpenOffice.org
1653
1654 2002-07-30 [melvin]     0.8.0claws28
1655
1656         * src/prefs_actions.c
1657                 Made the actions' input/output dialog display
1658                 without delay.
1659
1660 2002-07-30 [christoph]  0.8.0claws27
1661
1662         * src/procmsg.c
1663                 check if folder_item_get_msginfo in
1664                 procmsg_save_to_outbox returned NULL
1665
1666 2002-07-30 [paul]       0.8.0claws26
1667
1668         * sync with 0.8.1cvs4
1669                 see ChangeLog 2002-07-29
1670
1671 2002-07-29 [thorsten]   0.8.0claws25
1672
1673         * README.claws
1674                 added selective download, delete on server
1675
1676 2002-07-29 [paul]       0.8.0claws24
1677
1678         * sync with 0.8.1cvs3
1679                 see ChangeLog 2002-07-29
1680
1681 2002-07-27 [christoph]  0.8.0claws23
1682
1683         * src/folder.c
1684                 add extra check if fetching the msginfo
1685                 returned NULL
1686
1687 2002-07-27 [paul]       0.8.0claws22
1688
1689         * sync with 0.8.1cvs2
1690                 see ChangeLog 2002-07-26
1691
1692 2002-07-27 [christoph]  0.8.0claws21
1693
1694         * src/imap.c
1695                 add another check if a valid msginfo
1696                 was returned
1697
1698 2002-07-26 [hoa]        0.8.0claws20
1699
1700         * src/folder.c
1701                 Fixed a condition in folder_item_destroy()
1702
1703         * src/imap.c
1704                 Fixed an error in IMAP protocol
1705
1706 2002-07-26 [alfons]     0.8.0claws19
1707
1708         * src/folder.c
1709                 ofcourse compare with identifier, not the path
1710
1711 2002-07-26 [alfons]     0.8.0claws18
1712
1713         * src/folder.c
1714                 use folder item identifier for saving / restoring
1715                 preferences because folder->path might not be unique
1716
1717 2002-07-26 [melvin]     0.8.0claws17
1718
1719         * src/logwindow.c
1720                 Fixed a crash introduced in 0.8.0claws5 when log is 
1721                 cut under 80 characters.
1722
1723 2002-07-26 [paul]       0.8.0claws16
1724
1725         * sync with 0.8.1cvs1
1726                 see ChangeLog 2002-07-26
1727
1728 2002-07-26 [christoph]  0.8.0claws15
1729
1730         * src/imap.[ch]
1731                 imap folder now remembers the last selected
1732                 folder and imap_fetch_msginfo skips selecting
1733                 the folder if it is already selected
1734
1735 2002-07-26 [christoph]  0.8.0claws14
1736
1737         * src/folder.c
1738         * src/folderview.c
1739         * src/imap.c
1740                 fix imap folder rescanning
1741
1742 2002-07-25 [christoph]  0.8.0claws13
1743
1744         * src/filter.c
1745         * src/folder.[ch]
1746         * src/folderview.c
1747         * src/imap.[ch]
1748         * src/mainwindow.c
1749         * src/mbox_folder.c
1750         * src/mh.c
1751         * src/news.c
1752                 implement imap uid cache and uid validity check
1753
1754 2002-07-25 [alfons]     0.8.0claws12
1755
1756         * src/summaryview.c
1757                 fix a brown paper bag bug, and also add some more
1758                 checks
1759
1760 2002-07-25 [christoph]  0.8.0claws11
1761
1762         * src/folder.c
1763                 don't mix copy, fetch_msginfo and remove
1764                 operations in folder item copy and move
1765                 operations
1766
1767 2002-07-25 [christoph]  0.8.0claws10
1768
1769         * src/folderview.c
1770         * src/mainwindow.c
1771         * src/prefs_folder_item.c
1772         * src/summaryview.[ch]
1773                 remove no longer required parameter update_cache from
1774                 summary_show
1775
1776 2002-07-25 [paul]       0.8.0claws9
1777
1778         * sync with 0.8.1
1779         
1780         * AUTHORS
1781                 a few corrections
1782
1783 2002-07-24 [alfons]     0.8.0claws8
1784
1785         * src/summaryview.c
1786                 sort correctly when using simplified subject line
1787                 (closes feature request "[ 585141 ] applying regexp to subject 
1788                 before sort" submitted by Alexandra Walford)
1789
1790 2002-07-24 [paul]       0.8.0claws7
1791
1792         * sync with 0.8.0cvs3
1793                 see ChangeLog 2002-07-24
1794
1795 2002-07-23 [christoph]  0.8.0claws6
1796
1797         * src/folder.c
1798         * src/folder.h
1799         * src/summaryview.c
1800         * src/summaryview.h
1801         * src/main.c
1802                 o separate processing and summaryview
1803                 o removed summary_write_cache from summaryview
1804                 o removed summaryview->killed_messages, because we don't have
1805                   to keep a list of killed messages anymore. New cache will
1806                   keep the hidden messages in cache anyway
1807         * src/folderview.c
1808         * src/inc.c
1809         * src/selective_download.c
1810                 o removed unnecessary summary_write_cache calls
1811         * src/procmsg.c
1812                 o don't set ignore thread flag in procmsg_get_thread_tree
1813                   if it is already set
1814         * src/mainwindow.c
1815         * src/statusbar.h
1816                 o moved STATUSBAR_PUSH/POP to statusbar.h because
1817                   they are used in different files
1818
1819 2002-07-23 [melvin]     0.8.0claws5
1820
1821         * src/addressbook.c
1822         * src/addrgather.c
1823         * src/editaddress.c
1824         * src/editgroup.c
1825         * src/editldap_basedn.c
1826         * src/importldif.c
1827         * src/prefs_common.c
1828                 Fixed few memory leak (gtk_editable_get_chars returns
1829                 an allocated string)
1830         * src/logwindow.c
1831                 Fixed few memory leak (gtk_editable_get_chars returns
1832                 an allocated string) and modified a little the log cutting
1833                 loop.
1834         * src/compose.c
1835                 Replaced a call to an obsolete function gtk_entry_get_text()
1836                 by gtk_editable_get_chars()
1837         * src/send.c
1838                 Removed a debug printf
1839
1840 2002-07-23 [christoph]  0.8.0claws4
1841
1842         * src/filesel.c
1843                 fix another g_dirname memory leak
1844
1845 2002-07-23 [christoph]  0.8.0claws3
1846
1847         * src/mh.c
1848                 fixed a memory leak in mh_fetch_msginfo
1849                 fixed crash when message header could not be
1850                 parsed
1851
1852 2002-07-23 [paul]       0.8.0claws2
1853
1854         * sync with 0.8.0cvs2
1855                 see ChangeLog 2002-07-23
1856
1857 2002-07-23 [paul]       0.8.0claws1
1858
1859         * sync with 0.8.0cvs1
1860                 see ChangeLog 2002-07-23
1861
1862 2002-07-23 [paul]       0.8.0claws
1863
1864         * release of 0.8.0claws
1865
1866 2002-07-23 [paul]       0.7.8claws99
1867
1868         * po/ru.po
1869                 new Russian translation, submitted by
1870                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1871
1872 2002-07-22 [jens]       0.7.8claws98
1873
1874         * po/de.po
1875                 Updated German translations.
1876
1877 2002-07-22 [paul]       0.7.8claws97
1878
1879         * po/es.po
1880           po/it.po
1881           po/nl.po
1882           po/pt_BR.po
1883                 updated translations by Ricardo Mones Lastra,
1884                 Alessandro Maestri, Wilbert Berendsen and 
1885                 Fabio Jr. Beneditto respectively
1886
1887 2002-07-22 [christoph]  0.7.8claws96
1888
1889         * src/mimeview.c
1890                 fix memory leak caused by wrong g_dirname usage
1891
1892 2002-07-22 [christoph]  0.7.8claws95
1893
1894         * src/summaryview.c
1895                 update new and unread message counts for summaryview
1896                 summaryview does not get it from the folder anymore
1897                 and has to update the values itself
1898
1899 2002-07-22 [melvin]     0.7.8claws94
1900
1901         * po/fr.po
1902                 Updated French translations.
1903
1904 2002-07-22 [christoph]  0.7.8claws93
1905
1906         * src/matcher.c
1907                 set prop->preg pointer to NULL or following check
1908                 will not fail and regexec will be called with
1909                 invalid pointer
1910
1911 2002-07-21 [alfons]     0.7.8claws92
1912         
1913         * src/prefs_common.[ch]
1914                 remove option "Send return receipt on request"
1915
1916 2002-07-21 [thorsten]   0.7.8claws91
1917
1918         * src/mimeview.c
1919                 fixed memleaks, coding style as pointed out by alfons
1920
1921 2002-07-21 [alfons]     0.7.8claws90
1922
1923         * src/messageview.c
1924         * src/noticeview.[ch]
1925                 o fix bug notice view being displayed when going to empty folder 
1926                   (noticed by Christoph)
1927                 o allow RRR to be sent when restarting sylpheed, or changing folder 
1928                   (noticed by Thorsten)
1929
1930 2002-07-21 [thorsten]   0.7.8claws89
1931
1932         * src/mimeview.c
1933                 Included save_all patch from Xaview FACQ
1934                 added support for pathnames
1935
1936 2002-07-21 [alfons]     0.7.8claws88
1937
1938         * po/POTFILES.in
1939         * src/Makefile.am
1940         * src/mainwindow.c
1941         * src/messageview.[ch]
1942         * src/noticeview.c      ** NEW FILE **
1943         * src/noticeview.h      ** NEW FILE **
1944                 make return receipts work again
1945                 (UI idea by Leandro Pereira)
1946
1947 2002-07-21 [paul]       0.7.8claws87
1948
1949         * src/summaryview.c
1950                 fix sensitivity of 'Select thread'
1951
1952 2002-07-21 [paul]       0.7.8claws86
1953
1954         * src/prefs_common.c
1955                 add browser command line for Galeon
1956
1957 2002-07-21 [paul]       0.7.8claws85
1958
1959         * Makefile.am
1960                 fix 'EXTRA_DIST': remove README.README, add TODO
1961                 and TODO.claws
1962
1963 2002-07-21 [alfons]     0.7.8claws84
1964
1965         * src/gtkstext.c
1966                 make enter clear selection
1967                 (closes "[ 579888 ] Editor selection/entry error"
1968                 reported by Steve Lamb)
1969
1970 2002-07-21 [alfons]     0.7.8claws83
1971         
1972         * src/summaryview.c
1973                 sort message list when selecting unthread messages
1974                 (closes "[ 501593 ] switching threaded view doesn't sort"
1975                 reported by Simon Schubert)
1976
1977 2002-07-20 [alfons]     0.7.8claws82
1978         
1979         * src/matcher.c
1980                 const-correctness
1981
1982 2002-07-20 [thorsten]   0.7.8claws81
1983
1984         * src/matcher.c
1985                 Fixed expansion of empty fields in matchactions
1986
1987 2002-07-19 [melvin]     0.7.8claws80
1988
1989         * src/gtkspell.c
1990                 Removed a duplicate menu entry (fast mode) introduced during
1991                 the new cache merge
1992                 Added a menu separator between 'Use alternate' and 'Fast mode'
1993
1994 2002-07-19 [paul]       0.7.8claws79
1995
1996         * tools/Makefile.am
1997           tools/README
1998                 correct typos
1999
2000 2002-07-19 [thorsten]   0.7.8claws78
2001
2002         * tools/calypso_convert.pl      ** NEW FILE **
2003           tools/README
2004           tools/Makefile.am
2005                 script to import mbox files exported
2006                 by calypso
2007                 o generates folder structure
2008                 o includes attachments
2009
2010 2002-07-19 [melvin]     0.7.8claws77
2011
2012         * src/selective_download.[ch]
2013                 Fixed bug where closing the dialog with the window manager's
2014                 close button will not unlock the summary
2015                 Corrected some function declarations that missed a return value
2016                 Made the source code comply better with coding style.
2017         * src/prefs_common.c
2018                 Added new browser command line for Mozilla.
2019
2020 2002-07-18 [paul]       0.7.8claws76
2021
2022         * src/mainwindow.c
2023           src/selective_download.[ch]
2024                 reflect theme changes, fix Gdk Warning when creating 
2025                 pixmap from NULL window, and minor clean up.
2026                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2027
2028         * po/en_GB.po
2029                 updated
2030
2031 2002-07-17 [paul]       0.7.8claws75
2032
2033         * INSTALL[.jp]
2034                 sync with 0.8.0
2035         
2036         * po/en_GB.po
2037                 updated
2038
2039 2002-07-16 [paul]       0.7.8claws74
2040
2041         * tools/filter_conv.pl
2042           tools/README
2043                 replace conversion script with reimplemented version, 
2044                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
2045
2046 2002-07-16 [colin]      0.7.8claws73
2047
2048         * src/summaryview.c
2049                 remove forgotten debug messages - sorry ;-)
2050
2051 2002-07-16 [colin]      0.7.8claws72
2052
2053         * src/mimeview.c
2054           src/summaryview.c
2055           src/textview.c
2056           src/textview.h
2057                 add the ability to select part of a text mime-part 
2058                 to reply.
2059
2060 2002-07-15 [christoph]  0.7.8claws71
2061
2062         * src/folder.c
2063                 fix folder message count for folders without
2064                 msg_is_changed (includes news folders)
2065
2066 2002-07-15 [martin]     0.7.8claws70
2067
2068         * src/summaryview.c
2069                 option "display recipient on 'From'..." now works
2070                 without the need of enabling the option
2071                 "display  sender  using  address  book".
2072
2073 2002-07-15 [christoph]  0.7.8claws69
2074
2075         * src/summaryview.c
2076                 removed setting folder status from summaryview.
2077                 folder.c should update all message counts correctly.
2078
2079 2002-07-15 [paul]       0.7.8claws68
2080
2081         * po/pt_BR.po
2082                 updated by Fabio Junior Beneditto
2083
2084 2002-07-15 [darko]      0.7.8claws67
2085
2086         * src/mh.c
2087                 Fixed target folder colorization, don't decrease op
2088                 number twice
2089
2090 2002-07-14 [paul]       0.7.8claws66
2091
2092         * sync with main 0.8.0
2093                 see ChangeLog 2002-07-14
2094
2095 2002-07-13 [melvin]     0.7.8claws65
2096         
2097         * src/addrbook.c
2098         * src/addressbook.c
2099         * src/addrindex.c
2100                 Replaced sprintf by g_snprintf to prevent possible buffer
2101                 overflow.
2102         * src/news.c
2103                 Corrected a log message output format.
2104                 Added a missing "done" debug output.
2105         * src/compose.c
2106                 Added keyboard accelerator for Priority menu items
2107                 Added missing \n in debug output
2108         * src/logwindow.c
2109         * src/gtkspell.c
2110         * src/rfc2015.c
2111                 Added missing \n in debug output
2112
2113 2002-07-13 [paul]       0.7.8claws64
2114
2115         * man/sylpheed.1
2116                 change Sergey's email address to the sf address
2117
2118         * src/textview.c
2119                 increase show_url_timeout (more useful for long
2120                 urls)
2121
2122 2002-07-12 [sergey]     0.7.8claws63
2123
2124         * src/rfc2015.c
2125                 applied (with some modifications) patch to set the
2126                 micalg parameter for signatures
2127                 (2001-08-28 Werner Koch <wk@gnupg.org>)
2128
2129 2002-07-12 [sergey]     0.7.8claws62
2130
2131         * man/Makefile.am
2132         * configure.in
2133                 fixed man page installation
2134
2135 2002-07-12 [paul]       0.7.8claws61
2136
2137         * sync with 0.7.8cvs26
2138                 see ChangeLog 2002-07-11 and 2002-07-12
2139
2140 2002-07-11 [christoph]  0.7.8claws60
2141
2142         * src/compose.c
2143         * src/procmsg.c
2144                 first use the message number to find the message
2145                 to mark with a reply flag but check the
2146                 message-id if we got the correct message, if not
2147                 try to find it by message-id.
2148                 use new string seperator that is not allowed
2149                 in message-ids.
2150
2151 2002-07-11 [paul]       0.7.8claws59
2152
2153         * sync with 0.7.8cvs23
2154                 see ChangeLog 2002-07-10
2155
2156 2002-07-10 [christoph]  0.7.8claws58
2157
2158         * src/folder.[ch]
2159         * src/msgcache.[ch]
2160                 Added message-id table to the cache in memory
2161                 and functions to msgcache.c and folder.c to
2162                 fetch MsgInfos by message id
2163         * src/compose.c
2164         * src/procmsg.c
2165                 store folder and message-id of message replying
2166                 to in queue header and set reply flag after sending
2167                 (Closes bug #469498)
2168
2169 2002-07-10 [paul]       0.7.8claws57
2170
2171         * AUTHORS
2172           man/sylpheed.1.gz
2173                 add Martin to the list of authors
2174
2175 2002-07-09 [martin]     0.7.8claws56
2176         * src/gtksctree.c
2177                 Added gtk_ctree_last_visible(), tree_update_level(),
2178                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
2179                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2180                 from gtk+ to gtksctree.c for the new sorting code
2181                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
2182                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
2183         * src/gtksctree.h
2184                 Added declaration for gtk_sctree_sort_recursive() and
2185                 gtk_sctree_sort_node
2186         * src/addressbook.c
2187         * src/foldersel.c
2188         * src/folderview.c
2189         * src/summaryview.c
2190                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2191                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
2192
2193 2002-07-08 [paul]       0.7.8claws55
2194
2195         * more sync with 0.7.8cvs21
2196                 see ChangeLog 2002-07-08
2197
2198 2002-07-08 [paul]       0.7.8claws54
2199
2200         * sync with 0.7.8cvs21
2201                 see ChangeLog 2002-07-08
2202
2203 2002-07-07 [alfons]     0.7.8claws53
2204
2205         * src/Makefile.am
2206         * src/stock_pixmap.[ch]
2207         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
2208         * src/pixmaps/notice_error.xpm  ** NEW FILE **
2209         * src/pixmaps/notice_note.xpm   ** NEW FILE **
2210                 add new pixmaps for upcoming notice pane
2211
2212 2002-07-06 [melvin]     0.7.8claws52
2213
2214         * src/gtkspell.[ch]
2215                 Made them a bit closer to Sylpheed's coding style.
2216                 Removed old code.
2217                 Removed possible memory leaks when some errors occurs.
2218
2219 2002-07-06 [melvin]     0.7.8claws51
2220
2221         * po/Makefile.in.in
2222                 Removed --no-location in xgettext command line to help
2223                 translators that use Emacs' po-mode
2224         * src/quote_fmt.c
2225                 Removed unnecessary comments that messed up sylpheed.pot
2226
2227 2002-07-06 [paul]       0.7.8claws50
2228
2229         * sync with 0.7.8cvs19
2230                 see ChangeLog 2002-07-05
2231
2232 2002-07-06 [christoph]  0.7.8claws49
2233
2234         * src/folder.c
2235         * src/mainwindow.c
2236                 fix folder_item_remove_all_msg and folderview
2237                 status for trash folders after emptying trash
2238
2239 2002-07-05 [paul]       0.7.8claws48
2240
2241         * sync with 0.7.8cvs16
2242                 see ChangeLog 2002-07-04 and 2002-07-05
2243
2244 2002-07-04 [paul]       0.7.8claws47
2245
2246         * sync with 0.7.8cvs14
2247                 see  ChangeLog 2002-07-04
2248
2249 2002-07-03 [alfons]     0.7.8claws46
2250
2251         * src/folder.c
2252                 dupe folder item's path because it's being reallocated
2253                 by new folder scanning code
2254
2255 2002-07-03 [christoph]  0.7.8claws45
2256
2257         * src/imap.c
2258                 better IMAP uid fetching using 'FETCH 1:* (UID)'
2259         * src/msgcache.c
2260                 add missing return in msgcache_write
2261
2262 2002-07-02 [thorsten]   0.7.8claws44
2263
2264         * src/jpilot.c
2265         * src/msgcache.c
2266         * src/rfc2015.c
2267                 use binary mode for file access
2268
2269 2002-07-02 [christoph]  0.7.8claws43
2270
2271         * major code cleanup (part 1)
2272         
2273                 - unused variables removed
2274                 - unused functions removed
2275                 - uninitialized variables checked
2276                 - missing return statements added
2277                 - missing function return types added
2278                 - added parentheses around assignment and
2279                   && in || when suggested by gcc
2280               
2281         * src/mh.c
2282         * src/folder.c
2283                 replaced direct calls to folder->scan_tree
2284                 with folder_scan_tree and restore folder
2285                 prefs in this function. The folder should
2286                 not have to deal with them.
2287                 ( Should now work for all folder types )
2288
2289 2002-07-02 [paul]       0.7.8claws42
2290
2291         * sync with 0.7.8cvs13
2292                 see ChangeLog 2002-07-01 and 2002-07-02
2293
2294 2002-07-01 [christoph]  0.7.8claws41
2295
2296         * src/summaryview.c
2297                 fix "goto next/prev unread message" with
2298                 ignored threads
2299
2300 2002-07-01 [paul]       0.7.8claws40
2301
2302         * po/es.po
2303                 updated by Ricardo Mones Lastra
2304
2305 2002-06-30 [match]      0.7.8claws39
2306
2307         * src/jpilot.c
2308                 applied variation of leonerd's patch (566661) to
2309                 allow multiple email addresses per JPilot entry.
2310                 addresses may be separated by space, comma, pipe,
2311                 semi-colon, new-line.
2312
2313 2002-06-30 [alfons]     0.7.8claws38
2314
2315         * src/procmsg.c
2316                 simple fix for putting older nodes before
2317                 newer nodes when threading by subject
2318
2319 2002-06-30 [christoph]  0.7.8claws37
2320
2321         * src/folder.c
2322         * src/folderview.c
2323         * src/mh.c
2324         * src/news.c
2325         * src/procmsg.c
2326                 fix broken folder tree rescaning
2327                 and don't use procmsg_get_mark_sum
2328                 anymore
2329
2330 2002-06-30 [christoph]  0.7.8claws36
2331
2332         * merge new cache branch
2333         * src/imap.c
2334                 fix new cache imap copy bug
2335         * src/folder.c
2336                 improved folder_item_scan
2337                 it should now always set the correct
2338                 new, unread and total message counts
2339
2340 2002-06-29 [paul]       0.7.8claws35
2341
2342         * configure.in
2343                 correct syntax error
2344
2345 2002-06-29 [paul]       0.7.8claws34
2346
2347         * configure.in
2348           Makefile.am
2349           man/Makefile.am       ** NEW FILE **
2350           man/sylpheed.1.gz     ** NEW FILE **
2351                 add Sylpheed man page
2352
2353 2002-06-29 [paul]       0.7.8claws33
2354
2355         * po/pt_BR.po
2356                 updated by Fabio Junior Beneditto
2357
2358 2002-06-28 [jens]       0.7.8claws32
2359
2360         * po/de.po
2361                 translation updated
2362
2363         * src/selective_download.c
2364                 removed gettext for space " "
2365
2366         * src/imap.c
2367                 removed wrong space
2368
2369 2002-06-28 [paul]       0.7.8claws31
2370
2371         * sync with 0.7.8cvs11
2372                 see ChangeLog 2002-06-28
2373
2374 2002-06-28 [paul]       0.7.8claws30
2375
2376         * sync with 0.7.8cvs10
2377                 see ChangeLog 2002-06-27 and 2002-06-28
2378
2379 2002-06-26 [paul]       0.7.8claws29
2380
2381         * src/addrgather.c
2382           src/selective_download.c
2383                 don't gettextise empty strings.
2384                 reserved by gettext. gettext("") returns 
2385                 the header entry with meta information, 
2386                 not the empty string
2387
2388         * po/en_GB.po
2389                 updated
2390
2391 2002-06-26 [paul]       0.7.8claws28
2392
2393         * sync with 0.7.8cvs7
2394                 see ChangeLog 2002-06-25
2395
2396         * src/prefs_common.c
2397                 ...and in the process, tweak the gui a little
2398
2399 2002-06-25 [alfons]     0.7.8claws27
2400         
2401         * configure.in
2402         * src/Makefile.am
2403                 fine tune ldap library detection
2404
2405 2002-06-25 [alfons]     0.7.8claws26
2406
2407         * src/compose.c
2408                 don't allow return receipts when composing a news article
2409
2410 2002-06-25 [paul]       0.7.8claws25
2411
2412         * Makefile.am
2413                 add '$(AMTAR)' to 'release' section to allow for
2414                 new and older autotools
2415
2416 2002-06-25 [paul]       0.7.8claws24
2417
2418         * src/summaryview.c
2419                 fix "No more unread messages" persistant pop-up
2420                 window bug
2421
2422 2002-06-25 [paul]       0.7.8claws23
2423
2424         * po/it.po
2425                 updated by Alessandro Maestri
2426
2427 2002-06-25 [paul]       0.7.8claws22
2428
2429         * sync with 0.7.8cvs6
2430                 see ChangeLog 2002-06-25
2431
2432 2002-06-24 [paul]       0.7.8claws21
2433
2434         * tools/update-po
2435                 add GPL copyright information
2436
2437 2002-06-24 [paul]       0.7.8claws20
2438
2439         * tools/Makefile.am
2440           tools/README
2441           tools/update-po       ** NEW FILE **
2442                 add script that eases the creation of *.po files
2443                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2444
2445 2002-06-23 [alfons]     0.7.8claws19
2446
2447         * src/messageview.c
2448                 make notification_convert_header obey const correctness
2449                 (next step will be fixing the broken return receipt)
2450
2451 2002-06-23 [paul]       0.7.8claws18
2452
2453         * src/messageview.c
2454                 fix bug introduced in last commit:
2455                 removed too much code in last commit - put back what's
2456                 needed
2457
2458 2002-06-23 [paul]       0.7.8claws17
2459
2460         * src/messageview.[ch]
2461                 remove code committed in error from locally patched
2462                 source
2463
2464 2002-06-23 [colin]      0.7.8claws16
2465
2466         * src/compose.[ch]
2467                 add compose_entry_select(), used to select the default_to
2468                 email address - hopefully avoiding people sending mails to
2469                 wrong recipients.
2470
2471 2002-06-22 [alfons]     0.7.8claws15
2472
2473         * AUTHORS
2474                 add Bram Metsch & Stanislav Karchebny
2475         * src/smtp.[ch]
2476         * src/prefs_account.[ch]
2477         * src/send.c
2478                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
2479                   options.  (see <http://sourceforge.net/tracker/index.php
2480                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
2481
2482                 - merge Stanislav's fix to make SMTP AUTH work with qmail
2483                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2484
2485 2002-06-22 [paul]       0.7.8claws14
2486
2487         * sync with 0.7.8cvs5
2488                 see ChangeLog 2002-06-19 and 2002-06-20
2489
2490 2002-06-22 [alfons]     0.7.8claws13
2491
2492         * src/selective_download.c
2493                 fix a stupid mistake I made
2494
2495 2002-06-22 [alfons]     0.7.8claws12
2496
2497         * src/selective_download.[ch]
2498                 fix another unnoticed leak; cleanup code
2499
2500 2002-06-21 [alfons]
2501
2502         * tools/Makefile.am
2503                 gpg-sign <-- gpg-sign-syl
2504
2505 2002-06-21 [alfons]     0.7.8claws11
2506
2507         * src/selective_download.c
2508         * src/selective_download.h
2509                 fix assorted mix of allocation errors (should solve
2510                 problem reported by Philippe Gramoullé, see:
2511                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2512
2513 2002-06-20 [melvin]     0.7.8claws10
2514
2515         * tools/gpg-sign *REMOVED*
2516           tools/gpg-sign-syl *ADDED*
2517                 Replaced the gpg clearsigning script with the version using
2518                 xterm instead of ssh-askpass and changed its name.
2519
2520         * README.claws
2521                 Updated actions example to reflect the renaming of the
2522                 gpg clearsigning script.
2523
2524 2002-06-19 [paul]       0.7.8claws9
2525
2526         * sync with 0.7.8claws9
2527                 see ChangeLog 2002-06-18 and 2002-06-19
2528
2529 2002-06-19 [paul]       0.7.8claws8
2530
2531         * sync with 0.7.8cvs1
2532                 see ChangeLog 2002-06-18
2533
2534 2002-06-18 [alfons]     0.7.8claws7
2535
2536         * src/mainwindow.h
2537                 add omitted prototype
2538
2539 2002-06-17 [paul]       0.7.8claws6
2540
2541         * src/mainwindow.c
2542                 fix hiding of exec_btn
2543
2544 2002-06-17 [paul]       0.7.8claws5
2545
2546         * src/pop.c
2547                 remove unneeded code: should_delete() 
2548                 and Pop3State::uidl_todelete_list
2549
2550 2002-06-17 [paul]       0.7.8claws4
2551
2552         * sync with 0.7.8
2553                 see ChangeLog 2002-06-11 and 2002-06-13
2554
2555 2002-06-16 [alfons]     0.7.8claws3
2556         
2557         * src/folder.c
2558                 make sure lock sort mode (claws specific) is
2559                 also persists after a tree rescan
2560
2561 2002-06-16 [alfons]     0.7.8claws2
2562
2563         * src/prefs_folder_item.c
2564         * src/folder.[ch]
2565                 fix persistence of folder sort mode (broken
2566                 by adapting Hiro's new folder persistence code)
2567
2568 2002-06-16 [alfons]     0.7.8claws1
2569
2570         * AUTHORS
2571         * src/logwindow.c
2572         * src/prefscommon.[ch]
2573                 control size of log text in log window; 
2574                 closes patch #569155 submitted by Mitko Haralanov.
2575
2576 2002-06-15 [paul]       0.7.8claws
2577
2578         * release of 0.7.8claws
2579
2580 2002-06-15 [paul]       0.7.7claws
2581
2582         * po/pt_BR.po
2583                 updated by Fabio Junior Beneditto
2584
2585 2002-06-14 [paul]       0.7.6claws49
2586
2587         * po/es.po
2588                 updated by Ricardo Mones Lastra
2589
2590 2002-06-14 [paul]       0.7.6claws48
2591
2592         * po/nl.po
2593                 updated translation by Wilbert Berendsen
2594
2595 2002-06-14 [melvin]     0.7.6claws47
2596
2597         * po/fr.po
2598                 Updated French translation
2599
2600 2002-06-13 [paul]       0.7.6claws46
2601
2602         * src/filesel.c
2603                 allow filename to be typed in, rather than just
2604                 selected by the mouse. Patch by Gustavo Noronha Silva.
2605
2606 2002-06-13 [alfons]     0.7.6claws45
2607
2608         * src/mainwindow.[ch]
2609                 more cleanups (removing unnecessary menu items Expand 
2610                 summary / message view)
2611
2612 2002-06-13 [melvin]     0.7.6claws44
2613
2614         * po/POTFILES.in
2615                 Added src/string_match.c
2616         * src/string_match.c
2617                 Fixed possible buffer overflow.
2618                 Corrected typo.
2619                 Added missing config.h header.
2620         * src/prefs_common.c
2621           src/prefs_matcher.c
2622           src/prefs_scoring.c
2623                 Made some strings translatable (missing _(..)).
2624
2625 2002-06-13 [melvin]     0.7.6claws43
2626
2627         * README.claws
2628                 Corrected action example (verifying clearsigned mail).
2629         * src/prefs_account.c
2630                 Corrected typo.
2631         * src/prefs_common.c
2632                 Removed incorrect line that generated a Gtk-CRITICAL msg.
2633
2634 2002-06-12 [alfons]     0.7.6claws42
2635
2636         * src/summaryview.c
2637                 add init of score column lost in 0.7.6claws42
2638
2639 2002-06-12 [paul]       0.7.6claws41
2640
2641         * src/prefs_account.c
2642                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
2643                 behavior of the radio buttons, (from 0.7.7cvs2)
2644
2645 2002-06-11 [alfons]     0.7.6claws40
2646
2647         * src/messageview.[ch]
2648         * src/summaryview.[ch]
2649         * src/summary_search.c
2650         * src/mainwindow.c
2651                 perform a sync to bring in Hiro's separate view implementation 
2652
2653                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2654
2655 2002-06-11 [paul]       0.7.6claws39
2656         
2657         * src/prefs_account.c
2658                 correct a typo on the Receive tab
2659
2660 2002-06-10 [match]      0.7.6claws38
2661
2662         * src/addressbook.c
2663                 Included address completion patch from Gustavo Noronha.
2664
2665 2002-06-10 [paul]       0.7.6claws37
2666
2667         * src/inc.[ch]
2668           src/pop.c
2669           src/prefs_account.[ch]
2670           src/selective_download.[ch]
2671                 apply PATCH #561712
2672                  NEW:
2673                 - check if POP Account
2674                 - Receive Button renamed to Preview
2675                 - Preview Button Popup: preview new/all messages
2676                 - Download Button
2677                 - Account Preferences-->Receive tab checkbutton if you
2678                   want to remove Mail after Download
2679                 -: default YES
2680                 - Account Preferences-->Receive tab checkbutton use
2681                   filtering rules on preview
2682                   (think of delete_on_server)
2683                 -: default YES
2684                 - Account selectable from SD dialog
2685                 - checkbutton to show already downloaded messages if
2686                   all messages are previewed
2687                 - new clist column showing Date
2688                 - ESC KEY close
2689                 FIXES:
2690                 - play ball with UIDL
2691                 - fault tolerant (?) 
2692                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2693
2694 2002-06-10 [melvin]     0.7.6claws36
2695
2696         * README.claws
2697                 Added a hint to ac/README in cvs instructions.
2698
2699         * src/prefs_actions.c
2700                 Made it possible to use a more elaborate command line
2701                 for asynchronous actions, too.
2702
2703 2002-06-10 [melvin]     0.7.6claws35
2704         
2705         * src/prefs_actions.c
2706                 Make it possible to use a more elaborate command line
2707                 (e.g. |foo|bar|cat>there;echo Done|)
2708                 Corrected error message when calling %f, %F and %p commands
2709                 from the compose window.
2710
2711 2002-06-09 [colin]      0.7.6claws34
2712
2713         * src/summaryview.c
2714                 Automatically find unread messages in current folder
2715                 before annoying the user.
2716
2717 2002-06-08 [alfons]     0.7.6claws33
2718
2719         * po/it.po
2720                 remove bad formatting string in it.po translation
2721                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2722
2723 2002-06-08 [paul]       0.7.6claws32
2724
2725         * sync with 0.7.6cvs25
2726                 see ChangeLog 2002-06-07
2727
2728 2002-06-05 [paul]       0.7.6claws31
2729
2730         * src/mainwindow.c
2731                 add 'Sort by locked' and 'Sort by score'
2732
2733 2002-06-05 [paul]       0.7.6claws30
2734
2735         * sync with 0.7.6cvs24
2736                 see ChangeLog 2002-06-04
2737
2738 2002-06-04 [paul]       0.7.6claws29
2739
2740         * po/pt_BR.po
2741                 updated by Fabio Junior Beneditto
2742
2743 2002-06-03 [thorsten]   0.7.6claws28
2744
2745         * src/matcher.c
2746                 fclose() matcherrc after reading
2747
2748 2002-06-03 [paul]       0.7.6claws27
2749
2750         * sync with 0.7.6cvs21
2751                 see ChangeLog 2002-05-31
2752
2753 2002-05-31 [paul]       0.7.6claws26
2754
2755         * sync with 0.7.6cvs20
2756                 see ChangeLog 2002-05-29 and 2002-05-30
2757
2758 2002-05-31 [paul]       0.7.6claws25
2759
2760         * src/imap.c
2761                 hopefully fix last buggy sync
2762
2763         * README.claws
2764                 correct typo in 'Actions' examples
2765
2766 2002-05-29 [paul]       0.7.6claws24
2767
2768         * sync with 0.7.6cvs18
2769                 see ChangeLog 2002-05-28 and 2002-05-29
2770
2771         * src/news.c
2772           src/nntp.[ch]
2773                 sync with above 
2774
2775 2002-05-28 [paul]       0.7.6claws23
2776
2777         * sync with 0.7.6cvs16
2778                 see ChangeLog 2002-05-28
2779
2780 2002-05-27 [thorsten]   0.7.6claws22 
2781
2782         * faq/it/sylpheed-faq-1.html
2783           faq/it/sylpheed-faq-2.html
2784           faq/it/sylpheed-faq-3.html
2785           faq/it/sylpheed-faq.html
2786                 corrected DOS lineendings
2787         * faq/de/sylpheed-faq-1.html
2788           faq/de/sylpheed-faq-2.html
2789           faq/en/sylpheed-faq-1.html
2790           faq/en/sylpheed-faq-2.html
2791           faq/en/sylpheed-faq-3.html
2792           faq/es/sylpheed-faq-1.html
2793           faq/es/sylpheed-faq-2.html
2794           faq/es/sylpheed-faq-3.html
2795           faq/fr/sylpheed-faq-1.html
2796           faq/it/sylpheed-faq-1.html
2797           faq/it/sylpheed-faq-2.html
2798           faq/it/sylpheed-faq-3.html
2799           faq/it/sylpheed-faq.html
2800                 changed ">" to &quot;
2801
2802 2002-05-27 [paul]       0.7.6claws21
2803         
2804         * sync with 0.7.6cvs15
2805                 see ChangeLog 2002-05-27
2806
2807 2002-05-27 [paul]       0.7.6claws20
2808
2809         * src/prefs_account.c
2810                 correct a typo
2811
2812 2002-05-26 [paul]       0.7.6claws19
2813
2814         * tools/README
2815                 correct a typo
2816
2817 2002-05-25 [paul]       0.7.6claws18
2818
2819         * tools/README
2820                 add description of kmail2sylpheed.pl
2821
2822 2002-05-25 [paul]       0.7.6claws17
2823
2824         * tools/kmail2sylpheed.pl       ** NEW FILE **
2825                 perl script that converts an exported Kmail address
2826                 book, converts it to sylpheed addressbook file,
2827                 writes the file to .sylpheed, and updates
2828                 addrbook--index.xml 
2829
2830 2002-05-25 [paul]       0.7.6claws16
2831
2832         * sync with 0.7.6cvs14
2833                 see ChangeLog 2002-05-23
2834
2835 2002-05-24 [paul]       0.7.6claws15
2836
2837         * README.claws
2838                 make a correction and add some more info
2839
2840 2002-05-24 [paul]       0.7.6claws14
2841
2842         * src/compose.c
2843                 fix memory leak in 
2844                 compose_redirect_write_headers_from_headerlist()
2845                 add Subject and Resent-Message-ID to
2846                 compose_redirect_write_headers()
2847                 Received, Subject, and X-UIDL are filtered out in 
2848                 compose_redirect_write_to_file()
2849
2850 2002-05-23 [paul]       0.7.6claws13
2851
2852         * src/compose.[ch]
2853           src/filtering.c
2854           src/mainwindow.c
2855           src/matcher.[ch]
2856           src/matcher_parser_lex.l
2857           src/matcher_parser_parse.y
2858           src/prefs_common.[ch]
2859           src/prefs_filtering.c
2860           src/summaryview.c
2861                 rename 'Bounce' to 'Redirect'
2862
2863 2002-05-23 [paul]       0.7.6claws12
2864
2865         * more sync with 0.7.6cvs13
2866           src/compose.c
2867                 see ChangeLog 2002-05-22
2868
2869 2002-05-22 [paul]       0.7.6claws11
2870
2871         * sync with 0.7.6cvs13
2872           src/codeconv.c
2873                 see ChangeLog 2002-05-20
2874           src/prefs_common.c
2875                 see ChangeLog 2002-05-22
2876
2877 2002-05-21 [melvin]     0.7.6claws10
2878
2879         * src/folderview.c
2880                 Added missing filtering and scoring headers
2881                 Fixed bad function call that showed garbage 
2882                 in Folder->Processing
2883
2884 2002-05-21 [paul]       0.7.6claws9
2885
2886         * tools/Makefile.am
2887                 make all tools executable, (patch by Alfons).
2888
2889 2002-05-20 [alfons]     0.7.6claws8
2890
2891         * src/procheader.c
2892                 don't forget to call mktime() so we have a valid week 
2893                 and year day
2894                 (Bug report by Roger Sondermann <mail@jumaros.de>)
2895
2896 2002-05-20 [paul]       0.7.6claws7
2897
2898         * src/html.c
2899                 fix broken parsing of urls
2900         * src/textview.c
2901                 fix displaying of urls
2902
2903                 both fixes from the patch [547855] by Eugene 
2904                 Brevdo (zonem)
2905
2906 2002-05-19 [alfons]     0.7.6claws6
2907
2908         * configure.in
2909                 make sylpheed configure correctly with the latest
2910                 and greatest of automake / autoconf / gettext
2911
2912 2002-05-19 [alfons]     0.7.6claws5
2913
2914         * src/procheader.c
2915         * src/procheader.h
2916                 add function for returning ime zone offset
2917         * src/quote_fmt.c
2918         * src/quote_fmt_parse.y
2919                 better quotation formatting - does not convert
2920                 to local time, but uses the original date string.
2921                 
2922                 Note: %z inserts the timezone offset (should 
2923                 work also on platforms where strftime does not
2924                 support %z).
2925
2926 2002-05-18 [christoph]  0.7.6claws4
2927
2928         * src/summaryview.c
2929                 fix indentation of some code
2930         * tools/Makefile.am
2931                 fix spaces after \
2932         * src/Makefile.am
2933                 add missing \
2934                 correct path for ignorethread.xpm
2935                 incorrect filename for sylpheed_logo.xpm
2936                 add missing include matcher_parser_parse.h
2937
2938 2002-05-18 [paul]       0.7.6claws3
2939
2940         * sync with 0.7.6cvs8
2941                 see ChangeLog 2002-05-16 and 2002-05-17
2942
2943 2002-05-18 [melvin]     0.7.6claws2
2944
2945         * README.claws
2946                 Corrected an action's definition and fixed some misspellings.
2947
2948 2002-05-18 [paul]       0.7.6claws1
2949
2950         * tools/Makefile.am
2951           tools/gpg-sign        ** new file **
2952           tools/uudec           ** new file **
2953                 add Melvin's Actions scripts
2954
2955         * README.claws
2956                 add Melvin's descriptions for Actions
2957
2958 2002-05-18 [paul]       0.7.6claws
2959
2960         * Version 0.7.6claws released
2961
2962 2002-05-17 [paul]       0.7.5claws32
2963
2964         * po/es.po
2965                 updated by Ricardo Mones Lastra
2966
2967 2002-05-17 [paul]       0.7.5claws31
2968
2969         * src/compose.c
2970                 fix Account prefs default folder for sent/draft/deleted
2971                 messages bug
2972
2973         * po/it.po
2974           po/nl.po
2975                 updated translation by Alessandro Maestri and
2976                 Wilbert Berendsen
2977
2978 2002-05-17 [melvin]     0.7.5claws30
2979
2980         * src/prefs_actions.c
2981                 Fixed bug where using %F not at the end of the command 
2982                 resulted in an additional empty argument being created.
2983                 Thanks to Darko Koruga for reporting the bug.
2984
2985 2002-05-17 [melvin]     0.7.5claws29
2986
2987         * po/fr.po
2988                 Updated French translations.
2989
2990 2002-05-15 [paul]       0.7.5claws28
2991         
2992         * po/es.po
2993                 updated by Ricardo Mones Lastra
2994
2995 2002-05-15 [paul]       0.7.5claws27
2996
2997         * sync with 0.7.6cvs4
2998                 see ChangeLog 2002-05-14 and 2002-05-15
2999
3000 2002-05-14 [paul]       0.7.5claws26
3001
3002         * sync with 0.7.6cvs1
3003                 see ChangeLog 2002-05-13
3004
3005 2002-05-13 [thorsten]   0.7.5claws25
3006
3007         * src/messageview.c
3008                 fix select_all and copy in multipart messages
3009         * src/mainwindow.c
3010                 fix select_all and copy in multipart messages
3011
3012 2002-05-12 [paul]       0.7.5claws24
3013
3014         * src/summaryview.c
3015                 reverse last commit, bug already fixed in 0.7.5claws3
3016
3017 2002-05-12 [netztorte]  0.7.5claws23
3018
3019         * src/summaryview.c
3020                 dont parse empty addressbook (checked in before claws20)
3021
3022 2002-05-12 [melvin]     0.7.5claws22
3023
3024         * src/procmsg.[ch]
3025                 Removed unneeded priority code introduced by the previous 
3026                 commit.
3027
3028 2002-05-12 [melvin]     0.7.5claws21
3029
3030         * src/compose.[ch]
3031                 Added possibility to set message's priority.
3032         * src/procmsg.[ch]
3033                 Added possibility to set message's priority.
3034                 Added missing headers
3035
3036 2002-05-12 [melvin]     0.7.5claws20
3037
3038         * src/prefs_actions.c
3039                 Removed implicitely added quotes around the name
3040                 of the temporary files of mime parts.
3041
3042 2002-05-12 [paul]       0.7.5claws19
3043
3044         * sync with 0.7.5cvs20
3045                 see ChangeLog 2002-05-11
3046
3047 2002-05-12 [alfons]     0.7.5claws18
3048
3049         * src/quote_fmt_lex.l
3050         * src/quote_fmt_parse.y
3051                 allow quote / reply date & time format to be set using
3052                 %D{format}. format is a format string you'd pass to
3053                 strftime() (see man strftime, or the Display tab |
3054                 Date format setting).
3055
3056                 Currently %D converts the date to local time. 
3057
3058 2002-05-11 [paul]       0.7.5claws17
3059
3060         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
3061                 see ChangeLog 2002-05-10 and 2002-05-11
3062
3063 2002-05-10 [paul]       0.7.5claws16
3064
3065         * sync with 0.7.5cvs16
3066                 see ChangeLog entries 2002-05-09 and 
3067                 2002-05-10
3068
3069 2002-05-10 [colin]      0.7.5claws15
3070
3071         * src/textview.c
3072                 Corrected a bug that prevented sylpheed to open
3073                 double-clicked URIs.
3074
3075 2002-05-09 [paul]       0.7.5claws14
3076
3077         * sync with 0.7.5cvs14
3078                 see ChangeLog 2002-05-08 and 2002-05-09
3079
3080 2002-05-08 [paul]       0.7.5claws13
3081
3082         * sync with 0.7.5cvs11
3083                 see ChangeLog entry 2002-05-08
3084
3085 2002-05-08 [paul]       0.7.5claws12
3086
3087         * src/mainwindow.c
3088           src/textview.[ch]
3089                 fix segfault on View->Open in new window
3090                 patch submitted by Thorsten Maerz <torte@netztorte.de>
3091
3092 2002-05-07 [paul]       0.7.5claws11
3093
3094         * sync with 0.7.5cvs9
3095                 see ChangeLog entry 2002-05-07
3096
3097 2002-05-06 [paul]       0.7.5claws10
3098
3099         * src/messageview.c
3100           src/textview.c
3101                 display url in statusbar on single-click
3102                 patch submitted by Thorsten Maerz <torte@netztorte.de>
3103
3104 2002-05-06 [match]      0.7.5claws9
3105
3106         * src/addritem.[ch]
3107                 new functions.
3108         * src/addrcache.c
3109                 tidy up.
3110         * src/xmlprops.[ch]
3111                 XML implementation of properties file.
3112         * src/exporthtml.[ch]
3113         * src/expthtmldlg.[ch]
3114         * src/addressbook.c
3115                 export to HTML.
3116
3117 2002-05-02 [sergey]     0.7.5claws8
3118
3119         * src/mainwindow.c (mainwin_entries),
3120           src/prefs_common.c (prefs_send_create()),
3121           src/codeconv.c (locale_table):
3122                 use charset name "Windows-1251" instead of "CP1251".
3123
3124 2002-05-02 [colin]      0.7.5claws7
3125         
3126         * src/compose.c
3127           src/prefs_common.c
3128           src/prefs_folder_item.c
3129                 Fixed cosmetics bugs due to Outbox renamed to Sent.
3130
3131 2002-05-02 [hiro]       0.7.5claws6
3132
3133         * src/imap.c
3134                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
3135
3136 2002-05-02 [paul]       0.7.5claws5
3137
3138         * src/compose.c
3139                 more sync with 0.7.5cvs7, see ChangeLog entry
3140                 2002-05-02
3141
3142 2002-05-02 [hiro]       0.7.5claws4
3143
3144         * src/compose.c
3145                 compose_queue_sub():
3146                 check if queue folder exists (closes #550397).
3147                 removed directory creation since it should be handled
3148                 transparently.
3149         * src/imap.c
3150                 imap_add_msg(): return UID for appended message
3151                 (closes #548842).
3152
3153 2002-04-30 [paul]       0.7.5claws3
3154
3155         * src/summaryview.c
3156                 fix account_find_from_address() bug
3157
3158 2002-04-28 [colin]      0.7.5claws2
3159
3160         * src/compose.c
3161           src/textview.c
3162           src/prefs_common.[ch]
3163           src/utils.[ch]
3164                 Added user-definable quotation characters recognition.
3165
3166 2002-04-28 [paul]       0.7.5claws1
3167
3168         * sync with 0.7.5cvs4
3169                 see ChangeLog entry  2002-04-25
3170
3171 2002-04-28 [paul]       0.7.5claws
3172
3173         * po/es.po
3174           po/nl.po
3175           po/pt_BR.po
3176                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
3177                 Fabio Junior Beneditto
3178
3179 2002-04-27 [jens]       0.7.4claws103
3180
3181         * po/de.po
3182                 updated German translation.
3183
3184 2002-04-27 [hiro]       0.7.4claws102
3185
3186         * src/summaryview.c
3187                 summary_write_cache(): fixed the mark loss of hidden messages.
3188
3189 2002-04-26 [melvin]     0.7.4claws101
3190
3191         * src/procmsg.c
3192                 fixed a second typo (same one)
3193         * po/fr.po
3194           po/it.po
3195           po/pt_BR.po
3196                 fixed the type again...
3197
3198 2002-04-26 [melvin]     0.7.4claws100
3199
3200         * src/procmsg.c
3201                 fixed a typo in an alert message ("temorary").
3202         * po/it.po
3203         * po/pt_BR.po
3204                 corrected the typo  described above.
3205         * po/fr.po
3206                 updated French translation.
3207
3208 2002-04-26 [darko]      0.7.4claws99
3209
3210         * src/summaryview.c
3211                 fix target folder colorization
3212
3213 2002-04-25 [paul]       0.7.4claws98
3214
3215         * po/it.po
3216                 updated by Alessandro Maestri
3217
3218 2002-04-24 [colin]      0.7.4claws97
3219         
3220         * src/compose.c
3221                 Fixed double "subject is empty" question.
3222
3223 2002-04-23 [colin]      0.7.4claws96
3224         
3225         * src/mimeview.c
3226                 Corrected issue when "automatically display images" was
3227                 not set : first image remained after selecting second.
3228
3229 2002-04-23 [melvin]     0.7.4claws95
3230
3231         * src/prefs_actions.c
3232                 Don't display in/out dialog if there is nothing to show.
3233
3234 2002-04-23 [paul]       0.7.4claws94
3235
3236         * sync with 0.7.5cvs3
3237                 bug fixes: see ChangeLog entry 2002-04-23
3238
3239 2002-04-22 [darko]      0.7.4claws93
3240
3241         * src/compose.c
3242                 fix previous check-in which changed code after
3243                 merge from main
3244
3245 2002-04-22 [paul]       0.7.4claws92
3246
3247         * faq/de/*
3248                 add German FAQ
3249         * faq/en/*
3250           faq/es/*
3251           faq/fr/*
3252                 update English, Spanish and French FAQs
3253         * manual/de/*
3254           manual/es/*
3255                 add German and Spanish manuals
3256         * manual/en/*
3257           manual/fr/*
3258                 update English and French manuals
3259
3260         * src/Makefile.am
3261                 add to and re-arrange the pixmap entries
3262
3263 2002-04-22 [darko]      0.7.4claws91
3264
3265         * src/compose.c
3266                 fix sender initials recognition to only allow
3267                 '>' after the initials
3268
3269 2002-04-21 [paul]       0.7.4claws90
3270
3271         * sync with 0.7.5 release
3272                 see ChangeLog entry 2002-04-21
3273
3274 2002-04-21 [alfons]
3275
3276         * src/Makefile.am
3277                 add colin's new pixmaps to EXTRA_DIST
3278
3279 2002-04-21 [colin]      0.7.4claws89
3280         * src/compose.c
3281         * src/inc.c
3282         * src/mainwindow.[ch]
3283         * src/prefs_common.[ch]
3284         * src/stock_pixmap.[ch]
3285                 Added "Work offline" ability.
3286
3287 2002-04-21 [colin]      0.7.4claws88
3288         
3289         * src/mimeview.c
3290         * src/prefs_common.c
3291         * src/prefs_common.h
3292         * src/textview.c : Added an option to common preferences -> display
3293           to allow user not to automatically display images.
3294
3295 2002-04-21 [paul]       0.7.4claws87
3296
3297         * sync with 0.7.4cvs52
3298                 see ChangeLog entry 2002-04-21 (src/imap.c)
3299
3300 2002-04-21 [paul]       0.7.4claws86
3301
3302         * sync with 0.7.4cvs51
3303                 see ChangeLog entry 2002-04-21
3304
3305 2002-04-21 [paul]       0.7.4claws85
3306
3307         * sync with 0.7.4cvs49
3308                 see ChangeLog entries 2002-04-20 and 2002-04-21
3309
3310         * src/Makefile.am
3311                 clean up: remove old 'stock_' element from xpm 
3312                 filenames.
3313
3314 2002-04-21 [alfons]     0.7.4claws84
3315
3316         apply sync patch from Paul
3317
3318         * src/folderview.c
3319                 use old claws prefs_folder_item_create() for now
3320
3321 2002-04-19 [match]      0.7.4claws83
3322
3323         * src/addressbook.[ch]
3324         * src/addrharvest.[ch]
3325         * src/addrgather.[ch]
3326                 recurse folders.
3327         * src/mainwindow.c
3328         * src/summaryview.[ch]
3329                 change menu option.
3330
3331 2002-04-19 [paul]       0.7.4claws82
3332
3333         * po/pt_BR.po
3334                 updated by Fabio Junior Beneditto
3335
3336 2002-04-14 [alfons]     0.7.4claws81
3337
3338         * src/passphrase.c
3339                 add #include <sys/types.h> for mode_t and off_t 
3340
3341 2002-04-13 [paul]       0.7.4claws80
3342         
3343         * src/main.c
3344           src/passphrase.[ch]
3345           src/pgptext.c
3346           src/prefs_common.[ch]
3347           src/rfc2015.c
3348                 enable storing of GnuPG passphrase for the whole 
3349                 session or a user-defined number of minutes. patch 
3350                 submitted by Ravemax <ravemax@dextrose.com>
3351
3352 2002-04-13 [alfons]     0.7.4claws79
3353
3354         * src/textview.c
3355                 make email parser also stop scanning when encountering separators
3356                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3357
3358 2002-04-13 [paul]       0.7.4claws78
3359
3360         * sync with 0.7.4cvs39
3361                 see ChangeLog entry 2002-04-12
3362
3363 2002-04-11 [paul]       0.7.4claws77
3364
3365         * sync with 0.7.4cvs37
3366                 see ChangeLog entry 2002-04-11
3367
3368 2002-04-11 [paul]       0.7.4claws76
3369
3370         * COPYING 
3371                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3372                 the clause for OpenSSL). sync with sylpheed main
3373
3374 2002-04-09 [melvin]     0.7.4claws75
3375
3376         * src/compose.c
3377                 Made 'Ctrl-Enter' on send ignore some modifiers 
3378                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3379                 to bind other *-Enter (but not Alt-Enter).
3380
3381 2002-04-09 [paul]       0.7.4claws74
3382
3383         * sync with 0.7.4cvs35
3384                 see ChangeLog entries 2002-04-09
3385
3386 2002-04-08 [paul]       0.7.4claws73
3387
3388         * sync with 0.7.4cvs33
3389                 see ChangeLog entry 200-04-08
3390
3391 2002-04-07 [match]      0.7.4claws72
3392
3393         * src/addrharvest.[ch]
3394                 fixed to read all addresses in header, regardless
3395                 of header size. improved name parsing. accommodate
3396                 harvest from folders and selected message.
3397         * src/addritem.[ch]
3398                 included new address parsing function.
3399         * src/addrgather.[ch]
3400         * src/addressbook.[ch]
3401         * src/summaryview.[ch]
3402         * src/mainwindow.c
3403                 allow address harvest of folder as well as selected
3404                 messages.
3405
3406 2002-04-07 [paul]       0.7.4claws71
3407
3408         * src/esmtp.[ch]
3409           src/smtp.c
3410                 don't try to authenticate with CRAM-MD5 in SMTP when 
3411                 SMTP-AUTH enabled if MTA doesn't issue this 
3412                 auth-method in it's ehlo-response. bug item #531364,
3413                 patch item #938910. patch submitted by Colin Leroy 
3414                 <colin@colino.net>
3415
3416 2002-04-07 [paul]       0.7.4claws70
3417
3418         * src/nntp.c
3419                 fix missing MODE_READER bug. patch submitted by
3420                 Colin Leroy <colin@colino.net>
3421
3422 2002-04-07 [alfons]     0.7.4claws69
3423
3424         * src/matcher.[ch]
3425         * src/prefs_filtering.c
3426         * src/summaryview.c
3427                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3428                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3429
3430 2002-04-07 [paul]       0.7.4claws68
3431
3432         * sync with 0.7.4cvs32
3433                 see ChangeLog entry 2002-04-06
3434
3435         * tools/filter_conv.pl
3436                 more bug fixes
3437
3438 2002-04-06 [paul]       0.7.4claws67
3439
3440         * tools/filter_conv.pl
3441                 modify to be able to find the name of the first
3442                 mailbox and use that. main's filter does not
3443                 record the full path to the mailbox and therefore
3444                 can only filter to the first mailbox.
3445
3446 2002-04-05 [paul]       0.7.4claws66
3447
3448         * tools/filter_conv.pl
3449                 attempt to make the script all-encompassing and
3450                 be able to convert any main 'filter' rule thrown
3451                 at it
3452
3453 2002-04-05 [paul]       0.7.4claws65
3454
3455         * tools/filter_conv.pl
3456                 allow for collapsed folder trees
3457
3458 2002-04-05 [paul]       0.7.4claws64
3459
3460         * sync with 0.7.4cvs31
3461                 see ChangeLog entries 2002-04-05
3462
3463 2002-04-03 [paul]       0.7.4claws63
3464
3465         * sync with 0.7.4cvs29
3466                 see ChangeLog entries 2002-04-02 and 2002-04-03
3467
3468 2002-04-02 [paul]       0.7.4claws62
3469
3470         * sync with 0.7.4cvs26
3471                 see ChangeLog entry 2002-04-01
3472
3473 2002-04-02 [match]      0.7.4claws61
3474
3475         * src/pine.[ch]
3476         * src/importpine.[ch]
3477         * src/addressbook.c
3478                 import Pine address book.
3479
3480 2002-04-02 [match]      0.7.4claws60
3481
3482         * src/addrharvest.[ch]
3483                 improve address parsing of funky addresses.
3484
3485 2002-04-02 [darko]      0.7.4claws59
3486
3487         * src/compose.c
3488                 wrap on send improvements, it now recognizes quoted
3489                 initials as part of the quotation string, and it
3490                 does not join lines separated by CR
3491
3492 2002-04-01 [match]      0.7.4claws58
3493
3494         * src/mgutils.[ch]
3495                 added new functions.
3496         * src/mutt.[ch]
3497                 remove excessive duplicate address generation
3498                 on import.
3499
3500 2002-04-01 [alfons]     0.7.4claws57
3501         
3502         * src/summaryview.c
3503                 put back g_free() 
3504
3505 2002-04-01 [paul]       0.7.4claws56
3506
3507         * sync with 0.7.4cvs25
3508                 see ChangeLog entry 2002-04-01
3509
3510 2002-04-01 [alfons]     0.7.4aprilfool55
3511
3512         * src/summaryview.c
3513                 honour feature request item #537427 to allow for
3514                 displaying names from address book for sent mail also
3515
3516 2002-03-29 [paul]       0.7.4claws54
3517
3518         * src/mainwindow.c
3519           src/prefs_filtering.[ch]
3520           src/prefs_matcher.c
3521           src/summaryview.c
3522                 add 'fast filter' for claws' filtering,
3523                 /Tools/Create filter rule/... patch submitted
3524                 by Neill Miller <neillm@thecodefactory.org>
3525
3526 2002-03-29 [paul]       0.7.4claws53
3527
3528         * sync with 0.7.4cvs24
3529                 see ChangeLog entry 2002-03-29
3530
3531 2002-03-28 [paul]       0.7.4claws52
3532
3533         * sync with 0.7.4cvs23
3534                 see ChangeLog entry 2002-03-28
3535
3536 2002-03-27 [melvin]     0.7.4claws51
3537
3538         * src/prefs_actions.c
3539                 Added support to pass only one message part (as a
3540                 file) to the command using '%p'. No quotes are needed
3541                 because doubles quotes are automatically added.
3542                 Fixed bug where Sylpheed could block when waiting for
3543                 a child process to finish.
3544                 Changed the help menu to remove quotes around symbols to 
3545                 avoid misinterpretation (they must not be used).
3546
3547 2002-03-27 [melvin]     0.7.4claws50
3548
3549         * src/inc.c
3550                 Made the new mail notification command always 
3551                 execute asynchronously.
3552
3553 2002-03-27 [paul]       0.7.4claws49
3554
3555         * src/compose.c
3556                 fix bug introduced in last commit
3557
3558 2002-03-27 [paul]       0.7.4claws48
3559
3560         * sync with 0.7.4cvs21
3561                 see ChangeLog 2002-03-26 and 2002-03-27
3562
3563 2002-03-26 [hoa]        0.7.4claws47
3564
3565         * src/prefs_folder_item.c
3566                 really fixed the bug #516442 with folder rescan.
3567
3568 2002-03-26 [paul]       0.7.4claws46
3569
3570         * sync with 0.7.4cvs19
3571                 see ChangeLog entries 2002-03-25 and 2002-03-26
3572
3573 2002-03-25 [hoa]        0.7.4claws45
3574
3575         * src/matcher.c
3576         * src/mh.c
3577                 fix the bug #516442 with folder rescan.
3578
3579         * src/prefs_common.[ch]
3580         * src/compose.c
3581                 added an option to enable two different behaviours
3582                 for bounce.
3583
3584
3585 2002-03-25 [paul]       0.7.4claws44
3586
3587         * src/mainwindow.c
3588           src/selective_download.c
3589                 correct a few menuitem labels
3590
3591 2002-03-25 [christoph]  0.7.4claws43
3592
3593         * src/procmsg.c
3594                 fix non deleted tmp message in
3595                 procmsg_save_to_outbox
3596                 fix problems caused by sync with
3597                 main branch's procmsg_send_queue
3598
3599 2002-03-25 [paul]       0.7.4claws42
3600
3601         * src/quote_fmt.c
3602           src/quote_fmt_lex.l
3603           src/quote_fmt_parse.y
3604                 add Last name (%L) placeholder for quoting. 
3605                 patch submitted by Thorsten Thielen 
3606                 <thth@users.sourceforge.net>
3607
3608 2002-03-25 [paul]       0.7.4claws41
3609
3610         * src/utils.c
3611                 get full hostname. patch submitted by
3612                 Bob Woodside <rwoodside1@comcast.net>
3613
3614 2002-03-25 [paul]       0.7.4claws40
3615
3616         * src/account.c
3617           src/news.c
3618           src/nntp.[ch]
3619           src/prefs_account.[ch]
3620                 enable NNTP over SSL. patch submitted by
3621                 Pascal Jermini <pascal@infinity.hn.org>
3622
3623 2002-03-24 [paul]       0.7.4claws39
3624
3625         * src/prefs_common.c
3626                 make the arrangement of the Compose tab more
3627                 coherent
3628
3629         * src/mainwindow.c
3630                 fix some irregularities of style
3631
3632         * po/de.po
3633                 updated by Kilian Krause
3634
3635 2002-03-23 [paul]       0.7.4claws38
3636
3637         * po/pt_BR.po
3638                 updated by Fabio Junior Beneditto
3639
3640 2002-03-23 [paul]       0.7.4claws37
3641
3642         * src/mainwindow.c
3643                 move 'Gather addresses' to 'Tools' menu
3644                 make 'Selective download' sensitive
3645
3646 2002-03-23 [paul]       0.7.4claws36
3647
3648         * sync with 0.7.4cvs16
3649                 see ChangeLog entries 2002-03-23
3650
3651 2002-03-22 [christoph]  0.7.4claws35
3652
3653         * src/quote_fmt_parse.y
3654                 fix include program output
3655
3656 2002-03-22 [alfons]     0.7.4claws34
3657
3658         * src/pop.c
3659                 initialize GDate stack variable correctly (sorry!)
3660
3661 2002-03-22 [paul]       0.7.4claws33
3662
3663         * src/compose.c
3664           src/mainwindow.c
3665           src/prefs_actions.c
3666           src/prefs_common.c
3667                 rename 'Tool' to 'Tools'
3668
3669         * src/mainwindow.c
3670                 move 'Delete duplicated messages' from
3671                 'Message/' to 'Tools/'
3672                 re-arrange the order of 'Tools/' items
3673
3674 2002-03-22 [paul]       0.7.4claws32
3675
3676         * src/addr_compl.c
3677           src/addressbook.[ch]
3678                 auto-address completion now also matches on
3679                 Nickname. patch submitted by Bob Forsman 
3680                 <hammor@users.sourceforge.net>
3681
3682         * src/editaddress.c
3683                 correct a spelling mistake
3684
3685 2002-03-22 [alfons]     0.7.4claws31
3686
3687         * src/pop.c
3688                 fix getting uidl from incorrect string 
3689                 (spotted by Colin)
3690
3691 2002-03-21 [alfons]     0.7.4claws30
3692
3693         * src/pop.c
3694                 more code refactoring
3695                 plug mem leak introduced by delete on server
3696
3697 2002-03-21 [paul]       0.7.4claws29
3698
3699         * sync with 0.7.4cvs11
3700                 see ChangeLog entries 2002-03-20
3701
3702 2002-03-20 [alfons]     0.7.4claws28
3703
3704         * src/inc.c
3705                 apply Colin's patch and refactor
3706
3707 2002-03-20 [paul]       0.7.4claws27
3708
3709         * sync with sylpheed 0.7.4cvs9
3710                 see ChangeLog entry 2002-03-20
3711
3712 2002-03-19 [christoph]  0.7.4claws26
3713
3714         * src/mh.c
3715         * src/procmsg.[ch]
3716         * src/summaryview.c
3717                 revert changes for flag updates
3718                 (does not work correctly and no time to debug)
3719
3720 2002-03-20 [alfons]     0.7.4claws25
3721
3722         * src/pop.c
3723                 refactor should_delete() a little bit 
3724
3725 2002-03-19 [paul]       0.7.4claws24
3726
3727         * src/inc.[ch]
3728           src/pop.c
3729           src/prefs_account.[ch]
3730                 allow the user to leave downloaded mail on the 
3731                 server for n days. Patch submitted by Colin Leroy 
3732                 <colin@colino.net>
3733
3734 2002-02-19 [paul]       0.7.4claws23
3735
3736         * sync with sylpheed 0.7.4cvs8
3737                 see ChangeLog entries 2002-03-19
3738
3739 2002-03-18 [paul]       0.7.4claws22
3740
3741         * sync with sylpheed 0.7.4cvs6
3742                 see ChangeLog entry 2002-03-18
3743
3744 2002-03-18 [paul]       0.7.4claws21
3745
3746         * po/en_GB.po
3747                 add en_GB message catalogue
3748
3749         * src/mbox_folder.c
3750           src/prefs_account.c
3751           src/prefs_actions.c
3752                 correct a few spelling mistakes
3753
3754 2002-03-17 [alfons]     0.7.4claws20
3755
3756         * src/matcher.c
3757                 more stringent checks for NULL params when writing
3758                 filtering actions to a file
3759                 
3760 2002-03-17 [hoa]        0.7.3claws20
3761
3762         * src/news.c
3763                 fixed the count of new messages
3764