0.8.11claws12
[claws.git] / ChangeLog.claws
1 2003-03-14 [christoph]  0.8.11claws12
2
3         * src/folder.[ch]
4                 o error return code's should better be negative
5                 o replace printf with debug_print
6
7         * src/imap.c
8                 improve IMAP folder scan by checking UID-NEXT
9
10         * src/summaryview.c
11                 remove check that are unnecessary in my opinion
12
13 2003-03-13 [christoph]  0.8.11claws11
14
15         * src/folder.[ch]
16         * src/foldersel.c
17         * src/folderview.c
18         * src/imap.c
19         * src/mbox_folder.c
20         * src/mh.c
21         * src/news.c
22         * src/prefs_scoring.c
23         * src/summaryview.c
24                 use a common function to get a displayable name
25                 for a FolderItem
26
27 2003-03-13 [paul]       0.8.11claws10
28
29         * tools/Makefile.am
30           tools/README
31           tools/multiwebsearch.conf     ** NEW FILE **
32           tools/multiwebsearch.pl       ** NEW FILE **
33                 add multiwebsearch Actions script
34
35 2003-03-13 [colin]      0.8.11claws9
36
37         * src/compose.c
38                 Remove leading emtpy lines from quoted text
39                 before quoting it
40
41 2003-03-13 [melvin]     0.8.11claws8
42
43         * src/prefs_actions.c
44                 Fixed a memory leak
45                 Code clean ups
46                 Added Cancel and OK buttons
47                 Corrected help text
48
49 2003-03-13 [christoph]  0.8.11claws7
50
51         * src/account.c
52         * src/folder.[ch]
53         * src/imap.c
54         * src/mainwindow.c
55         * src/mbox_folder.c
56         * src/mh.c
57         * src/news.c
58         * src/setup.c
59                 replace more folder type stuff with folder class stuff
60
61 2003-03-13 [melvin]     0.8.11claws6
62
63         * src/prefs_actions.c
64                 Added new tokens:
65                 %u: user provided argument
66                 %h: user provided argument (hidden on input)
67                 %s: current text selection in the message view 
68
69 2003-03-13 [paul]       0.8.11claws5
70
71         * sync with 0.8.11cvs5
72                 see ChangeLog 2003-03-11, 2003-03-12
73
74 2003-03-12 [christoph]  0.8.11claws4
75
76         * src/folder.c
77                 use folder class idstr when writing folderlist.xml
78
79         * src/folder.h
80         * src/imap.c
81         * src/news.c
82                 replace folder type checks with folder class checks
83
84 2003-03-12 [christoph]  0.8.11claws3
85
86         * src/folder.[ch]
87         * src/imap.[ch]
88         * src/main.c
89         * src/mbox_folder.[ch]
90         * src/mh.[ch]
91         * src/news.[ch]
92                 o create a list of known folder classes in the folder system
93                 o use folder class id strings for folder item identifiers
94
95 2003-03-12 [christoph]  0.8.11claws2
96
97         * src/imap.c
98                 fix imap uid validity check
99
100 2003-03-12 [christoph]  0.8.11claws1
101
102         * src/account.c
103         * src/folder.[ch]
104         * src/foldersel.c
105         * src/folderview.c
106         * src/imap.c
107         * src/mainwindow.c
108         * src/mbox_folder.c
109         * src/mh.c
110         * src/news.c
111         * src/prefs_scoring.c
112         * src/procmsg.c
113         * src/setup.c
114         * src/summaryview.c
115                 initial restructuring of folder system, seperating
116                 folders and folder classes
117
118 2003-03-12 [paul]       0.8.11claws
119
120         0.8.11claws release
121
122 2003-03-12 [christoph]
123
124         * src/gtk/prefswindow.c
125                 fix translation of "Page Index"
126
127 2003-03-12 [paul]       0.8.10claws110
128
129         a sync from 0.8.11cvs4 before the release
130
131         * src/common/utils.c
132                 subject_compare_for_sort(): allow null strings (fixes
133                 summary sorting).
134
135 2003-03-11 [paul]       0.8.10claws109
136
137         * po/es.po
138                 update Spanish translation, submitted by
139                 Ricardo Mones Lastra
140
141 2003-03-11 [melvin]     0.8.10claws108
142
143         * po/fr.po
144                 Updated French translations
145
146 2003-03-11 [paul]       0.8.10claws107
147
148         * manual/en/Makefile.am
149           manual/en/*.html
150                 update English manual, add a new page
151                 updated by Francois Barriere <fbarriere@atmel.fr>
152                 
153         * po/bg.po
154           po/it.po
155           po/sr.po
156                 update Bulgarian, Italian, and Serbian translations
157                 submitted by George Danchev, Alessandro Maestri, and
158                 Urke MMI
159
160 2003-03-10 [paul]       0.8.10claws106
161
162         * src/gtk/about.c
163           src/gtk/prefswindow.c
164                 make some strings translatable
165
166 2003-03-10 [darko]      0.8.10claws105
167
168         * src/compose.c
169                 code cleanup to make Hiro happy
170
171 2003-03-10 [paul]       0.8.10claws104
172
173         * sync with 0.8.11cvs2
174                 see ChangeLog 2003-03-10
175
176 2003-03-09 [melvin]     0.8.10claws103
177
178         * src/textview.c
179                 textview_set_font(): fix for message display in
180                 UTF-8 locales (thanks to Sergey Vlasov).
181                 (was unintentionnaly reverted in 0.8.6claws6)   
182
183 2003-03-08 [darko]      0.8.10claws102
184
185         * src/compose.c
186                 fix infinite loop in wrapping as reported
187                 by happycactus
188                 obsoletes patch #696482
189
190 2003-03-08 [christoph]  0.8.10claws101
191
192         * src/imap.c
193                 add workaround for IMAP servers that do not
194                 support the "UID SEARCH UID" command
195
196 2003-03-07 [christoph]  0.8.10claws100
197
198         * src/plugins/spamassassin/spamassassin.[ch]
199         * src/plugins/spamassassin/spamassassin_gtk.c
200                 code cleanup
201
202 2003-03-07 [paul]       0.8.10claws99
203
204         * po/es.po
205                 updated Spanish translation, submitted by
206                 Ricardo Mones Lastra
207
208 2003-03-07 [christoph]  0.8.10claws98
209
210         * src/send.c
211                 fix in 0.8.10claws94 was wrong
212                 local delivery does not require escaping, remove escaping
213                 code to make signatures of mails with "." lines valid
214                 
215                 NOTE: requires that sendmail is executed with "-i" option,
216                       what is the default now, but has to be changed in all
217                       exsiting accounts)
218
219 2003-03-07 [paul]       0.8.10claws97
220
221         * sync with 0.8.11 release
222                 see ChangeLog 2003-03-07
223
224 2003-03-06 [paul]       0.8.10claws96
225
226         * src/compose.c
227                 revert commit 0.8.10claws92
228
229 2003-03-06 [paul]       0.8.10claws95
230
231         * src/folderview.c
232                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
233
234         * src/gtkaspell.c
235                 fix bug 74, 'Crash opening editor window with pseudo-color
236                 display'
237                 
238         Patches submitted by Kevin Vigor <kevin@vigor.nu>
239
240 2003-03-06 [christoph]  0.8.10claws94
241
242         * src/send.c
243                 fix rfc2821 (4.5.2) violation in SMTP data sending,
244                 all lines starting with a period get an extra period
245                 inserted
246                 (found by Simon 'corecode' Schubert)
247
248 2003-03-06 [paul]       0.8.10claws93
249
250         * src/folderview.c
251                 if configured font can't be loaded fall back to gtk
252                 default. (with thanks to Christoph)
253                 
254                 closes long-standing bug 15 'Crashes on startup'
255
256 2003-03-06 [paul]       0.8.10claws92
257
258         * src/compose.c
259                 freeze text before autosave and thaw afterwards
260                 fixes bug 67 'autosave make re-rediting message crazy'
261
262 2003-03-06 [christoph]  0.8.10claws91
263
264         * src/compose.c
265                 ignore address comment in dupe check for Cc-list
266
267         (closes reopened bug 47 Replying to message strips name part of
268          e-mail addresses of Cc: lines)
269
270 2003-03-06 [paul]       0.8.10claws90
271
272         * src/Makefile.am
273                 remove reference to gtkxtext.h as its no longer in
274                 the repository
275
276 2003-03-06 [paul]       0.8.10claws89
277
278         * sync with 0.8.10cvs25
279                 see ChangeLog 2003-03-06
280
281 2003-03-06 [oliver]     0.8.10claws88
282         
283         * src/messageview.c
284                 remove include
285
286 2003-03-06 [oliver]     0.8.10claws87
287         
288         * src/folderview.c 
289                 remove changes introduced inclaws74
290         * src/messageview.c
291                 another attempt to sanely delete and update
292                 messages deleted in separate messageview
293
294 2003-03-05 [christoph]  0.8.10claws86
295
296         * src/summaryview.c
297                 check if "From" matches any account's address if
298                 addressbook completion of addresses is disabled too
299
300         (closes Bug 70 "Display recipient in from" doesn't check
301          folder's default account)
302
303 2003-03-05 [christoph]  0.8.10claws85
304
305         * src/compose.c
306         * src/common/utils.[ch]
307                 don't strip address comments when building Cc lists
308
309         (closes Bug 47 Replying to message strips name part of e-mail addresses
310          of Cc: lines)
311
312         * src/folder.c
313                 fix return value of copy function
314
315 2003-03-05 [christoph]  0.8.10claws84
316
317         * src/imap.c
318                 don't ask imap server for non rfc822 headers
319
320         (closes bug 71 IMAP FETCH asks for FROM header field twice)
321
322         * src/imap.c
323                 destroy session on socket error to allow reconnecting
324
325 2003-03-05 [christoph]  0.8.10claws83
326
327         * configure.ac
328                 fix building with gnome when no prefix is set
329
330         (closes bug 66 Gnome directory is set to NONE)
331
332 2003-03-05 [paul]       0.8.10claws82
333
334         * sync with 0.8.10cvs23
335                 see ChangeLog 2003-03-05
336
337 2003-03-04 [christoph]  0.8.10claws81
338
339         * src/folder.c
340                 o fix moving and copying when folder returns 0 for new
341                   message number
342                 o remove some code for single message copy and move
343                   operations and use functions for multiple messages
344
345         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
346
347         * src/news.c
348                 remove unused include
349
350 2003-03-04 [paul]       0.8.10claws80
351
352         * src/gtk/about.c
353                 list 'Compiled plugins'
354
355 2003-03-03 [christoph]  0.8.10claws79
356
357         * src/news.[ch]
358                 have to multiply the percentage of the current fetch with
359                 the percentage that it has of the total fetch operation
360                 for correct values
361
362 2003-03-03 [christoph]  0.8.10claws78
363
364         * src/news.c
365                 fix calculation of expected lines for progress indicator
366
367 2003-03-03 [christoph]  0.8.10claws77
368
369         * src/summaryview.c
370         * src/common/utils.c
371                 fix segfault when opening the root news folder
372
373 2003-03-03 [christoph]  0.8.10claws76
374
375         * src/mainwindow.[ch]
376         * src/common/Makefile.am
377         * src/common/progressindicator.[ch]
378                 add UI independent progress indicator handling
379
380         * src/news.[ch]
381                 use new progress indicator for message info fetching
382
383         * src/common/hooks.h
384                 code cleanup
385
386 2003-03-03 [oliver]     0.8.10claws75
387
388         * src/toolbar.c
389         * src/compose.c
390                 removed commented code
391
392 2003-03-03 [oliver]     0.8.10claws74
393
394         * src/toolbar.[ch]
395                 cleanups and refactoring
396         * src/compose.[ch]
397                 compose_reply_mode reply & forwarding interface for
398                 toolbar buttons
399         * src/folderview.c
400                 act on messages marked for deletion in folderview_selected
401                 based on prefs_common.immediate_exec since a message might 
402                 have been deleted by messageview in a folder we are changing 
403                 to (does anybody understand what I'm on about ?)
404
405 2003-03-03 [oliver]     0.8.10claws73
406         
407         * src/messageview.[ch]
408                 new functions
409                 - messageview_delete: delete message shown in messagview
410                 - messageview_update_view: update messageview to currently 
411                   selected summaryview message
412                 - add separate messageview to msgview_list in order to update 
413                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
414         * src/summaryview.[ch]
415                 summary_get_selection returns a list of selected msgs
416                 in summaryview
417         * src/mainwindow.c
418                 toolbar reply refactoring
419
420 2003-03-03 [paul]       0.8.10claws72
421
422         * sync with 0.8.10cvs21
423                 see ChangeLog 2003-03-03
424
425 2003-03-02 [christoph]  0.8.10claws71
426
427         * src/common/passcrypt.c
428                 use POSIX includes
429
430 2003-03-02 [christoph]  0.8.10claws70
431
432         * configure.ac
433         * src/prefs_account.c
434         * src/prefs_gtk.[ch]
435         * src/common/.cvsignore
436         * src/common/Makefile.am
437         * src/common/passcrypt.c                ** NEW **
438         * src/common/passcrypt.h.in             ** NEW **
439                 Implement password encryption in config files
440                 using unix encrypt and setkey functions. The crypt
441                 key can be set as a configure parameter. Old
442                 passwords will be converted if they do not begin
443                 with '!'
444
445 2003-03-02 [paul]       0.8.10claws69
446
447         * src/prefs_account.c
448                 fix compile error
449
450 2003-03-01 [thorsten]   0.8.10claws68
451
452         * po/el.po
453           po/hr.po
454           po/it.po
455           po/nl.po
456           po/sr.po
457           po/sv.po
458                 corrected format strings
459         * po/en_GB.po
460                 corrected headers
461                 (fix compile errors with GNU gettext-0.11.5)
462
463 2003-03-01 [oliver]     0.8.10claws67
464
465         * src/summaryview.c
466                 menu callbacks call toolbar_menu_reply
467
468 2003-03-01 [oliver]     0.8.10claws66
469
470         * src/mainwindow.c
471         * src/messageview.c
472                 menu callbacks call toolbar_menu_reply
473         * src/toolbar.[ch]
474                 callbacks from menu handled by toolbar_menu_reply
475
476 2003-03-01 [paul]       0.8.10claws65
477
478         * src/addressbook.c
479                 revert commit 0.8.10claws54 - breaks editing of
480                 addressbook.
481                 
482         * po/bg.po
483                 update Bulgarian translation, submitted by
484                 George Danchev
485
486 2003-02-28 [christoph]  0.8.10claws64
487
488         * src/account.c
489         * src/addressadd.c
490         * src/compose.c
491         * src/gtkaspell.c
492         * src/gtkxtext.h                ** REMOVE **
493         * src/imap.c
494         * src/matcher.[ch]
495         * src/mh.c
496         * src/news.c
497         * src/pine.c
498         * src/prefs_common.c
499         * src/prefs_matcher.c
500         * src/procheader.[ch]
501         * src/procmsg.[ch]
502         * src/toolbar.c
503         * src/common/ssl_certificate.c
504         * src/gtk/colorlabel.c
505         * src/gtk/menu.c
506                 o fix warnings
507                 o remove code obsoleted by new cache and folder system rework
508
509 2003-02-28 [oliver]     0.8.10claws63
510         
511         * src/toolbar.[ch]
512                 * fix bug where reply in Messageview replied to 
513                 Message displayed in summaryview
514                 (reportedd via ML by chinatinte at gmx dot ch)
515                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
516                 didn't work in separate MessageView Toolbar
517                 (wondering if anybody uses this at all ?)
518         * src/summaryview.[ch]
519                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
520                 (generalize reply and forward code);
521         * src/messageview.c 
522                 remove focus_in event which updated summaryview to messageview
523
524 2003-02-28 [paul]       0.8.10claws62
525
526         * po/Makefile.in.in
527                 add the --check option
528                 Patch submitted by Ricardo Mones Lastra
529
530 2003-02-28 [paul]       0.8.10claws61
531
532         * src/prefs_account.c
533                 re-order 'Signature' items
534
535 2003-02-28 [paul]       0.8.10claws60
536
537         * sync with 0.8.10cvs20
538                 see ChangeLog 2003-02-28
539
540 2003-02-28 [paul]       0.8.10claws59
541
542         * po/POTFILES.in
543                 update to reflect recent movement of files
544
545 2003-02-28 [paul]       0.8.10claws58
546
547         * sync with 0.8.10cvs19
548                 see ChangeLog 2003-02-28
549
550 2003-02-27 [martin]     0.8.10claws57
551
552         * src/prefs_matcher.c 
553                 fix segfault in prefs_matcher_ok() when the
554                 last entry is deleted and prevents that the
555                 message "entry not saved" comes up after deleting
556                 an entry
557
558 2003-02-27 [martin]     0.8.10claws56
559
560         * src/prefs_filtering.c 
561                 fix segfault in prefs_filtering_ok() when the
562                 last entry is deleted and prevents that the
563                 message "entry not saved" comes up after deleting
564                 an entry
565
566 2003-02-27 [paul]       0.8.10claws55
567
568         * sync with 0.8.10cvs18
569                 see ChangeLog 2003-02-27
570
571 2003-02-27 [paul]       0.8.10claws54
572
573         * src/addressbook.c
574                 fix bug where the address book crashes with 
575                 multiple lookups.
576                 Patch [687729] submitted by David Frager 
577                 <dbfrager@users.sourceforge.net>
578
579 2003-02-25 [christoph]  0.8.10claws53
580
581         * src/Makefile.am
582         * src/colorlabel.[ch]           ** REMOVE **
583         * src/gtk/Makefile.am
584         * src/gtk/colorlabel.[ch]       ** NEW **
585                 move colorlabel files to gtk directory
586
587         * src/esmtp.[ch]                ** REMOVE **
588                 has been merged into smtp.[ch] in 0.7.5
589
590 2003-02-25 [christoph]  0.8.10claws52
591
592         * src/Makefile.am
593         * src/about.[ch]                ** REMOVE **
594         * src/gtk/Makefile.am
595         * src/gtk/about.[ch]            ** NEW **
596                 move about files to gtk directory
597
598 2003-02-25 [christoph]  0.8.10claws51
599
600         * src/folder.c
601                 some code optimization of folder scanning code
602
603         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
604
605 2003-02-25 [christoph]  0.8.10claws50
606
607         * src/main.c
608         * src/common/sylpheed.c
609                 add command line parameter parsing to common code
610
611 2003-02-24 [christoph]
612
613         * Makefile.am
614         * configure.ac
615                 fix gnome prefix problems, the configure script now removed
616                 `gnome-config --prefix` from `gnome-config --datadir`
617                 and adds $(prefix} instead
618
619         (closes Bug 24 Makefile does not respect prefix when installing
620          GNOME data)
621
622 2003-02-24 [christoph]  0.8.10claws49
623
624         * src/news.c
625                 check for valid session before trying to authenticate
626
627         (closes Bug 60 crash if "authenticate on logon" is activated
628          and newsserver-hostname is not valid)
629
630 2003-02-24 [melvin]     0.8.10claws48
631
632         * src/prefs_actions.c
633                 Make sure all user's input is sent to the action and then
634                 close the socket..
635
636 2003-02-23 [alfons]     0.8.10claws46
637
638         * src/summaryview.c
639                 also wait cursor when deleting files
640
641 2003-02-23 [paul]
642
643         * tools/freshmeat_search.pl
644           tools/google_search.pl
645                 scripts should now work for any browser/browser command line
646
647 2003-02-22 [christoph]  0.8.10claws45
648
649         * src/procmsg.c
650                 fix IMAP flag setting, IMAP flag is not handled correctly
651                 anymore by the folder system and information about the
652                 folder should not be saved in the MsgInfo (in my opinion)
653
654         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
655
656 2003-02-22 [christoph]  0.8.10claws44
657
658         * src/summaryview.c
659                 fix spelling of "label" ;-)
660
661 2003-02-22 [thorsten]   0.8.10claws43
662
663         * src/mimeview.c
664           src/prefs_common.[ch]
665           src/procmime.[ch]
666                 do not use description as attachment name
667
668 2003-02-22 [alfons]     0.8.10claws42
669
670         * src/summaryview.c
671                 freeze/thaw folder item updates when changing color labels,
672                 and put a wait cursors on
673
674 2003-02-22 [thorsten]   0.8.10claws41
675
676         * src/mimeview.c
677                 save-all fixes: crash if invoked on multipart container,
678                 mimeinfo access, pathseparators, error dialog
679
680 2003-02-21 [alfons]     0.8.10claws40
681
682         * src/prefs_gtk.c
683                 remove unused var
684
685 2003-02-21 [colin]      0.8.10claws39
686
687         * src/send.c
688                 Fix smtp logging
689
690 2003-02-21 [colin]      0.8.10claws38
691
692         * src/summaryview.c
693                 Freeze/thaw folderItem updates when filtering messages 
694                 via Tools/Filter messages
695
696 2003-02-21 [paul]       0.8.10claws37
697
698         * src/compose.c
699                 revert commit 0.8.10claws26, there are ulterior motives
700                 for users to set a Reply-To header when posting to
701                 newsgroups
702
703 2003-02-21 [paul]       0.8.10claws36
704
705         * sync with 0.8.10cvs17
706                 see ChangeLog 2003-02-21
707
708 2003-02-20 [christoph]  0.8.10claws35
709
710         * src/imap.c
711                 IMAP UID fetch speedup using SEARCH
712
713         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
714
715         * src/imap.c
716                 fix problem with UIDs in IMAP UID cache that no longer existed
717
718 2003-02-20 [christoph]  0.8.10claws34
719
720         * src/imap.c
721         * src/procheader.c
722         * src/procheader.h
723                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
724
725         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
726
727         * src/imap.c
728                 Rewrite imap_cmd_gen_recv use sock_getline instead
729                 of sock_gets to avoid problems with too long reply
730                 lines
731     
732 2003-02-20 [colin]      0.8.10claws33
733         
734         * src/prefs_account.c
735                 Better wording
736
737 2003-02-20 [colin]      0.8.10claws32
738
739         * src/compose.c
740                 Remove useless '&& !to_sender' 
741
742 2003-02-20 [darko]
743
744         * AUTHORS
745                 change my e-mail address
746
747 2003-02-19 [colin]      0.8.10claws31
748
749         * src/prefs_common.c
750                 X11 style colors for every configurable color
751
752 2003-02-19 [alfons]     0.8.10claws30
753
754         * src/prefs_gtk.[ch]
755         * src/prefs_common.c
756                 for color_new accept both plain integers and X11 style color
757                 names (as found in /usr/lib/X11/rgb.txt)
758
759 2003-02-19 [paul]       0.8.10claws29
760
761         * src/mainwindow.c
762                 add tooltips to online/offline button and account selector
763                 button
764
765 2003-02-19 [paul]       0.8.10claws28
766
767         * src/folder.c
768           src/news.c
769           src/prefs_account.[ch]
770           src/prefs_common.[ch]
771                 move 'Maximum number of articles to download' to
772                 account prefs.
773                 clean up account prefs gui a little by hiding entries
774                 rather then greying out entries
775
776 2003-02-19 [hiro]       0.8.10claws27
777
778         * src/common/utils.c
779                 fix bug #54 'yesterdays date is displayed in the message 
780                 summary window'
781
782 2003-02-19 [paul]       0.8.10claws26
783
784         * src/compose.c
785                 fix bug reported in Feature Request [688596] 
786                 'Reply-to header in news'
787
788 2003-02-18 [paul]       0.8.10claws25
789
790         * src/select-keys.c
791                 add a 'List all keys' button to key selection dialog
792
793 2003-02-18 [colin]      0.8.10claws24
794         
795         * src/stock_pixmap.c
796                 fix compile error
797
798 2003-02-18 [colin]      0.8.10claws23
799
800         * src/common/smtp.[ch]
801           src/prefs_account.c
802                 Try to starttls if it seems to be the only
803                 way to authenticate a user
804
805 2003-02-18 [paul]       0.8.10claws22
806
807         * src/Makefile.am
808           src/folderview.c
809           src/stock_pixmap.[ch]
810           src/pixmaps/drafts_close.xpm  ** NEW FILE **
811           src/pixmaps/drafts_open.xpm   ** NEW FILE **
812                 as a Drafts folder is a special folder allow it to have
813                 its own unique icons
814
815 2003-02-18 [colin]      0.8.10claws21
816
817         * src/imap.c
818                 Fix port selection when using starttls
819
820 2003-02-18 [paul]       0.8.10claws20
821
822         * src/mainwindow.c
823           src/prefs_common.[ch]
824                 make blue the default new mail colour
825
826 2003-02-18 [paul]       0.8.10claws19
827
828         * sync with 0.8.10cvs14
829                 see ChangeLog 2003-02-18
830
831 2003-02-17 [jens]       0.8.10claws18
832
833         * src/common/md5.c
834                 fixed a compile problem with gcc 3.3
835                 works on 2.95.3 too (testet on PPC as it is big endian)
836
837 2003-02-17 [paul]       0.8.10claws17
838
839         * sync with 0.8.10cvs13
840                 see ChangeLog 2003-02-17
841
842 2003-02-17 [paul]       0.8.10claws16
843
844         * sync with 0.8.10cvs12
845                 see ChangeLog 2003-02-17
846
847 2003-02-16 [match]      0.8.10claws15
848
849         * src/addressbook.c
850                 Eliminates reloading of address data when items
851                 deleted or added. Applied submitted by
852                 Luke Plant <lukeplant@softhome.net>
853
854 2003-02-16 [paul]       0.8.10claws14
855
856         * src/news.c
857                 when a 'protocol error' is encountered disconnect from
858                 the server. This means that the user can carry on viewing
859                 other articles and doesn't have to either wait until the
860                 server timesout or quit sylpheed.
861                 Fixes bug #53 'Unable to read messages in newsgroups, 
862                 displayed message doesn't change'
863
864 2003-02-15 [christoph]  0.8.10claws13
865
866         * src/imap.c
867                 fix bug that stopped scanning of folders when an
868                 IMAP folder was empty
869
870         (closes bug 46 stop scan messages in folders after empty folder)
871
872 2003-02-15 [paul]
873
874         * tools/Makefile.am
875           tools/README
876           tools/freshmeat_search.pl     ** NEW FILE **
877           tools/google_search.pl        ** NEW FILE **
878                 Add 2 Actions scripts which search freshmeat/google
879                 for the selected text using the browser configured
880                 in sylpheedrc.
881                 
882         Note: These scripts are very dependent on the format of the
883         browser command and may not work on every occasion. Testing
884         is welcome. 
885
886 2003-02-14 [alfons]     0.8.10claws12
887
888         * src/compose.c
889                 fix breakage because of uninitialized account pointer.
890                 please verify.
891
892 2003-02-14 [paul]       0.8.10claws11
893
894         * src/compose.c
895           src/prefs_account.[ch]
896           src/prefs_common.[ch]
897                 move signature settings to Account Prefs
898
899 2003-02-14 [paul]       0.8.10claws10
900
901         * sync with 0.8.10cvs11
902                 see ChangeLog 2003-02-14
903
904 2003-02-13 [thorsten]   0.8.10claws9
905
906         * src/news.c
907                 revert news progressbar (GUI separation)
908
909 2003-02-13 [paul]       0.8.10claws8
910
911         * src/compose.c
912                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
913                 paragraph 1
914
915 2003-02-13 [paul]       0.8.10claws7
916
917         * src/compose.[ch]
918           src/summaryview.c
919                 fix 'Follow-up and Reply-to' so that it creates a reply to
920                 the newsgroup and the sender. If the message has the keyword
921                 'poster' in the Followup-To header, all replies go to the
922                 sender, re: RFC 1036, Section 2.2.3
923                 rename all instances of 'ignore_replyto' to 'to_sender', both
924                 were previously used, now we use just one.
925
926 2003-02-13 [paul]       0.8.10claws6
927
928         * sync with 0.8.10cvs9
929                 see ChangeLog 2003-02-13
930
931 2003-02-13 [paul]       0.8.10claws5
932
933         * configure.ac
934                 show which plugins are configured in the configure
935                 output.
936
937 2003-02-12 [thorsten]   0.8.10claws4
938
939         * src/news.c
940                 show progress while fetching news headers
941
942 2003-02-12 [christoph]  0.8.10claws3
943
944         * configure.ac
945         * src/plugins/Makefile.am
946                 use AM_CONDITIONAL to enable plugins, automake correctly
947                 manages this when creating distdir
948
949 2003-02-12 [christoph]  0.8.10claws2
950
951         * ac/spamassassin.m4
952         * src/plugins/spamassassin/Makefile.am
953                 fix building SpamAssassin plugin without OpenSSL
954
955 2003-02-12 [paul]       0.8.10claws1
956
957         * ac/Makefile.am
958           src/Makefile.am
959           src/plugins/Makefile.am
960                 fix failure of 'make release'
961
962 2003-02-12 [paul]       0.8.10claws
963
964         * 0.8.10claws released
965
966 2003-02-12 [paul]       0.8.9claws56
967
968         * po/bg.po
969           po/es.po
970           po/it.po
971           po/ru.po
972           po/sr.po
973                 updated translations by George Danchev, Ricardo Mones Lastra,
974                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
975                 
976         * sylpheed.spec.in
977                 Allow the building of RPMs by a regular user. Submitted
978                 by Sergei Astanin
979
980 2003-02-11 [alfons]     0.8.9claws55
981
982         * src/colorlabel.c
983                 don't use pixmaps for label color rect but draw rectangles
984                 so we can respect the color map of palette based visuals
985                 (fixes the long time crashes on Suns - thanks to Andreas
986                 Engel and Steve O'Hara-Smith for testing)
987
988 2003-02-11 [christoph]  0.8.9claws54
989
990         * src/matcher_parser_parse.y
991                 correct bug where filering rules of not existing folders in
992                 matcherrc were added to global filtering
993                 
994         (closes Debian Bug #180253 - Directory's filter-rules are merged with
995          main filter-rules after removing directory, http://bugs.debian.org/180253)
996         
997 2003-02-11 [paul]       0.8.9claws53
998
999         * sync with 0.8.10cvs7
1000                 see ChangeLog 2003-02-09
1001
1002 2003-02-11 [melvin]     0.8.9claws52
1003
1004         * po/fr.po
1005                 Updated French tranlsations
1006
1007 2003-02-10 [paul]       0.8.9claws51
1008
1009         * sylpheed.spec.in
1010                 correct --enable-openssl
1011                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1012
1013 2003-02-09 [martin]     0.8.9claws50
1014
1015         * src/prefs_matcher.c
1016                 fix segfault in prefs_matcher_substitute_cb() when
1017                 no row is selected
1018
1019 2003-02-09 [paul]       0.8.9claws49
1020
1021         * src/folderview.c
1022                 fix bug where a newsgroup folder's processing rules were
1023                 merged with the global filtering rules when the newsgroup
1024                 folder was deleted, causing some seriously bad results,
1025                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1026
1027 2003-02-08 [melvin]     0.8.9claws48
1028
1029         * src/compose.c
1030                 Corrected and modified an alert message.
1031
1032 2003-02-07 [paul]       0.8.9claws47
1033
1034         * src/folderview.c
1035                 fix bug where both an 'Account properties' window and a
1036                 'Folder properties' window were opened when clicking on
1037                 'Properties' in an NNTP or IMAP folder's popup menu.
1038
1039 2003-02-07 [paul]       0.8.9claws46
1040
1041         * sync with 0.8.10cvs6
1042                 see ChangeLog 2003-02-06
1043
1044 2003-02-06 [christoph]  0.8.9claws45
1045
1046         * src/mbox.c
1047                 freeze folder updates while importing mbox files
1048                 (closes bug 43 importing mbox took hours)
1049                 
1050         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1051
1052 2003-02-06 [thorsten]   0.8.9claws44
1053
1054         * po/de.po
1055                 Updated german translations
1056
1057 2003-02-06 [thorsten]   0.8.9claws43
1058
1059         * src/news.h
1060                 use guint for message numbers (fix count in grouplist dialog)
1061
1062 2003-02-05 [paul]       0.8.9claws42
1063
1064         * sync with 0.8.10cvs2
1065                 see ChangeLog 2003-02-05
1066
1067 2003-02-04 [colin]      0.8.9claws41
1068
1069         * src/prefs_common.[ch]
1070           src/procmsg.c
1071           src/summaryview.c
1072                 Add an option to disable threading by subject
1073
1074 2003-02-04 [christoph]  0.8.9claws40
1075
1076         * src/inc.c
1077                 only abort fetching mails from multiple accounts when the
1078                 error is fatal and does not allow to check any more accounts
1079                 (currently only disk full error)
1080
1081         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1082          receive mails for other accouts)
1083
1084 2003-02-04 [christoph]  0.8.9claws39
1085
1086         * src/folder.c
1087                 first add the new message to the cache, then
1088                 send the update notification
1089
1090         (closes bug 39 after sending message folderview doesnt get updated)
1091
1092 2003-02-04 [colin]      0.8.9claws38
1093
1094         * src/inc.c
1095                 _really_ fix this Connecting... status
1096
1097 2003-02-04 [paul]       0.8.9claws37
1098
1099         * sync with 0.8.10
1100                 see ChangeLog 2003-02-04
1101
1102 2003-02-04 [paul]       0.8.9claws36
1103
1104         * sync with 0.8.9cvs6
1105                 see ChangeLog 2003-02-03
1106
1107 2003-02-04 [paul]       0.8.9claws35
1108
1109         * po/pt_BR.po
1110                 updated by André Filipe de Assunção e Brito 
1111                 <bedecko@netsite.com.br>
1112
1113 2003-02-03 [thorsten]   0.8.9claws34
1114
1115         * po/de.po
1116                 Updated german translations
1117
1118 2003-02-02 [paul]       0.8.9claws33
1119
1120         * po/es.po
1121                 updated by Ricardo Mones Lastra
1122
1123 2003-02-02 [thorsten]   0.8.9claws32
1124
1125         * src/mh.c
1126                 Fix mh_get_msginfo() segfault if file is inaccessible
1127
1128 2003-01-31 [colin]      0.8.9claws31
1129
1130         * src/procheader.c
1131                 Fix last commit's bug
1132
1133 2003-01-31 [colin]      0.8.9claws30
1134
1135         * src/procheader.c
1136                 Missing a change for gpg-signed messages
1137
1138 2003-01-31 [paul]       0.8.9claws29
1139
1140         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1141           src/procheader.c
1142           src/stock_pixmap.[ch]
1143           src/summaryview.c
1144                 indicate GnuPG signed messages by displaying an icon
1145                 in the Attachment column.
1146
1147 2003-01-31 [paul]       0.8.9claws28
1148
1149         * sync with 0.8.9cvs4
1150                 see ChangeLog 2003-01-31
1151
1152 2003-01-31 [alfons]     0.8.9claws27
1153
1154         * src/textview.c
1155                 tune URI parser to accept mailto URLs with a '?'
1156                 (patch from Ruslan Balkin)
1157
1158 2003-01-31 [colin]      0.8.9claws26
1159
1160         * src/summaryview.c
1161                 Fix a leak introduced in claws24
1162
1163 2003-01-31 [colin]      0.8.9claws25
1164
1165         * src/summaryview.c
1166                 Freeze/Thaw folder updates when deleting dups
1167
1168 2003-01-31 [colin]      0.8.9claws24
1169         
1170         * src/addr_compl.c
1171           src/summaryview.c
1172           src/msgcache.c
1173                 little speed improvements
1174
1175 2003-01-31 [colin]      0.8.9claws23
1176
1177         * src/summaryview.c
1178                 Fix segfault when forwarding nothing
1179                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1180                 
1181 2003-01-30 [paul]       0.8.9claws22
1182
1183         * sync with 0.8.9cvs3
1184                 see ChangeLog 2003-01-30
1185
1186 2003-01-30 [paul]       0.8.9claws21
1187
1188         * sync with 0.8.9cvs2
1189                 see ChangeLog 2003-01-30
1190
1191 2003-01-29 [paul]       0.8.9claws20
1192
1193         * sync with 0.8.9cvs1
1194                 see ChangeLog 2003-01-29
1195
1196 2003-01-28 [paul]       0.8.9claws19
1197
1198         * po/POTFILES.in
1199                 update to reflect changes. 
1200                 thanks to Ricardo Mones Lastra
1201
1202 2003-01-27 [christoph]  0.8.9claws18
1203
1204         * ac/openssl.m4
1205         * ac/spamassassin.m4
1206         * src/plugins/spamassassin/README
1207         * src/plugins/spamassassin/libspamc.[ch]
1208         * src/plugins/spamassassin/utils.[ch]
1209                 updated to latest libspamc
1210
1211 2003-01-27 [christoph]  0.8.9claws17
1212
1213         * src/folder.c
1214                 fix wrong use of procheader_get_header_fields
1215
1216 2003-01-27 [christoph]  0.8.9claws16
1217
1218         * src/news.c
1219         * src/prefs_account.[ch]
1220         * src/common/nntp.[ch]
1221                 allow to force authentication for NNTP servers
1222
1223         Patch submitted by Florian Mickler <dmk@d-labs.de>
1224
1225 2003-01-26 [paul]       0.8.9claws15
1226
1227         * src/summaryview.c
1228                 speed up of marking messages as read
1229                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1230
1231 2003-01-26 [christoph]  0.8.9claws14
1232
1233         * src/Makefile.am
1234         * src/mgutils.[ch]              ** REMOVE **
1235         * src/xml.[ch]                  ** REMOVE **
1236         * src/xmlprops.[ch]             ** REMOVE **
1237         * src/common/Makefile.am
1238         * src/common/mgutils.[ch]       ** NEW **
1239         * src/common/xml.[ch]           ** NEW **
1240         * src/common/xmlprops.[ch]      ** NEW **
1241                 move xml files to common directory
1242
1243 2003-01-26 [christoph]  0.8.9claws13
1244
1245         * src/plugins/spamassassin/spamassassin_gtk.c
1246                 only set gtk entry text if string is available
1247
1248 2003-01-26 [melvin]     0.8.9claws12
1249
1250         * src/description_window.c
1251                 Allow resizing of the window
1252                 Allow automatic horizontal scroll bar
1253                 Do not vertically expand and fill
1254
1255 2003-01-26 [christoph]  0.8.9claws11
1256
1257         * src/Makefile.am
1258         * src/gtkutils.[ch]             ** REMOVE **
1259         * src/common/sylpheed.c
1260         * src/gtk/Makefile.am
1261         * src/gtk/description_window.c
1262         * src/gtk/gtkutils.[ch]         ** NEW **
1263         * src/gtk/prefswindow.c
1264                 move gtkutils to gtk directory
1265
1266 2003-01-26 [paul]       0.8.9claws10
1267
1268         * src/summaryview.c
1269                 rename summary_unread_clicked() to summary_status_clicked()
1270
1271 2003-01-26 [melvin]     0.8.9claws9
1272
1273         * src/prefs_actions.c
1274                 Cosmetical changes to the help text
1275
1276 2003-01-26 [paul]       0.8.9claws8
1277
1278         * src/folder.[ch]
1279           src/mainwindow.c
1280           src/prefs_common.c
1281           src/prefs_sumamry_column.c
1282           summaryview.[ch]
1283                 rename the 'Unread' column to 'Status'
1284
1285 2003-01-25 [match]      0.8.9claws7
1286
1287         * src/mgutils.[ch]
1288                 removed reference to LDAP constants. removed error2string.
1289                 included functions to support LDAP dynamic queries.
1290         * src/syldap.h
1291                 moved LDAP constants here.
1292         * src/addressbook.c
1293         * src/addrindex.c
1294         * src/importldif.c
1295                 removed references to LDAP constants and references to
1296                 error2string.
1297
1298 2003-01-25 [paul]       0.8.9claws6
1299
1300         * src/summaryview.c
1301                 summary_thread_build(), summary_thread_init(): remove 
1302                 unneeded reference to summaryview->folder_item
1303
1304 2003-01-25 [christoph]  0.8.9claws5
1305
1306         * src/gtk/description_window.c
1307                 o allow description texts to expand over multiple columns
1308                 o translate all columns
1309         * src/prefs_actions.c
1310                 change syntax description to use new multi column feature
1311
1312         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1313
1314 2003-01-25 [match]      0.8.9claws4
1315
1316         * src/vcard.c
1317                 fixed bug with Quoted-Printable
1318
1319 2003-01-25 [paul]       0.8.9claws3
1320
1321         * src/folder.[ch]
1322           src/summaryview.[ch]
1323                 implement per-folder collapsed/expanded threads setting
1324                 
1325         * src/prefs_common.c
1326                 remove global collapsed/expanded threads option
1327
1328 2003-01-25 [christoph]  0.8.9claws2
1329
1330         * po/POTFILES.in
1331                 add pluginwindow and prefswindow
1332         * src/compose.c
1333                 make send respond correctly to messages that could be added
1334                 to the queue folder, but the UID of the message is unknown
1335         * src/folder.c
1336         * src/imap.c
1337                 don't return guessed UIDs in imap_add_msg anymore. We return
1338                 0 to tell the folder system it was appened but the UID is
1339                 unknown. Folder system now get's the UID by scaning the folder
1340                 and searching the cache for the Message-ID
1341                 (closes bug #29 Messages queued, but not sent)
1342
1343 2003-01-25 [paul]       0.8.9claws1
1344
1345         * src/codeconv.c
1346                 conv_encode_header():  fix bug when long headers with 8-bit
1347                 characters are used, so that the encoded words are wrapped.
1348                 If the space in the original text falls on the wrap boundary,
1349                 it can be lost.
1350                 Patch by Sergey Vlasov.
1351                 
1352         * src/folderview.c
1353                  fix bug where a change to the sorting method or thread view
1354                  of a folder's messages is lost if simpify-subject is set and
1355                  toggled on or off.
1356                  Patch by Luke Plant.
1357
1358 2003-01-24 [paul]       0.8.9claws
1359
1360         * sylpheed-0.8.9claws released
1361         
1362         * Makefile.am
1363           sylpheed.spec.in
1364                 remove reference to 'INSTALL.jp'
1365
1366 2003-01-23 [paul]       0.8.8claws128
1367
1368         * po/es.po
1369           po/it.po
1370           po/ru.po
1371           po/sr.po
1372                 updated translations. submitted by Ricardo Mones Lastra,
1373                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1374
1375 2003-01-23 [colin]      0.8.8claws127
1376
1377         * src/compose.c
1378                 Fix drafted and queued news articles re-edition
1379
1380 2003-01-23 [melvin]     0.8.8claws126
1381
1382         * po/fr.po
1383                 Updated French translations
1384
1385 2003-01-23 [colin]      0.8.8claws125
1386
1387         * src/inc.c
1388                 Fix "Connecting to..." status message
1389
1390 2003-01-22 [paul]       0.8.8claws124
1391
1392         * po/bg.po
1393                 updated by George Danchev
1394                 
1395         * src/folder.c
1396                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1397                 and folder deletion
1398
1399 2003-01-21 [paul]       0.8.8claws123
1400
1401         * po/bg.po
1402                 updated by George Danchev
1403                 
1404         * src/about.c
1405                 its now 2003
1406                 
1407         * src/toolbar.c
1408                 don't translate 'Separator'
1409                 
1410         * src/plugins/spamassassin/Makefile.am
1411                 add aspell to CPPFLAGS
1412                 
1413         * src/plugins/spamassassin/spamassassin.c
1414           src/plugins/spamassassin/spamassassin_gtk.c
1415                 set correct default for spamassassin_receive_spam
1416                 slightly re-word descriptions and some
1417                 other minor changes
1418
1419 2003-01-19 [alfons]     0.8.8claws122
1420                 
1421         * src/mimeview.c
1422                 mimeview_save_as(): we might as well show the file name for
1423                 the single case "Save As" too
1424
1425 2003-01-19 [alfons]     0.8.8claws121
1426
1427         * src/crash.c
1428                 change bug tracker URL to bugzilla URL
1429
1430 2003-01-19 [alfons]     0.8.8claws120
1431
1432         * src/mimeview.c
1433                 mimeview_save_all(): display name of file before overwriting;
1434                 continue saving all, even when one overwrite was cancelled
1435
1436 2003-01-19 [christoph]  0.8.8claws119
1437
1438         * src/summaryview.c
1439         * src/procmsg.[ch]
1440                 fix wrong usage of procmsg_find_children in summaryview
1441                 by using procmsg_update_unread_children instead of
1442                 summaryview_update_unread_children
1443
1444 2003-01-19 [christoph]  0.8.8claws118
1445
1446         * src/procmsg.c
1447                 fix infinite loop in procmsg_find_children
1448                  (closes bug #25 sylpheed crashes on delete.)
1449
1450         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1451
1452 2003-01-19 [paul]       0.8.8claws117
1453
1454         * po/pt_BR.po
1455                 updated by Ivan Francolin Martinez
1456
1457 2003-01-18 [melvin]     0.8.8claws116
1458
1459         * src/prefs_actions.c
1460                 Removed syntax limitation of only one '&' at the end of command.
1461                         Now actions that contain '>/dev/null 2>&1' are possible.
1462
1463 2003-01-18 [melvin]     0.8.8claws115
1464
1465         * src/prefs_actions.c
1466                 Actions IO dialog: when the action ends
1467                 the "Close" button now has focus and [Escape] closes the
1468                 window.
1469
1470 2003-01-18 [christoph]  0.8.8claws114
1471
1472         * src/procmsg.c
1473                 o add debug output when MsgInfos are really freed
1474                 o free GSLists in procmsg_find_children and
1475                   procmsg_update_unread_children
1476
1477 2003-01-18 [christoph]  0.8.8claws113
1478
1479         * src/mainwindow.c
1480                 reorder Configuration menu
1481
1482 2003-01-18 [christoph]  0.8.8claws112
1483
1484         * src/compose.c
1485                 fix applying templates to forwarded messages
1486
1487         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1488
1489 2003-01-17 [christoph]  0.8.8claws111
1490
1491         * src/folder.c
1492                 destroy folder items, when a folder item is removed
1493
1494 2003-01-17 [christoph]  0.8.8claws110
1495
1496         * src/folder.c
1497                 fix wrong folder stats update when ignored message is
1498                 deleted
1499
1500 2003-01-17 [colin]      0.8.8claws109
1501         
1502         * src/mainwindow.c
1503         * src/summaryview.c
1504                 Quicksearch bugfixes: 
1505                 - hide help button at startup if not extended
1506                 - switch to extended when looking for replies
1507
1508 2003-01-17 [paul]
1509
1510         * sync with 0.8.9 release
1511
1512 2003-01-17 [paul]       0.8.8claws108
1513
1514         * sync with 0.8.8cvs11
1515                 see ChangeLog 2003-01-17
1516
1517 2003-01-16 [colin]      0.8.8claws107
1518
1519         * src/procmsg.c
1520                 Changed encryption test to re-ask passphrase
1521                 if an encrypted message hasn't been decrypted
1522                 Fixes bug #5
1523
1524 2003-01-16 [christoph]  0.8.8claws106
1525
1526         * src/prefs_gtk.c
1527         * src/prefs_toolbar.c
1528         * src/gtk/prefswindow.h
1529         * src/plugins/spamassassin/spamassassin_gtk.c
1530                 remove page destroy function that is not used anymore
1531
1532 2003-01-16 [paul]       0.8.8claws105
1533
1534         * sync with 0.8.8cvs9
1535                 see ChangeLog 2002-01-16
1536
1537 2003-01-16 [colin]      0.8.8claws104
1538
1539         * src/compose.[ch]
1540                 Fix bug with autosaved drafts for IMAP, when draft
1541                 folder is specified - fixes bugzilla bug #20
1542
1543 2003-01-15 [paul]       0.8.8claws103
1544
1545         * src/compose.[ch]
1546           src/procmsg.c
1547                 store folder and message-id of message forwarding
1548                 in queue header and set forward flag after sending
1549
1550 2003-01-15 [paul]       0.8.8claws102
1551
1552         * sync with 0.8.8cvs8
1553                 see ChangeLog 2002-01-15
1554
1555 2003-01-15 [colin]      0.8.8claws101
1556
1557         * src/Makefile.am
1558                 Fix linking with GNU libiconv
1559
1560 2003-01-15 [darko]      0.8.8claws100
1561
1562         * src/pine.c
1563                 fix crash when importing pine address book
1564                 entry with an empty name (reported by DY
1565                 <dybulk at tri8.net>)
1566
1567 2003-01-14 [paul]       0.8.8claws99
1568
1569         * configure.in  ** REMOVED **
1570           configure.ac  ** NEW FILE **
1571                 rename configure.in to configure.ac, as it is now
1572                 preferred
1573
1574 2003-01-14 [melvin]     0.8.8claws98
1575
1576         * src/folderview.c
1577                 folderview_check_new(): More precise function description
1578
1579 2003-01-14 [melvin]     0.8.8claws97
1580
1581         * src/folderview.c
1582                 folderview_check_new(): return the number of new messages 
1583                         since last check.
1584         * src/inc.c
1585                 inc_account_mail(): Disable counting of new messages for IMAP
1586                         and NNTP until bug [19] and [14] are fixed.
1587
1588 2003-01-14 [paul]       0.8.8claws96
1589
1590         * sync with 0.8.8cvs6
1591                 see ChangeLog 2003-01-14
1592
1593 2003-01-13 [alfons]     0.8.8claws95
1594
1595         * src/textview.c
1596                 tune email address validation (c. 0.8.8claws89): if . is 
1597                 just one char away from @, the address is invalid too 
1598                 (correctly rejects addresses like foo@.com)
1599
1600 2003-01-13 [paul]       0.8.8claws94
1601
1602         * src/messageview.c
1603           src/toolbar.c
1604                 fixes to the Message View toolbar and menu:
1605                 fix non-functioning Forward button
1606                 make Reply button consider default_reply_list
1607                 remove 'Follow-up...' menu entry
1608                 add 'Forward' and 'Redirect' menu entries
1609
1610 2003-01-13 [melvin]     0.8.8claws93
1611
1612         * src/inc.c
1613                 Fixed typo that could make new messages count incorrect.
1614
1615 2003-01-13 [melvin]     0.8.8claws92
1616
1617         * src/folderview.[ch]
1618                 folderview_check_new(): return the number of new messages.
1619         * src/inc.c
1620                 Should fix bug [14] where new mail notification worked 
1621                         incorrectly with IMAP accounts.
1622                 inc_spool_account(): return number of new msgs, or -1 on error
1623                 inc_all_spool(): return number of new msgs
1624                 
1625 2003-01-13 [melvin]     0.8.8claws91
1626
1627         * src/prefs_actions.c
1628                 Justify help text.
1629
1630 2003-01-12 [thorsten]   0.8.8claws90
1631
1632         * src/common/prefs.c
1633                 close file before rename
1634
1635 2003-01-12 [alfons]     0.8.8claws89
1636
1637         * AUTHORS
1638                 add Christian Mertes
1639         * src/common/utils.[ch]
1640                 g_stricase_hash(), g_stricase_equal(): functions for 
1641                 case insensitive hash tables
1642         * src/textview.c
1643                 use top level domain names to validate email address, based
1644                 on a patch by Christian Mertes (thanks!), but changed 
1645                 implementation to use a hash table 
1646
1647 2003-01-12 [paul]       0.8.8claws88
1648
1649         * po/bg.po
1650                 updated by George Danchev
1651
1652 2003-01-12 [alfons]     0.8.8claws87
1653
1654         * src/summaryview.c
1655                 delete / execute performance: use new style folder update
1656
1657 2003-01-12 [paul]       0.8.8claws86
1658
1659         * sync with 0.8.8cvs5
1660                 see ChangeLog 2003-01-13 (!)
1661
1662 2003-01-12 [alfons]     0.8.8claws85
1663
1664         * src/filtering.c
1665         * src/matcher_parser_parse.y
1666                 prepare change_score filtering action
1667         * src/matcher.[ch]
1668                 give up const-correctness on functions that call non-const-correct functions;
1669                 several casts to gpointer in g_free();
1670                 add change_score;
1671
1672 2003-01-12 [christoph]  0.8.8claws84
1673
1674         * src/compose.c
1675                 fix 2 warnings
1676
1677         * src/gtk/prefswindow.[ch]
1678         * src/plugins/spamassassin/spamassassin_gtk.c
1679                 changed the call of the widget create function
1680                 for PrefsPages, because sometimes the widget
1681                 create function needs a widget that already has
1682                 been attached to a window (to create GDK pixmaps
1683                 for exmaple). So we simply pass the GtkWindow as
1684                 the second parameter now.
1685
1686         * src/main.c
1687         * src/mainwindow.c
1688         * src/prefs_toolbar.[ch]
1689                 rewrite Toolbar Preferences using the new
1690                 prefs window
1691
1692 2003-01-11 [alfons]     0.8.8claws83
1693
1694         * src/addressadd.c
1695                 fix crash when adding sender to addressbook because status bar
1696                 isn't there (the status bar doesn't seem to be used though,
1697                 but I'll let Match decide what to do with it)
1698
1699 2003-01-11 [colin]      0.8.8claws82
1700
1701         * src/main.c
1702           src/toolbar.c
1703                 Two useless changes reversed
1704
1705 2003-01-11 [colin]      0.8.8claws81
1706
1707         * src/mainwindow.c
1708           src/mainwindow.h
1709                 Add mainwindow_get_mainwindow()
1710         * src/alertpanel.c
1711           src/alertpanel.h
1712                 Add alertpanel_error_log() 
1713         * src/compose.c
1714           src/inc.c
1715           src/messageview.c
1716           src/toolbar.c
1717           src/main.c
1718           src/procmsg.c
1719                 Network errors get a View Log button
1720
1721 2003-01-10 [alfons]     0.8.8claws80
1722
1723         * src/prefs_toolbar.c
1724         * src/toolbar.c
1725                 use the translatable string for "Separator" as file name for
1726                 separator toolbar items (probably make this uppercase?)
1727
1728 2003-01-10 [alfons]     0.8.8claws79
1729
1730         * src/prefs_toolbar.c
1731                 put right A_SEPARATOR description string in "displayed
1732                 toolbar items list" so manually added separators are
1733                 saved correctly (bug #10, "Adding a separator to the main 
1734                 toolbar fails, entry in xml file is wrong")
1735
1736 2003-01-10 [christoph]  0.8.8claws78
1737
1738         * src/imap.c
1739                 o fix warnings
1740                 o use CAPABILITY to check if NAMESPACE is available
1741
1742 2003-01-10 [christoph]  0.8.8claws77
1743
1744         * src/imap.[ch]
1745                 apply UIDPLUS IMAP extension support patch
1746
1747         Patch submitted by Simon 'corecode' Schubert
1748
1749 2003-01-10 [paul]       0.8.8claws76
1750
1751         * src/folderview.c
1752                 a sync from main which fixes the news account folders'
1753                 Properties bug
1754
1755 2003-01-10 [christoph]  0.8.8claws75
1756
1757         * src/folder.c
1758                 don't accept 0 as a valid uid returned by copy and move
1759                 functions. 0 means the message was copied or moved but the
1760                 new uid could not be fetched. It is not an error condition
1761                 for the copy or move operation.
1762
1763 2003-01-10 [paul]       0.8.8claws74
1764
1765         * src/prefs_filtering.c
1766                 change English used in Alert when entry is not
1767                 saved.
1768                 
1769         * sync with 0.8.8cvs4
1770                 see ChangeLog 2003-01-10
1771
1772 2003-01-10 [darko]      0.8.8claws73
1773
1774         * src/pine.c
1775                 fix crash when importing address book entry
1776                 without a valid address
1777
1778 2003-01-09 [alfons]     0.8.8claws72
1779
1780         * src/inc.c
1781                 filtering performance: use new style folder update
1782
1783 2003-01-09 [christoph]  0.8.8claws71
1784
1785         * src/compose.c
1786         * src/gtk/menu.[ch]
1787                 fix wrong selecting of mime encoding type, when
1788                 opening property dialog of attachments in the
1789                 compose window. 7bit was always selected and that
1790                 destoryed files with 8bit data.
1791                 (closes bug #9 Sylpheed-claws destroys attachments when
1792                  changing MIME-types)
1793
1794 2003-01-09 [paul]       0.8.8claws70
1795
1796         * sync with 0.8.8cvs3
1797                 see ChangeLog 2003-01-09
1798
1799 2003-01-08 [alfons]     0.8.8claws69
1800         
1801         * src/addressadd.c
1802                 apply patch by Kim Schulz to fix build breakage
1803                 because of missing variable
1804
1805 2003-01-08 [paul]       0.8.8claws68
1806
1807         * sync with 0.8.8cvs2
1808                 see ChangeLog 2002-01-08
1809
1810 2003-01-08 [paul]       0.8.8claws67
1811
1812         * po/it.po
1813                 updated by Alessandro Maestri
1814                 
1815         * src/addressadd.c
1816                 when using 'Add sender to addressbook' allow
1817                 name to be edited and remarks to be entered
1818                 Patch submitted by Luke Plant
1819
1820 2003-01-08 [darko]      0.8.8claws66
1821
1822         * README.claws, src/summaryview.c
1823                 fix description for marked messages
1824
1825 2003-01-08 [paul]
1826
1827         * tools/Makefile.am
1828           tools/launch_phoenix  ** NEW FILE **
1829                 add script that enables using Phoenix as the default
1830                 web browser. 
1831                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1832                 
1833         * tools/OOo2sylpheed.pl
1834                 remove full path to sylpheed executable, just 'sylpheed'
1835                 will do
1836                 
1837         * tools/README
1838                 add launch_phoenix informtion and re-arrange and compress
1839                 the data a little
1840
1841 2003-01-07 [christoph]  0.8.8claws65
1842
1843         * src/folder.c
1844                 fix update for source folder when moving messages
1845         * src/procmsg.[ch]
1846         * src/summaryview.c
1847                 use function to set to_folder for message infos and
1848                 automatically update the op_count for old and new
1849                 folder
1850
1851 2003-01-07 [melvin]     0.8.8claws64
1852
1853         * src/prefs_actions.c
1854                 Fixed bug where an '%p' Action on a displayed image crashed 
1855                         Sylpheed
1856                 Code clean up (get rid of duplicated code and removed unnecessary 
1857                                 structure member)
1858
1859 2003-01-07 [christoph]  0.8.8claws63
1860
1861         * src/compose.c
1862         * src/folder.[ch]
1863         * src/folderview.c
1864         * src/import.c
1865         * src/inc.c
1866         * src/main.c
1867         * src/mainwindow.c
1868         * src/messageview.c
1869         * src/prefs_folder_item.c
1870         * src/procmsg.c
1871         * src/summaryview.c
1872         * src/toolbar.c
1873                 o remove all folder update triggering from the UI code. The folder
1874                   system should know much better when a folder needs an update.
1875                 o to prevent multiple updates in a row the folder updates can be
1876                   frozen for some time.
1877
1878                 Note: - Please verify that no updates are missing
1879                       - Check where freeze/thaws should be added
1880
1881 2003-01-07 [christoph]  0.8.8claws62
1882
1883         * src/prefs_actions.c
1884                 don't translate empty strings
1885
1886         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1887
1888 2003-01-06 [christoph]  0.8.8claws61
1889
1890         * src/prefs_actions.c
1891                 mark strings for gettext
1892         * src/prefs_matcher.c
1893                 use new description window for Execute action and
1894                 match condition in Filtering
1895
1896         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1897
1898 2003-01-06 [alfons]     0.8.8claws60
1899
1900         keep myself inspired to re-organize matcher part 8; 
1901         yes, more to come (I need to move out the descriptive
1902         text for actions to matcher.c, or at least make it not
1903         depend on the wicked ordering)
1904
1905         * src/prefs_matcher.c
1906                 add documentation so others may comprehend the
1907                 UI part of the conditions
1908                 
1909 2003-01-06 [christoph]  0.8.8claws59
1910
1911         * src/prefs_actions.c
1912                 use new description window for syntax help
1913         * src/gtk/description_window.c
1914                 fix display of descriptions with column count != 2
1915
1916         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1917
1918 2003-01-06 [christoph]  0.8.8claws58
1919
1920         * src/quote_fmt.c
1921         * src/summaryview.[ch]
1922         * src/gtk/Makefile.am
1923         * src/gtk/description_window.[ch]       ** NEW **
1924                 use a generic window to display syntax descriptions
1925                 currently used in quote_fmt and summaryview (new description
1926                 for extended quick search)
1927
1928         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1929
1930 2003-01-06 [paul]       0.8.8claws57
1931
1932         * sync with 0.8.8cvs1
1933                 see ChangeLog 2003-01-06
1934
1935 2003-01-06 [christoph]  0.8.8claws56
1936
1937         * src/mainwindow.c
1938         * src/prefs_gtk.[ch]
1939         * src/gtk/prefswindow.[ch]
1940         * src/plugins/spamassassin/spamassassin_gtk.c
1941                 o remove page management from prefswindow, pages
1942                   will be an argument to prefswindow_open
1943                 o prefswindow_open gets a datapointer that is
1944                   passed to the widget_create function to allow
1945                   creation of prefswindow for specific items
1946
1947 2003-01-06 [colin]      0.8.8claws55
1948         
1949         * src/summaryview.c
1950                 We don't want regexp in the reply-finder, 
1951                 because MIDs can contain !,$,. and so on
1952
1953 2003-01-06 [jens]       0.8.8claws54
1954
1955         * src/jpilot.c
1956                 fixed a wrong free in jpilot_read_db_files
1957
1958 2003-01-06 [alfons]     0.8.8claws53
1959
1960         re-organize matcher part 8; more to come
1961        
1962         * src/matcher.c
1963                 matcherprop_to_string(): put g_free()s before the
1964                 switch-case break to fix memleaks                
1965
1966 2003-01-06 [colin]      0.8.8claws52
1967
1968         * src/summaryview.c
1969                 cleanup & reply-finder now displays the first 
1970                 matching message
1971
1972 2003-01-05 [alfons]     0.8.8claws51
1973
1974         re-organize matcher part 7; more to come
1975
1976         * src/matcher.[ch]
1977                 fixes for constant correctness;
1978                 more documentation;
1979
1980 2003-01-05 [alfons]     0.8.8claws50
1981
1982         re-organize matcher part 6; more to come
1983         
1984         * src/matcher.[ch]
1985                 fixes for constant correctness;
1986                 more documentation;
1987         * src/filtering.c
1988                 fix for constant correctness
1989
1990 2003-01-05 [colin]      0.8.8claws49
1991
1992         * src/account.[ch]
1993                 Add account_get_reply_account function
1994         * src/compose.c
1995                 Use account_get_reply_account function 
1996         * src/summaryview.c
1997                 Basic reply-finder - click on the replied
1998                 icon gets you to the outbox using quick-search
1999
2000 2003-01-05 [paul]       0.8.8claws48
2001
2002         * src/prefs_common.c
2003                 small change to English
2004                 
2005         * src/prefs_filtering.c
2006                 prefs_filtering_action_select(): improve logic and uniformity
2007                 of gui
2008
2009 2003-01-05 [alfons]     0.8.8claws47
2010
2011         fine tune solution to focus problems (bug #7)
2012
2013         * src/mainwindow.c
2014                 mainwindow_focus_in_event(): remove grab event check
2015         * src/summaryview.c
2016                 summary_button_pressed(): move selection on right-click
2017                 too. we can't possibly move the selection back after
2018                 canceling a dialog, because gtk's incomplete focus 
2019                 management. whether this is a good solution, only time
2020                 will tell.
2021
2022 2003-01-05 [christoph]  0.8.8claws46
2023
2024         * src/imap.c
2025                 fix crash when no imap connection could be established
2026
2027 2003-01-05 [paul]       0.8.8claws45
2028
2029         * src/mainwindow.c
2030           src/sumamryview.c
2031           src/gtk/menu.[ch]
2032                 fix bug 605957 'shortcuts in popup-menu'
2033                 make user-defined shortcuts work
2034                 show shortcuts that are already defined
2035                 in the main menu
2036                 Patch submitted by Luke Plant
2037
2038 2003-01-05 [alfons]     0.8.8claws44
2039
2040         * src/mainwindow.c
2041                 focus_in_event handler should not select summary view row 
2042                 when another window (menu, dialog) grabbed for events 
2043                 (bug #7, "[0.8.8claws42] Message summary focus") 
2044
2045 2003-01-04 [christoph]  0.8.8claws43
2046
2047         * src/procmsg.c
2048                 update save folder after adding the sent message
2049                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2050
2051 2003-01-02 [christoph]  0.8.8claws42
2052
2053         * src/common/plugin.c
2054                 fix unloading of all plugins and unload
2055                 plugins in reverse order
2056                 
2057         * src/gtk/pluginwindow.c
2058                 implement function of load and unload button
2059
2060         * src/gtk/prefswindow.c
2061         * src/gtk/prefswindow.h
2062                 rename register function and add new unregister
2063                 function
2064
2065         * src/plugins/spamassassin/spamassassin_gtk.c
2066                 unregister prefs page and update for changes in
2067                 src/gtk/prefswindow.c
2068
2069 2003-01-02 [paul]       0.8.8claws41
2070
2071         * po/es.po
2072                 updated by Ricardo Mones Lastra
2073
2074 2003-01-02 [paul]
2075
2076         * tools/tb2sylpheed
2077                 fixes and improvements by Urke MMI
2078
2079 2003-01-02 [thorsten]   0.8.8claws40
2080
2081         * src/procmsg.c
2082                 fixed wrong return value
2083
2084 2003-01-02 [thorsten]   0.8.8claws39
2085
2086         * src/prefs.c
2087                 fixed printing wrong variable
2088
2089 2003-01-02 [thorsten]   0.8.8claws38
2090
2091         * src/prefs.c
2092                 fixed acessing members of freed pfile struct
2093
2094 2003-01-02 [thorsten]   0.8.8claws37
2095
2096         * src/procmsg.c
2097                 detect loops across several messages
2098                 as suggested by Christoph Hohmann
2099
2100 2003-01-01 [match]      0.8.8claws36
2101
2102         * src/addrindex.c
2103                 fixed another memory leak.
2104
2105 2003-01-01 [match]      0.8.8claws35
2106
2107         * src/jpilot.[ch]
2108                 fixed memory leaks. applied Doxygen comments.
2109
2110 2003-01-01 [thorsten]   0.8.8claws34
2111
2112         * src/procmsg.c
2113                 inhibit endless loop if msg references itself
2114                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2115
2116 2003-01-01 [christoph]  0.8.8claws33
2117
2118         * src/mainwindow.c
2119         * src/gtk/Makefile.am
2120         * src/gtk/pluginwindow.c                ** NEW **
2121         * src/gtk/pluginwindow.h                ** NEW **
2122                 add plugin window
2123
2124         * src/plugins/demo/demo.c
2125         * src/plugins/spamassassin/spamassassin.c
2126         * src/plugins/spamassassin/spamassassin_gtk.c
2127                 write better plugin descriptions
2128
2129 2002-12-31 [christoph]  0.8.8claws32
2130
2131         * src/gtk/prefswindow.c
2132         * src/plugins/spamassassin/spamassassin_gtk.c
2133                 some small improvements to GTK code
2134
2135 2002-12-31 [christoph]  0.8.8claws31
2136
2137         * src/plugins/spamassassin/spamassassin_gtk.c
2138                 enable folder select button
2139
2140 2002-12-31 [christoph]  0.8.8claws30
2141
2142         * src/mainwindow.c
2143         * src/gtk/Makefile.am
2144         * src/gtk/prefswindow.c                         ** NEW **
2145         * src/gtk/prefswindow.h                         ** NEW **
2146                 add new prefs window
2147
2148         * src/common/plugin.c
2149                 don't try to load empty config lines
2150         
2151         * src/plugins/spamassassin/Makefile.am
2152         * src/plugins/spamassassin/spamassassin.c
2153         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2154         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2155                 GTK config for SpamAssassin Plugin using
2156                 the new prefs window
2157
2158 2002-12-31 [paul]       0.8.8claws29
2159
2160         * po/POTFILES.in
2161                 remove obsolete entry 'src/menu.c'
2162
2163 2002-12-31 [alfons]     0.8.8claws28
2164
2165         * src/matcher.[ch]
2166         * src/matcher_parser_parse.y
2167         * src/prefs_matcher.c
2168                 add "ignore_thread" and "~ignore_thread" condition so it's
2169                 possible to make the actions / scoring operate on the ignore
2170                 thread flag
2171
2172 2002-12-31 [christoph]  0.8.8claws27
2173
2174         * src/addrbook.c
2175         * src/addrindex.c
2176         * src/folder.c
2177         * src/matcher.c
2178         * src/prefs_account.c
2179         * src/prefs_actions.c
2180         * src/prefs_customheader.c
2181         * src/prefs_display_header.c
2182         * src/prefs_gtk.c
2183         * src/procmime.c
2184         * src/toolbar.c
2185         * src/xmlprops.c
2186         * src/common/prefs.[ch]
2187                 extend prefs file handling for reading and automatic handling
2188                 of blocks. When reading prefs_set_block_label will automatically
2189                 move on to the block. When writing it will copy all other blocks
2190                 automatically
2191
2192         * src/common/plugin.c
2193                 Now loading plugin filenames from [Plugins] block in
2194                 sylpheed rc file
2195
2196 2002-12-30 [christoph]  0.8.8claws26
2197
2198         * src/common/hooks.[ch]
2199                 return abort status to caller of hooks_invoke
2200                 
2201         * src/inc.[ch]
2202                 invoke message filtering hook and stop
2203                 default handling when filter returns abort
2204
2205         * src/common/plugin.[ch]
2206         * src/plugins/demo/demo.c
2207                 modify plugin loader, because resolving symbols for strings
2208                 does not work correctly
2209         
2210         * configure.in
2211         * ac/spamassassin.m4                            ** NEW **
2212         * src/plugins/spamassassin/.cvsignore           ** NEW **
2213         * src/plugins/spamassassin/Makefile.am          ** NEW **
2214         * src/plugins/spamassassin/README               ** NEW **
2215         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2216         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2217         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2218                 add spamassassin plugin, see src/plugins/spamassassin/README
2219                 for details
2220
2221 2002-12-29 [alfons]     0.8.8claws25
2222
2223         * src/mainwindow.c
2224                 when moving focus from a message view to the main 
2225                 window, don't forget to select the summary node
2226                 of the displayed message. should fix "[ 659103 ] 
2227                 focus-follows-mouse confuses sylpheed"
2228
2229 2002-12-29 [christoph]  0.8.8claws24
2230
2231         * src/Makefile.am
2232         * src/stringtable.[ch]          ** REMOVE **
2233         * src/common/Makefile.am
2234         * src/common/stringtable.[ch]   ** NEW **
2235                 move stringtable files to common directory
2236
2237 2002-12-29 [christoph]  0.8.8claws23
2238
2239         * src/Makefile.am
2240         * src/menu.[ch]                 ** REMOVE **
2241         * src/gtk/Makefile.am
2242         * src/gtk/menu.[ch]             ** NEW **
2243                 move menu files to gtk directory
2244
2245 2002-12-29 [match]      0.8.8claws22
2246
2247         * src/addressbook.c
2248         * src/syldap.c
2249                 moved UI specific code out of LDAP code into addressbook
2250                 UI code. fixed memory leak.
2251
2252 2002-12-29 [christoph]  0.8.8claws21
2253
2254         * src/folder.c
2255                 only check for IGNORED parent message when message is
2256                 not IGNORED itself
2257
2258 2002-12-29 [alfons]     0.8.8claws20
2259
2260         * src/summaryview.c
2261                 set gtksctree's anchor correct (immediate execute
2262                 changes the tree's layout, and anchor points at 
2263                 the incorrect row). fixes "[ 657233 ] multiple msg 
2264                 delete sometimes off by 1".
2265                 we probably have to look for more tree layout /
2266                 anchor glitches.
2267
2268 2002-12-29 [paul]       0.8.8claws19
2269
2270         * src/summaryview.c
2271                 fix bug [ 659054 ] incorrect sorting of 'From' column
2272                 when using 'display sender using address book'
2273                 thanks to Alfons and Luke Plant
2274
2275 2002-12-29 [christoph]  0.8.8claws18
2276
2277         * src/folder.c
2278         * src/procmsg.[ch]
2279                 check parent messages for IGNORE THREAD flag, when adding,
2280                 moving or copying messages to a folder
2281
2282 2002-12-27 [alfons]     0.8.8claws17
2283
2284         re-organize matcher part 5; more to come
2285
2286         * src/matcher.c
2287                 hash keywords in matchparser_tab 
2288
2289 2002-12-27 [alfons]     0.8.8claws16
2290
2291         re-organize matcher part 4; more to come
2292
2293         * src/matcher_parser.h
2294         * src/matcher_parser_lex.l
2295         * src/matcher_parser_parse.y
2296                 cleanup
2297
2298 2002-12-27 [alfons]     0.8.8claws15
2299
2300         re-organize matcher part 3; more to come
2301
2302         * src/matcher.[ch]
2303                 cleanup
2304
2305 2002-12-27 [alfons]     0.8.8claws14
2306
2307         re-organize matcher part 2; more to come but this should
2308         work. cc me if there are any regressions.
2309
2310         * src/matcher.h
2311                 add prototype for get_matchparser_tab_id()
2312         * src/matcher_parser_lex.l
2313                 look up keywords using matchparser_tab_id();
2314
2315 2002-12-27 [alfons]     0.8.8claws12
2316
2317         re-organize matcher part 1
2318
2319         * src/matcher.h
2320                 map yacc generated constants to sylpheed matcher constants
2321         * src/matcher.c
2322                 add function to find a matcher constant from a string
2323
2324 2002-12-27 [christoph]  0.8.8claws11
2325
2326         * src/compose.c
2327                 MENUITEM_ADD casts the 4th argument from integer to pointer
2328                 so it probably should not be a pointer, this means we
2329                 should use account id for it and not the account's pointer
2330
2331 2002-12-27 [paul]       0.8.8claws10
2332
2333         * src/mainwindow.c
2334                 remove unneeded 'GtkWidget *vbox'
2335                 
2336         * src/summaryview.c
2337                 further sync with 0.8.8 - make sort
2338                 by recipient work as expected
2339                 
2340         * NEWS
2341                 sync with 0.8.8
2342
2343 2002-12-27 [paul]       0.8.8claws9
2344
2345         * po/pt_BR.po
2346                 updated by Ivan F. Martinez
2347                 
2348 2002-12-27 [darko]      0.8.8claws8
2349
2350         * src/common/utils.c
2351                 added locked pattern to extended search
2352
2353 2002-12-27 [alfons]     0.8.8claws7
2354
2355         * src/prefs_matcher.[ch]
2356                 clean up
2357
2358 2002-12-26 [alfons]     0.8.8claws6
2359
2360         * src/matcher.[ch]
2361         * src/matcher_parser_lex.l
2362         * src/matcher_parser_parse.y
2363         * src/prefs_matcher.c
2364                 allow color label as a condition in the matcher
2365
2366 2002-12-26 [oliver]     0.8.8claws5
2367         
2368         * src/toolbar.c 
2369                 enable Addressbook for Main and Messageview
2370         * src/prefs_actions.c
2371                 enable actions in Messageview
2372
2373 2002-12-26 [christoph]  0.8.8claws4
2374
2375         * src/common/plugin.c
2376                 add a little debug output
2377         * configure.in
2378         * src/plugins/demo/Makefile.am
2379                 better use of automake
2380
2381 2002-12-26 [christoph]  0.8.8claws3
2382
2383         * src/Makefile.am
2384         * src/common/Makefile.am
2385                 fix "make distdir"
2386
2387 2002-12-26 [christoph]  0.8.8claws2
2388
2389         * configure.in
2390                 sort configure checks into common / gtk / plugins
2391         * po/POTFILES.in
2392                 add src/prefs_gtk.c
2393         * src/Makefile.am
2394                 add plugins SUBDIR
2395         * src/main.c
2396         * src/common/sylpheed.[ch]
2397                 added now sylpheed_done function for shutdown
2398         * src/common/Makefile.am
2399         * src/common/plugin.[ch]                ** NEW **
2400                 plugin loader and unloader
2401         * src/plugins/.cvsignore                ** NEW **
2402         * src/plugins/Makefile.am               ** NEW **
2403                 build plugins
2404         * src/plugins/demo/.cvsignore           ** NEW **
2405         * src/plugins/demo/Makefile.am          ** NEW **
2406         * src/plugins/demo/demo.c               ** NEW **
2407                 small demo plugin that installs a logtext hook and
2408                 outputs the log text to stdout
2409
2410 2002-12-26 [paul]       0.8.8claws1
2411
2412         * po/es.po
2413                 updated by Ricardo Mones Lastra
2414
2415 2002-12-26 [paul]       0.8.8claws
2416
2417         * 0.8.8claws released
2418
2419 2002-12-26 [paul]       0.8.7claws12
2420
2421         * po/bg.po
2422                 updated by George Danchev
2423
2424 2002-12-26 [paul]       0.8.7claws11
2425
2426         * po/POTFILES.in
2427                 remove unneeded 'src/prefs.c' entry 
2428
2429 2002-12-26 [paul]       0.8.7claws10
2430
2431         * src/codeconv.c
2432           src/mainwindow.c
2433                 sync with 0.8.8 release
2434         
2435         * src/folder.[ch]
2436           src/mh.c
2437           src/summaryview.c
2438                 partial sync with 0.8.8 release
2439         
2440
2441 2002-12-25 [alfons]     0.8.7claws9
2442
2443         * src/matcher.[ch]
2444         * src/matcher_parser_lex.l
2445         * src/matcher_parser_parse.y
2446         * src/prefs_matcher.c
2447                 add locked flag to possible filtering / matcher 
2448                 conditions (also a good example what should be
2449                 done to add a simple boolean condition)
2450
2451 2002-12-25 [christoph]  0.8.7claws8
2452
2453         * src/Makefile.am
2454         * src/account.[ch]
2455         * src/addrbook.c
2456         * src/addressbook.c
2457         * src/addrindex.c
2458         * src/filtering.c
2459         * src/folder.c
2460         * src/matcher.c
2461         * src/prefs.[ch]                ** REMOVE **
2462         * src/prefs_account.c
2463         * src/prefs_actions.c
2464         * src/prefs_common.c
2465         * src/prefs_customheader.c
2466         * src/prefs_display_header.c
2467         * src/prefs_filtering.c
2468         * src/prefs_folder_item.c
2469         * src/prefs_gtk.[ch]            ** NEW **
2470         * src/prefs_matcher.c
2471         * src/prefs_scoring.c
2472         * src/prefs_summary_column.c
2473         * src/procmime.c
2474         * src/selective_download.c
2475         * src/toolbar.c
2476         * src/common/Makefile.am
2477         * src/common/prefs.[ch]         ** NEW **
2478                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2479
2480 2002-12-24 [alfons]     0.8.7claws7
2481
2482         * src/summaryview.c
2483                 summary_thread_build(): fix real cause of the crash mentioned in
2484                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2485                 this way we get meaningful ctree nodes 
2486
2487 2002-12-24 [oliver]     0.8.7claws6
2488
2489         * src/mainwindow.[ch]
2490         * src/messageview.[ch]
2491         * src/compose.[ch]
2492         * src/inc.c
2493         * src/summaryview.c
2494                 changes to use updated toolbar handling
2495                 
2496 2002-12-24 [oliver]     0.8.7claws5
2497
2498         * src/toolbar.[ch]
2499                 generic toolbar handling
2500                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2501         * src/prefs_toolbar.[ch]
2502                 adjust to handling
2503         
2504 2002-12-24 [oliver]     0.8.7claws4
2505         
2506         * src/stock_pixmap.[ch]
2507                 move SYLPHEED_LOGO to end of list in order 
2508                 to remove it from Custom Toolbar`s Icon View
2509
2510 2002-12-24 [alfons]     0.8.7claws3
2511
2512         * src/summaryview.c
2513                 summary_thread_build(): fix crash because of focus != selection 
2514                 after threading. when deleting the selection, gtk tries but fails 
2515                 to find the correct focusable element. we now force the selection
2516                 to be focused. this should solve the infamous bug reported by 
2517                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2518                 a test case is available. 
2519
2520 2002-12-24 [darko]      0.8.7claws2
2521
2522         * src/summaryview.c
2523                 don't crash when unmarking message with unread children
2524
2525 2002-12-23 [christoph]  0.8.7claws1
2526
2527         * src/Makefile.am
2528         * src/common/Makefile.am
2529                 update Makefiles for moved intl.h, version.h and defs.h
2530         * src/imap.c
2531                 rewrite imap_session_get to avoid duplicate code
2532
2533 2002-12-23 [paul]       0.8.7claws
2534
2535         * Santa-Claws released
2536         
2537         * po/hu.po
2538           po/ru.po
2539                 squeeze in updated Hungarian and Russian translations.
2540                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2541
2542 2002-12-23 [paul]       0.8.6claws129
2543
2544         * po/pl.po
2545                 updated by Witold Wladyslaw Wojciech Wilk
2546
2547 2002-12-23 [paul]       0.8.6claws128
2548
2549         * src/quote_fmt_parse.y
2550                 fix typo and add licence header
2551
2552 2002-12-23 [paul]       0.8.6claws127
2553
2554         * po/en_GB.po
2555                 updated
2556
2557 2002-12-23 [paul]       0.8.6claws126
2558
2559         * po/it.po
2560                 updated translation, submitted by Alessandro Maestri
2561                 
2562 2002-12-23 [paul]       0.8.6claws125
2563
2564         * src/quote_fmt_parse.y
2565                 fix signature-stripping on replies bug. match
2566                 '-- \n' and not '-- '.
2567
2568 2002-12-22 [paul]       0.8.6claws124
2569
2570         * po/bg.po
2571           po/es.po
2572           po/sr.po
2573                 updated translations. submitted by George Danchev,
2574                 Ricardo Mones Lastra, and Urke MMI respectively
2575
2576 2002-12-21 [paul]       0.8.6claws123
2577
2578         * src/addrbook.c
2579                 fix coding style
2580
2581 2002-12-21 [paul]       0.8.6claws122
2582
2583         * src/addrbook.c
2584                 fix bug [643638] where if a person is in one or more
2585                 addressbook groups editing that person's email 
2586                 address results in removal from those groups.
2587                 Patch submitted by Luke Plant.
2588
2589 2002-12-20 [christoph]  0.8.6claws121
2590
2591         * src/common/utils.c
2592         * src/summaryview.c
2593                 reimplement expand_search_string using GString to
2594                 prevent crashs caused by miscalculated string
2595                 lengths reported by Paul
2596
2597 2002-12-20 [christoph]  0.8.6claws120
2598
2599         * src/summaryview.c
2600                 don't use "changed" to check if op_count has to be changed as it
2601                 is also set when the message has unread children
2602                 (closes bug [ 653221 ] crash while deleting duplicates)
2603
2604 2002-12-20 [paul]       0.8.6claws119
2605
2606         * sync with 0.8.6cvs27
2607                 see ChangeLog 2002-12-20
2608
2609 2002-12-20 [paul]       0.8.6claws118
2610
2611         * sync with 0.8.6cvs26
2612                 see ChangeLog 2002-12-19 and 2002-12-20
2613
2614 2002-12-19 [alfons]     0.8.6claws117
2615
2616         * src/textview.c
2617                 fix incorrect parsing of email addresses, submitted by 
2618                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2619                 name display if it contains @".
2620
2621 2002-12-18 [paul]       0.8.6claws116
2622
2623         * sync with 0.8.6cvs23
2624                 see ChangeLog 2002-12-18
2625
2626 2002-12-18 [paul]       0.8.6claws115
2627
2628         * src/Makefile.am
2629         * src/account.c
2630         * src/codeconv.c
2631         * src/gtkutils.[ch]
2632         * src/imap.c
2633                 sync with 0.8.6cvs22.
2634                 see ChangeLog 2002-12-17 and 2002-12-18
2635
2636 2002-12-17 [christoph]  0.8.6claws114
2637
2638         * src/imap.c
2639                 o don't create a session if imap greeting fails
2640                 o don't close socket when authentication fails
2641                   this is done by imap_session_destroy
2642
2643 2002-12-17 [thorsten]   0.8.6claws113
2644
2645         * tools/Makefile.am
2646           tools/README
2647           tools/google_msgid.pl ** NEW FILE **
2648                 Added "search for message-id" script and doc
2649
2650 2002-12-17 [thorsten]   0.8.6claws112
2651
2652         * po/hu.po
2653                 Updated hungarian translation
2654                 (updated by Gal Zoltan)
2655
2656 2002-12-16 [christoph]  0.8.6claws111
2657
2658         * src/addr_compl.c
2659                 remove stupid addressbook dump to debug output
2660         * src/mh.c
2661                 fix memory leak found by Hiro
2662
2663 2002-12-14 [paul]       0.8.6claws110
2664
2665         * src/compose.c
2666                 fix menubar sensitivity on send
2667                 
2668         * src/prefs_filtering.c
2669         * src/prefs_matcher.c
2670         * src/prefs_scoring.c
2671                 Fix english ;)
2672                 
2673         * src/common/quoted-printable.h
2674                 sync: fix typo
2675         
2676 2002-12-13 [christoph]  0.8.6claws109
2677
2678         * src/Makefile.am
2679         * src/manage_window.[ch]        ** REMOVE **
2680         * src/gtk/Makefile.am
2681         * src/gtk/manage_window.[ch]    ** NEW **
2682                 move manage_window files to gtk directory
2683
2684 2002-12-13 [christoph]  0.8.6claws108
2685
2686         * src/Makefile.am
2687         * src/gtkshruler.[ch]           ** REMOVE **
2688         * src/gtk/Makefile.am
2689         * src/gtk/gtkshruler.[ch]       ** NEW **
2690                 move gtkshruler files to gtk directory
2691
2692 2002-12-13 [christoph]  0.8.6claws107
2693
2694         * src/Makefile.am
2695         * src/compose.c
2696         * src/gtkstext.[ch]             ** REMOVE **
2697         * src/gtkutils.[ch]
2698         * src/textview.c
2699         * src/gtk/gtkstext.[ch]         ** NEW **
2700         * src/gtk/Makefile.am
2701                 o move stext functions to gtkstext.c to remove
2702                   dependency of gtkutils
2703                 o move gtkstext files to gtk directory
2704
2705         * src/gtk/Makefile.am
2706         * src/gtk/sslcertwindow.[ch]
2707                 UI stuff can always depend on common code so
2708                 it's ok to add ../common to include path
2709
2710 2002-12-13 [colin]      0.8.6claws106
2711
2712         * src/summaryview.c
2713                 Disconnect sighandlers for mainwindow when
2714                 quicksearch has the focus
2715                 Fix bug #653231
2716         * src/mainwindow.[ch]
2717                 Make key_pressed callback public, to be able
2718                 to disconnect it
2719
2720 2002-12-13 [christoph]  0.8.6claws105
2721
2722         * src/mh.c
2723                 create .mh_sequences file in new MH folders
2724                 (closes feature request [ 523162 ] MH folders should
2725                  get a .mh_sequences)
2726
2727 2002-12-13 [colin]      0.8.6claws104
2728
2729         * src/summaryview.c
2730                 Better handling of quicksearch show/hide
2731                 (basically the button stays under the mouse 
2732                  when toggled)
2733
2734 2002-12-13 [paul]       0.8.6claws103
2735
2736         * sync with 0.8.6cvs17
2737                 see ChangeLog 2002-12-13
2738
2739 2002-12-13 [paul]       0.8.6claws102
2740
2741         * po/es.po
2742                 updated by Ricardo Mones Lastra
2743
2744 2002-12-11 [colin]       0.8.6claws101
2745
2746         * src/folder.c
2747                 remove statusbar stuff
2748           src/folderview.c
2749                 set statusbar verbosity when moving folders
2750
2751 2002-12-11 [colin]       0.8.6claws100
2752         * src/prefs_filtering.c
2753         * src/prefs_matcher.c
2754         * src/prefs_scoring.c
2755                 Fix english ;)
2756
2757 2002-12-11 [colin]       0.8.6claws99
2758
2759         * src/prefs_common.[ch]
2760                 Add summary_quicksearch_type
2761         * src/summaryview.c
2762                 Save last used quicksearch type
2763
2764 2002-12-11 [jens]       0.8.6claws98
2765         * src/prefs_filtering.c
2766         * src/prefs_matcher.c
2767         * src/prefs_scoring.c
2768                 added dialog for incomplete rules in scoring, filtering and
2769                 matcher to ask wheather really close
2770
2771 2002-12-11 [colin]      0.8.6claws97
2772
2773         * src/folder.c
2774                 Fix folder dnd statusbar logging
2775
2776 2002-12-10 [christoph]  0.8.6claws96
2777
2778         * src/compose.c
2779         * src/folder.c
2780         * src/imap.c
2781         * src/inc.c
2782         * src/main.c
2783         * src/mainwindow.c
2784         * src/news.c
2785         * src/send.c
2786         * src/statusbar.[ch]
2787         * src/common/hooks.c
2788         * src/common/log.[ch]
2789                 o handle verbose logging in statusbar directly in statusbar code
2790                   and common code does not need any knowledge about a statusbar
2791                 o remove direct calls to statusbar_(puts|pop)_all functions
2792
2793 2002-12-10 [jens]       0.8.6claws95
2794
2795         * src/*.c
2796                 removed gettext from g_warnings
2797         * po/POTFILES.in
2798                 cleaned and updated
2799         * po/de.po
2800                 updated
2801
2802 2002-12-10 [colin]      0.8.6claws94
2803
2804         * src/main.c
2805                 finish crash dialog fix
2806
2807 2002-12-10 [colin]      0.8.6claws93
2808
2809         * src/main.c
2810                 "Fix" "sylpheed already running" instead of
2811                 crash dialog appearing after a crash
2812
2813 2002-12-10 [colin]      0.8.6claws92
2814
2815         * po/POTFILES.in
2816                 add src/gtk/sslcertwindow.c
2817
2818 2002-12-10 [paul]       0.8.6claws91
2819
2820         * po/POTFILES.in
2821                 updated to reflect recent changes
2822                 submitted by Alessandro Maestri
2823
2824 2002-12-09 [christoph]  0.8.6claws90
2825
2826         * src/Makefile.am
2827         * src/smtp.[ch]                 ** REMOVE **
2828         * src/common/Makefile.am
2829         * src/common/smtp.[ch]          ** NEW **
2830                 move smtp files to common directory
2831
2832 2002-12-09 [christoph]  0.8.6claws89
2833
2834         * src/Makefile.am
2835         * src/session.[ch]              ** REMOVE **
2836         * src/common/Makefile.am
2837         * src/common/session.[ch]       ** NEW **
2838                 move session files to common directory
2839
2840 2002-12-09 [paul]       0.8.6claws88
2841
2842         * src/account.c
2843                 fix bug [649746] edit accounts: move account reverted
2844                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2845
2846 2002-12-09 [colin]      0.8.6claws87
2847
2848         * src/ssl_certificate.c
2849                 cleanup
2850
2851 2002-12-09 [colin]      0.8.6claws86
2852
2853         * src/ssl.c
2854                 Try to open the cert.pem database and 
2855                 issue a warning if it isn't there
2856
2857 2002-12-09 [colin]      0.8.6claws85
2858
2859         * src/common/ssl_certificate.c
2860         * src/gtk/sslcertwindow.c
2861                 Warning fixes
2862
2863 2002-12-09 [colin]      0.8.6claws84
2864
2865         * src/ssl_certificate.[ch] ** REMOVED **
2866         * src/common/ssl_certificate.[ch] ** NEW **
2867         * src/Makefile.am
2868         * src/common/Makefile.am
2869                 Moved ssl_certificate.[ch] to common
2870         * src/common/ssl.c 
2871                 Put back needed include
2872         * src/gtk/sslcertwindow.[ch]
2873                 Changed ssl_certificate.h include
2874         
2875 2002-12-09 [colin]      0.8.6claws83
2876
2877         * src/gtk/sslcertwindow.[ch]
2878                 Implement hook for certificate acception
2879         * src/ssl_certificate.[ch]
2880                 Implement hook for certificate acception
2881         * src/common/ssl.c
2882                 Reenable certificate acception check
2883         * src/mainwindow.c
2884                 Register sslcertwindow's hook
2885         
2886 2002-12-08 [christoph]  0.8.6claws82
2887
2888         * src/about.c
2889         * src/addr_compl.c
2890         * src/codeconv.c
2891         * src/manual.c
2892         * src/undo.c
2893         * src/common/utils.c
2894                 o add missing includes
2895                 o fix warnings
2896         * src/.cvsignore
2897         * src/common/.cvsignore
2898         * src/common/version.h          ** REMOVE **
2899                 remove autogenerated file
2900
2901 2002-12-08 [paul]       0.8.6claws81
2902
2903         * src/stringtable.c
2904                 put back needed include
2905
2906 2002-12-08 [colin]      0.8.6claws80
2907         
2908         * src/gtk/sslcertwindow.c
2909                 Cleaner popups when asking
2910         * src/ssl_certificate.c
2911         * src/prefs_common.[ch]
2912                 remove ssl certificate pref
2913                 put back needed include
2914         * src/undo.c
2915                 put back needed include
2916
2917 2002-12-08 [christoph]  0.8.6claws79
2918
2919         * src/folderview.c
2920         * src/logwindow.c
2921         * src/statusbar.c
2922         * src/summaryview.c
2923                 only abort hook invokation if required data is missing not
2924                 if our own data pointer is NULL, update hookfunction for
2925                 log window
2926
2927 2002-12-08 [paul]       0.8.6claws78
2928
2929         * src/about.c
2930         * src/addrcache.c
2931         * src/addrclip.c
2932         * src/addr_compl.c
2933         * src/addrselect.c
2934         * src/codeconv.c
2935         * src/colorlabel.c
2936         * src/enriched.c
2937         * src/esmtp.c
2938         * src/exporthtml.c
2939         * src/headerview.c
2940         * src/imageview.c
2941         * src/manual.c
2942         * src/noticeview.c
2943         * src/pgptext.c
2944         * src/scoring.c
2945         * src/sourcewindow.c
2946         * src/stringtable.c
2947         * src/undo.c
2948                 clean up: remove unneccesary includes
2949
2950 2002-12-08 [christoph]  0.8.6claws77
2951
2952         * src/folderview.c
2953         * src/statusbar.c
2954         * src/summaryview.c
2955         * src/common/hooks.[ch]
2956                 hook functions now have a gboolean return value, if a hook
2957                 returns TRUE it will stop executing of any more hooks in
2958                 the same hooklist for this invokation
2959
2960 2002-12-08 [colin]      0.8.6claws76
2961         
2962         * src/main.c
2963                 put back argv0 for CRASH_DIALOG
2964
2965 2002-12-08 [christoph]  0.8.6claws75
2966
2967         * src/Makefile.am
2968         * src/about.c
2969         * src/account.c
2970         * src/crash.c
2971         * src/esmtp.h
2972         * src/imap.[ch]
2973         * src/inc.c
2974         * src/main.c
2975         * src/mainwindow.c
2976         * src/news.c
2977         * src/pop.[ch]
2978         * src/prefs_account.[ch]
2979         * src/prefs_common.[ch]
2980         * src/send.[ch]
2981         * src/smtp.[ch]
2982         * src/ssl_certificate.[ch]
2983         * src/ssl_manager.[ch]
2984         * src/common/Makefile.am
2985         * src/common/log.c
2986         * src/common/nntp.[ch]
2987         * src/common/socket.[ch]
2988         * src/common/ssl.[ch]
2989         * src/gtk/sslcertwindow.[ch]
2990         * ac/openssl.m4
2991                 use new autoconf script to detect OpenSSL with extra parameters
2992                 to specify the location of libs and includes, also remove USE_SSL
2993                 to USE_OPENSSL
2994
2995         * src/common/sylpheed.[ch]
2996         * src/common/version.h.in
2997                 start seperation of common code initialization seperated from gui
2998
2999         * src/summaryview.c
3000                 The function that is called when a color label changes
3001                 should not change the color lable again
3002
3003 2002-12-08 [colin]      0.8.6claws74
3004
3005         * src/gtk/sslcertwindow.c
3006                 warning fixes
3007
3008 2002-12-08 [colin]      0.8.6claws73
3009
3010         * src/statusbar.c
3011           src/common/log.h
3012                 Register a hook for statusbar_puts_all
3013         * src/common/log.c
3014                 invoke statusbar_puts_all's hook
3015         
3016 2002-12-08 [colin]      0.8.6claws72
3017
3018         * src/ssl_certificate.c
3019                 Put back a badly-removed include
3020
3021 2002-12-08 [colin]      0.8.6claws71
3022
3023         * src/gtk/sslcertwindow.[ch]    ** NEW **
3024                 new certificate presentation
3025         * src/gtk/Makefile.am
3026                 add new files
3027         * src/ssl_certificate.[ch]
3028                 gtk cleanup, made utility functions public
3029         * src/ssl_manager.c
3030                 use new cert presentation
3031
3032 2002-12-07 [christoph]  0.8.6claws70
3033
3034         * src/Makefile.am
3035         * src/nntp.[ch]                 ** REMOVE **
3036         * src/common/Makefile.am
3037         * src/common/nntp.[ch]          ** NEW **
3038                 move nntp files to common directory
3039
3040 2002-12-07 [christoph]  0.8.6claws69
3041
3042         * src/procmsg.[ch]
3043         * src/summaryview.c
3044                 implement msginfo update callback using sylpheed's new
3045                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3046
3047 2002-12-06 [christoph]  0.8.6claws68
3048
3049         * src/editgroup.c
3050                 This patch changes the 'Edit Group Details' dialog to
3051                 allow extended selections in either pane, so that
3052                 addresses can be added or removed from a group more
3053                 quickly and easily. (it actually is a net decrease in
3054                 file size, as some unnecessary functions have been
3055                 removed). 
3056                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3057
3058 2002-12-06 [christoph]  0.8.6claws67
3059
3060         * src/Makefile.am
3061         * src/template.[ch]             ** REMOVE **
3062         * src/common/Makefile.am
3063         * src/common/template.[ch]      ** NEW **
3064                 move template files to common directory
3065
3066         * src/nntp.c
3067                 add missing log.h include
3068
3069 2002-12-06 [melvin]     0.8.6claws66
3070
3071         * src/prefs_actions.c
3072                 Added the trailing ">" syntax to insert command's output
3073                 without replacing old text (in contrast to trailing "|").
3074
3075 2002-12-05 [colin]      0.8.6claws65
3076         
3077         * src/common/utils.c
3078                 Don't modify original search_string or it'll change
3079                 the next iterations in the for()
3080
3081 2002-12-05 [darko]      0.8.6claws64
3082
3083         * src/common/utils.c
3084                 proper check for filtering commands, found by Colin
3085
3086 2002-12-05 [darko]      0.8.6claws63
3087
3088         * src/common/utils.c
3089                 check proper string for NULL pointer, found by Colin
3090
3091 2002-12-05 [darko]      0.8.6claws62
3092
3093         * src/common/utils.[ch]
3094                 expand_search_string(): new function
3095                 converts Mutt-like patterns to Sylpheed's
3096                 filtering engine
3097         * src/summaryview.c
3098                 use expand_search_string() to allow Mutt-like
3099                 patterns in extended search
3100         * README.claws
3101                 document extended option in quick search
3102
3103 2002-12-05 [paul]       0.8.6claws61
3104
3105         * sync with 0.8.6cvs16
3106                 see ChangeLog 2002-12-05
3107                 
3108         * po/POTFILES.in
3109                 clean up
3110
3111 2002-12-04 [christoph]  0.8.6claws60
3112
3113         * src/imap.[ch]
3114                 put imap authentication code into a new function and
3115                 remove it from imap_session_new that will allow to
3116                 send other commands before authentication
3117
3118 2002-12-04 [christoph]  0.8.6claws59
3119
3120         * src/imap.[ch]
3121                 use already existing method to prevent unneeded IMAP
3122                 folder selects. Set imap_select parameters to NULL
3123                 in some functions if the values are not required.
3124
3125         * src/xml.h
3126                 remove no longer required include
3127
3128 2002-12-04 [paul]       0.8.6claws58
3129
3130         * po/es.po
3131                 updated by Ricardo Mones Lastra
3132                 
3133         * configure.in
3134           po/hu.po      ** NEW FILE **
3135                 initial Hungarian translation, submitted
3136                 by Gál Zoltán <galzoli@hu.inter.net>
3137
3138 2002-12-03 [christoph]  0.8.6claws57
3139
3140         * src/Makefile.am
3141         * src/gtksctree.[ch]            ** REMOVE **
3142         * src/gtk/Makefile.am
3143         * src/gtk/gtksctree.[ch]        ** NEW **
3144                 move gtksctree files to gtk directory
3145
3146 2002-12-03 [christoph]  0.8.6claws56
3147
3148         * src/Makefile.am
3149         * src/md5.[ch]                  ** REMOVE **
3150         * srm/common/Makefile.am
3151         * src/common/md5.[ch]           ** NEW **
3152                 move md5 files to common directory
3153
3154         * src/gtkstext.c
3155                 remove not required #include
3156
3157 2002-12-03 [sergey]     0.8.6claws55
3158
3159         * src/gtkutils.c
3160         * src/gtkutils.h
3161                 gtkut_window_popup(): new function.
3162         * src/mainwindow.c
3163                 main_window_popup(): use gtkut_window_popup() to raise
3164                 window without changing its position.
3165                 (see sylpheed-main ML message [sylpheed:17247])
3166
3167 2002-12-03 [sergey]     0.8.6claws54
3168
3169         * src/send.c
3170                 send_message_local(): removed first-dot escaping
3171                 (SMTP-only, not needed for sending through pipe)
3172
3173 2002-12-03 [paul]       0.8.6claws53
3174
3175         * po/POTFILES.in
3176                 update to reflect recent changes (thanks
3177                 to Ricardo Mones Lastra)
3178                 
3179         * tools/filter_conv.pl
3180                  fix problem with quoted strings. Patch submitted
3181                  by Luke Plant <lukeplant@softhome.net>
3182
3183 2002-12-03 [paul]       0.8.6claws52
3184
3185         * sync with 0.8.6cvs15
3186                 see ChangeLog 2002-12-03
3187
3188 2002-12-02 [christoph]  0.8.6claws51
3189
3190         * src/logwindow.[ch]
3191         * src/common/log.[ch]
3192                 implement logging using a hook function
3193
3194         * src/folderview.c
3195         * src/folder.[ch]
3196                 define hooklist name in header file to avoid
3197                 errors caused by wrong spelling of hooklist names
3198
3199         * src/toolbar.c
3200                 fix warnings
3201
3202 2002-12-02 [christoph]  0.8.6claws50
3203
3204         * src/common/Makefile.am
3205                 add src/common/hooks.[ch]
3206
3207         * src/common/hooks.[ch]
3208                 implement a simple hook system using glib's hook functions
3209
3210         * src/folder.[ch]
3211         * src/folderview.c
3212                 use new hook system for folder item updates
3213
3214 2002-12-02 [christoph]  0.8.6claws49
3215
3216         * doc-src/ui_seperation.txt     ** NEW **
3217                 information for ui seperation
3218
3219         * src/Makefile.am
3220                 remove files that were moved to common
3221                 include common directory by default for the header files
3222
3223         * src/inc.c
3224         * src/common/socket.c
3225         * src/automaton.[ch]
3226                 implement automaton using g_io_*-functions instead of
3227                 gdk_input_add to make it ui independent
3228
3229         * src/codeconv.c
3230         * src/compose.c
3231         * src/ldif.c
3232         * src/pgptext.c
3233         * src/procmime.c
3234         * src/rfc2015.c
3235         * src/smtp.c
3236         * src/unmime.c
3237                 remove common/ prefix because directory is now in
3238                 include path
3239
3240         * src/compose.c
3241         * src/folder.c
3242         * src/folderview.c
3243         * src/mainwindow.c
3244         * src/messageview.c
3245         * src/prefs_common.c
3246         * src/procmsg.c
3247         * src/rfc2015.c
3248                 fix warnings
3249
3250         * src/imap.c
3251         * src/inc.c
3252         * src/news.c
3253         * src/pop.c
3254         * src/send.c
3255         * src/smtp.c
3256         * src/ssl_certificate.c
3257                 add log.h header file for logging functions
3258
3259         * src/main.c
3260         * src/common/utils.c
3261         * src/summaryview.c
3262         * src/xml.c
3263                 o move debug_mode to common/utils.c
3264                 o add functions to set and get debug_mode
3265
3266         * src/defs.h                    ** REMOVE **
3267         * src/intl.h                    ** REMOVE **
3268         * src/socket.[ch]               ** REMOVE **
3269         * src/ssl.[ch]                  ** REMOVE **
3270         * src/utils.[ch]                ** REMOVE **
3271                 replaced by new files in src/common/
3272         
3273         * src/common/Makefile.am
3274                 add new files in src/common/
3275
3276         * src/common/defs.h             ** NEW **
3277         * src/common/intl.h             ** NEW **
3278         * src/common/log.[ch]           ** NEW **
3279         * src/common/socket.[ch]        ** NEW **
3280         * src/common/ssl.[ch]           ** NEW **
3281         * src/common/utils.[ch]         ** NEW **
3282                 replacement for files in src/
3283
3284 2002-12-02 [colin]      0.8.6claws48
3285
3286         * src/folderview.c
3287                 Scroll folderview if necessary during dnd
3288
3289 2002-12-02 [colin]      0.8.6claws47
3290
3291         * src/folder.[ch]
3292                 Add check to verify a move is within a single mailbox
3293         * src/folderview.c
3294                 Add specific error string for this check
3295
3296 2002-12-02 [colin]      0.8.6claws46
3297
3298         * src/folder.c
3299                 Add a test to folder moving, remove a statusbar_print
3300         * src/folderview.c
3301                 Add Move folder... context-menu item
3302                 Factorize folder moving code
3303                 Enable folder DND for mbox
3304
3305 2002-12-01 [christoph]  0.8.6claws45
3306
3307         * ac/aspell.m4
3308                 remove conf.aspelltest if the version check fails
3309
3310 2002-11-30 [christoph]  0.8.6claws44
3311
3312         * autogen.sh
3313                 run libtoolize --force in autogen to create missing
3314                 libtool scripts
3315
3316 2002-11-30 [christoph]  0.8.6claws43
3317
3318         * src/Makefile.am
3319         * src/pgptext.c
3320         * src/procmime.c
3321         * src/rfc2015.c
3322         * src/uuencode.[ch]             ** REMOVED **
3323         * src/common/Makefile.am
3324         * src/common/uuencode.[ch]      ** NEW **
3325                 move uuen/decoder to common directory
3326
3327 2002-11-30 [christoph]  0.8.6claws42
3328
3329         * src/Makefile.am
3330         * src/base64.[ch]               ** REMOVED **
3331         * src/codeconv.c
3332         * src/compose.c
3333         * src/ldif.c
3334         * src/pgptext.c
3335         * src/procmime.c
3336         * src/rfc2015.c
3337         * src/smtp.c
3338         * src/unmime.c
3339         * src/common/Makefile.am
3340         * src/common/base64.[ch]        ** NEW **
3341                 move base64 en/decoder to common directory
3342
3343 2002-11-30 [christoph]  0.8.6claws41
3344
3345         * src/common                    ** NEW **
3346                 new directory for UI independent code
3347         * src/gtk                       ** NEW **
3348                 new directory for GTK frontend
3349         * src/common/.cvsignore         ** NEW **
3350         * src/gtk/.cvsignore            ** NEW **
3351                 ignore build files
3352         * src/common/Makefile.am        ** NEW **
3353         * src/gtk/Makefile.am           ** NEW **
3354                 automake files to build new seperated stuff
3355         * src/Makefile.am
3356                 the binary will currently still be build with the
3357                 files in src, so we include the code from the
3358                 subdirs for now after building the libs there
3359
3360 2002-11-30 [paul]       0.8.6claws40
3361
3362         * src/compose.c
3363                 fix bug [642731] 'Wrong selected account with drafted mail'
3364
3365 2002-11-29 [oliver]     0.8.6claws39
3366         
3367         * src/messageview.c
3368                 o update summaryview when switching between different
3369                   messageviews          
3370         * src/toolbar.c  
3371                 o check if messageview holds already removed msg
3372                   from summaryview
3373                 
3374
3375 2002-11-29 [oliver]     0.8.6claws38
3376
3377         * src/toolbar.c 
3378                 remove not needed variables and includes
3379                 make messageview stay opened and move to next when msgs are deleted 
3380
3381 2002-11-29 [oliver]     0.8.6claws37
3382         
3383         * src/toolbar.c 
3384                 disable compose button (messageview toolbar) by default
3385                 deleted msgs are moved to trash
3386         
3387 2002-11-29 [melvin]     0.8.6claws36
3388
3389         * configure.in
3390                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3391                 and to detect signatures expirations (gpgme 0.3.6)
3392
3393         * src/main.c
3394                 Use non obsolescent function for Gpgme engine checking.
3395
3396         * src/rfc2015.c
3397                 Inform about expired signatures or signatures which key
3398                 has expired. Expiration date is displayed.
3399
3400         * src/sigstatus.c
3401                 Inform about expired signatures or signatures which key
3402                 has expired.
3403
3404 2002-11-28 [paul]       0.8.6claws35
3405
3406         * src/folderview.c
3407                 re-instate 'Check for new messages' in Newsgroup
3408                 folders right-click menu, after a suggestion from
3409                 Tim Mann <timmann@users.sourceforge.net>
3410
3411         * src/main.c
3412                 after a crash check only local folders for new
3413                 messages
3414
3415 2002-11-28 [paul]       0.8.6claws34
3416
3417         * configure.in
3418                 apply patch that fixes the checking of GTK with XIM 
3419                 support on different OSs, such as FreeBSD. Patch 
3420                 submitted by Topia <topia@users.sourceforge.net>
3421                 
3422 2002-11-28 [paul]       0.8.6claws33
3423
3424         * src/mainwindow.c
3425           src/prefs_common.c
3426           src/prefs_toolbar.c
3427                 more changes to the English
3428
3429 2002-11-28 [paul]       0.8.6claws32
3430
3431         * sync with 0.8.6cvs13
3432                 see ChangeLog 2002-11-28 (no sync needed
3433                 for src/compose.c)
3434
3435 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3436         
3437         * src/mainwindow.[ch]
3438                 add patch by Ivan F. Martinez introducing messageview Toolbar
3439                 some changes and committed by oliver    
3440
3441 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3442
3443         * src/messageview.[ch]
3444                 add patch by Ivan F. Martinez introducing messageview Toolbar
3445                 some changes and committed by oliver    
3446
3447 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3448
3449         * src/compose.[ch]
3450                 add patch by Ivan F. Martinez introducing messageview Toolbar
3451                 some changes and committed by oliver    
3452
3453 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3454         
3455         * src/toolbar.[ch]
3456                 add patch by Ivan F. Martinez introducing messageview Toolbar
3457                 some changes and committed by oliver
3458
3459 2002-11-28 [oliver]     0.8.6claws27
3460         
3461         * src/prefs_toolbar.[ch]
3462                 getting ready for messageview toolbar
3463                 free mem allocated by gettext
3464                 change prefs_toolbar to prefs_toolbar_open
3465  
3466 2002-11-28 [thorsten]   0.8.6claws26
3467
3468         * src/imageview.[ch]
3469                 cleaned up conflicting declarations of
3470                 imageview_show_image()
3471
3472 2002-11-28 [paul]       0.8.6claws25
3473
3474         * src/grouplistdialog.c
3475           src/prefs_common.c
3476           src/prefs_summary_column.c
3477                 a few more improvements to the English
3478
3479 2002-11-28 [colin]      0.8.6claws24
3480
3481         * man/sylpheed.1
3482                 A few updates to command-line parameters
3483
3484 2002-11-28 [colin]      0.8.6claws23
3485
3486         * src/prefs_filtering.c
3487                 Fix problems with prefs_filtering_delete_path:
3488                 a) if the first rule is removed, original pointers
3489                    weren't updated (leading to segfaults)
3490                 b) it was always global_processing updated in case
3491                    of removed path was parent of rule path
3492
3493 2002-11-27 [paul]       0.8.6claws22
3494
3495         * src/mainwindow.c
3496           src/prefs_account.c
3497           src/prefs_actions.c
3498           src/prefs_common.c
3499           src/prefs_customheader.c
3500           src/prefs_display_header.c
3501           src/prefs_filtering.c
3502           src/prefs_folder_item.c
3503           src/prefs_matcher.c
3504           src/prefs_scoring.c
3505           src/prefs_summary_column.c
3506           src/prefs_template.c
3507           src/prefs_toolbar.c
3508                  improve the English in the GUI
3509
3510 2002-11-27 [colin]      0.8.6claws21
3511
3512         * src/folder.c
3513                 Fix processing renaming problems happening after
3514                 last commit
3515
3516 2002-11-27 [colin]      0.8.6claws20
3517
3518         * src/folder.c
3519                 recursive move now deletes src each subfolder after 
3520                 having moved it
3521         * src/folderview.c
3522                 Use identifier instead of path during dnd (enables
3523                 IMAP folder dnd)
3524
3525 2002-11-27 [paul]       0.8.6claws19
3526
3527         * src/main.c
3528                 apply patch that does command-line processing 
3529                 BEFORE gtk_init, allowing claws to run from 
3530                 shell-scripts in non-X environment (e.g. crontab 
3531                 or ip-up, ip-down scripts). Patch submitted by
3532                 Ruslan N. Balkin <baron@dartel.ru>
3533                 
3534         * po/it.po
3535                 updated by Alessandro Maestri
3536
3537 2002-11-27 [paul]       0.8.6claws18
3538
3539         * sync with 0.8.6cvs12
3540           src/prefs_common.c
3541                 Differences are that main uses a 'Receive dialog'
3542                 frame on the Interface tab, whereas claws groups all 
3543                 the dialogs together in a 'Dialogs' frame.
3544
3545 2002-11-27 [colin]      0.8.6claws17
3546
3547         * src/prefs_matcher.c
3548                 Fix Execute criteria's NOT flag
3549
3550
3551 2002-11-26 [christoph]  0.8.6claws16
3552
3553         * src/ssl.c
3554                 rewrite the ssl code a little bit, only use one
3555                 SSL context, set default certificates' file/path
3556
3557 2002-11-26 [thorsten]   0.8.6claws15
3558
3559         * src/compose.c
3560                 default-reply-to didn't work for ml-reply
3561
3562 2002-11-26 [melvin]     0.8.6claws14
3563
3564         * src/prefs_actions.c
3565                 Made pipe-actions ignore short headers in message view
3566                 Made trailing-pipe-actions write in the message view with
3567                 the same font as the original message
3568
3569 2002-11-26 [paul]       0.8.6claws13
3570
3571         * src/compose.c
3572                 this time commit the correct file
3573
3574 2002-11-26 [paul]       0.8.6claws12
3575
3576         * sync with 0.8.6cvs11
3577           src/quote_fmt_parse.y  
3578                 no sync needed
3579           src/account.[ch]       
3580                 not sync'ed
3581           src/compose.c
3582                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3583                 on draft mode.
3584                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3585                 header
3586                 
3587         see ChangeLog 2002-11-25 and 2002-11-26
3588
3589 2002-11-26 [colin]      0.8.6claws11
3590
3591         * src/folderview.c
3592                 Fix collapsed folder not auto-expanding during
3593                 mail dnd, if it was the source folder.
3594
3595 2002-11-25 [colin]      0.8.6claws10
3596
3597         * src/folderview.[ch]
3598                 Variable renaming and cleaning (slist of nodes 
3599                 to be re-collapsed is stored in FolderView)
3600
3601 2002-11-25 [paul]       0.8.6claws9
3602
3603         * src/prefs_common.[ch]
3604                 fix breakage caused by last commit
3605
3606 2002-11-25 [paul]       0.8.6claws8
3607
3608         * sync with 0.8.6cvs4
3609                 see ChangeLog 2002-11-21
3610
3611 2002-11-25 [paul]       0.8.6claws7
3612
3613         * sync with 0.8.6cvs4
3614                 see ChangeLog 2002-11-20
3615
3616 2002-11-25 [paul]       0.8.6claws6
3617
3618         * sync with 0.8.6cvs3
3619                 see ChangeLog 2002-11-18
3620
3621 2002-11-25 [colin]      0.8.6claws5
3622
3623         * src/gtkutils.[ch]
3624                 Add gtkut_ctree_node_is_parent()
3625         * src/folderview.c
3626                 Spring-loaded folders
3627
3628 2002-11-25 [colin]      0.8.6claws4
3629
3630         * src/utils.[ch]
3631                 Add slist_concat_unique(), function to merge
3632                 two GSList filtering dups
3633         * src/folder.[ch]
3634         * src/summaryview.[ch]
3635         * src/folderview.c
3636         * src/main.c
3637                 Add detection/update/display of unread answers
3638                 to marked mails
3639         * src/procmsg.[ch]
3640                 Add procmsg_find_children()
3641                 Add procmsg_msg_has_marked_parent()
3642
3643 2002-11-25 [colin]      0.8.6claws3
3644
3645         * src/ssl_certificate.[ch]
3646                 Allow checking a certificate without a DNS
3647                 lookup
3648                 Allow to forget a cert (by deleting it)
3649                 Make ssl_certificate_destroy_public
3650         * src/ssl_manager.[ch] ** NEW FILES **
3651                 Gui to manage (display/remove) certificates
3652         * src/prefs_common.[ch]
3653                 Add a pref to allow silent acceptation of
3654                 trusted certificates or not (based on the
3655                 "I want to know what's going on" principle)
3656         * src/mainwindow.c
3657                 Add SSL manager in Tools menu
3658         * src/Makefile.am
3659                 Add the new files to the build
3660         * po/POTFILES.in
3661                 Add ssl_manager.c to translations
3662
3663 2002-11-25 [colin]      0.8.6claws2
3664
3665         * src/summaryview.[ch]
3666                 Add S_SEARCH_EXTENDED to the quick search, which 
3667                 allows to search using filtering syntax.
3668
3669 2002-11-25 [colin]      0.8.6claws1
3670
3671         * src/summaryview.c
3672                 Deletion of duplicates now prefer deleting
3673                 the unread dup (fixes feature-request 638989).
3674
3675 2002-11-24 [paul]       0.8.6claws
3676
3677         * po/es.po
3678           po/pl.po
3679           po/ru.po
3680           po/sr.po
3681                 updated by Ricardo Mones Lastra,
3682                 Witold Wladyslaw Wojciech Wilk,
3683                 Ruslan N. Balkin, and  Urke MMI 
3684                 respectively
3685
3686 2002-11-24 [paul]       0.8.5claws182
3687
3688         * po/bg.po
3689                 updated by George Danchev
3690
3691 2002-11-23 [alfons]     0.8.5claws181
3692
3693         * src/imap.c
3694                 tiny memory leak found by browsing Dimitar's 
3695                 valgrind report
3696
3697 2002-11-23 [paul]       0.8.5claws180
3698
3699         * po/it.po
3700                 updated by Alessandro Maestri
3701
3702 2002-11-22 [christoph]  0.8.5claws179
3703
3704         * src/compose.c
3705         * src/inc.c
3706         * src/prefs_filtering.c
3707         * src/summaryview.c
3708                 more warning fixes
3709
3710 2002-11-22 [alfons]     0.8.5claws178
3711
3712         * src/summaryview.c
3713                 summary_execute_delete_func(): if message is deleted, make 
3714                 sure to also remove its entry in the subject hash table. 
3715                 fixes a corner case bug.
3716
3717 2002-11-22 [paul]       0.8.5claws177
3718
3719         * .cvsignore
3720                 add 'autom4te.cache'
3721                 
3722         * ltconfig      ** REMOVED **
3723                 not needed
3724
3725 2002-11-22 [paul]       0.8.5claws176
3726
3727         * src/textview.c
3728                 textview_set_font(): fix for message display in
3729                 UTF-8 locales (thanks to Sergey Vlasov).
3730                 
3731         * AUTHORS
3732                 add new team members and contributors
3733
3734
3735 2002-11-21 [colin]      0.8.5claws175
3736
3737         * src/procmsg.[ch]
3738                 Add procmsg_remove_special_headers()
3739         * src/mh.c
3740                 Use procmsg_remove_special_headers() for 
3741                 previous fix
3742
3743 2002-11-21 [colin]      0.8.5claws174
3744
3745         * src/mh.c
3746                 Fix moving/copying from queue/draft folders
3747                 for MH folders
3748
3749 2002-11-21 [christoph]  0.8.5claws173
3750
3751         * src/crash.c
3752         * src/filtering.c
3753         * src/logwindow.c
3754         * src/main.c
3755         * src/matcher_parser_lex.[hl]
3756         * src/mbox.c
3757         * src/mbox_folder.[ch]
3758         * src/prefs_filtering.c
3759         * src/procheader.c
3760         * src/quote_fmt_lex.l
3761         * src/ssl.c
3762                 fix all warnings except the warnings in lex and yacc files
3763
3764 2002-11-20 [christoph]  0.8.5claws172
3765
3766         * src/imap.c
3767                 fix MsgInfo retrieval for IMAP draft and queue folders
3768                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3769
3770 2002-11-19 [christoph]  0.8.5claws171
3771
3772         * src/compose.c
3773                 fix segfault, when draft saving does not get
3774                 the MsgInfo of the new message
3775                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3776
3777 2002-11-19 [christoph]  0.8.5claws170
3778
3779         * src/procmsg.c
3780                 add parameter check for flag setting function
3781                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3782
3783 2002-11-18 [paul]       0.8.5claws169
3784
3785         * src/compose.c
3786                 more sensitivity fixes to redirect mode:
3787                 * disable toolbar draft button
3788                 * allow only Address book in the Tools menu
3789                 * disable editing of message by the spell
3790                   checker
3791
3792 2002-11-18 [paul]       0.8.5claws168
3793
3794         * src/compose.c
3795                 fix sensitivity of menu items in compose_redirect():
3796                 allow only the necessary items 
3797
3798 2002-11-18 [paul]       0.8.5claws167
3799
3800         * src/compose.c
3801                 fix bug [ 603259 ] 'attachment got lost on bounce'
3802
3803 2002-11-18 [paul]       0.8.5claws166
3804
3805         * po/ru.po
3806                 updated by Ruslan N. Balkin <baron@dartel.ru>
3807
3808 2002-11-18 [colin]      0.8.5claws165
3809
3810         * src/main.c
3811           src/defs.h
3812                 Remove old filtering stuff
3813
3814
3815 2002-11-17 [oliver]     0.8.5claws164
3816
3817         * src/toolbar.h
3818                 remove not needed typedef 
3819
3820 2002-11-17 [oliver]     0.8.5claws163
3821
3822         * src/toolbar.c
3823                 make toolbar's on click events translatable
3824
3825 2002-11-15 [colin]      0.8.5claws162
3826
3827         * src/summaryview.c
3828                 Revert too-soon integration of a feature
3829
3830 2002-11-15 [christoph]  0.8.5claws161
3831
3832         * src/imap.c
3833                 use main's implementation of imap_get_msginfo
3834
3835 2002-11-15 [christoph]  0.8.5claws160
3836
3837         * src/compose.c
3838         * src/folder.[ch]
3839         * src/imap.c
3840         * src/mbox_folder.c
3841         * src/mh.c
3842         * src/news.c
3843         * src/procmsg.c
3844         * src/summaryview.c
3845                 replace claws' fetch_msginfo with main's get_msginfo
3846                 (use main's implementation where possible)
3847
3848 2002-11-15 [colin]      0.8.5claws159
3849
3850         * src/ssl_certificate.c
3851                 Missed a check
3852
3853 2002-11-16 [melvin]     0.8.5claws158
3854
3855         * po/fr.po
3856                 Updated French translations.
3857
3858 2002-11-16 [colin]      0.8.5claws157
3859
3860         * src/ssl_certificate.c
3861                 Check for missing parts in the certificates
3862
3863 2002-11-15 [colin]      0.8.5claws156
3864
3865         * src/folderview.c
3866                 Preventive fix (missing check) found by
3867                 Alfons
3868
3869 2002-11-15 [paul]
3870
3871         * NEWS
3872                 sync with 0.8.6 release
3873
3874 2002-11-15 [colin]      0.8.5claws155
3875
3876         * src/folder.[ch]
3877           src/folderview.c
3878                 Fix error handling of folder_item_move_to()
3879                 (thanks to Alfons!)
3880
3881 2002-11-15 [colin]      0.8.5claws154
3882
3883         * src/folder.[ch]
3884           src/folderview.c
3885                 folder_item_move_to() sets an error message instead
3886                 of having GUI stuff in folder.c
3887
3888 2002-11-15 [colin]      0.8.5claws153
3889
3890         * src/procmsg.[ch]
3891                 Implemented a callback for MsgInfo updates, 
3892                 heavily copy/pasted from Christoph's folder 
3893                 callback system
3894         * src/summaryview.[ch]
3895                 Register summary_update_msg as callback
3896
3897 2002-11-14 [colin]      0.8.5claws152
3898         
3899         * src/procmsg.c
3900                 Update the FolderItem after sending (fixes 617593)
3901
3902 2002-11-14 [christoph]  0.8.5claws151
3903
3904         * src/folder.c
3905                 fix wrong position of NULL pointer check found
3906                 by Sergey
3907
3908 2002-11-14 [christoph]  0.8.5claws150
3909
3910         * src/folder.c
3911                 fix segfault when deleting messages from IMAP folders
3912                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3913
3914 2002-11-14 [colin]      0.8.5claws149
3915
3916         * src/compose.c
3917                 Forwarding was also ignoring the folder's default account.
3918
3919 2002-11-14 [colin]      0.8.5claws148
3920
3921         * src/compose.c
3922                 Fix sent folder not set to folder properties when 
3923                 forwarding.
3924
3925 2002-11-14 [thorsten]   0.8.5claws147
3926
3927         * src/inc.c
3928                 inc_start(): Files were not moved from .processing to inbox,
3929                 if no global processing rule existed
3930
3931 2002-11-14 [colin]      0.8.5claws146
3932
3933         * src/ssl_certificate
3934                 Fix file operations
3935
3936 2002-11-14 [paul]       0.8.5claws145
3937
3938         * po/it.po
3939                 updated by Alessandro Maestri
3940
3941 2002-11-13 [alfons]     0.8.5claws144
3942
3943         * src/folder.c
3944                 folder_item_close(): only mark messages unread
3945                 when a folder has new messages 
3946
3947 2002-11-13 [keith]      0.8.5claws143
3948
3949         * src/imap.c
3950                 Fix problem moving or copying between
3951                 IMAP folders
3952
3953 2002-11-13 [colin]      0.8.5claws142
3954
3955         * src/matcher_parser_parse.y
3956                 Fix rule problem when " don't match
3957
3958 2002-11-13 [christoph]  0.8.5claws141
3959
3960         * src/folder.c
3961         * src/folderview.c
3962                 moved cache saving to folder_item_close
3963                 the folderview should not have to deal with
3964                 this things
3965
3966 2002-11-13 [christoph]  0.8.5claws140
3967
3968         * src/summaryview.c
3969                 moved setting of important score to
3970                 summary_set_prefs_from_folderitem
3971
3972 2002-11-13 [colin]      0.8.5claws139
3973
3974         * src/matcher_parser_parse.y
3975                 Fix a segfault in the parser (happening when
3976                 a good expression had been tested and a bad 
3977                 one arrives)
3978
3979 2002-11-13 [paul]       0.8.5claws138
3980
3981         * sync with 0.8.5cvs24
3982                 see ChangeLog 2002-11-13
3983                 
3984         * po/pt_BR.po
3985                 updated by Fabio Jr. Beneditto
3986
3987 2002-11-13 [colin]      0.8.5claws137
3988         
3989         * src/msgcache.c
3990           src/defs.h
3991           src/procmsg.[ch]
3992                 Revert last commit, problem
3993
3994 2002-11-13 [colin]      0.8.5claws136
3995
3996         * src/msgcache.c
3997                 Remove duplicated code
3998         * src/defs.h
3999                 Bumped CACHE_VERSION and MARK_VERSION
4000         * src/procmsg.[ch]
4001                 Network endian for cache and mark files
4002
4003 2002-11-12 [colin]      0.8.5claws135
4004
4005         * src/inc.c
4006                 Fix the "socket error" dialog which disappeared
4007
4008 2002-11-12 [colin]      0.8.5claws134
4009
4010         * src/msgcache.c
4011                 Reverse last commit which had performance 
4012                 problems, but still reverse the list
4013
4014 2002-11-12 [colin]      0.8.5claws133
4015
4016         * src/msgcache.c
4017                 Reverse list order
4018
4019 2002-11-12 [melvin]     0.8.5claws132
4020
4021         * src/compose.c
4022                 Added a check for a NULL prefs_common.dictionary
4023
4024 2002-11-12 [colin]      0.8.5claws131
4025
4026         * src/ssl_certificate.[ch]
4027                 Use FQDN hostname
4028
4029 2002-11-12 [colin]      0.8.5claws130
4030
4031         * src/ssl_certificate.[ch]
4032                 Take connection port into account for 
4033                 checking certificates (a single hostname
4034                 could have multiple servers with multiple
4035                 certificates)
4036         * src/ssl.c
4037                 Pass the port to ssl_certificate_check
4038
4039 2002-11-12 [paul]       0.8.5claws129
4040
4041         * src/folder.c
4042                 fix a typo in last commit
4043
4044 2002-11-12 [paul]       0.8.5claws128
4045
4046         * sync with 0.8.5cvs23
4047                 see ChangeLog entry 2002-11-12
4048
4049 2002-11-11 [colin]      0.8.5claws127
4050
4051         * src/ssl_certificate.c
4052                 Cleaner messages
4053                 Don't popup, instead log error, if the 
4054                 corresponding pref is checked
4055         * src/ssl_certificate.h
4056                 include <openssl/objects/h>
4057
4058 2002-11-11 [colin]      0.8.5claws126
4059
4060         * src/ssl_certificate.h
4061                 _Really_ clean it
4062
4063 2002-11-11 [colin]      0.8.5claws125
4064         
4065         * src/ssl_certificate.c
4066                 Fixed leak
4067
4068 2002-11-11 [colin]      0.8.5claws124
4069
4070         * src/ssl.c
4071                 Cleaned a bit
4072         * src/ssl_certificate.[ch]
4073                 Cleaned a bit (better use of SSL API)
4074                 (This will cause non-recognition of saved 
4075                  certificates of claws12[23]...)
4076
4077 2002-11-11 [paul]       0.8.5claws123
4078         
4079         * po/es.po
4080                 updated by Ricardo Mones Lastra
4081
4082 2002-11-11 [colin]      0.8.5claws122
4083
4084         * src/ssl.c
4085                 Fix a typo
4086
4087 2002-11-11 [colin]      0.8.5claws121
4088
4089         * src/ssl_certificate.[ch] ** NEW FILES **
4090         * src/ssl.[ch]
4091                 Check SSL certificates presented to us
4092         * src/Makefile.am
4093                 Add ssl_certificate.[ch]
4094         * po/POTFILES.in
4095                 Add ssl_certificate.c
4096
4097 2002-11-11 [paul]       0.8.5claws120
4098
4099         * sync with 0.8.5cvs22
4100                 see ChangeLog 2002-11-11
4101
4102 2002-11-11 [paul]       0.8.5claws119
4103
4104         * sync with 0.8.5cvs21
4105                 see ChangeLog 2002-11-11
4106
4107 2002-11-10 [jens]       0.8.5claws118
4108
4109         * src/folder.c
4110         * src/folderview.c
4111                 corrected some typing
4112         * po/de.po
4113                 updated german translation
4114         * sylpheed.spec.in
4115                 cleaned up specfile and adjusted it for claws
4116
4117 2002-11-10 [colin]      0.8.5claws117
4118
4119         * src/summaryview.c
4120                 a STATUSBAR_PUSH/POP fix
4121
4122 2002-11-10 [colin]      0.8.5claws116
4123
4124         * src/prefs_folder_item.c
4125                 Fix hanging after opening folder properties
4126
4127 2002-11-10 [hoa]        0.8.5claws115
4128
4129         * src/matcher_parser_lex.l
4130         * src/matcher_parser_parse.y
4131                 config file for scoring and filtering is no more trashed
4132                 when there is a syntax error in a filtering rule when
4133                 editing it in a dialog.
4134
4135 2002-11-09 [colin]      0.8.5claws114
4136
4137         * src/mbox_folder.c
4138                 Added missing initialisation of folder->destroy()
4139
4140 2002-11-09 [colin]      0.8.5claws113
4141
4142         * src/folder.c
4143           src/folderview.c
4144                 Fix the status bar messages
4145
4146 2002-11-09 [colin]      0.8.5claws112
4147
4148         * src/folderview.c
4149                 Fix hangs after folder dnd, happening after 
4150                 claws109.
4151
4152 2002-11-09 [christoph]  0.8.5claws111
4153
4154         * src/folderview.c
4155                 just changed order of calls (reverse order of
4156                 associated calls)
4157         * src/inc.c
4158                 lock inc when checking only one account, otherwise
4159                 inc all could be executed at the same time
4160
4161 2002-11-09 [christoph]  0.8.5claws110
4162
4163         * src/folderview.c
4164                 better unlock the mouse cursor before calling
4165                 summary_show because it changes the cursor too
4166
4167 2002-11-09 [christoph]  0.8.5claws109
4168
4169         * src/folder.[ch]
4170         * src/folderview.c
4171                 add functions to open and close a folder
4172                 o opending will execute scanning for remote folders
4173                   and processing
4174                 o closing will unset new flag for messages
4175
4176 2002-11-09 [colin]      0.8.5claws108
4177
4178         * src/folder.c
4179                 Add a call to prefs_matcher_write_config to 
4180                 avoid non-leaf folders filtering settings to be
4181                 lost
4182
4183 2002-11-09 [paul]       0.8.5claws107
4184
4185         * src/prefs_account.c
4186                 re-word a label
4187
4188 2002-11-09 [colin]      0.8.5claws106
4189
4190         * src/folderview.c
4191                 Minor esthetic fix
4192
4193 2002-11-09 [colin]      0.8.5claws105
4194
4195         * src/folderview.c
4196                 Fix prefs_filtering deletion for MH folders (same
4197                 reason as below)
4198         * src/prefs_filtering.c
4199                 Fix prefs_filtering renaming and deletion for 
4200                 folder-based processing rules.  
4201
4202 2002-11-09 [christoph]  0.8.5claws104
4203
4204         * src/compose.c
4205         * src/folder.[ch]
4206         * src/folderview.[ch]
4207         * src/import.c
4208         * src/inc.c
4209         * src/main.c
4210         * src/mainwindow.c
4211         * src/messageview.c
4212         * src/prefs_folder_item.c
4213         * src/procmsg.c
4214         * src/summaryview.c
4215                 implement a callback system for folder item updates
4216
4217 2002-11-09 [colin]      0.8.5claws103
4218
4219         * src/folderview.c
4220                 Fix prefs_filtering renaming for MH folders (we
4221                 shouldn't rename by path as another folder could
4222                 have the same hierarchy).
4223
4224 2002-11-09 [colin]      0.8.5claws102
4225
4226         * src/folder.c
4227                 Fix a leak found by Christoph, use better variable
4228                 names
4229
4230 2002-11-09 [colin]      0.8.5claws101
4231
4232         * src/folder.c
4233                 One more fix for processing rules
4234
4235 2002-11-08 [colin]      0.8.5claws100
4236         
4237         * src/matcher.c
4238                 Don't copy the compiled regexp (will be reevaluated)
4239         * src/folderview.c
4240                 Lock folderview while moving
4241         * src/folder.c
4242                 Provide info on what's happening to the user
4243
4244 2002-11-08 [colin]      0.8.5claws99
4245
4246         * src/folderview.c
4247                 Fix folder reordering after a move if parent is 
4248                 root
4249         * src/scoring.[ch]
4250                 Add function to copy a ScoringProp
4251         * src/prefs_folder_item.c
4252                 Copy scoring rules when copying a folder prefs
4253
4254 2002-11-08 [colin]      0.8.5claws98
4255
4256         * src/folderview.c
4257                 Fixes in case of failure
4258         * src/filtering.[ch]    
4259                 Add function to duplicate a FilteringProp
4260         * src/matcher.[ch]
4261                 Add function to duplicate a MatcherProp
4262         * src/prefs_folder_item.c
4263                 Save folder's processing rules when copying 
4264                 its prefs
4265
4266 2002-11-08 [colin]      0.8.5claws97
4267         
4268         * src/folderview.c
4269                 Sort after move
4270         * src/folder.c 
4271                 Change a printf to debug_print
4272
4273 2002-11-08 [colin]      0.8.5claws96
4274
4275         * src/folder.c
4276           src/folderview.c
4277                 Fix segfaults, call me stupido
4278         
4279
4280 2002-11-08 [colin]      0.8.5claws95
4281
4282         *src/folder.c
4283                 Added forgotten prefs to save when moving folders
4284
4285 2002-11-08 [colin]      0.8.5claws94
4286
4287         * src/folder.c
4288                 Fixes to folder DND (prefs copy)
4289         * src/folderview.c
4290                 Optimization for folder DND (don't rescan whole tree)
4291                 Added folderview_create_folder_node() for this 
4292                 optimization, so de-duped a bit the code
4293         * src/prefs_folder_item.[ch]
4294                 Added prefs_folder_item_copy_prefs()    
4295           
4296 2002-11-08 [paul]       0.8.5claws93
4297
4298         * src/prefs_account.c
4299           tools/README
4300           tools/kmail2sylpheed_v2.pl
4301                 correct some typos
4302
4303 2002-11-08 [paul]       0.8.5claws92
4304
4305         * src/compose.c
4306           src/prefs_account.[ch]
4307                 remove account options 'clearsign' and 'ascii_armored',
4308                 replace with 'default_gnupg_mode' to prevent mixed-mode
4309                 Privacy settings
4310
4311 2002-11-08 [paul]       0.8.5claws91
4312
4313         * src/compose.[ch]
4314                 re-implement GnuPG 'on-the-fly' mode selection,
4315                 disallow mixed-mode
4316
4317 2002-11-08 [colin]      0.8.5claws90
4318
4319         * src/folderview.c
4320           src/prefs_folder_item.c
4321                 Change "Property" to "Properties"
4322
4323 2002-11-07 [colin]      0.8.5claws89
4324
4325         * src/folderview.c
4326           src/folder.c
4327                 Allow folder dropping to a root folder
4328
4329 2002-11-07 [paul]       0.8.5claws88
4330
4331         * src/compose.c
4332                 revert last commit
4333
4334 2002-11-07 [paul]       0.8.5claws87
4335
4336         * src/compose.c
4337                 fix reply-to-list bug. closes bug report
4338                 "[633382] reply-to-list broken in recent cvs"
4339
4340 2002-11-07 [paul]       0.8.5claws86
4341
4342         * src/compose.c
4343                 add a forgotten '#if USE_GPGME ... #endif'
4344
4345 2002-11-07 [paul]       0.8.5claws85
4346
4347         * sync with 0.8.5cvs20
4348                 see ChangeLog 2002-11-07
4349
4350 2002-11-07 [colin]      0.8.5claws84
4351
4352         * src/folder.[ch]
4353                 Change folder_item_move_to to return the newly 
4354                 created folderitem.
4355         * src/folderview.c
4356                 Select the new folderitem after moving.
4357
4358 2002-11-07 [colin]      0.8.5claws83
4359
4360         * src/prefs_filtering.c
4361                 Fix rule rewriting when moving a leaf folder to a 
4362                 shorter path
4363
4364 2002-11-07 [colin]      0.8.5claws82
4365
4366         * src/prefs_filtering.c
4367                 fix a leak
4368
4369 2002-11-07 [colin]      0.8.5claws81
4370
4371         * src/folder.[ch]
4372                 Add folder_item_move_to() function to move a 
4373                 folderitem into another one (updates matcher etc)
4374         * src/folderview.c
4375                 Add folder drag'n drop (context menu to come)
4376                 [Should be dataloss free, but Please backup before 
4377                  trying !]
4378
4379 2002-11-06 [colin]      0.8.5claws80
4380
4381         * src/mh.c
4382                 mh_create_folder() returns NULL if can't create
4383                 directory hierarchy
4384
4385 2002-11-06 [paul]       0.8.5claws79
4386
4387         * src/compose.[ch]
4388                 allow 'on-the-fly' changing of the type of encryption 
4389                 and/or signing used (mime/ascii) via the compose window
4390
4391 2002-11-06 [paul]       0.8.5claws78
4392
4393         * sync with 0.8.5cvs19
4394                 see ChangeLog 2002-11-06 for src/account.c: 
4395                 account_get_special_folder()
4396                 
4397 2002-11-05 [alfons]     0.8.5claws77
4398
4399         * src/crash.c
4400                 very minor cleanups: nothing to see here, move on. :-)
4401
4402 2002-11-05 [colin]      0.8.5claws76
4403
4404         * src/main.c
4405                 Changes choices if compose windows are opened to
4406                 Discard, Draft, Don't quit
4407
4408 2002-11-05 [thorsten]   0.8.5claws75
4409
4410         * src/compose.c
4411                 reenabled default_reply_to folder option
4412
4413 2002-11-05 [colin]      0.8.5claws74
4414
4415         * src/compose.[ch] 
4416                 add compose_draft()
4417         * src/crash.c
4418                 add SIGTERM handler
4419         * src/main.[ch]
4420                 add clean_quit() for the SIGTERM handler
4421
4422 2002-11-05 [paul]       0.8.5claws73
4423         
4424         * po/es.po
4425                 updated by Ricardo Mones Lastra
4426
4427 2002-11-05 [melvin]     0.8.5claws72
4428
4429         * src/logwindow.c
4430                 Fixed log-clipping bug #616795.
4431                 To stop logging in the log window use 0 length.
4432         * src/prefs_common.c
4433                 Added a label to inform about the 0 log length behaviour.
4434
4435 2002-11-05 [paul]       0.8.5claws71
4436
4437         * sync with 0.8.5cvs17
4438                 see ChangeLog 2002-11-05
4439
4440 2002-11-04 [paul]       0.8.5claws70
4441
4442         * sylpheed-128x128.png
4443           sylpheed-64x64.png
4444           sylpheed.png
4445                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4446                 <nikai@users.sourceforge.net>
4447                 
4448         * po/bg.po
4449                 updated by George Danchev
4450
4451 2002-11-03 [thorsten]   0.8.5claws69
4452
4453         * src/main.c
4454           src/mimeview.c
4455           src/rfc2015.h
4456                 add check if gpg is active
4457
4458 2002-11-03 [thorsten]   0.8.5claws68
4459
4460         * src/toolbar.h
4461                 removed GSList declaration causing trouble on MacOS-X
4462                 (submitted by alfons, reported by xfesty)
4463
4464 2002-11-01 [paul]       0.8.5claws67
4465
4466         * src/mainwindow.c
4467                 remove last remnants of main's filter code
4468
4469 2002-11-01 [paul]       0.8.5claws66
4470
4471         * tools/filter_conv.pl
4472                 fix bug where user-defined headers were ignored
4473
4474 2002-11-01 [paul]       0.8.5claws65
4475
4476         * src/logwindow.c
4477                 make a debug_print() not translatable
4478
4479 2002-10-31 [melvin]     0.8.5claws64
4480
4481         * ac/aspell.m4
4482                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4483                 not run any GNU/aspell test.  The dictionary path will
4484                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4485                 was given, in which case, it will be $prefix/lib/aspell/
4486         * configure.in
4487                 Fixed typo in commentary (Aspell code).
4488
4489 2002-10-31 [paul]       0.8.5claws63
4490
4491         * po/POTFILES.in
4492                 remove src/filter.c and src/prefs_filter.c
4493                 thanks to Ricardo for reminding me
4494
4495 2002-10-31 [colin]      0.8.5claws62
4496
4497         * src/mbox_folder.c
4498                 Plug some leaks
4499
4500 2002-10-31 [paul]       0.8.5claws61
4501
4502         * src/prefs_filter.[ch] ** REMOVED **
4503           src/filter.[ch]       ** REMOVED **
4504           
4505         * src/Makefile.am
4506           src/folderview.c
4507           src/inc.c
4508           src/main.c
4509           src/mainwindow.c
4510           src/mbox.c
4511           src/prefs_common.c
4512           src/prefs_filtering.c
4513           src/summaryview.[ch]
4514                 remove main's 'filter' code
4515                 
4516         README.claws
4517                 update to reflect removal of main's filter
4518
4519 2002-10-31 [paul]       0.8.5claws60
4520
4521         * src/summaryview.c
4522                 remove check for global_processing in summary_filter_open(). 
4523                 This fixes the bug where if the user uses the right-click 
4524                 'Create filter rule...' and doesn't have any filter rules 
4525                 already defined in claws' advanced filtering, the newly 
4526                 created filter rule goes to main's filtering which is 
4527                 inaccessible through the gui. Now the filter rule gets added
4528                 to claws' filtering by default.
4529
4530 2002-10-28 [melvin]     0.8.5claws59
4531
4532         * src/prefs_actions.c
4533                 Fixed bug #627322 where MIME parts were not always
4534                 correctly passed to a %p action
4535                 Display an error dialog when message filename is not found.
4536
4537 2002-10-28 [melvin]     0.8.5claws58
4538
4539         * src/prefs_common.c
4540                 Readded a missing function declaration lost in 0.8.3claws34
4541
4542 2002-10-28 [paul]       0.8.5claws57
4543
4544         * sync with 0.8.5cvs15
4545                 see ChangeLog 2002-10-28 and 2002-10-25
4546                 
4547         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4548
4549 2002-10-27 [oliver]     0.8.5claws56
4550
4551         * src/pop.c
4552                 plug leak in pop3_top_recv
4553
4554 2002-10-26 [christoph]  0.8.5claws55
4555
4556         * src/folder.c
4557                 set need_update folder flag when messages are added
4558                 (closes bug [ 626922 ] folder not updated after receiving)
4559
4560 2002-10-25 [melvin]     0.8.5claws54
4561
4562         * src/imageview.c
4563                 Fixed a memleak introduced in the scaling code.
4564
4565 2002-10-24 [alfons]     0.8.5claws53
4566
4567         * src/filtering.c
4568                 make filtering's forward message action forward from the 
4569                 correct account
4570                 (closes bug [628089 ] Filter -> Forward from address problem
4571                 reported by Oktay)
4572
4573 2002-10-24 [christoph]  0.8.5claws52
4574
4575         * src/mainwindow.c
4576         * src/manual.[ch]
4577                 o use manual of current locale or english if current
4578                   locale is not available (and english is available)
4579                 o also link to sylpheed doc project manuals
4580
4581 2002-10-23 [paul]       0.8.5claws51
4582
4583         * tools/README
4584           tools/kmail2sylpheed_v2.pl
4585                 add new version of kmail addressbook importer script.
4586                 works with newer versions of Kmail/KAddressBook which
4587                 have new and rearranged data.
4588
4589 2002-10-23 [martin]     0.8.5claws50
4590
4591         * src/folderview.c
4592         * src/summaryview.c
4593         * src/utils.h
4594         * src/utils.c
4595                 added length parameter to get_abbrev_newsgroup_name()
4596                 changed this function so that it abbreviates the newsgroup
4597                 names only so long it is smaller than the length parameter
4598                 (for better reading of some newsgroup names and space efficiency)
4599
4600 2002-10-22 [colin]      0.8.5claws49
4601
4602         *src/foldersel.c
4603                 Revert Alfons' last modification (after voting ;-))
4604
4605 2002-10-21 [alfons]     0.8.5claws48
4606
4607         * src/foldersel.c
4608                 folder view in folder selection dialog reflects state of
4609                 folder view in main window
4610
4611 2002-10-18 [alfons]     0.8.5claws47
4612
4613         * src/mbox.c
4614                 drop imported messages in folder selected by user,
4615                 and not in the inbox
4616                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4617
4618 2002-10-18 [alfons]     0.8.5claws46
4619
4620         * src/compose.c
4621                 make automagic reply work correctly for email accounts 
4622                 (whether it's viable to do a full sync with Hiro's 
4623                 compose.c is still under discussion)
4624
4625 2002-10-18 [melvin]     0.8.5claws45
4626
4627         * src/prefs_actions.c
4628                 Fixed bug #622275 where asynchroneous actions left 
4629                 zombies processes
4630                 Made (synchroneous) actions' input be displayed live.
4631
4632 2002-10-18 [christoph]  0.8.5claws44
4633
4634         * src/textview.c
4635                 don't add a newline in the textview in front of the
4636                 first textpart if header display is disabled
4637                 (closes bug [ 603385 ] disabled header display leaves blank
4638                  lin)
4639
4640 2002-10-18 [christoph]  0.8.5claws43
4641
4642         * src/folder.[ch]
4643         * src/imap.c
4644         * src/mbox_folder.c
4645         * src/mh.c
4646         * src/news.c
4647                 folder->get_num_list now returns an error code
4648                 (closes bug [ 609424 ] News cache cleared on failure)
4649                 
4650 2002-10-17 [colin]      0.8.5claws42
4651         
4652         * src/news.c
4653                 Changed a printf by debug_print
4654
4655 2002-10-16 [paul]       
4656
4657         * tools/OOo2sylpheed.pl
4658                 allow for spaces in the name of the
4659                 file to be attached.
4660
4661 2002-10-16 [colin]      0.8.5claws41
4662
4663         * src/main.c
4664                 Use a tristate to change online mode
4665
4666 2002-10-16 [paul]       0.8.5claws40
4667
4668         * po/es.po
4669                 updated by Ricardo Mones Lastra
4670
4671 2002-10-16 [colin]      0.8.5claws39
4672
4673         * src/main.c
4674           src/mainwindow.[ch]
4675                 Added --online and --offline command-line
4676                 switches
4677
4678 2002-10-15 [christoph]  0.8.5claws38
4679
4680         * src/procmime.c
4681                 set mimeinfo->name to NULL after g_free to
4682                 avoid double freeing with g_free
4683
4684 2002-10-14 [christoph]  0.8.5claws37
4685
4686         * src/compose.c
4687         * src/filtering.c
4688         * src/summaryview.c
4689                 remove calls to folder->change_flags that are now
4690                 done by procmsg flag functions (seems it is not
4691                 used by any foldertype anyway)
4692         * src/folder.c
4693                 init folder->change_flags with NULL
4694
4695 2002-10-14 [christoph]  0.8.5claws36
4696
4697         * src/folder.[ch]
4698         * src/imap.[ch]
4699                 use virtual functions for folder item new and destroy
4700                 functions
4701
4702 2002-10-14 [melvin]     0.8.5claws35
4703
4704         * src/compose.c
4705                 Added a test to not run the spell checker if no default
4706                 dictionary is available. No dialog is displayed though.
4707
4708 2002-10-14 [melvin]     0.8.5claws34
4709
4710         * src/gtkaspell.c
4711                 Fixed bug in dictionary list context menu where
4712                 "More..." pointed to an emtpy submenu if the
4713                 number of dictionaries is a multiple of 15
4714                 Removed unneeded code in suggestions list creation
4715
4716 2002-10-14 [paul]       0.8.5claws33
4717
4718         * po/bg.po
4719                 updated by George Danchev
4720
4721 2002-10-13 [hoa]        0.8.5claws32
4722
4723         * src/matcher.[ch]
4724           src/matcher_parser_parser.y
4725                 removed the escaped string from internal structure
4726                 of matcher.
4727
4728 2002-10-12 [colin]      0.8.5claws31
4729
4730         * src/gtksctree.[ch]
4731           src/summaryview.c
4732                 Removed useless function gtksctree_reanchor
4733
4734 2002-10-12 [alfons]     0.8.5claws30
4735         
4736         * sync with remaining main changes 2002-10-09 - 2002-10-11
4737         - drop changes to src/compose.c (requires claws specific changes)
4738         
4739 2002-10-12 [alfons]     0.8.5claws29
4740         
4741         * sync with main changes of 2002-10-08
4742         - drop changes to src/compose.c (requires claws specific changes)
4743         - drop changes to src/summaryview.c (requires changes to compose.c)     
4744
4745 2002-10-12 [alfons]     0.8.5claws28
4746         
4747         * sync with main changes of 2002-10-07
4748
4749 2002-10-12 [alfons]     0.8.5claws27
4750
4751         * sync with main changes of 2002-10-04
4752         - drop changes to src/compose.c (requires claws specific changes)
4753         - drop changes to src/prefs_folder_item.c (claws implementation
4754           seems to be working)
4755
4756 2002-10-12 [colin]      0.8.5claws26
4757
4758         * src/mainwindow.c
4759                 Fix folder-flicker when space-reading, introduced 
4760                 in claws22.
4761
4762 2002-10-12 [colin]      0.8.5claws25
4763
4764         * src/compose.c
4765                 Save account address when saving as draft.
4766                 (closes bug 621838)
4767
4768 2002-10-12 [colin]      0.8.5claws24
4769
4770         * src/summaryview.c
4771                 Fix the problem consisting of no message selected
4772                 after the last message in a folder has been moved.
4773
4774 2002-10-12 [paul]       0.8.5claws23
4775
4776         * src/compose.c
4777           src/prefs_template.c
4778           src/template.[ch]
4779                 add Cc and Bcc to templates. Patch submitted by
4780                 John L. Males.
4781
4782 2002-10-12 [colin]      0.8.5claws22
4783
4784         * src/folderview.c
4785                 Fix a bug after "Check for new messages":
4786                 If a folder was opened, it was still selected at
4787                 the end of the check, but displayed empty.
4788         * src/mainwindow.c
4789                 Remove unnecessary check
4790
4791 2002-10-12 [paul]
4792
4793         * tools/README
4794                 be more verbose in the description of
4795                 OOo2sylpheed.pl
4796                 
4797
4798 2002-10-11 [colin]      0.8.5claws21
4799
4800         * src/mainwindow.c
4801                 Make space work (better) when no mail is selected
4802
4803 2002-10-11 [colin]      0.8.5claws20
4804
4805         * src/inc.c
4806           src/news.c
4807                 fix warnings
4808
4809 2002-10-11 [colin]      0.8.5claws19
4810
4811         * src/mainwindow.c
4812                 revert 0.8.5claws6 changes as i couldn't get to
4813                 anything satisfying
4814
4815 2002-10-11 [melvin]     0.8.5claws18
4816
4817         * src/compose.c
4818                 Removed buggy and unused macro (should have been committed in
4819                 0.8.5claws17)
4820
4821 2002-10-11 [melvin]     0.8.5claws17
4822
4823         * src/compose.c
4824                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4825
4826 2002-10-11 [thorsten]   0.8.5claws16 
4827
4828         * src/folderview.c
4829                 remove rescan warning
4830
4831 2002-10-11 [colin]      0.8.5claws15 
4832
4833         * src/procheader.c
4834                 fix a segfault that happens if conv_unmime_header
4835                 fails (should be better to find out why it fails)
4836
4837 2002-10-11 [christoph]  0.8.5claws14
4838
4839         * src/summaryview.c
4840                 update folderview stats after ignore/unignore thread
4841
4842 2002-10-11 [hoa]        0.8.5claws13
4843
4844         * src/quote_fmt_parse.y
4845                 Fixed a yacc/bison syntax error
4846         * src/matcher.c
4847                 Escaping of string is fixed.
4848
4849 2002-10-11 [colin]      0.8.5claws12
4850
4851         * src/imageview.c
4852                 Resize images to fit
4853
4854 2002-10-11 [paul]       0.8.5claws11
4855
4856         * po/es.po
4857                 updated by Ricardo Mones Lastra
4858
4859 2002-10-10 [alfons]     0.8.5claws10
4860
4861         * src/compose.c
4862                 allow dropping files by "moving" files from a file manager,
4863                 not only by the more cumbersome "copying". the latter 
4864                 mostly implies holding down the Control button
4865
4866 2002-10-10 [christoph]  0.8.5claws9
4867
4868         * src/summaryview.c
4869                 update folders after thread building for ignored threads
4870
4871 2002-10-10 [christoph]  0.8.5claws8
4872
4873         * config/.cvsignore
4874                 added Makefile
4875         * src/filtering.[ch]
4876         * src/folder.[ch]
4877         * src/folderview.[ch]
4878         * src/import.c
4879         * src/inc.[ch]
4880         * src/mbox.[ch]
4881         * src/procmsg.c
4882         * src/summaryview.[ch]
4883                 o added new flag need_update to FolderItem
4884                 o removed folder_table from various functions from tracking
4885                   folder updates
4886                 o set need_update flags in folder.c's move, copy and delete
4887                   functions and procmsg's flags functions
4888                 o added function folderview_update_items_when_required that
4889                   updates all folders with need_update set
4890                 o call folderview_update_items_when_required instead of
4891                   folderview_update_item_foreach
4892
4893 2002-10-09 [sergey]     0.8.5claws7
4894
4895         * src/compose.c
4896                 Strip CRs whel loading the text into editor in reedit mode.
4897
4898 2002-10-09 [colin]      0.8.5claws6
4899
4900         * src/mainwindow.c
4901                 Make Space work when no mail is selected
4902
4903 2002-10-09 [colin]      0.8.5claws5
4904
4905         * src/gtksctree.[ch]
4906                 Fix range_select
4907                 Add gtk_sctree_reanchor() 
4908         * src/summaryview.c
4909                 Use gtk_sctree_reanchor() - better fix for 
4910                 bug 60413
4911
4912 2002-10-09 [colin]      0.8.5claws4
4913
4914         * src/summaryview.c
4915                 Fix shift-click select after delete problem
4916                 (closes bug 60413)
4917
4918 2002-10-08 [thorsten]   0.8.5claws3
4919
4920         * src/summaryview.c
4921                 exclude current msg from -hide read messages-
4922
4923 2002-10-08 [colin]      0.8.5claws2
4924
4925         * src/inc.[ch]
4926           src/pop.c
4927           src/recv.c
4928                 Differentiate socket errors from disk full
4929                 errors
4930
4931 2002-10-08 [christoph]  0.8.5claws1
4932
4933         * Makefile.am
4934         * configure.in
4935                 modifications for new config directory
4936
4937         * config.guess  ** REMOVED **
4938         * config.sub    ** REMOVED **
4939         * install-sh    ** REMOVED **
4940         * ltmain.sh     ** REMOVED **
4941         * missing       ** REMOVED **
4942         * mkinstalldirs ** REMOVED **
4943                 these files are autogenerated by automake
4944                 when you run autogen.sh
4945
4946         * config/.cvsignore     ** NEW FILE **
4947         * config/Makefile.am    ** NEW FILE **
4948                 ignore autogenerated files
4949                 create a Makefile in this directory
4950
4951 2002-10-08 [paul]       0.8.5claws
4952
4953         * 0.8.5claws release
4954         
4955         * src/compose.c
4956           src/procheader.c
4957           src/procmsg.c
4958                 fix quote reply format for newsgroups reply bug
4959                 (thanks to Hoa)
4960                 
4961         * po/en_GB.po
4962           po/pl.po
4963                 updated by me and Witold Wladyslaw Wojciech Wilk
4964                 repectively
4965
4966 2002-10-07 [paul]       0.8.3claws53
4967
4968         * po/it.po
4969           po/pt_BR.po
4970           po/sr.po
4971                 updated messages catalogs, submitted by
4972                 Alessandro Maestri, Fabio Jr.Beneditto 
4973                 and Urke MMI, respectively.
4974
4975 2002-10-07 [christoph]  0.8.3claws52
4976
4977         * src/folder.[ch]
4978         * src/folderview.c
4979         * src/mainwindow.c
4980                 fix new folder ghost message bug
4981                 (closes bug [ 619722 ] wrong count for newly created folders)
4982
4983 2002-10-07 [christoph]  0.8.3claws51
4984
4985         * src/compose.c
4986                 fix news posting problem
4987
4988 2002-10-07 [melvin]     0.8.3claws50
4989
4990         * po/fr.po
4991                 Updated French translation
4992
4993 2002-10-05 [christoph]  0.8.3claws49
4994
4995         * src/gtkstext.c
4996                 check if line_start_cache is set in gtk_stext_update_text
4997                 (closes bug [ 618119 ] crash while doing search in folder)
4998
4999 2002-10-05 [christoph]  0.8.3claws48
5000
5001         * src/imap.c
5002         * src/news.c
5003         * src/utils.c
5004         * src/utils.h
5005                 implement cache cleanups for claws' folder system
5006                 (closes bug [ 595916 ] imapcache not cleaned up)
5007
5008 2002-10-05 [melvin]     0.8.3claws47
5009
5010         * src/prefs_actions.c
5011                 Made the help text more clear for the %p token
5012
5013 2002-10-04 [paul]       0.8.3claws46
5014
5015         * sync with 0.8.5
5016                 see ChangeLog 2002-10-02 and 2002-10-03
5017
5018 2002-10-04 [christoph]  0.8.3claws45
5019
5020         * src/inc.c
5021                 fix segfault caused by pop before smtp
5022                 call to inc_account_mail with NULL
5023                 pointer for mainwin
5024
5025 2002-10-04 [paul]       0.8.3claws44
5026
5027         * configure.in
5028                 sync the LDAP detection from 0.8.5cvs1
5029
5030 2002-10-02 [christoph]  0.8.3claws43
5031
5032         * po/de.po
5033                 fix small spelling error
5034
5035 2002-10-02 [melvin]     0.8.3claws42
5036
5037         * ac/aspell.m4
5038                 Behave better and say "no" when test program cannot be run.
5039
5040 2002-10-02 [paul]       0.8.3claws41
5041
5042         * sync with 0.8.4cvs1
5043                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5044                 
5045         * src/summaryview.c
5046                 toggle the behavior of Reply menuitem between
5047                 normal reply and reply-to-list
5048
5049 2002-10-01 [sergey]     0.8.3claws40
5050
5051         * src/compose.c
5052                 Convert newlines in the message text to the canonical form
5053                 before base64 encoding (RFC2045 compliance, fixes some
5054                 interoperability issues with Evolution 1.0.3)
5055
5056 2002-09-29 [colin]      0.8.3claws39
5057
5058         * src/summaryview.c
5059                 Fix an unwanted copy/paste
5060
5061 2002-09-29 [colin]      0.8.3claws38
5062
5063         * src/mainwindow.c
5064                 Renamed "Custom toolbar" to "Customize toolbar"
5065                 Renamed "Show all header" to "Show all headers"
5066                 Renamed "Set diplay item" to "Set displayed items"
5067         * src/prefs_common.c
5068                 Renamed "Show all header" to "Show all headers"
5069         * src/prefs_summary_column.c
5070                 Renamed "diplay item" to "displayed items"
5071
5072 2002-09-29 [colin]      0.8.3claws37
5073
5074         * src/mainwindow.[ch]
5075                 online/offline status pixmaps follow theme
5076                 changes
5077         * src/summaryview.[ch]
5078                 quicksearch pixmap follows theme changes
5079
5080 2002-09-29 [thorsten]   0.8.3claws36
5081
5082         * src/compose.c
5083           src/prefs_folder_item.[ch]
5084                 add default_reply_to folder option (closes patch 581044)
5085
5086 2002-09-29 [christoph]  0.8.3claws35
5087
5088         * acconfig.h    ** REMOVED **
5089         * configure.in
5090         * ac/aspell.m4
5091         * ac/check-type.m4
5092         * ac/gnupg-check-typedef.m4
5093                 fix autoheader 2.50 warning
5094
5095 2002-09-29 [christoph]  0.8.3claws34
5096
5097         * major code cleanup (part 2)
5098         
5099                 - unused variables removed
5100                 - unused functions removed
5101                 - uninitialized variables checked
5102                 - missing return statements added
5103                 - missing function return types added
5104                 - added parentheses around assignment
5105                   when suggested by gcc
5106
5107 2002-09-29 [alfons]     0.8.3claws33
5108
5109         * src/logwindow.c
5110                 log_window_clear(): only bracket gtk_text_forward_delete() 
5111                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5112                 works around GTK text bug)
5113
5114 2002-09-29 [paul]       0.8.3claws32
5115
5116         * po/bg.po
5117           po/sr.po
5118                 updated by George Danchev and Urke MMI
5119                 respectively
5120
5121 2002-09-27 [christoph]  0.8.3claws31
5122
5123         * doc-src/readme.txt
5124         * doc-src/rfc1806.txt   ** REMOVED **
5125         * doc-src/rfc2183.txt   ** NEW FILE **
5126         * doc-src/rfc2980.txt   ** NEW FILE **
5127                 update rfcs
5128
5129 2002-09-27 [melvin]     0.8.3claws30
5130
5131         * ac/aspell.m4
5132                 Fixed typo which could break linking
5133
5134 2002-09-27 [melvin]     0.8.3claws29
5135
5136         * ac/aspell.m4
5137                 Improved GNU/aspell checking. 
5138                 Fixed bug #614490
5139
5140 2002-09-27 [paul]       0.8.3claws28
5141
5142         * sync with 0.8.3cvs8
5143                 see ChangeLog 2002-09-27
5144
5145 2002-09-26 [colin]      0.8.3claws27
5146
5147         * src/toolbar.[ch]
5148           src/mainwindow.[ch]
5149                 Add "Reply to Mailing-list" to the toolbar
5150
5151 2002-09-26 [christoph]  0.8.3claws26
5152
5153         * src/summaryview.c
5154                 Fix wrong message counts in summaryview status
5155
5156 2002-09-26 [paul]       0.8.3claws25
5157
5158         * sync with 0.8.3cvs7
5159                 see ChangeLog 2002-09-26
5160
5161 2002-09-26 [paul]       0.8.3claws24
5162
5163         * sync with 0.8.3cvs6
5164                 see ChangeLog 2002-09-25
5165
5166 2002-09-25 [christoph]  0.8.3claws23
5167
5168         * src/prefs_common.c
5169         * src/prefs_folder_item.c
5170         * src/prefs_scoring.c
5171                 Renamed "kill score" to "hide score" in GUI
5172                 and prefs files
5173
5174 2002-09-25 [paul]       0.8.3claws22
5175
5176         * sync with 0.8.3cvs5
5177                 see ChangeLog 2002-09-24
5178
5179 2002-09-24 [alfons]     0.8.3claws21
5180
5181         patch by Satoshi Nagayasu: allows appending / saving multiple 
5182         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5183         'Save as ...'")
5184
5185         * AUTHORS
5186                 add Satoshi Nagayasu
5187         * src/summaryview.c
5188                 summary_save_as(): allow saving selected files to
5189                 one file
5190                 summary_set_menu_sensitive: enable "Save As..." when
5191                 multiple files are selected
5192         * src/utils.[ch]
5193                 append_file(): new function
5194
5195 2002-09-24 [colin]      0.8.3claws20
5196
5197         * src/procmime.c
5198                 Fix segfault when mimeinfo doesn't have a 
5199                 content_type. 
5200
5201 2002-09-24 [colin]      0.8.3claws19
5202
5203         * src/prefs_common.[ch]
5204                 Add a preference to display send dialog or not
5205         * src/send.c
5206                 Display send dialog according to preference
5207
5208 2002-09-24 [colin]      0.8.3claws18
5209
5210         * src/compose.[ch]
5211                 Disable user actions when sending
5212
5213 2002-09-24 [colin]      0.8.3claws17
5214
5215         * src/procmime.c
5216                 Do not display name or filename for attachments
5217                 with an application/pgp-signature type
5218                 (security flaw, see bug 537413)
5219
5220 2002-09-23 [colin]      0.8.3claws16
5221
5222         * src/editaddress.c
5223                 Initialize entry_email, entry_alias and 
5224                 entry_remarks to first email address of the list
5225
5226 2002-09-23 [colin]      0.83claws15
5227
5228         * src/compose.c
5229                 Drop pgp-signature when reediting a signed queued
5230                 message
5231
5232 2002-09-23 [melvin]     0.8.3claws14
5233
5234         * po/fr.po
5235                 Updated French translation
5236
5237 2002-09-23 [melvin]     0.8.3claws13
5238
5239         * src/mainwindow.c
5240                 Made custom toolbar menu labels more consistent
5241         * src/prefs_toolbar.c
5242                 Made custom toolbar window title more consistent
5243
5244 2002-09-22 [colin]      0.8.3claws12
5245
5246         * src/inc.c
5247                 Initialize session type to normal before getting 
5248                 mail (fixes strange Get behaviour)
5249         * src/prefs_account.h
5250                 Move STYPE_POP_BEFORE_SMTP to last position to 
5251                 avoid other side-effects
5252
5253 2002-09-22 [colin]      0.8.3claws11
5254
5255         * src/prefs_account.c
5256                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5257                 from pop3 to apop or vice-versa
5258
5259 2002-09-22 [colin]      0.8.3claws10
5260         
5261         * src/prefs_account.[ch]
5262                 Add an option for the POP before SMTP timeout
5263         * src/inc.c
5264                 Remember time of last POP connection
5265         * src/send.c
5266                 Do POP before SMTP only if timeout reached
5267
5268 2002-09-22 [oliver]     0.8.3claws9
5269         
5270         * README.claws
5271                 explain custom toolbar
5272
5273 2002-09-22 [oliver]     0.8.3claws8
5274
5275         * src/prefs_actions.[ch]
5276         custom toolbar for compose      
5277                 actions callback from compose toolbar
5278         * src/folderview.c
5279                 remove include toolbar.h
5280
5281 2002-09-22 [oliver]     0.8.3claws7
5282         
5283         * src/prefs_toolbar.[ch]
5284                 custom toolbar for compose
5285                 - generic prefs_toolbar handles both
5286                   Mainwin's toolbar as well as Compose toolbar          
5287
5288 2002-09-22 [oliver]     0.8.3claws6
5289         
5290         * src/toolbar.[ch]
5291                 custom toolbar for compose
5292                 restructure toolbar.[ch]
5293
5294 2002-09-22 [oliver]     0.8.3claws5
5295
5296         * src/compose.[ch]
5297                 custom toolbar for compose
5298
5299 2002-09-22 [oliver]     0.8.3claws4
5300         
5301         * src/mainwindow.[ch]
5302                 custom toolbar for compose 
5303                 move mainwin toolbar back to mainwindow
5304
5305 2002-09-22 [alfons]     0.8.3claws3
5306
5307         * src/procmsg.c
5308                 :%sno/if(/if (/gc
5309                 :%sno/for(/for (/gc
5310                 (beautify)
5311
5312 2002-09-22 [alfons]     0.8.3claws2
5313         
5314         * src/procmsg.c
5315                 procmsg_save_to_outbox(): don't unlink message file from queue;
5316                 callers should do it using folder_item_remove_msg()
5317
5318 2002-09-22 [colin]      0.8.3claws1
5319
5320         * src/mimeview.[ch]
5321                 Made mimeview_check_signature() public
5322         * src/textview.c
5323                 Made GPG signatures verifiable by clicking
5324                 the [application/pgp-signature] in the Text
5325                 view
5326
5327 2002-09-22 [paul]       0.8.3claws
5328
5329         * po/bg.po
5330           po/en_GB.po
5331           po/es.po
5332           po/it.po
5333           po/pl.po
5334           po/pt_BR.po
5335           po/sr.po
5336                 updated translations, submitted by George Danchev,
5337                 me, Ricardo Mones Lastra, Alessandro Maestri,
5338                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5339                 and Urke MMI, respectively.     
5340
5341 2002-09-22 [alfons]     0.8.2claws65
5342
5343         * src/procmsg.c
5344         * src/pgptext.c
5345                 no furry valgrinds have been used to plug these memleaks
5346
5347 2002-09-20 [paul]       0.8.2claws64
5348
5349         * sync with 0.8.3cvs4
5350                 'Select thread' re-implemented 
5351                 see ChangeLog 2002-09-20
5352
5353 2002-09-21 [alfons]     0.8.2claws63
5354
5355         * src/compose.c
5356                 compose_send(): plug unnoticed memleak
5357
5358 2002-09-20 [alfons]     0.8.2claws62
5359
5360         * src/addr_compl.c
5361                 replace_address_in_edit(): strict check for NULL address to
5362                 fix "[ 607348 ] Segfault in address completion". My guess is
5363                 that this happens with an empty address book, but it's good
5364                 to have this check here anyway
5365                 
5366                 completion_window_button_press(): free string returned 
5367                 from the internal cache
5368
5369 2002-09-20 [christoph]  0.8.2claws61
5370
5371         * src/procmime.h
5372                 added ENC_BINARY to EncodingType
5373         * src/procmime.c
5374                 the string returned by procmime_get_encoding_str
5375                 should not depend on the order of values in the
5376                 EncodingType definition
5377         * doc-src/rfc1806.txt   ** NEW FILE **
5378                 Added rfc1806 about MIME Content-Disposition
5379                 Extension
5380
5381 2002-09-19 [paul]       0.8.2claws60
5382
5383         * sync with 0.8.2cvs3
5384                 see ChangeLog 2002-09-19
5385
5386 2002-09-19 [paul]       0.8.2claws59
5387
5388         * src/prefs_folder_item.c
5389                 revert to Darko's original alignment of colour
5390                 selector button
5391                 add a colon to folder_color label
5392                 
5393         * src/compose.c
5394                 add Colin's patch (with Hiro's modifications) to 
5395                 force BASE64 encoding for 8-bit text when signing
5396                 (sync with 0.8.3cvs2)
5397
5398 2002-09-18 [alfons]     0.8.2claws58
5399
5400         * src/compose.c
5401                 :%sno/if(/if (/gc
5402                 :%sno/for(/for (/gc
5403                 (beautify a little bit)
5404
5405 2002-09-18 [christoph]  0.8.2claws57
5406
5407         * src/pine.c
5408                 fix handling of fgetc return value
5409
5410 2002-09-17 [alfons]     0.8.2claws56
5411         
5412         * src/summaryview.c
5413                 summary_sort(): check non-NULL summaryview->folder_item when no 
5414                 folder is selected at all
5415                 (closes "[ 610344 ] sort label make syl Crash")
5416
5417 2002-09-17 [alfons]     0.8.2claws55
5418         
5419         * src/compose.c
5420                 beautify a little bit
5421
5422 2002-09-17 [christoph]  0.8.2claws54
5423
5424         * src/folder.c
5425                 initialize max values for cache and folder
5426                 when cache or folder is empty
5427
5428 2002-09-15 [colin]      0.8.2claws53
5429
5430         * src/compose.c
5431                 Fix a leak (thanks Alfons!) and cleaned
5432                 variables names for custom headers
5433
5434 2002-09-15 [colin]      0.8.2claws52
5435
5436         * src/compose.c
5437                 Fix custom headers recognition when
5438                 prefs_common.trans_hdr is on
5439
5440 2002-09-15 [colin]      0.8.2claws51
5441
5442         * src/compose.c
5443                 Allow dynamically-added custom headers
5444                 Yet not reparsed if reedited
5445
5446 2002-09-15 [alfons]     0.8.2claws50
5447
5448         * src/prefs_account.c
5449                 fix warnings
5450
5451 2002-09-15 [colin]      0.8.2claws49
5452         
5453         * src/prefs_account.c
5454                 fix pop_before_smtp sensitivity
5455
5456 2002-09-15 [colin]      0.8.2claws48
5457
5458         * src/inc.[ch]
5459                 add inc_pop_before_smtp()
5460                 allow MainWindow to be undefined in 
5461                 inc_account_mail() and inc_start()
5462         * src/pop.c
5463           src/prefs_account.h
5464                 add STYPE_POP_BEFORE_SMTP session type
5465         * src/prefs_account.c
5466                 activated pop before smtp option
5467         * src/send.c
5468                 do pop before smtp if the relevant option 
5469                 is set
5470
5471 2002-09-15 [paul]       0.8.2claws47
5472
5473         * sync with 0.8.3
5474                 see ChangeLog 2002-09-15
5475
5476 2002-09-14 [paul]       0.8.2claws46
5477
5478         * po/bg.po
5479                 updated Bulgarian translation, submitted by
5480                 George Danchev
5481
5482 2002-09-13 [paul]       0.8.2claws45
5483
5484         * src/compose.c
5485                 merge claws' select_account() with main's
5486                 (new) compose_select_account(). [sync with
5487                 0.8.2cvs15, see ChangeLog 2002-09-11]
5488
5489 2002-09-12 [christoph]  0.8.2claws44
5490
5491         * src/filter.c
5492                 allocate 1 elements of FolderItem not 0
5493
5494 2002-09-12 [colin]      0.8.2claws43
5495
5496         * src/compose.c
5497                 Fix bug #590825 (obey Follow-up: poster)
5498
5499 2002-09-12 [colin]      0.8.2claws42
5500
5501         * src/procmime.c
5502                 Fix bug #557009 (wrong headers for messages 
5503                 forwarded as attachments)
5504
5505 2002-09-11 [colin]      0.8.2claws41
5506         
5507         * src/compose.c
5508                 Put SCF: pseudo-header on top of message
5509                 Set draft tmp_flag when saved as draft
5510
5511         * src/procmsg.c
5512           src/procheader.c
5513                 Skip after first \n\n for beginning of real message
5514                 for drafts too
5515
5516 2002-09-11 [christoph]  0.8.2claws40
5517
5518         * src/filtering.c
5519                 use procmsg flag functions in filtering or processing
5520                 will cause incorrect folder message counts
5521
5522 2002-09-11 [colin]      0.8.2claws39
5523
5524         * src/compose.c
5525                 Fix bug #550175 - wrong save folder when reediting
5526                 drafts
5527
5528 2002-09-11 [paul]       0.8.2claws38
5529
5530         * sync with 0.8.2cvs14
5531                 see ChangeLog 2002-09-11
5532
5533 2002-09-11 [colin]      0.8.2claws37
5534
5535         * src/folder.c
5536                 Fix a typo (seeming to cause new/unread status to
5537                 be lost)
5538
5539 2002-09-10 [christoph]  0.8.2claws36
5540
5541         * src/compose.c
5542                 compose_redirect should not use compose_generic_new
5543                 because that does more stuff than expected including
5544                 opening the external editor
5545                 (closes bug "[ 526608 ] bounced messages appear blank
5546                  in editor")
5547
5548 2002-09-10 [christoph]  0.8.2claws35
5549
5550         * src/folder.c
5551                 fix problem with too large message number range
5552                 causing a crash in folder_item_scan
5553
5554 2002-09-10 [paul]       0.8.2claws34
5555
5556         * sync with 0.8.2cvs13
5557                 see ChangeLog 2002-09-10
5558
5559 2002-09-10 [christoph]  0.8.2claws33
5560
5561         * src/msgcache.c
5562                 set MsgInfo TmpFlags for queue and draft folders
5563                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5564
5565 2002-09-10 [paul]       0.8.2claws32
5566
5567         * AUTHORS
5568           po/bg.po      ** NEW FILE **
5569                 new Bulgarian translation submitted by
5570                 George Danchev <danchev@spnet.net>
5571                 
5572         * tools/Makefile.am
5573           tools/README
5574           tools/tb2sylpheed     ** NEW FILE **
5575                 add script that converts an addressbook exported
5576                 from The Bat! into a Sylpheed addressbook. Submitted
5577                 by Urke MMI <urke-kg@eunet.yu>
5578
5579 2002-09-10 [paul]       0.8.2claws31
5580
5581         * sync with 0.8.2cvs12
5582                 see ChangeLog 2002-09-10
5583
5584 2002-09-06 [paul]       0.8.2claws30
5585
5586         * src/prefs_common.c
5587                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5588                 
5589         * tools/Makefile.am
5590           tools/README
5591           tools/ldif-to-xml.py  ** REMOVED **
5592                 remove obsolete python script
5593
5594 2002-09-06 [paul]       0.8.2claws29
5595
5596         * sync with 0.8.2cvs10
5597                 see ChangeLog 2002-09-06
5598
5599 2002-09-04 [paul]       0.8.2claws28
5600
5601         * sync with 0.8.2cvs9
5602                 see ChangeLog 2002-08-04
5603
5604 2002-09-04 [colin]      0.8.2claws27 
5605
5606         * src/prefs_common.[ch]
5607                 Added signature color configuration
5608         * src/textview.c
5609                 Use user-specified signature color
5610
5611 2002-09-03 [colin]      0.8.2claws26
5612
5613         * src/prefs_common.[ch]
5614                 Added autosave and autosave_length prefs
5615         * src/compose.c
5616                 Added compose_remove_draft()
5617                 Auto-save drafts according to the prefs
5618         * src/main.c
5619                 Added a crash-indicator file, allowing to check
5620                 for new messages on startup if Sylpheed crashed
5621                 (makes saved drafts "reappear")
5622
5623 2002-09-03 [colin]      0.8.2claws25
5624
5625         * src/textview.[ch]
5626                 Grey the signature
5627
5628 2002-09-03 [paul]       0.8.2claws24
5629
5630         * sync with 0.8.2cvs8
5631                 see ChangeLog 2002-09-02 and 2002-09-03
5632
5633 2002-09-03 [darko]      0.8.2claws23
5634
5635         * src/folderview.c
5636                 use normal style when creating new folder to pick
5637                 proper font size 
5638
5639 2002-09-02 [melvin]     0.8.2claws22
5640
5641         * src/gtkaspell.m4
5642                 removed some obsolete code
5643
5644 2002-09-02 [melvin]     0.8.2claws21
5645
5646         * ac/aspell.m4
5647                 fixed test's equality sign (== to =)
5648
5649 2002-09-02 [alfons]     0.8.2claws20
5650
5651         * src/folder.c
5652         * src/mh.c
5653                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5654                 as folder->destroy virtual as suggested by Hiro
5655                 (the mh.c code seems to have been lost around mh.c.1.21)
5656
5657 2002-09-02 [paul]       0.8.2claws19
5658
5659         * po/pt_BR.po
5660                 updated by Fabio Jr. Beneditto
5661                 
5662         * src/defs.h
5663                 use 'http://claws.sylpheed.org' for homepage link. 
5664                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5665
5666 2002-09-01 [alfons]     0.8.2claws18
5667
5668         * src/mh.c
5669                 plug memleak related to one Martin Kluge found
5670
5671 2002-08-31 [paul]       0.8.2claws17
5672
5673         * sync with 0.8.2cvs6
5674                 see ChangeLog 2002-08-30
5675
5676 2002-08-31 [alfons]     0.8.2claws16
5677
5678         * src/folder.c
5679                 folder_destroy(): remove mailbox from folderlist even if it has
5680                 no destroy virtual
5681
5682 2002-08-31 [alfons]     0.8.2claws15
5683
5684         * src/folder.c
5685                 :%sno/if(/if (/gc
5686                 :%sno/for(/for (/gc
5687                 (being pedantic I know)
5688
5689 2002-08-31 [alfons]     0.8.2claws14
5690
5691         * src/folder.c
5692                 check for NULL pointers returned from folder->fetch_msginfo virtual
5693                 (should solve some reported crashes)
5694
5695 2002-08-30 [alfons]     0.8.2claws13
5696
5697         * acconfig.h
5698         * configure.in
5699         * src/crash.c
5700                 enable crash dialog on compilation time
5701                 (--enable-crash-dialog configure option)
5702
5703 2002-08-30 [alfons]     0.8.2claws12
5704
5705         * AUTHORS
5706                 add Martin Kluge
5707         * src/mh.c
5708                 apply memory leak plug patch by Martin Kluge
5709                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5710                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5711                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5712
5713 2002-08-30 [darko]      0.8.2claws11
5714
5715         * src/folderview.c
5716                 copy Gtk style from normal style to match
5717                 font size for coloured folders
5718
5719 2002-08-29 [alfons]     0.8.2claws10
5720
5721         * sylpheed.desktop
5722                 Type=Internet <- Type=Application
5723                 (reported by Michael Schwendt, see:
5724                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5725                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5726
5727 2002-08-29 [paul]       0.8.2claws9
5728
5729         * sync with 0.8.2cvs5
5730                 see ChangeLog 2002-08-29
5731
5732 2002-08-29 [colin]      0.8.2claws8
5733
5734         * src/summaryview.c
5735                 Added a sanity check in summary_select_thread
5736                 Should fix bug 601605
5737
5738 2002-08-29 [colin]      0.8.2claws7
5739
5740         * src/main.c
5741                 Revert claws6 changes regarding bug #591676
5742
5743 2002-08-28 [colin]      0.8.2claws6
5744         
5745         * src/main.c
5746                 Ignore cache for queue folderitems
5747                 Fix bug #591676
5748
5749 2002-08-28 [melvin]     0.8.2claws5
5750
5751         * README.claws
5752                 Fixed typos.
5753
5754 2002-08-28 [melvin]     0.8.2claws4
5755
5756         * README.claws
5757                 Updated a bit the text concerning the spell checker
5758
5759 2002-08-28 [melvin]     0.8.2claws3
5760
5761         Merged the GNU_aspell_branch:
5762                 Support of new GNU/aspell is now included and the old pspell
5763                 is not supported anymore.
5764                 See README.claws
5765
5766         * README.claws
5767                 Updated spell checker text to reflect the switch to GNU/aspell
5768
5769         * ac/aspell.m4          *** NEW ***
5770         * src/gtkaspell.[ch]    *** NEW *** 
5771         * ac/pspell.m4          *** DELETED *** 
5772         * src/gtkspell.[ch]     *** DELETED ***
5773
5774         * ac/Makefile.am
5775                 Updated for GNU/aspell support
5776
5777         * po/POTFILES.in
5778                 Replaced gtkspell.c by gtkaspell.c
5779
5780         * acconfig.h
5781         * src/Makefile.am
5782         * src/about.c
5783         * src/compose.[ch]
5784         * src/crash.c
5785         * src/main.c
5786         * src/prefs_common.[ch]
5787                 Updated for GNU/aspell support
5788
5789 2002-08-28 [paul]       0.8.2claws2
5790
5791         * sync with 0.8.2cvs4
5792                 see ChangeLog 2002-08-27 and 2002-08-28
5793
5794 2002-08-28 [colin]      0.8.2claws1
5795
5796         * src/summary_search.c
5797                 Added "AND search"
5798
5799 2002-08-28 [jens]       0.8.2claws
5800
5801         *po/de.po
5802                 Updated German translations
5803
5804 2002-08-27 [melvin]     0.8.2claws
5805
5806         * po/fr.po
5807                 Updated French translations
5808
5809 2002-08-27 [paul]       0.8.2claws
5810
5811         * sync with 0.8.2 main release
5812
5813         * po/en_GB.po
5814           po/es.po
5815           po/it.po
5816           po/pl.po
5817           po/pt_BR.po
5818           po/sr.po
5819                 updated message catalogs submitted by
5820                 Ricardo Mones Lastra, Alessandro Maestri,
5821                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5822                 Beneditto and Urke MMI  
5823
5824 2002-08-27 [hoa]        0.8.1claws123
5825
5826         * src/mainwindow.[ch]
5827         * src/summaryview.[ch]
5828                 removed the "filter setting" menu option.
5829                 add a "cancel a news message" menu option.
5830
5831 2002-08-26 [martin]     0.8.1claws122
5832
5833         * ChangeLog.claws
5834                 changed string under 0.8.1claws79 changed by myself
5835                 i'm sorry alfons :(
5836
5837 2002-08-26 [martin]     0.8.1claws121
5838
5839         * src/crash.c
5840                 added kill command to debuggerrc to start crash dialog
5841
5842 2002-08-26 [paul]       0.8.1claws120
5843
5844         * sync with 0.8.1cvs31
5845                 see ChangeLog 2002-08-26
5846
5847 2002-08-25 [alfons]     0.8.1claws119
5848
5849         * src/procmsg.c
5850                 fix bug that didn't send out correct headers to news server
5851                 when sending news article and email from queue (bug reported
5852                 and patch provided by Tim Mann; closes bug 
5853                 "[ 583196 ] 0.7.8claws can't post news")
5854
5855 2002-08-25 [alfons]     0.8.1claws118
5856
5857         * src/selective_download.c
5858                 mark two strings as translatable
5859                 (thanks to Urke MMI for pointing this out)
5860
5861 2002-08-25 [alfons]     0.8.1claws117
5862
5863         * src/summaryview.c
5864                 treat sent boxes as special and allow sorting them by addressee
5865                 (closes "[ 589418 ] Sent folder sorting misbehavior"
5866                 submitted by Steve Lamb)
5867
5868 2002-08-24 [alfons]     0.8.1claws116
5869
5870         * src/matcher.c
5871                 fix memleak reported by Martin Kluge
5872                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
5873
5874 2002-08-24 [oliver]     0.8.1claws115
5875
5876         * src/prefs_toolbar.c
5877                 o code cleanup as suggested by Alfons
5878                 o memleak fix
5879
5880 2002-08-24 [alfons]     0.8.1claws114
5881
5882         * src/summaryview.c
5883                 o fix another memory leak reported by Martin Kluge
5884                   (see "[ 599568 ] Small Memory Leak")
5885                 o remove 'from' variable from 'summary_set_header()'; we can
5886                   do with just 'to' 
5887
5888 2002-08-24 [paul]       0.8.1claws113
5889
5890         * sync with 0.8.1cvs30
5891                 see ChangeLog 2002-08-23
5892
5893 2002-08-24 [alfons]     0.8.1claws112
5894
5895         * src/summaryview.c
5896                 remove unnecessary allocations for search bar fixing leaks
5897                 reported by Martin Kluge
5898                 (see "[ 599451 ] Further memory leaks?")
5899
5900 2002-08-24 [alfons]     0.8.1claws111
5901
5902         * src/main.c
5903                 make get_socket_name() public for crash.c
5904         * src/crash.c
5905                 o make report bug button work (goes to claws' 
5906                   bug tracker at sf.net)
5907                 o introduce function for doing important stuff just
5908                   before claws goes down
5909                 o clean up code 
5910
5911 2002-08-24 [alfons]     0.8.1claws110
5912
5913         * src/compose.c
5914                 move cursor to "To" entry when forwarding as attachment
5915                 (reported and solved by Steve Lamb, closes bug report
5916                 "[ 592880 ] Forward as attachment; cursor not in to")
5917
5918 2002-08-24 [colin]      0.8.1claws109
5919
5920         * src/mainwindow.c
5921                 fix quick search visibility after GUI (de)separations.
5922
5923 2002-08-23 [colin]      0.8.1claws108
5924
5925         * src/mainwindow.c
5926                 fix header pane visibility after folderview or
5927                 messageview (de)separation
5928
5929 2002-08-23 [paul]       0.8.1claws107
5930
5931         * src/mainwindow.[ch]
5932           src/toolbar.c
5933                 give full control of display or non-display 
5934                 of the Execute icon to Custom toolbar settings.
5935                 add new sensitivity condition to maninwindow.h: 
5936                 M_DELAY_EXEC
5937
5938         * ChangeLog
5939           ChangeLog.jp
5940           NEWS
5941                 more sync with 0.8.1cvs29
5942
5943 2002-08-23 [melvin]     0.8.1claws106
5944
5945         * src/alertpanel.c
5946                 Readded support for custom widget in alertpanel lost in last
5947                 sync.
5948
5949 2002-08-23 [paul]       0.8.1claws105
5950
5951         * sync with 0.8.1cvs29
5952                 see ChangeLog 2002-08-23
5953
5954 2002-08-23 [colin]      0.8.1claws104
5955
5956         * src/summaryview.c
5957                 Fix folder and search pixmaps exchanging positions
5958                 after theme or toolbar changes. Thank to Oliver for 
5959                 reporting this.
5960
5961 2002-08-23 [colin]      0.8.1claws103
5962
5963         * src/mainwindow.c
5964           src/messageview.[ch]
5965           src/noticeview.[ch]
5966           src/summaryview.c
5967                 Changed messageview_create() and noticeview_create()
5968                 to avoid the last gdk_warning
5969
5970 2002-08-22 [colin]      0.8.1claws102
5971
5972         * src/summaryview.c
5973                 Fix my new `Creating pixmap from xpm' warning
5974
5975 2002-08-22 [colin]      0.8.1claws101
5976
5977         * src/mainwindow.c
5978                 Fix some of the gdk warnings
5979
5980 2002-08-22 [colin]      0.8.1claws100
5981
5982         * src/Makefile.am
5983         * src/stock_pixmap.c
5984         * src/stock_pixmap.h
5985         * src/pixmaps/quicksearch.xpm *ADDED*
5986                 Add the quicksearch pixmap
5987         * src/mainwindow.c
5988         * src/summaryview.c
5989         * src/summaryview.h
5990                 Make quicksearch bar visible/hidden via a button
5991
5992 2002-08-22 [christoph]  0.8.1claws99
5993
5994         * src/folder.c
5995                 fix folder update for newsgroups with message
5996                 numbers below minimum number of articles to fetch
5997                 (closes bug #598445)
5998
5999 2002-08-22 [paul]       0.8.1claws98
6000
6001         * sync with 0.8.1cvs28
6002                 see ChangeLog 2002-08-22
6003
6004 2002-08-21 [alfons]     0.8.1claws97
6005
6006         * src/crash.c
6007                 use bt instead of bt full which seems to work 
6008                 better, and bt full doesn't give a great deal 
6009                 of information anyway
6010
6011 2002-08-21 [colin]      0.8.1claws96
6012
6013         * src/summaryview.c
6014                 fix summaryview_searchtype_changed prototype
6015
6016 2002-08-21 [christoph]  0.8.1claws95
6017
6018         * src/mainwindow.c
6019                 o fix broken menu update for sorting type, we have to
6020                   get this info from the summaryview now
6021                 o removed setting of threaded state in menu callback
6022         * src/summaryview.[ch]
6023                 more summaryview/folderitem seperation for
6024                 threading option
6025         * configure.in
6026                 removed not required --with-compiler-flags option
6027
6028 2002-08-21 [oliver]     0.8.1claws94
6029         
6030         * src/toolbar.h 
6031                 o rename toolbar.xml to toolbar_main.xml
6032                   since toolbar_compose.xml might come up 
6033                   any time soon
6034         * README.claws
6035                 add custom toolbar              
6036
6037 2002-08-21 [darko]      0.8.1claws93
6038
6039         * src/procmsg.c
6040                 don't reset tmp flags for messages copied
6041                 to sent folder
6042
6043 2002-08-21 [colin]      0.8.1claws92
6044         
6045         * src/prefs_filtering.c
6046                 fix renaming rules on folder rename 
6047                 when folder is not a leaf folder
6048
6049 2002-08-21 [paul]       0.8.1claws91
6050
6051         * src/prefs_folder_item.c
6052                 fix alignment of colour selector
6053
6054 2002-08-21 [paul]       0.8.1claws90
6055
6056         * sync with 0.8.1cvs27
6057                 see ChangeLog 2002-08-21
6058
6059 2002-08-21 [paul]       0.8.1claws89
6060
6061         * src/summaryview.c
6062                 fix crash when changing field type in
6063                 Quick search bar
6064
6065 2002-08-21 [colin]      0.8.1claws88
6066
6067         * src/summaryview.c
6068                 Made quick search case-insensitive
6069
6070 2002-08-21 [paul]       0.8.1claws87
6071
6072         * sync with 0.8.1cvs26
6073                 see ChangeLog 2002-08-21
6074
6075 2002-08-20 [christoph]  0.8.1claws86
6076
6077         * src/folderview.c
6078         * src/main.c
6079         * src/summaryview.[ch]
6080                 more summaryview/folderitem seperation for
6081                 sort_key and sort_type
6082         * src/procmsg.c
6083                 added missing return statement
6084
6085 2002-08-20 [colin]      0.8.1claws85
6086
6087         * src/summaryview.[ch]
6088                 Added a quick search box
6089         * src/mainwindow.c
6090         * src/prefs_common.[ch]
6091                 Added a show/hide option for the quick search
6092
6093 2002-08-20 [oliver]     0.8.1claws84
6094         
6095         * src/mainwindow.c
6096                 remove toolbar_create_popups
6097         * src/toolbar.[ch]
6098                 o remove toolbar_create_popups
6099                 o fix toolbar_set_sensitive 
6100                   (Bug reports #596834 and #596832)     
6101         * src/prefs_toolbar.c
6102                 o add "Set default" button
6103                 o align label and text + combo widgets
6104
6105 2002-08-20 [hoa]        0.8.1claws83bis
6106
6107         * src/imap.c
6108                 fixed a bug in imap_fetch_msginfo() in case there is no
6109                 current folder.
6110
6111 2002-08-20 [darko]      0.8.1claws83
6112
6113         * src/folderview.c
6114                 copy the color style of folder view so it
6115                 works with GTK themes
6116
6117 2002-08-20 [darko]      0.8.1claws82
6118
6119         * src/folder.h
6120         * src/folderview.c
6121         * src/prefs_folder_item.[hc]
6122                 don't use UI stuff in folder.h
6123
6124 2002-08-20 [darko]      0.8.1claws81
6125
6126         * src/folder.h
6127         * src/prefs_folder_item.h
6128         * src/folderview.c
6129         * src/prefs_folder_item.c
6130                 ability to set folder color in folderview
6131
6132 2002-08-19 [alfons]     0.8.1claws80
6133
6134         * src/summaryview.c
6135                 fix one of the earlier memleaks reported by Martin Kluge
6136
6137 2002-08-19 [alfons]     0.8.1claws79
6138
6139         * src/mainwindow.c
6140                 hide notice view when selecting seperate folder
6141                 view (reported by Urke MMI)
6142
6143 2002-08-19 [christoph]  0.8.1claws78
6144
6145         * src/folderview.c
6146         * src/prefs_folder_item.h
6147         * src/summaryview.[ch]
6148                 o add summary_set_prefs_from_folderitem to set
6149                   summaryview prefs (first step to remove all
6150                   references to the folderitem in summaryview)
6151                 o moved compiled regex stuff from folderitem prefs
6152                   to summaryview code
6153
6154 2002-08-19 [paul]       0.8.1claws77
6155
6156         * src/compose.c
6157                 add check for '.' to QUOTE_IF_REQUIRED
6158
6159 2002-08-19 [paul]       0.8.1claws76
6160
6161         * src/inc.c
6162                 sync with 0.8.1cvs25 (plug memory leak)
6163
6164         * src/prefs_toolbar.c
6165                 re-order prefs_toolbar_cancel()
6166
6167 2002-08-18 [alfons]     0.8.1claws75
6168
6169         * src/inc.c
6170         * src/matcher.c
6171                 plug other memleaks reported by Martin Kluge
6172
6173 2002-08-18 [paul]       0.8.1claws74
6174
6175         * po/pt_BR.po
6176                 updated by Fabio Jr. Beneditto
6177
6178 2002-08-18 [paul]       0.8.1claws73
6179
6180         * src/toolbar.[ch]
6181                 fix bug where tooltips were displayed untranslated              
6182
6183         * src/prefs_toolbar.c
6184                 fix bug where clicking 'Cancel' creates an icon & text
6185                 toolbar regardless of prefs
6186         
6187
6188 2002-08-17 [oliver]     0.8.1claws72
6189
6190         * src/prefs_toolbar.c
6191                 update toolbar on CANCEL
6192                 bug reported by Martin Kluge
6193         * src/toolbar.c
6194                 toolbar_destroy memleak fixed           
6195
6196 2002-08-17 [alfons]     0.8.1claws71
6197
6198         * src/toolbar.c
6199                 plug another memleak reported by Martin Kluge
6200
6201 2002-08-16 [alfons]     0.8.1claws70
6202
6203         * src/crash.c
6204                 use execvp() correctly (suggested by wwp; thanks!)
6205
6206 2002-08-16 [alfons]     0.8.1claws69
6207
6208         * src/gtksctree.c
6209                 plug memory leak reported by Kim Schultz & Martin Kluge
6210
6211 2002-08-16 [paul]       0.8.1claws68
6212
6213         * po/es.po
6214                 updated by Ricardo Mones Lastra
6215
6216 2002-08-16 [paul]       0.8.1claws67
6217
6218         * src/toolbar.h
6219                 fix bug where 'Compose News' icon showed wrong
6220                 tooltip
6221
6222 2002-08-16 [paul]       0.8.1claws66
6223
6224         * sync with 0.8.1cvs24
6225                 see ChangeLog 2002-08-16
6226
6227         * po/it.po
6228                 updated by Alessandro Maestri
6229
6230 2002-08-15 [paul]       0.8.1claws65
6231
6232         * po/sr.po
6233                 updated by Urke MMI
6234
6235 2002-08-15 [paul]       0.8.1claws64
6236
6237         * src/*.c
6238                 don't translate debug info
6239
6240         * src/matcher.[ch]
6241                 add copyright info
6242
6243 2002-08-15 [paul]       0.8.1claws63
6244
6245         * src/prefs_toolbar.c
6246                 fix bug where clicking 'OK' creates an icon & text
6247                 toolbar regardless of prefs
6248
6249 2002-08-14 [alfons]     0.8.1claws62
6250
6251         * src/main.c
6252                 add global var that has the full argv[0]
6253         * src/crash.c
6254                 o execvp the correct sylpheed by using argv0
6255                   and setting the correct work dir
6256                 o other tweaks  
6257
6258 2002-08-14 [oliver]     0.8.1claws61
6259         
6260         * enable/disable Toolbar Action Buttons 
6261         * code cleanups
6262         * src/mainwindow.c
6263         * src/toolbar.[ch]      
6264         * src/prefs_toolbar.c   
6265
6266 2002-08-14 [melvin]     0.8.1claws60
6267
6268         * po/fr.po
6269                 Updated French translations
6270
6271 2002-08-14 [melvin]     0.8.1claws59
6272
6273         * src/crash.c
6274                 Made bug report not translatable
6275         * src/exporthtml.c
6276                 Fixed exporthtml_build_filespec() return value
6277         * src/foldersel.c
6278                 Fixed incorrect include file
6279         * src/gtkspell.c
6280         * src/prefs_actions.c
6281         * src/prefs_toolbar.c
6282                 Made debug info not translatable
6283         * src/mutt.c
6284         * src/quote_fmt.c
6285                 Added missing includes
6286         * src/prefs_common.c
6287                 Fixed typo
6288
6289 2002-08-14 [paul]       0.8.1claws58
6290
6291         * faq/es/sylpheed-faq.html
6292           faq/es/sylpheed-faq-[1-3].html
6293           faq/es/sylpheed-faq-4.html     **NEW FILE **
6294                 update Spanish FAQ
6295
6296 2002-08-13 [christoph]  0.8.1claws57
6297
6298         * src/procmsg.c
6299                 ignore thread fix that did not mark all
6300                 child nodes of a ignored thread as
6301                 ignored. Does not work perfectly yet,
6302                 but it is better now
6303
6304 2002-08-13 [alfons]     0.8.1claws56
6305
6306         * src/crash.c
6307                 o implement 'save crash log'
6308                 o some tweaks
6309
6310 2002-08-13 [melvin]     0.8.1claws55
6311
6312         * src/main.c
6313                 removed unrequired "execinfo.h" header
6314
6315 2002-08-12 [paul]       0.8.1claws54
6316
6317         * faq/en/sylpheed-faq.html
6318           faq/en/sylpheed-faq-[1-3].html
6319           faq/en/sylpheed-faq-4.html     **NEW FILE **
6320                 update English FAQ
6321
6322 2002-08-12 [alfons]     0.8.1claws53
6323
6324         * po/POTFILES.in
6325                 add crash.c to translatables
6326         * src/crash.c
6327                 bring in Leandro's crash dialog
6328
6329 2002-08-11 [alfons]     0.8.1claws52
6330
6331         * src/crash.c
6332                 clean up some warnings
6333
6334 2002-08-11 [alfons]     0.8.1claws51
6335
6336         * acconfig.h
6337         * configure.in
6338         * src/crash.[ch]        ** NEW FILES **
6339         * src/main.c            
6340                 initial gdb crash handler
6341
6342 2002-08-11 [paul]       0.8.1claws50
6343
6344         * src/prefs_toolbar.c
6345                 replace Up/Down arrow pixmaps with text to be
6346                 consistent across icon themes
6347
6348 2002-08-11 [paul]       0.8.1claws49
6349
6350         * src/prefs_common.c
6351           src/prefs_toolbar.c
6352                 rename 'Pixmap' -> 'Icon'
6353
6354         * src/toolbar.[ch]
6355                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6356
6357 2002-08-10 [paul]       0.8.1claws48
6358
6359         * src/prefs_toolbar.c
6360                 re-work the UI
6361
6362 2002-08-10 [paul]       0.8.1claws47
6363
6364         * src/main.c
6365                 don't write Processing progress to status bar
6366                 patch submitted by Alexander Evseev
6367
6368         * src/prefs_toolbar.c
6369                 re-position and resize window
6370                 make window assume correct size on first call
6371
6372 2002-08-10 [paul]       0.8.1claws46
6373
6374         * src/mainwindow.c
6375           src/prefs_toolbar.c
6376           src/toolbar.c
6377           src/toolbar.h
6378                 obey coding style
6379                 follow UI text conventions
6380
6381 2002-08-10 [alfons]     0.8.1claws45
6382
6383         * src/toolbar.c
6384                 correct pixmap for delete action
6385
6386 2002-08-10 [paul]       0.8.1claws44
6387
6388         * po/pt_BR.po
6389                 updated by Fabio Jr. Beneditto
6390
6391 2002-08-10 [paul]       0.8.1claws43
6392
6393         * po/POTFILES.in
6394                 add custom toolbar files
6395
6396 2002-08-10 [paul]       0.8.1claws42
6397
6398         * sync with 0.8.1cvs22
6399                 see ChangeLog 2002-08-09
6400
6401 2002-08-09 [paul]       0.8.1claws41
6402
6403         * tools/Makefile.am
6404           tools/README
6405           tools/outlook2sylpheed.pl     ** NEW FILE **
6406                 add script to convert exported Outlook
6407                 contacts list to a Sylpheed addressbook.
6408                 Submitted by Ricardo Mones Lastra.
6409
6410 2002-08-09 [paul]       0.8.1claws40
6411
6412         * AUTHORS
6413           configure.in
6414           po/sr.po      ** NEW FILE **
6415                 add Serbian message catalog. Submitted by
6416                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6417
6418 2002-08-09 [paul]       0.8.1claws39
6419
6420         * sync with 0.8.1cvs21
6421                 see ChangeLog 2002-08-08
6422
6423 2002-08-08 [oliver]     0.8.1claws38
6424
6425         * src/mainwindow.c
6426                 move Custom Toolbar to Configuration menu
6427
6428 2002-08-08 [oliver]     0.8.1claws37
6429
6430         * src/prefs_toolbar.c
6431                 fix substitute pixmap bug
6432
6433 2002-08-08 [paul]       0.8.1claws36
6434
6435         * sync with 0.8.1cvs19
6436                 see ChangeLog 2002-08-08
6437
6438 2002-08-07 [christoph]  0.8.1claws35
6439
6440         * src/utils.c
6441                 fixed a memory leak in new canonicalize_file_replace
6442
6443 2002-08-07 [christoph]  0.8.1claws34
6444
6445         * src/utils.[ch]
6446                 o canonicalize_file_replace should create the temporary
6447                   file in the same directory as the original file.
6448                 o added get_tmpfile_in_dir that creates a temorary file
6449                   in a specified directory.
6450
6451 2002-08-07 [melvin]     0.8.1claws33
6452
6453         * src/toolbar.c
6454                 fixed bug where 'Article' button acted as 'Email' button.
6455
6456 2002-08-07 [paul]       0.8.1claws32
6457
6458         * sync with 0.8.1.cvs17
6459                 see ChangeLog 2002-08-07
6460
6461 2002-08-07 [colin]      0.8.1claws31
6462         
6463         * src/news.c
6464                 fix mass-cancel problem
6465
6466 2002-08-07 [thorsten]   0.8.1claws30
6467
6468         * src/prefs_toolbar.c
6469                 fix: crash on replace or add new button
6470         * src/toolbar.c
6471                 fix: close xmlfile after reading
6472         * src/utils.c
6473                 fix: unlink() file before rename()
6474
6475 2002-08-06 [paul]       0.8.1claws29
6476
6477         * sync with 0.8.cvs15
6478                 see ChangeLog 2002-08-06
6479
6480 2002-08-06 [oliver]     0.8.1claws28
6481
6482         * src/toolbar.c
6483         * src/prefs_toolbar.c
6484                 fixed empty toolbar issue
6485
6486 2002-08-06 [oliver]     0.8.1claws27
6487
6488         * Custom Toolbar Final 
6489         * src/folderview.c
6490         * src/inc.c
6491         * src/summaryview.c
6492                 o toolbar stuff now lives in src/toolbar.[ch]
6493                 o main_window_toolbar_* functions are renamed to
6494                   toolbar_* reflecting their new source file
6495         * src/mainwindow.[ch]
6496                 o remove toolbar stuff  
6497
6498 2002-08-06 [oliver]     0.8.1claws26
6499         
6500         * src/Makefile.am
6501         * src/prefs_toolbar.[ch]        **New File**
6502         * src/toolbar.[ch]              **New File**
6503                 o prefs_toolbar.[ch] custom toolbar frontend
6504                 o toolbar.[ch]       backend 
6505
6506 2002-08-06 [oliver]     0.8.1claws25
6507
6508         * src/prefs_actions.[ch]
6509                 o new exported function actions_execute
6510
6511 2002-08-06 [paul]       0.8.1claws24
6512
6513         * sync with 0.8.1cvs4
6514                 see ChangeLog 2002-08-06
6515
6516 2002-08-06 [paul]       0.8.1claws23
6517
6518         * sync with 0.8.1cvs13
6519                 see ChangeLog 2002-08-06
6520
6521 2002-08-06 [paul]       0.8.1claws22
6522
6523         * sync with 0.8.1cvs12
6524                 see ChangeLog 2002-08-05 and 2002-08-06
6525
6526 2002-08-06 [match]      0.8.1claws21
6527
6528         * src/addrclip.c
6529                 improvements to cut/copy/paste address
6530
6531 2002-08-05 [match]      0.8.1claws20
6532
6533         * src/addritem.[ch]
6534         * src/addrcache.c
6535         * src/addrbook.c
6536         * src/editaddress.c
6537         * src/addressbook.c
6538                 fixes to improve cut/copy/paste
6539
6540 2002-08-06 [melvin]     0.8.1claws19
6541
6542         * src/account.[ch]
6543                 account_find_all_from_address(): new function that returns the
6544                 list of all accounts that are matched in an address.
6545         * src/alertpanel.[ch]
6546                 alertpanel() now accepts a custom widget
6547                 alertpanel_with_widget(): new function that pops up a panel with
6548                 a custom widget in it 
6549         * src/gtkutils.[ch]
6550                 gtkut_account_menu_new(): new function that allows the selection
6551                 of an account from a list of accounts.
6552         * src/messageview.c
6553                 Extended Return Receipt notification to select the correct 
6554                 account and to make a security test on the Delivery-Notification
6555                 address which should be the same as the Return-Path.
6556
6557 2002-08-06 [thorsten]   0.8.1claws18
6558
6559         * src/mimeview.c
6560                 attach_all: save unnamed as "noname.%d",
6561                 dont free static dirname
6562
6563 2002-08-05 [alfons]     0.8.1claws17
6564
6565         * configure.in
6566                 detect XIM by trying to link rather than compile a XIM program
6567
6568 2002-08-05 [oliver]     0.8.1claws16
6569                 
6570         * src/stock_pixmap.[ch]
6571                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6572                 o new func to retrieve pixmaps
6573
6574 2002-08-05 [paul]       0.8.1claws15
6575
6576         * sync with 0.8.1cvs10
6577                 see ChangeLog 2002-08-05
6578
6579 2002-08-04 [alfons]     0.8.1claws14
6580
6581         * src/textview.c
6582                 see if this plugs memleak
6583
6584 2002-08-04 [melvin]     0.8.1claws13
6585
6586         * src/gtkspell.c
6587                 fixed bug that could crash Sylpheed when highlighting
6588                 all misspelled words.
6589
6590 2002-08-03 [melvin]     0.8.1claws12
6591
6592         * src/prefs_actions.c
6593                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6594         * src/messageview.c
6595                 fixed bug where the Return Receipt was sent to
6596                 Delivery-Notification-To address even if it was not present
6597
6598 2002-08-02 [alfons]     0.8.1claws11
6599
6600         * src/prefs_actions.c
6601                 o more check for NULLs
6602                 o put create_io_dialog() in right conditional block
6603
6604 2002-08-02 [paul]       0.8.1claws10
6605
6606         * po/es.po
6607                 updated by Ricardo Mones Lastra
6608
6609 2002-08-01 [christoph]  0.8.1claws9
6610
6611         * src/folder.c
6612                 don't free the cache of the opened
6613                 folder in the summaryview
6614         * src/summaryview.c
6615                 don't unset flags, if it is not required
6616
6617 2002-08-01 [paul]       0.8.1claws8
6618
6619         * sync with 0.8.1cvs8
6620                 see ChangeLog entry 2002-08-01
6621
6622 2002-08-01 [paul]       0.8.1claws7
6623
6624         * sync with 0.8.1cvs7
6625                 see ChangeLog 2002-07-31 and 2002-08-01
6626
6627 2002-07-31 [christoph]  0.8.1claws6
6628
6629         * src/mainwindow.c
6630                 forgot to update menu sensitivity
6631                 function for new menu entry
6632
6633 2002-07-31 [alfons]     0.8.1claws5
6634
6635         * src/main.c
6636                 check folder item and its path for NULL on
6637                 initial processing
6638
6639 2002-07-31 [christoph]  0.8.1claws4
6640
6641         * src/folder.c
6642                 check if folder_item_get_msginfo in
6643                 folder_item_remove_msg returned NULL
6644         * src/imap.c
6645                 better clear the uid cache in the
6646                 uid validity check function and delete
6647                 cached messages
6648
6649 2002-07-31 [paul]       0.8.1claws3
6650
6651         * man/sylpheed.1
6652                 add the '--attach' option and a few other
6653                 minor changes
6654
6655 2002-07-31 [paul]       0.8.1claws2
6656
6657         * sync with 0.8.1cvs5
6658                 see ChangeLog 2002-07-31
6659
6660 2002-07-31 [christoph]  0.8.1claws1
6661
6662         * src/folderview.[ch]
6663         * src/mainwindow.c
6664                 replace "Rescan all folders..." with
6665                 "Check all folders for new messages..."
6666
6667 2002-07-30 [paul]       0.8.1claws
6668
6669         * version 0.8.1claws released
6670
6671 2002-07-30 [paul]       0.8.0claws29
6672
6673         * tools/OOo2sylpheed.pl ** NEW FILE **
6674           tools/README
6675                 add script to enable sending documents as
6676                 attachments from OpenOffice.org
6677
6678 2002-07-30 [melvin]     0.8.0claws28
6679
6680         * src/prefs_actions.c
6681                 Made the actions' input/output dialog display
6682                 without delay.
6683
6684 2002-07-30 [christoph]  0.8.0claws27
6685
6686         * src/procmsg.c
6687                 check if folder_item_get_msginfo in
6688                 procmsg_save_to_outbox returned NULL
6689
6690 2002-07-30 [paul]       0.8.0claws26
6691
6692         * sync with 0.8.1cvs4
6693                 see ChangeLog 2002-07-29
6694
6695 2002-07-29 [thorsten]   0.8.0claws25
6696
6697         * README.claws
6698                 added selective download, delete on server
6699
6700 2002-07-29 [paul]       0.8.0claws24
6701
6702         * sync with 0.8.1cvs3
6703                 see ChangeLog 2002-07-29
6704
6705 2002-07-27 [christoph]  0.8.0claws23
6706
6707         * src/folder.c
6708                 add extra check if fetching the msginfo
6709                 returned NULL
6710
6711 2002-07-27 [paul]       0.8.0claws22
6712
6713         * sync with 0.8.1cvs2
6714                 see ChangeLog 2002-07-26
6715
6716 2002-07-27 [christoph]  0.8.0claws21
6717
6718         * src/imap.c
6719                 add another check if a valid msginfo
6720                 was returned
6721
6722 2002-07-26 [hoa]        0.8.0claws20
6723
6724         * src/folder.c
6725                 Fixed a condition in folder_item_destroy()
6726
6727         * src/imap.c
6728                 Fixed an error in IMAP protocol
6729
6730 2002-07-26 [alfons]     0.8.0claws19
6731
6732         * src/folder.c
6733                 ofcourse compare with identifier, not the path
6734
6735 2002-07-26 [alfons]     0.8.0claws18
6736
6737         * src/folder.c
6738                 use folder item identifier for saving / restoring
6739                 preferences because folder->path might not be unique
6740
6741 2002-07-26 [melvin]     0.8.0claws17
6742
6743         * src/logwindow.c
6744                 Fixed a crash introduced in 0.8.0claws5 when log is 
6745                 cut under 80 characters.
6746
6747 2002-07-26 [paul]       0.8.0claws16
6748
6749         * sync with 0.8.1cvs1
6750                 see ChangeLog 2002-07-26
6751
6752 2002-07-26 [christoph]  0.8.0claws15
6753
6754         * src/imap.[ch]
6755                 imap folder now remembers the last selected
6756                 folder and imap_fetch_msginfo skips selecting
6757                 the folder if it is already selected
6758
6759 2002-07-26 [christoph]  0.8.0claws14
6760
6761         * src/folder.c
6762         * src/folderview.c
6763         * src/imap.c
6764                 fix imap folder rescanning
6765
6766 2002-07-25 [christoph]  0.8.0claws13
6767
6768         * src/filter.c
6769         * src/folder.[ch]
6770         * src/folderview.c
6771         * src/imap.[ch]
6772         * src/mainwindow.c
6773         * src/mbox_folder.c
6774         * src/mh.c
6775         * src/news.c
6776                 implement imap uid cache and uid validity check
6777
6778 2002-07-25 [alfons]     0.8.0claws12
6779
6780         * src/summaryview.c
6781                 fix a brown paper bag bug, and also add some more
6782                 checks
6783
6784 2002-07-25 [christoph]  0.8.0claws11
6785
6786         * src/folder.c
6787                 don't mix copy, fetch_msginfo and remove
6788                 operations in folder item copy and move
6789                 operations
6790
6791 2002-07-25 [christoph]  0.8.0claws10
6792
6793         * src/folderview.c
6794         * src/mainwindow.c
6795         * src/prefs_folder_item.c
6796         * src/summaryview.[ch]
6797                 remove no longer required parameter update_cache from
6798                 summary_show
6799
6800 2002-07-25 [paul]       0.8.0claws9
6801
6802         * sync with 0.8.1
6803         
6804         * AUTHORS
6805                 a few corrections
6806
6807 2002-07-24 [alfons]     0.8.0claws8
6808
6809         * src/summaryview.c
6810                 sort correctly when using simplified subject line
6811                 (closes feature request "[ 585141 ] applying regexp to subject 
6812                 before sort" submitted by Alexandra Walford)
6813
6814 2002-07-24 [paul]       0.8.0claws7
6815
6816         * sync with 0.8.0cvs3
6817                 see ChangeLog 2002-07-24
6818
6819 2002-07-23 [christoph]  0.8.0claws6
6820
6821         * src/folder.c
6822         * src/folder.h
6823         * src/summaryview.c
6824         * src/summaryview.h
6825         * src/main.c
6826                 o separate processing and summaryview
6827                 o removed summary_write_cache from summaryview
6828                 o removed summaryview->killed_messages, because we don't have
6829                   to keep a list of killed messages anymore. New cache will
6830                   keep the hidden messages in cache anyway
6831         * src/folderview.c
6832         * src/inc.c
6833         * src/selective_download.c
6834                 o removed unnecessary summary_write_cache calls
6835         * src/procmsg.c
6836                 o don't set ignore thread flag in procmsg_get_thread_tree
6837                   if it is already set
6838         * src/mainwindow.c
6839         * src/statusbar.h
6840                 o moved STATUSBAR_PUSH/POP to statusbar.h because
6841                   they are used in different files
6842
6843 2002-07-23 [melvin]     0.8.0claws5
6844
6845         * src/addressbook.c
6846         * src/addrgather.c
6847         * src/editaddress.c
6848         * src/editgroup.c
6849         * src/editldap_basedn.c
6850         * src/importldif.c
6851         * src/prefs_common.c
6852                 Fixed few memory leak (gtk_editable_get_chars returns
6853                 an allocated string)
6854         * src/logwindow.c
6855                 Fixed few memory leak (gtk_editable_get_chars returns
6856                 an allocated string) and modified a little the log cutting
6857                 loop.
6858         * src/compose.c
6859                 Replaced a call to an obsolete function gtk_entry_get_text()
6860                 by gtk_editable_get_chars()
6861         * src/send.c
6862                 Removed a debug printf
6863
6864 2002-07-23 [christoph]  0.8.0claws4
6865
6866         * src/filesel.c
6867                 fix another g_dirname memory leak
6868
6869 2002-07-23 [christoph]  0.8.0claws3
6870
6871         * src/mh.c
6872                 fixed a memory leak in mh_fetch_msginfo
6873                 fixed crash when message header could not be
6874                 parsed
6875
6876 2002-07-23 [paul]       0.8.0claws2
6877
6878         * sync with 0.8.0cvs2
6879                 see ChangeLog 2002-07-23
6880
6881 2002-07-23 [paul]       0.8.0claws1
6882
6883         * sync with 0.8.0cvs1
6884                 see ChangeLog 2002-07-23
6885
6886 2002-07-23 [paul]       0.8.0claws
6887
6888         * release of 0.8.0claws
6889
6890 2002-07-23 [paul]       0.7.8claws99
6891
6892         * po/ru.po
6893                 new Russian translation, submitted by
6894                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
6895
6896 2002-07-22 [jens]       0.7.8claws98
6897
6898         * po/de.po
6899                 Updated German translations.
6900
6901 2002-07-22 [paul]       0.7.8claws97
6902
6903         * po/es.po
6904           po/it.po
6905           po/nl.po
6906           po/pt_BR.po
6907                 updated translations by Ricardo Mones Lastra,
6908                 Alessandro Maestri, Wilbert Berendsen and 
6909                 Fabio Jr. Beneditto respectively
6910
6911 2002-07-22 [christoph]  0.7.8claws96
6912
6913         * src/mimeview.c
6914                 fix memory leak caused by wrong g_dirname usage
6915
6916 2002-07-22 [christoph]  0.7.8claws95
6917
6918         * src/summaryview.c
6919                 update new and unread message counts for summaryview
6920                 summaryview does not get it from the folder anymore
6921                 and has to update the values itself
6922
6923 2002-07-22 [melvin]     0.7.8claws94
6924
6925         * po/fr.po
6926                 Updated French translations.
6927
6928 2002-07-22 [christoph]  0.7.8claws93
6929
6930         * src/matcher.c
6931                 set prop->preg pointer to NULL or following check
6932                 will not fail and regexec will be called with
6933                 invalid pointer
6934
6935 2002-07-21 [alfons]     0.7.8claws92
6936         
6937         * src/prefs_common.[ch]
6938                 remove option "Send return receipt on request"
6939
6940 2002-07-21 [thorsten]   0.7.8claws91
6941
6942         * src/mimeview.c
6943                 fixed memleaks, coding style as pointed out by alfons
6944
6945 2002-07-21 [alfons]     0.7.8claws90
6946
6947         * src/messageview.c
6948         * src/noticeview.[ch]
6949                 o fix bug notice view being displayed when going to empty folder 
6950                   (noticed by Christoph)
6951                 o allow RRR to be sent when restarting sylpheed, or changing folder 
6952                   (noticed by Thorsten)
6953
6954 2002-07-21 [thorsten]   0.7.8claws89
6955
6956         * src/mimeview.c
6957                 Included save_all patch from Xaview FACQ
6958                 added support for pathnames
6959
6960 2002-07-21 [alfons]     0.7.8claws88
6961
6962         * po/POTFILES.in
6963         * src/Makefile.am
6964         * src/mainwindow.c
6965         * src/messageview.[ch]
6966         * src/noticeview.c      ** NEW FILE **
6967         * src/noticeview.h      ** NEW FILE **
6968                 make return receipts work again
6969                 (UI idea by Leandro Pereira)
6970
6971 2002-07-21 [paul]       0.7.8claws87
6972
6973         * src/summaryview.c
6974                 fix sensitivity of 'Select thread'
6975
6976 2002-07-21 [paul]       0.7.8claws86
6977
6978         * src/prefs_common.c
6979                 add browser command line for Galeon
6980
6981 2002-07-21 [paul]       0.7.8claws85
6982
6983         * Makefile.am
6984                 fix 'EXTRA_DIST': remove README.README, add TODO
6985                 and TODO.claws
6986
6987 2002-07-21 [alfons]     0.7.8claws84
6988
6989         * src/gtkstext.c
6990                 make enter clear selection
6991                 (closes "[ 579888 ] Editor selection/entry error"
6992                 reported by Steve Lamb)
6993
6994 2002-07-21 [alfons]     0.7.8claws83
6995         
6996         * src/summaryview.c
6997                 sort message list when selecting unthread messages
6998                 (closes "[ 501593 ] switching threaded view doesn't sort"
6999                 reported by Simon Schubert)
7000
7001 2002-07-20 [alfons]     0.7.8claws82
7002         
7003         * src/matcher.c
7004                 const-correctness
7005
7006 2002-07-20 [thorsten]   0.7.8claws81
7007
7008         * src/matcher.c
7009                 Fixed expansion of empty fields in matchactions
7010
7011 2002-07-19 [melvin]     0.7.8claws80
7012
7013         * src/gtkspell.c
7014                 Removed a duplicate menu entry (fast mode) introduced during
7015                 the new cache merge
7016                 Added a menu separator between 'Use alternate' and 'Fast mode'
7017
7018 2002-07-19 [paul]       0.7.8claws79
7019
7020         * tools/Makefile.am
7021           tools/README
7022                 correct typos
7023
7024 2002-07-19 [thorsten]   0.7.8claws78
7025
7026         * tools/calypso_convert.pl      ** NEW FILE **
7027           tools/README
7028           tools/Makefile.am
7029                 script to import mbox files exported
7030                 by calypso
7031                 o generates folder structure
7032                 o includes attachments
7033
7034 2002-07-19 [melvin]     0.7.8claws77
7035
7036         * src/selective_download.[ch]
7037                 Fixed bug where closing the dialog with the window manager's
7038                 close button will not unlock the summary
7039                 Corrected some function declarations that missed a return value
7040                 Made the source code comply better with coding style.
7041         * src/prefs_common.c
7042                 Added new browser command line for Mozilla.
7043
7044 2002-07-18 [paul]       0.7.8claws76
7045
7046         * src/mainwindow.c
7047           src/selective_download.[ch]
7048                 reflect theme changes, fix Gdk Warning when creating 
7049                 pixmap from NULL window, and minor clean up.
7050                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7051
7052         * po/en_GB.po
7053                 updated
7054
7055 2002-07-17 [paul]       0.7.8claws75
7056
7057         * INSTALL[.jp]
7058                 sync with 0.8.0
7059         
7060         * po/en_GB.po
7061                 updated
7062
7063 2002-07-16 [paul]       0.7.8claws74
7064
7065         * tools/filter_conv.pl
7066           tools/README
7067                 replace conversion script with reimplemented version, 
7068                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7069
7070 2002-07-16 [colin]      0.7.8claws73
7071
7072         * src/summaryview.c
7073                 remove forgotten debug messages - sorry ;-)
7074
7075 2002-07-16 [colin]      0.7.8claws72
7076
7077         * src/mimeview.c
7078           src/summaryview.c
7079           src/textview.c
7080           src/textview.h
7081                 add the ability to select part of a text mime-part 
7082                 to reply.
7083
7084 2002-07-15 [christoph]  0.7.8claws71
7085
7086         * src/folder.c
7087                 fix folder message count for folders without
7088                 msg_is_changed (includes news folders)
7089
7090 2002-07-15 [martin]     0.7.8claws70
7091
7092         * src/summaryview.c
7093                 option "display recipient on 'From'..." now works
7094                 without the need of enabling the option
7095                 "display  sender  using  address  book".
7096
7097 2002-07-15 [christoph]  0.7.8claws69
7098
7099         * src/summaryview.c
7100                 removed setting folder status from summaryview.
7101                 folder.c should update all message counts correctly.
7102
7103 2002-07-15 [paul]       0.7.8claws68
7104
7105         * po/pt_BR.po
7106                 updated by Fabio Junior Beneditto
7107
7108 2002-07-15 [darko]      0.7.8claws67
7109
7110         * src/mh.c
7111                 Fixed target folder colorization, don't decrease op
7112                 number twice
7113
7114 2002-07-14 [paul]       0.7.8claws66
7115
7116         * sync with main 0.8.0
7117                 see ChangeLog 2002-07-14
7118
7119 2002-07-13 [melvin]     0.7.8claws65
7120         
7121         * src/addrbook.c
7122         * src/addressbook.c
7123         * src/addrindex.c
7124                 Replaced sprintf by g_snprintf to prevent possible buffer
7125                 overflow.
7126         * src/news.c
7127                 Corrected a log message output format.
7128                 Added a missing "done" debug output.
7129         * src/compose.c
7130                 Added keyboard accelerator for Priority menu items
7131                 Added missing \n in debug output
7132         * src/logwindow.c
7133         * src/gtkspell.c
7134         * src/rfc2015.c
7135                 Added missing \n in debug output
7136
7137 2002-07-13 [paul]       0.7.8claws64
7138
7139         * man/sylpheed.1
7140                 change Sergey's email address to the sf address
7141
7142         * src/textview.c
7143                 increase show_url_timeout (more useful for long
7144                 urls)
7145
7146 2002-07-12 [sergey]     0.7.8claws63
7147
7148         * src/rfc2015.c
7149                 applied (with some modifications) patch to set the
7150                 micalg parameter for signatures
7151                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7152
7153 2002-07-12 [sergey]     0.7.8claws62
7154
7155         * man/Makefile.am
7156         * configure.in
7157                 fixed man page installation
7158
7159 2002-07-12 [paul]       0.7.8claws61
7160
7161         * sync with 0.7.8cvs26
7162                 see ChangeLog 2002-07-11 and 2002-07-12
7163
7164 2002-07-11 [christoph]  0.7.8claws60
7165
7166         * src/compose.c
7167         * src/procmsg.c
7168                 first use the message number to find the message
7169                 to mark with a reply flag but check the
7170                 message-id if we got the correct message, if not
7171                 try to find it by message-id.
7172                 use new string seperator that is not allowed
7173                 in message-ids.
7174
7175 2002-07-11 [paul]       0.7.8claws59
7176
7177         * sync with 0.7.8cvs23
7178                 see ChangeLog 2002-07-10
7179
7180 2002-07-10 [christoph]  0.7.8claws58
7181
7182         * src/folder.[ch]
7183         * src/msgcache.[ch]
7184                 Added message-id table to the cache in memory
7185                 and functions to msgcache.c and folder.c to
7186                 fetch MsgInfos by message id
7187         * src/compose.c
7188         * src/procmsg.c
7189                 store folder and message-id of message replying
7190                 to in queue header and set reply flag after sending
7191                 (Closes bug #469498)
7192
7193 2002-07-10 [paul]       0.7.8claws57
7194
7195         * AUTHORS
7196           man/sylpheed.1.gz
7197                 add Martin to the list of authors
7198
7199 2002-07-09 [martin]     0.7.8claws56
7200         * src/gtksctree.c
7201                 Added gtk_ctree_last_visible(), tree_update_level(),
7202                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7203                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7204                 from gtk+ to gtksctree.c for the new sorting code
7205                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7206                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7207         * src/gtksctree.h
7208                 Added declaration for gtk_sctree_sort_recursive() and
7209                 gtk_sctree_sort_node
7210         * src/addressbook.c
7211         * src/foldersel.c
7212         * src/folderview.c
7213         * src/summaryview.c
7214                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7215                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7216
7217 2002-07-08 [paul]       0.7.8claws55
7218
7219         * more sync with 0.7.8cvs21
7220                 see ChangeLog 2002-07-08
7221
7222 2002-07-08 [paul]       0.7.8claws54
7223
7224         * sync with 0.7.8cvs21
7225                 see ChangeLog 2002-07-08
7226
7227 2002-07-07 [alfons]     0.7.8claws53
7228
7229         * src/Makefile.am
7230         * src/stock_pixmap.[ch]
7231         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7232         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7233         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7234                 add new pixmaps for upcoming notice pane
7235
7236 2002-07-06 [melvin]     0.7.8claws52
7237
7238         * src/gtkspell.[ch]
7239                 Made them a bit closer to Sylpheed's coding style.
7240                 Removed old code.
7241                 Removed possible memory leaks when some errors occurs.
7242
7243 2002-07-06 [melvin]     0.7.8claws51
7244
7245         * po/Makefile.in.in
7246                 Removed --no-location in xgettext command line to help
7247                 translators that use Emacs' po-mode
7248         * src/quote_fmt.c
7249                 Removed unnecessary comments that messed up sylpheed.pot
7250
7251 2002-07-06 [paul]       0.7.8claws50
7252
7253         * sync with 0.7.8cvs19
7254                 see ChangeLog 2002-07-05
7255
7256 2002-07-06 [christoph]  0.7.8claws49
7257
7258         * src/folder.c
7259         * src/mainwindow.c
7260                 fix folder_item_remove_all_msg and folderview
7261                 status for trash folders after emptying trash
7262
7263 2002-07-05 [paul]       0.7.8claws48
7264
7265         * sync with 0.7.8cvs16
7266                 see ChangeLog 2002-07-04 and 2002-07-05
7267
7268 2002-07-04 [paul]       0.7.8claws47
7269
7270         * sync with 0.7.8cvs14
7271                 see  ChangeLog 2002-07-04
7272
7273 2002-07-03 [alfons]     0.7.8claws46
7274
7275         * src/folder.c
7276                 dupe folder item's path because it's being reallocated
7277                 by new folder scanning code
7278
7279 2002-07-03 [christoph]  0.7.8claws45
7280
7281         * src/imap.c
7282                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7283         * src/msgcache.c
7284                 add missing return in msgcache_write
7285
7286 2002-07-02 [thorsten]   0.7.8claws44
7287
7288         * src/jpilot.c
7289         * src/msgcache.c
7290         * src/rfc2015.c
7291                 use binary mode for file access
7292
7293 2002-07-02 [christoph]  0.7.8claws43
7294
7295         * major code cleanup (part 1)
7296         
7297                 - unused variables removed
7298                 - unused functions removed
7299                 - uninitialized variables checked
7300                 - missing return statements added
7301                 - missing function return types added
7302                 - added parentheses around assignment and
7303                   && in || when suggested by gcc
7304               
7305         * src/mh.c
7306         * src/folder.c
7307                 replaced direct calls to folder->scan_tree
7308                 with folder_scan_tree and restore folder
7309                 prefs in this function. The folder should
7310                 not have to deal with them.
7311                 ( Should now work for all folder types )
7312
7313 2002-07-02 [paul]       0.7.8claws42
7314
7315         * sync with 0.7.8cvs13
7316                 see ChangeLog 2002-07-01 and 2002-07-02
7317
7318 2002-07-01 [christoph]  0.7.8claws41
7319
7320         * src/summaryview.c
7321                 fix "goto next/prev unread message" with
7322                 ignored threads
7323
7324 2002-07-01 [paul]       0.7.8claws40
7325
7326         * po/es.po
7327                 updated by Ricardo Mones Lastra
7328
7329 2002-06-30 [match]      0.7.8claws39
7330
7331         * src/jpilot.c
7332                 applied variation of leonerd's patch (566661) to
7333                 allow multiple email addresses per JPilot entry.
7334                 addresses may be separated by space, comma, pipe,
7335                 semi-colon, new-line.
7336
7337 2002-06-30 [alfons]     0.7.8claws38
7338
7339         * src/procmsg.c
7340                 simple fix for putting older nodes before
7341                 newer nodes when threading by subject
7342
7343 2002-06-30 [christoph]  0.7.8claws37
7344
7345         * src/folder.c
7346         * src/folderview.c
7347         * src/mh.c
7348         * src/news.c
7349         * src/procmsg.c
7350                 fix broken folder tree rescaning
7351                 and don't use procmsg_get_mark_sum
7352                 anymore
7353
7354 2002-06-30 [christoph]  0.7.8claws36
7355
7356         * merge new cache branch
7357         * src/imap.c
7358                 fix new cache imap copy bug
7359         * src/folder.c
7360                 improved folder_item_scan
7361                 it should now always set the correct
7362                 new, unread and total message counts
7363
7364 2002-06-29 [paul]       0.7.8claws35
7365
7366         * configure.in
7367                 correct syntax error
7368
7369 2002-06-29 [paul]       0.7.8claws34
7370
7371         * configure.in
7372           Makefile.am
7373           man/Makefile.am       ** NEW FILE **
7374           man/sylpheed.1.gz     ** NEW FILE **
7375                 add Sylpheed man page
7376
7377 2002-06-29 [paul]       0.7.8claws33
7378
7379         * po/pt_BR.po
7380                 updated by Fabio Junior Beneditto
7381
7382 2002-06-28 [jens]       0.7.8claws32
7383
7384         * po/de.po
7385                 translation updated
7386
7387         * src/selective_download.c
7388                 removed gettext for space " "
7389
7390         * src/imap.c
7391                 removed wrong space
7392
7393 2002-06-28 [paul]       0.7.8claws31
7394
7395         * sync with 0.7.8cvs11
7396                 see ChangeLog 2002-06-28
7397
7398 2002-06-28 [paul]       0.7.8claws30
7399
7400         * sync with 0.7.8cvs10
7401                 see ChangeLog 2002-06-27 and 2002-06-28
7402
7403 2002-06-26 [paul]       0.7.8claws29
7404
7405         * src/addrgather.c
7406           src/selective_download.c
7407                 don't gettextise empty strings.
7408                 reserved by gettext. gettext("") returns 
7409                 the header entry with meta information, 
7410                 not the empty string
7411
7412         * po/en_GB.po
7413                 updated
7414
7415 2002-06-26 [paul]       0.7.8claws28
7416
7417         * sync with 0.7.8cvs7
7418                 see ChangeLog 2002-06-25
7419
7420         * src/prefs_common.c
7421                 ...and in the process, tweak the gui a little
7422
7423 2002-06-25 [alfons]     0.7.8claws27
7424         
7425         * configure.in
7426         * src/Makefile.am
7427                 fine tune ldap library detection
7428
7429 2002-06-25 [alfons]     0.7.8claws26
7430
7431         * src/compose.c
7432                 don't allow return receipts when composing a news article
7433
7434 2002-06-25 [paul]       0.7.8claws25
7435
7436         * Makefile.am
7437                 add '$(AMTAR)' to 'release' section to allow for
7438                 new and older autotools
7439
7440 2002-06-25 [paul]       0.7.8claws24
7441
7442         * src/summaryview.c
7443                 fix "No more unread messages" persistant pop-up
7444                 window bug
7445
7446 2002-06-25 [paul]       0.7.8claws23
7447
7448         * po/it.po
7449                 updated by Alessandro Maestri
7450
7451 2002-06-25 [paul]       0.7.8claws22
7452
7453         * sync with 0.7.8cvs6
7454                 see ChangeLog 2002-06-25
7455
7456 2002-06-24 [paul]       0.7.8claws21
7457
7458         * tools/update-po
7459                 add GPL copyright information
7460
7461 2002-06-24 [paul]       0.7.8claws20
7462
7463         * tools/Makefile.am
7464           tools/README
7465           tools/update-po       ** NEW FILE **
7466                 add script that eases the creation of *.po files
7467                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7468
7469 2002-06-23 [alfons]     0.7.8claws19
7470
7471         * src/messageview.c
7472                 make notification_convert_header obey const correctness
7473                 (next step will be fixing the broken return receipt)
7474
7475 2002-06-23 [paul]       0.7.8claws18
7476
7477         * src/messageview.c
7478                 fix bug introduced in last commit:
7479                 removed too much code in last commit - put back what's
7480                 needed
7481
7482 2002-06-23 [paul]       0.7.8claws17
7483
7484         * src/messageview.[ch]
7485                 remove code committed in error from locally patched
7486                 source
7487
7488 2002-06-23 [colin]      0.7.8claws16
7489
7490         * src/compose.[ch]
7491                 add compose_entry_select(), used to select the default_to
7492                 email address - hopefully avoiding people sending mails to
7493                 wrong recipients.
7494
7495 2002-06-22 [alfons]     0.7.8claws15
7496
7497         * AUTHORS
7498                 add Bram Metsch & Stanislav Karchebny
7499         * src/smtp.[ch]
7500         * src/prefs_account.[ch]
7501         * src/send.c
7502                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7503                   options.  (see <http://sourceforge.net/tracker/index.php
7504                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7505
7506                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7507                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7508
7509 2002-06-22 [paul]       0.7.8claws14
7510
7511         * sync with 0.7.8cvs5
7512                 see ChangeLog 2002-06-19 and 2002-06-20
7513
7514 2002-06-22 [alfons]     0.7.8claws13
7515
7516         * src/selective_download.c
7517                 fix a stupid mistake I made
7518
7519 2002-06-22 [alfons]     0.7.8claws12
7520
7521         * src/selective_download.[ch]
7522                 fix another unnoticed leak; cleanup code
7523
7524 2002-06-21 [alfons]
7525
7526         * tools/Makefile.am
7527                 gpg-sign <-- gpg-sign-syl
7528
7529 2002-06-21 [alfons]     0.7.8claws11
7530
7531         * src/selective_download.c
7532         * src/selective_download.h
7533                 fix assorted mix of allocation errors (should solve
7534                 problem reported by Philippe Gramoullé, see:
7535                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7536
7537 2002-06-20 [melvin]     0.7.8claws10
7538
7539         * tools/gpg-sign *REMOVED*
7540           tools/gpg-sign-syl *ADDED*
7541                 Replaced the gpg clearsigning script with the version using
7542                 xterm instead of ssh-askpass and changed its name.
7543
7544         * README.claws
7545                 Updated actions example to reflect the renaming of the
7546                 gpg clearsigning script.
7547
7548 2002-06-19 [paul]       0.7.8claws9
7549
7550         * sync with 0.7.8claws9
7551                 see ChangeLog 2002-06-18 and 2002-06-19
7552
7553 2002-06-19 [paul]       0.7.8claws8
7554
7555         * sync with 0.7.8cvs1
7556                 see ChangeLog 2002-06-18
7557
7558 2002-06-18 [alfons]     0.7.8claws7
7559
7560         * src/mainwindow.h
7561                 add omitted prototype
7562
7563 2002-06-17 [paul]       0.7.8claws6
7564
7565         * src/mainwindow.c
7566                 fix hiding of exec_btn
7567
7568 2002-06-17 [paul]       0.7.8claws5
7569
7570         * src/pop.c
7571                 remove unneeded code: should_delete() 
7572                 and Pop3State::uidl_todelete_list
7573
7574 2002-06-17 [paul]       0.7.8claws4
7575
7576         * sync with 0.7.8
7577                 see ChangeLog 2002-06-11 and 2002-06-13
7578
7579 2002-06-16 [alfons]     0.7.8claws3
7580         
7581         * src/folder.c
7582                 make sure lock sort mode (claws specific) is
7583                 also persists after a tree rescan
7584
7585 2002-06-16 [alfons]     0.7.8claws2
7586
7587         * src/prefs_folder_item.c
7588         * src/folder.[ch]
7589                 fix persistence of folder sort mode (broken
7590                 by adapting Hiro's new folder persistence code)
7591
7592 2002-06-16 [alfons]     0.7.8claws1
7593
7594         * AUTHORS
7595         * src/logwindow.c
7596         * src/prefscommon.[ch]
7597                 control size of log text in log window; 
7598                 closes patch #569155 submitted by Mitko Haralanov.
7599
7600 2002-06-15 [paul]       0.7.8claws
7601
7602         * release of 0.7.8claws
7603
7604 2002-06-15 [paul]       0.7.7claws
7605
7606         * po/pt_BR.po
7607                 updated by Fabio Junior Beneditto
7608
7609 2002-06-14 [paul]       0.7.6claws49
7610
7611         * po/es.po
7612                 updated by Ricardo Mones Lastra
7613
7614 2002-06-14 [paul]       0.7.6claws48
7615
7616         * po/nl.po
7617                 updated translation by Wilbert Berendsen
7618
7619 2002-06-14 [melvin]     0.7.6claws47
7620
7621         * po/fr.po
7622                 Updated French translation
7623
7624 2002-06-13 [paul]       0.7.6claws46
7625
7626         * src/filesel.c
7627                 allow filename to be typed in, rather than just
7628                 selected by the mouse. Patch by Gustavo Noronha Silva.
7629
7630 2002-06-13 [alfons]     0.7.6claws45
7631
7632         * src/mainwindow.[ch]
7633                 more cleanups (removing unnecessary menu items Expand 
7634                 summary / message view)
7635
7636 2002-06-13 [melvin]     0.7.6claws44
7637
7638         * po/POTFILES.in
7639                 Added src/string_match.c
7640         * src/string_match.c
7641                 Fixed possible buffer overflow.
7642                 Corrected typo.
7643                 Added missing config.h header.
7644         * src/prefs_common.c
7645           src/prefs_matcher.c
7646           src/prefs_scoring.c
7647                 Made some strings translatable (missing _(..)).
7648
7649 2002-06-13 [melvin]     0.7.6claws43
7650
7651         * README.claws
7652                 Corrected action example (verifying clearsigned mail).
7653         * src/prefs_account.c
7654                 Corrected typo.
7655         * src/prefs_common.c
7656                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7657
7658 2002-06-12 [alfons]     0.7.6claws42
7659
7660         * src/summaryview.c
7661                 add init of score column lost in 0.7.6claws42
7662
7663 2002-06-12 [paul]       0.7.6claws41
7664
7665         * src/prefs_account.c
7666                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7667                 behavior of the radio buttons, (from 0.7.7cvs2)
7668
7669 2002-06-11 [alfons]     0.7.6claws40
7670
7671         * src/messageview.[ch]
7672         * src/summaryview.[ch]
7673         * src/summary_search.c
7674         * src/mainwindow.c
7675                 perform a sync to bring in Hiro's separate view implementation 
7676
7677                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7678
7679 2002-06-11 [paul]       0.7.6claws39
7680         
7681         * src/prefs_account.c
7682                 correct a typo on the Receive tab
7683
7684 2002-06-10 [match]      0.7.6claws38
7685
7686         * src/addressbook.c
7687                 Included address completion patch from Gustavo Noronha.
7688
7689 2002-06-10 [paul]       0.7.6claws37
7690
7691         * src/inc.[ch]
7692           src/pop.c
7693           src/prefs_account.[ch]
7694           src/selective_download.[ch]
7695                 apply PATCH #561712
7696                  NEW:
7697                 - check if POP Account
7698                 - Receive Button renamed to Preview
7699                 - Preview Button Popup: preview new/all messages
7700                 - Download Button
7701                 - Account Preferences-->Receive tab checkbutton if you
7702                   want to remove Mail after Download
7703                 -: default YES
7704                 - Account Preferences-->Receive tab checkbutton use
7705                   filtering rules on preview
7706                   (think of delete_on_server)
7707                 -: default YES
7708                 - Account selectable from SD dialog
7709                 - checkbutton to show already downloaded messages if
7710                   all messages are previewed
7711                 - new clist column showing Date
7712                 - ESC KEY close
7713                 FIXES:
7714                 - play ball with UIDL
7715                 - fault tolerant (?) 
7716                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7717
7718 2002-06-10 [melvin]     0.7.6claws36
7719
7720         * README.claws
7721                 Added a hint to ac/README in cvs instructions.
7722
7723         * src/prefs_actions.c
7724                 Made it possible to use a more elaborate command line
7725                 for asynchronous actions, too.
7726
7727 2002-06-10 [melvin]     0.7.6claws35
7728         
7729         * src/prefs_actions.c
7730                 Make it possible to use a more elaborate command line
7731                 (e.g. |foo|bar|cat>there;echo Done|)
7732                 Corrected error message when calling %f, %F and %p commands
7733                 from the compose window.
7734
7735 2002-06-09 [colin]      0.7.6claws34
7736
7737         * src/summaryview.c
7738                 Automatically find unread messages in current folder
7739                 before annoying the user.
7740
7741 2002-06-08 [alfons]     0.7.6claws33
7742
7743         * po/it.po
7744                 remove bad formatting string in it.po translation
7745                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7746
7747 2002-06-08 [paul]       0.7.6claws32
7748
7749         * sync with 0.7.6cvs25
7750                 see ChangeLog 2002-06-07
7751
7752 2002-06-05 [paul]       0.7.6claws31
7753
7754         * src/mainwindow.c
7755                 add 'Sort by locked' and 'Sort by score'
7756
7757 2002-06-05 [paul]       0.7.6claws30
7758
7759         * sync with 0.7.6cvs24
7760                 see ChangeLog 2002-06-04
7761
7762 2002-06-04 [paul]       0.7.6claws29
7763
7764         * po/pt_BR.po
7765                 updated by Fabio Junior Beneditto
7766
7767 2002-06-03 [thorsten]   0.7.6claws28
7768
7769         * src/matcher.c
7770                 fclose() matcherrc after reading
7771
7772 2002-06-03 [paul]       0.7.6claws27
7773
7774         * sync with 0.7.6cvs21
7775                 see ChangeLog 2002-05-31
7776
7777 2002-05-31 [paul]       0.7.6claws26
7778
7779         * sync with 0.7.6cvs20
7780                 see ChangeLog 2002-05-29 and 2002-05-30
7781
7782 2002-05-31 [paul]       0.7.6claws25
7783
7784         * src/imap.c
7785                 hopefully fix last buggy sync
7786
7787         * README.claws
7788                 correct typo in 'Actions' examples
7789
7790 2002-05-29 [paul]       0.7.6claws24
7791
7792         * sync with 0.7.6cvs18
7793                 see ChangeLog 2002-05-28 and 2002-05-29
7794
7795         * src/news.c
7796           src/nntp.[ch]
7797                 sync with above 
7798
7799 2002-05-28 [paul]       0.7.6claws23
7800
7801         * sync with 0.7.6cvs16
7802                 see ChangeLog 2002-05-28
7803
7804 2002-05-27 [thorsten]   0.7.6claws22 
7805
7806         * faq/it/sylpheed-faq-1.html
7807           faq/it/sylpheed-faq-2.html
7808           faq/it/sylpheed-faq-3.html
7809           faq/it/sylpheed-faq.html
7810                 corrected DOS lineendings
7811         * faq/de/sylpheed-faq-1.html
7812           faq/de/sylpheed-faq-2.html
7813           faq/en/sylpheed-faq-1.html
7814           faq/en/sylpheed-faq-2.html
7815           faq/en/sylpheed-faq-3.html
7816           faq/es/sylpheed-faq-1.html
7817           faq/es/sylpheed-faq-2.html
7818           faq/es/sylpheed-faq-3.html
7819           faq/fr/sylpheed-faq-1.html
7820           faq/it/sylpheed-faq-1.html
7821           faq/it/sylpheed-faq-2.html
7822           faq/it/sylpheed-faq-3.html
7823           faq/it/sylpheed-faq.html
7824                 changed ">" to &quot;
7825
7826 2002-05-27 [paul]       0.7.6claws21
7827         
7828         * sync with 0.7.6cvs15
7829                 see ChangeLog 2002-05-27
7830
7831 2002-05-27 [paul]       0.7.6claws20
7832
7833         * src/prefs_account.c
7834                 correct a typo
7835
7836 2002-05-26 [paul]       0.7.6claws19
7837
7838         * tools/README
7839                 correct a typo
7840
7841 2002-05-25 [paul]       0.7.6claws18
7842
7843         * tools/README
7844                 add description of kmail2sylpheed.pl
7845
7846 2002-05-25 [paul]       0.7.6claws17
7847
7848         * tools/kmail2sylpheed.pl       ** NEW FILE **
7849                 perl script that converts an exported Kmail address
7850                 book, converts it to sylpheed addressbook file,
7851                 writes the file to .sylpheed, and updates
7852                 addrbook--index.xml 
7853
7854 2002-05-25 [paul]       0.7.6claws16
7855
7856         * sync with 0.7.6cvs14
7857                 see ChangeLog 2002-05-23
7858
7859 2002-05-24 [paul]       0.7.6claws15
7860
7861         * README.claws
7862                 make a correction and add some more info
7863
7864 2002-05-24 [paul]       0.7.6claws14
7865
7866         * src/compose.c
7867                 fix memory leak in 
7868                 compose_redirect_write_headers_from_headerlist()
7869                 add Subject and Resent-Message-ID to
7870                 compose_redirect_write_headers()
7871                 Received, Subject, and X-UIDL are filtered out in 
7872                 compose_redirect_write_to_file()
7873
7874 2002-05-23 [paul]       0.7.6claws13
7875
7876         * src/compose.[ch]
7877           src/filtering.c
7878           src/mainwindow.c
7879           src/matcher.[ch]
7880           src/matcher_parser_lex.l
7881           src/matcher_parser_parse.y
7882           src/prefs_common.[ch]
7883           src/prefs_filtering.c
7884           src/summaryview.c
7885                 rename 'Bounce' to 'Redirect'
7886
7887 2002-05-23 [paul]       0.7.6claws12
7888
7889         * more sync with 0.7.6cvs13
7890           src/compose.c
7891                 see ChangeLog 2002-05-22
7892
7893 2002-05-22 [paul]       0.7.6claws11
7894
7895         * sync with 0.7.6cvs13
7896           src/codeconv.c
7897                 see ChangeLog 2002-05-20
7898           src/prefs_common.c
7899                 see ChangeLog 2002-05-22
7900
7901 2002-05-21 [melvin]     0.7.6claws10
7902
7903         * src/folderview.c
7904                 Added missing filtering and scoring headers
7905                 Fixed bad function call that showed garbage 
7906                 in Folder->Processing
7907
7908 2002-05-21 [paul]       0.7.6claws9
7909
7910         * tools/Makefile.am
7911                 make all tools executable, (patch by Alfons).
7912
7913 2002-05-20 [alfons]     0.7.6claws8
7914
7915         * src/procheader.c
7916                 don't forget to call mktime() so we have a valid week 
7917                 and year day
7918                 (Bug report by Roger Sondermann <mail@jumaros.de>)
7919
7920 2002-05-20 [paul]       0.7.6claws7
7921
7922         * src/html.c
7923                 fix broken parsing of urls
7924         * src/textview.c
7925                 fix displaying of urls
7926
7927                 both fixes from the patch [547855] by Eugene 
7928                 Brevdo (zonem)
7929
7930 2002-05-19 [alfons]     0.7.6claws6
7931
7932         * configure.in
7933                 make sylpheed configure correctly with the latest
7934                 and greatest of automake / autoconf / gettext
7935
7936 2002-05-19 [alfons]     0.7.6claws5
7937
7938         * src/procheader.c
7939         * src/procheader.h
7940                 add function for returning ime zone offset
7941         * src/quote_fmt.c
7942         * src/quote_fmt_parse.y
7943                 better quotation formatting - does not convert
7944                 to local time, but uses the original date string.
7945                 
7946                 Note: %z inserts the timezone offset (should 
7947                 work also on platforms where strftime does not
7948                 support %z).
7949
7950 2002-05-18 [christoph]  0.7.6claws4
7951
7952         * src/summaryview.c
7953                 fix indentation of some code
7954         * tools/Makefile.am
7955                 fix spaces after \
7956         * src/Makefile.am
7957                 add missing \
7958                 correct path for ignorethread.xpm
7959                 incorrect filename for sylpheed_logo.xpm
7960                 add missing include matcher_parser_parse.h
7961
7962 2002-05-18 [paul]       0.7.6claws3
7963
7964         * sync with 0.7.6cvs8
7965                 see ChangeLog 2002-05-16 and 2002-05-17
7966
7967 2002-05-18 [melvin]     0.7.6claws2
7968
7969         * README.claws
7970                 Corrected an action's definition and fixed some misspellings.
7971
7972 2002-05-18 [paul]       0.7.6claws1
7973
7974         * tools/Makefile.am
7975           tools/gpg-sign        ** new file **
7976           tools/uudec           ** new file **
7977                 add Melvin's Actions scripts
7978
7979         * README.claws
7980                 add Melvin's descriptions for Actions
7981
7982 2002-05-18 [paul]       0.7.6claws
7983
7984         * Version 0.7.6claws released
7985
7986 2002-05-17 [paul]       0.7.5claws32
7987
7988         * po/es.po
7989                 updated by Ricardo Mones Lastra
7990
7991 2002-05-17 [paul]       0.7.5claws31
7992
7993         * src/compose.c
7994                 fix Account prefs default folder for sent/draft/deleted
7995                 messages bug
7996
7997         * po/it.po
7998           po/nl.po
7999                 updated translation by Alessandro Maestri and
8000                 Wilbert Berendsen
8001
8002 2002-05-17 [melvin]     0.7.5claws30
8003
8004         * src/prefs_actions.c
8005                 Fixed bug where using %F not at the end of the command 
8006                 resulted in an additional empty argument being created.
8007                 Thanks to Darko Koruga for reporting the bug.
8008
8009 2002-05-17 [melvin]     0.7.5claws29
8010
8011         * po/fr.po
8012                 Updated French translations.
8013
8014 2002-05-15 [paul]       0.7.5claws28
8015         
8016         * po/es.po
8017                 updated by Ricardo Mones Lastra
8018
8019 2002-05-15 [paul]       0.7.5claws27
8020
8021         * sync with 0.7.6cvs4
8022                 see ChangeLog 2002-05-14 and 2002-05-15
8023
8024 2002-05-14 [paul]       0.7.5claws26
8025
8026         * sync with 0.7.6cvs1
8027                 see ChangeLog 2002-05-13
8028
8029 2002-05-13 [thorsten]   0.7.5claws25
8030
8031         * src/messageview.c
8032                 fix select_all and copy in multipart messages
8033         * src/mainwindow.c
8034                 fix select_all and copy in multipart messages
8035
8036 2002-05-12 [paul]       0.7.5claws24
8037
8038         * src/summaryview.c
8039                 reverse last commit, bug already fixed in 0.7.5claws3
8040
8041 2002-05-12 [netztorte]  0.7.5claws23
8042
8043         * src/summaryview.c
8044                 dont parse empty addressbook (checked in before claws20)
8045
8046 2002-05-12 [melvin]     0.7.5claws22
8047
8048         * src/procmsg.[ch]
8049                 Removed unneeded priority code introduced by the previous 
8050                 commit.
8051
8052 2002-05-12 [melvin]     0.7.5claws21
8053
8054         * src/compose.[ch]
8055                 Added possibility to set message's priority.
8056         * src/procmsg.[ch]
8057                 Added possibility to set message's priority.
8058                 Added missing headers
8059
8060 2002-05-12 [melvin]     0.7.5claws20
8061
8062         * src/prefs_actions.c
8063                 Removed implicitely added quotes around the name
8064                 of the temporary files of mime parts.
8065
8066 2002-05-12 [paul]       0.7.5claws19
8067
8068         * sync with 0.7.5cvs20
8069                 see ChangeLog 2002-05-11
8070
8071 2002-05-12 [alfons]     0.7.5claws18
8072
8073         * src/quote_fmt_lex.l
8074         * src/quote_fmt_parse.y
8075                 allow quote / reply date & time format to be set using
8076                 %D{format}. format is a format string you'd pass to
8077                 strftime() (see man strftime, or the Display tab |
8078                 Date format setting).
8079
8080                 Currently %D converts the date to local time. 
8081
8082 2002-05-11 [paul]       0.7.5claws17
8083
8084         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8085                 see ChangeLog 2002-05-10 and 2002-05-11
8086
8087 2002-05-10 [paul]       0.7.5claws16
8088
8089         * sync with 0.7.5cvs16
8090                 see ChangeLog entries 2002-05-09 and 
8091                 2002-05-10
8092
8093 2002-05-10 [colin]      0.7.5claws15
8094
8095         * src/textview.c
8096                 Corrected a bug that prevented sylpheed to open
8097                 double-clicked URIs.
8098
8099 2002-05-09 [paul]       0.7.5claws14
8100
8101         * sync with 0.7.5cvs14
8102                 see ChangeLog 2002-05-08 and 2002-05-09
8103
8104 2002-05-08 [paul]       0.7.5claws13
8105
8106         * sync with 0.7.5cvs11
8107                 see ChangeLog entry 2002-05-08
8108
8109 2002-05-08 [paul]       0.7.5claws12
8110
8111         * src/mainwindow.c
8112           src/textview.[ch]
8113                 fix segfault on View->Open in new window
8114                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8115
8116 2002-05-07 [paul]       0.7.5claws11
8117
8118         * sync with 0.7.5cvs9
8119                 see ChangeLog entry 2002-05-07
8120
8121 2002-05-06 [paul]       0.7.5claws10
8122
8123         * src/messageview.c
8124           src/textview.c
8125                 display url in statusbar on single-click
8126                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8127
8128 2002-05-06 [match]      0.7.5claws9
8129
8130         * src/addritem.[ch]
8131                 new functions.
8132         * src/addrcache.c
8133                 tidy up.
8134         * src/xmlprops.[ch]
8135                 XML implementation of properties file.
8136         * src/exporthtml.[ch]
8137         * src/expthtmldlg.[ch]
8138         * src/addressbook.c
8139                 export to HTML.
8140
8141 2002-05-02 [sergey]     0.7.5claws8
8142
8143         * src/mainwindow.c (mainwin_entries),
8144           src/prefs_common.c (prefs_send_create()),
8145           src/codeconv.c (locale_table):
8146                 use charset name "Windows-1251" instead of "CP1251".
8147
8148 2002-05-02 [colin]      0.7.5claws7
8149         
8150         * src/compose.c
8151           src/prefs_common.c
8152           src/prefs_folder_item.c
8153                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8154
8155 2002-05-02 [hiro]       0.7.5claws6
8156
8157         * src/imap.c
8158                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8159
8160 2002-05-02 [paul]       0.7.5claws5
8161
8162         * src/compose.c
8163                 more sync with 0.7.5cvs7, see ChangeLog entry
8164                 2002-05-02
8165
8166 2002-05-02 [hiro]       0.7.5claws4
8167
8168         * src/compose.c
8169                 compose_queue_sub():
8170                 check if queue folder exists (closes #550397).
8171                 removed directory creation since it should be handled
8172                 transparently.
8173         * src/imap.c
8174                 imap_add_msg(): return UID for appended message
8175                 (closes #548842).
8176
8177 2002-04-30 [paul]       0.7.5claws3
8178
8179         * src/summaryview.c
8180                 fix account_find_from_address() bug
8181
8182 2002-04-28 [colin]      0.7.5claws2
8183
8184         * src/compose.c
8185           src/textview.c
8186           src/prefs_common.[ch]
8187           src/utils.[ch]
8188                 Added user-definable quotation characters recognition.
8189
8190 2002-04-28 [paul]       0.7.5claws1
8191
8192         * sync with 0.7.5cvs4
8193                 see ChangeLog entry  2002-04-25
8194
8195 2002-04-28 [paul]       0.7.5claws
8196
8197         * po/es.po
8198           po/nl.po
8199           po/pt_BR.po
8200                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8201                 Fabio Junior Beneditto
8202
8203 2002-04-27 [jens]       0.7.4claws103
8204
8205         * po/de.po
8206                 updated German translation.
8207
8208 2002-04-27 [hiro]       0.7.4claws102
8209
8210         * src/summaryview.c
8211                 summary_write_cache(): fixed the mark loss of hidden messages.
8212
8213 2002-04-26 [melvin]     0.7.4claws101
8214
8215         * src/procmsg.c
8216                 fixed a second typo (same one)
8217         * po/fr.po
8218           po/it.po
8219           po/pt_BR.po
8220                 fixed the type again...
8221
8222 2002-04-26 [melvin]     0.7.4claws100
8223
8224         * src/procmsg.c
8225                 fixed a typo in an alert message ("temorary").
8226         * po/it.po
8227         * po/pt_BR.po
8228                 corrected the typo  described above.
8229         * po/fr.po
8230                 updated French translation.
8231
8232 2002-04-26 [darko]      0.7.4claws99
8233
8234         * src/summaryview.c
8235                 fix target folder colorization
8236
8237 2002-04-25 [paul]       0.7.4claws98
8238
8239         * po/it.po
8240                 updated by Alessandro Maestri
8241
8242 2002-04-24 [colin]      0.7.4claws97
8243         
8244         * src/compose.c
8245                 Fixed double "subject is empty" question.
8246
8247 2002-04-23 [colin]      0.7.4claws96
8248         
8249         * src/mimeview.c
8250                 Corrected issue when "automatically display images" was
8251                 not set : first image remained after selecting second.
8252
8253 2002-04-23 [melvin]     0.7.4claws95
8254
8255         * src/prefs_actions.c
8256                 Don't display in/out dialog if there is nothing to show.
8257
8258 2002-04-23 [paul]       0.7.4claws94
8259
8260         * sync with 0.7.5cvs3
8261                 bug fixes: see ChangeLog entry 2002-04-23
8262
8263 2002-04-22 [darko]      0.7.4claws93
8264
8265         * src/compose.c
8266                 fix previous check-in which changed code after
8267                 merge from main
8268
8269 2002-04-22 [paul]       0.7.4claws92
8270
8271         * faq/de/*
8272                 add German FAQ
8273         * faq/en/*
8274           faq/es/*
8275           faq/fr/*
8276                 update English, Spanish and French FAQs
8277         * manual/de/*
8278           manual/es/*
8279                 add German and Spanish manuals
8280         * manual/en/*
8281           manual/fr/*
8282                 update English and French manuals
8283
8284         * src/Makefile.am
8285                 add to and re-arrange the pixmap entries
8286
8287 2002-04-22 [darko]      0.7.4claws91
8288
8289         * src/compose.c
8290                 fix sender initials recognition to only allow
8291                 '>' after the initials
8292
8293 2002-04-21 [paul]       0.7.4claws90
8294
8295         * sync with 0.7.5 release
8296                 see ChangeLog entry 2002-04-21
8297
8298 2002-04-21 [alfons]
8299
8300         * src/Makefile.am
8301                 add colin's new pixmaps to EXTRA_DIST
8302
8303 2002-04-21 [colin]      0.7.4claws89
8304         * src/compose.c
8305         * src/inc.c
8306         * src/mainwindow.[ch]
8307         * src/prefs_common.[ch]
8308         * src/stock_pixmap.[ch]
8309                 Added "Work offline" ability.
8310
8311 2002-04-21 [colin]      0.7.4claws88
8312         
8313         * src/mimeview.c
8314         * src/prefs_common.c
8315         * src/prefs_common.h
8316         * src/textview.c : Added an option to common preferences -> display
8317           to allow user not to automatically display images.
8318
8319 2002-04-21 [paul]       0.7.4claws87
8320
8321         * sync with 0.7.4cvs52
8322                 see ChangeLog entry 2002-04-21 (src/imap.c)
8323
8324 2002-04-21 [paul]       0.7.4claws86
8325
8326         * sync with 0.7.4cvs51
8327                 see ChangeLog entry 2002-04-21
8328
8329 2002-04-21 [paul]       0.7.4claws85
8330
8331         * sync with 0.7.4cvs49
8332                 see ChangeLog entries 2002-04-20 and 2002-04-21
8333
8334         * src/Makefile.am
8335                 clean up: remove old 'stock_' element from xpm 
8336                 filenames.
8337
8338 2002-04-21 [alfons]     0.7.4claws84
8339
8340         apply sync patch from Paul
8341
8342         * src/folderview.c
8343                 use old claws prefs_folder_item_create() for now
8344
8345 2002-04-19 [match]      0.7.4claws83
8346
8347         * src/addressbook.[ch]
8348         * src/addrharvest.[ch]
8349         * src/addrgather.[ch]
8350                 recurse folders.
8351         * src/mainwindow.c
8352         * src/summaryview.[ch]
8353                 change menu option.
8354
8355 2002-04-19 [paul]       0.7.4claws82
8356
8357         * po/pt_BR.po
8358                 updated by Fabio Junior Beneditto
8359
8360 2002-04-14 [alfons]     0.7.4claws81
8361
8362         * src/passphrase.c
8363                 add #include <sys/types.h> for mode_t and off_t 
8364
8365 2002-04-13 [paul]       0.7.4claws80
8366         
8367         * src/main.c
8368           src/passphrase.[ch]
8369           src/pgptext.c
8370           src/prefs_common.[ch]
8371           src/rfc2015.c
8372                 enable storing of GnuPG passphrase for the whole 
8373                 session or a user-defined number of minutes. patch 
8374                 submitted by Ravemax <ravemax@dextrose.com>
8375
8376 2002-04-13 [alfons]     0.7.4claws79
8377
8378         * src/textview.c
8379                 make email parser also stop scanning when encountering separators
8380                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8381
8382 2002-04-13 [paul]       0.7.4claws78
8383
8384         * sync with 0.7.4cvs39
8385                 see ChangeLog entry 2002-04-12
8386
8387 2002-04-11 [paul]       0.7.4claws77
8388
8389         * sync with 0.7.4cvs37
8390                 see ChangeLog entry 2002-04-11
8391
8392 2002-04-11 [paul]       0.7.4claws76
8393
8394         * COPYING 
8395                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8396                 the clause for OpenSSL). sync with sylpheed main
8397
8398 2002-04-09 [melvin]     0.7.4claws75
8399
8400         * src/compose.c
8401                 Made 'Ctrl-Enter' on send ignore some modifiers 
8402                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8403                 to bind other *-Enter (but not Alt-Enter).
8404
8405 2002-04-09 [paul]       0.7.4claws74
8406
8407         * sync with 0.7.4cvs35
8408                 see ChangeLog entries 2002-04-09
8409
8410 2002-04-08 [paul]       0.7.4claws73
8411
8412         * sync with 0.7.4cvs33
8413                 see ChangeLog entry 200-04-08
8414
8415 2002-04-07 [match]      0.7.4claws72
8416
8417         * src/addrharvest.[ch]
8418                 fixed to read all addresses in header, regardless
8419                 of header size. improved name parsing. accommodate
8420                 harvest from folders and selected message.
8421         * src/addritem.[ch]
8422                 included new address parsing function.
8423         * src/addrgather.[ch]
8424         * src/addressbook.[ch]
8425         * src/summaryview.[ch]
8426         * src/mainwindow.c
8427                 allow address harvest of folder as well as selected
8428                 messages.
8429
8430 2002-04-07 [paul]       0.7.4claws71
8431
8432         * src/esmtp.[ch]
8433           src/smtp.c
8434                 don't try to authenticate with CRAM-MD5 in SMTP when 
8435                 SMTP-AUTH enabled if MTA doesn't issue this 
8436                 auth-method in it's ehlo-response. bug item #531364,
8437                 patch item #938910. patch submitted by Colin Leroy 
8438                 <colin@colino.net>
8439
8440 2002-04-07 [paul]       0.7.4claws70
8441
8442         * src/nntp.c
8443                 fix missing MODE_READER bug. patch submitted by
8444                 Colin Leroy <colin@colino.net>
8445
8446 2002-04-07 [alfons]     0.7.4claws69
8447
8448         * src/matcher.[ch]
8449         * src/prefs_filtering.c
8450         * src/summaryview.c
8451                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8452                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8453
8454 2002-04-07 [paul]       0.7.4claws68
8455
8456         * sync with 0.7.4cvs32
8457                 see ChangeLog entry 2002-04-06
8458
8459         * tools/filter_conv.pl
8460                 more bug fixes
8461
8462 2002-04-06 [paul]       0.7.4claws67
8463
8464         * tools/filter_conv.pl
8465                 modify to be able to find the name of the first
8466                 mailbox and use that. main's filter does not
8467                 record the full path to the mailbox and therefore
8468                 can only filter to the first mailbox.
8469
8470 2002-04-05 [paul]       0.7.4claws66
8471
8472         * tools/filter_conv.pl
8473                 attempt to make the script all-encompassing and
8474                 be able to convert any main 'filter' rule thrown
8475                 at it
8476
8477 2002-04-05 [paul]       0.7.4claws65
8478
8479         * tools/filter_conv.pl
8480                 allow for collapsed folder trees
8481
8482 2002-04-05 [paul]       0.7.4claws64
8483
8484         * sync with 0.7.4cvs31
8485                 see ChangeLog entries 2002-04-05
8486
8487 2002-04-03 [paul]       0.7.4claws63
8488
8489         * sync with 0.7.4cvs29
8490                 see ChangeLog entries 2002-04-02 and 2002-04-03
8491
8492 2002-04-02 [paul]       0.7.4claws62
8493
8494         * sync with 0.7.4cvs26
8495                 see ChangeLog entry 2002-04-01
8496
8497 2002-04-02 [match]      0.7.4claws61
8498
8499         * src/pine.[ch]
8500         * src/importpine.[ch]
8501         * src/addressbook.c
8502                 import Pine address book.
8503
8504 2002-04-02 [match]      0.7.4claws60
8505
8506         * src/addrharvest.[ch]
8507                 improve address parsing of funky addresses.
8508
8509 2002-04-02 [darko]      0.7.4claws59
8510
8511         * src/compose.c
8512                 wrap on send improvements, it now recognizes quoted
8513                 initials as part of the quotation string, and it
8514                 does not join lines separated by CR
8515
8516 2002-04-01 [match]      0.7.4claws58
8517
8518         * src/mgutils.[ch]
8519                 added new functions.
8520         * src/mutt.[ch]
8521                 remove excessive duplicate address generation
8522                 on import.
8523
8524 2002-04-01 [alfons]     0.7.4claws57
8525         
8526         * src/summaryview.c
8527                 put back g_free() 
8528
8529 2002-04-01 [paul]       0.7.4claws56
8530
8531         * sync with 0.7.4cvs25
8532                 see ChangeLog entry 2002-04-01
8533
8534 2002-04-01 [alfons]     0.7.4aprilfool55
8535
8536         * src/summaryview.c
8537                 honour feature request item #537427 to allow for
8538                 displaying names from address book for sent mail also
8539
8540 2002-03-29 [paul]       0.7.4claws54
8541
8542         * src/mainwindow.c
8543           src/prefs_filtering.[ch]
8544           src/prefs_matcher.c
8545           src/summaryview.c
8546                 add 'fast filter' for claws' filtering,
8547                 /Tools/Create filter rule/... patch submitted
8548                 by Neill Miller <neillm@thecodefactory.org>
8549
8550 2002-03-29 [paul]       0.7.4claws53
8551
8552         * sync with 0.7.4cvs24
8553                 see ChangeLog entry 2002-03-29
8554
8555 2002-03-28 [paul]       0.7.4claws52
8556
8557         * sync with 0.7.4cvs23
8558                 see ChangeLog entry 2002-03-28
8559
8560 2002-03-27 [melvin]     0.7.4claws51
8561
8562         * src/prefs_actions.c
8563                 Added support to pass only one message part (as a
8564                 file) to the command using '%p'. No quotes are needed
8565                 because doubles quotes are automatically added.
8566                 Fixed bug where Sylpheed could block when waiting for
8567                 a child process to finish.
8568                 Changed the help menu to remove quotes around symbols to 
8569                 avoid misinterpretation (they must not be used).
8570
8571 2002-03-27 [melvin]     0.7.4claws50
8572
8573         * src/inc.c
8574                 Made the new mail notification command always 
8575                 execute asynchronously.
8576
8577 2002-03-27 [paul]       0.7.4claws49
8578
8579         * src/compose.c
8580                 fix bug introduced in last commit
8581
8582 2002-03-27 [paul]       0.7.4claws48
8583
8584         * sync with 0.7.4cvs21
8585                 see ChangeLog 2002-03-26 and 2002-03-27
8586
8587 2002-03-26 [hoa]        0.7.4claws47
8588
8589         * src/prefs_folder_item.c
8590                 really fixed the bug #516442 with folder rescan.
8591
8592 2002-03-26 [paul]       0.7.4claws46
8593
8594         * sync with 0.7.4cvs19
8595                 see ChangeLog entries 2002-03-25 and 2002-03-26
8596
8597 2002-03-25 [hoa]        0.7.4claws45
8598
8599         * src/matcher.c
8600         * src/mh.c
8601                 fix the bug #516442 with folder rescan.
8602
8603         * src/prefs_common.[ch]
8604         * src/compose.c
8605                 added an option to enable two different behaviours
8606                 for bounce.
8607
8608
8609 2002-03-25 [paul]       0.7.4claws44
8610
8611         * src/mainwindow.c
8612           src/selective_download.c
8613                 correct a few menuitem labels
8614
8615 2002-03-25 [christoph]  0.7.4claws43
8616
8617         * src/procmsg.c
8618                 fix non deleted tmp message in
8619                 procmsg_save_to_outbox
8620                 fix problems caused by sync with
8621                 main branch's procmsg_send_queue
8622
8623 2002-03-25 [paul]       0.7.4claws42
8624
8625         * src/quote_fmt.c
8626           src/quote_fmt_lex.l
8627           src/quote_fmt_parse.y
8628                 add Last name (%L) placeholder for quoting. 
8629                 patch submitted by Thorsten Thielen 
8630                 <thth@users.sourceforge.net>
8631
8632 2002-03-25 [paul]       0.7.4claws41
8633
8634         * src/utils.c
8635                 get full hostname. patch submitted by
8636                 Bob Woodside <rwoodside1@comcast.net>
8637
8638 2002-03-25 [paul]       0.7.4claws40
8639
8640         * src/account.c
8641           src/news.c
8642           src/nntp.[ch]
8643           src/prefs_account.[ch]
8644                 enable NNTP over SSL. patch submitted by
8645                 Pascal Jermini <pascal@infinity.hn.org>
8646
8647 2002-03-24 [paul]       0.7.4claws39
8648
8649         * src/prefs_common.c
8650                 make the arrangement of the Compose tab more
8651                 coherent
8652
8653         * src/mainwindow.c
8654                 fix some irregularities of style
8655
8656         * po/de.po
8657                 updated by Kilian Krause
8658
8659 2002-03-23 [paul]       0.7.4claws38
8660
8661         * po/pt_BR.po
8662                 updated by Fabio Junior Beneditto
8663
8664 2002-03-23 [paul]       0.7.4claws37
8665
8666         * src/mainwindow.c
8667                 move 'Gather addresses' to 'Tools' menu
8668                 make 'Selective download' sensitive
8669
8670 2002-03-23 [paul]       0.7.4claws36
8671
8672         * sync with 0.7.4cvs16
8673                 see ChangeLog entries 2002-03-23
8674
8675 2002-03-22 [christoph]  0.7.4claws35
8676
8677         * src/quote_fmt_parse.y
8678                 fix include program output
8679
8680 2002-03-22 [alfons]     0.7.4claws34
8681
8682         * src/pop.c
8683                 initialize GDate stack variable correctly (sorry!)
8684
8685 2002-03-22 [paul]       0.7.4claws33
8686
8687         * src/compose.c
8688           src/mainwindow.c
8689           src/prefs_actions.c
8690           src/prefs_common.c
8691                 rename 'Tool' to 'Tools'
8692
8693         * src/mainwindow.c
8694                 move 'Delete duplicated messages' from
8695                 'Message/' to 'Tools/'
8696                 re-arrange the order of 'Tools/' items
8697
8698 2002-03-22 [paul]       0.7.4claws32
8699
8700         * src/addr_compl.c
8701           src/addressbook.[ch]
8702                 auto-address completion now also matches on
8703                 Nickname. patch submitted by Bob Forsman 
8704                 <hammor@users.sourceforge.net>
8705
8706         * src/editaddress.c
8707                 correct a spelling mistake
8708
8709 2002-03-22 [alfons]     0.7.4claws31
8710
8711         * src/pop.c
8712                 fix getting uidl from incorrect string 
8713                 (spotted by Colin)
8714
8715 2002-03-21 [alfons]     0.7.4claws30
8716
8717         * src/pop.c
8718                 more code refactoring
8719                 plug mem leak introduced by delete on server
8720
8721 2002-03-21 [paul]       0.7.4claws29
8722
8723         * sync with 0.7.4cvs11
8724                 see ChangeLog entries 2002-03-20
8725
8726 2002-03-20 [alfons]     0.7.4claws28
8727
8728         * src/inc.c
8729                 apply Colin's patch and refactor
8730
8731 2002-03-20 [paul]       0.7.4claws27
8732
8733         * sync with sylpheed 0.7.4cvs9
8734                 see ChangeLog entry 2002-03-20
8735
8736 2002-03-19 [christoph]  0.7.4claws26
8737
8738         * src/mh.c
8739         * src/procmsg.[ch]
8740         * src/summaryview.c
8741                 revert changes for flag updates
8742                 (does not work correctly and no time to debug)
8743
8744 2002-03-20 [alfons]     0.7.4claws25
8745
8746         * src/pop.c
8747                 refactor should_delete() a little bit 
8748
8749 2002-03-19 [paul]       0.7.4claws24
8750
8751         * src/inc.[ch]
8752           src/pop.c
8753           src/prefs_account.[ch]
8754                 allow the user to leave downloaded mail on the 
8755                 server for n days. Patch submitted by Colin Leroy 
8756                 <colin@colino.net>
8757
8758 2002-02-19 [paul]       0.7.4claws23
8759
8760         * sync with sylpheed 0.7.4cvs8
8761                 see ChangeLog entries 2002-03-19
8762
8763 2002-03-18 [paul]       0.7.4claws22
8764
8765         * sync with sylpheed 0.7.4cvs6
8766                 see ChangeLog entry 2002-03-18
8767
8768 2002-03-18 [paul]       0.7.4claws21
8769
8770         * po/en_GB.po
8771                 add en_GB message catalogue
8772
8773         * src/mbox_folder.c
8774           src/prefs_account.c
8775           src/prefs_actions.c
8776                 correct a few spelling mistakes
8777
8778 2002-03-17 [alfons]     0.7.4claws20
8779
8780         * src/matcher.c
8781                 more stringent checks for NULL params when writing
8782                 filtering actions to a file
8783                 
8784 2002-03-17 [hoa]        0.7.3claws20
8785
8786         * src/news.c
8787                 fixed the count of new messages
8788
8789         * src/compose.c
8790                 fixed the "attachment properties" window
8791
8792 2002-03-17 [paul]       0.7.4claws19
8793
8794         * src/defs.h
8795           src/folder.h
8796           src/news.c
8797           src/prefs_account.[ch]
8798           src/procmsg.[ch]
8799           src/summaryview.c
8800                 automatically mark cross-posted messages as read 
8801                 and (optionally) give them a colour label
8802                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8803                 
8804
8805 2002-03-17 [paul]       0.7.4claws18
8806
8807         * sync with sylpheed 0.7.4cvs5
8808                 see ChangeLog entry 2002-03-17
8809
8810 2002-03-17 [melvin]     0.7.4claws17
8811         
8812         * src/textview.c
8813                 Worked around a gtktext 'bug': when searching for 
8814                 a text in a long message it was scrolling slowly
8815                 line by line until it hit the searched text.
8816         * po/fr.po
8817                 Updated French translation
8818
8819 2002-03-17 [melvin]     0.7.4claws16
8820
8821         * src/mainwindow.c
8822         * src/compose.c
8823         * src/prefs_actions.c
8824                 Moved "Edit/Actions" to "Tool/Actions"
8825                 Made mainwindow/compose window sensitive as soon as
8826                 no child process is running anymore even if the io dialog
8827                 is open.
8828                 Fixed a struct being initialized with a non constant char*
8829
8830 2002-03-16 [christoph]  0.7.4claws15
8831
8832         * configure.in
8833                 add --with-compiler-flags option
8834                 (only for developer hacking)
8835         * src/mh.c
8836         * src/procmsg.[ch]
8837         * src/summaryview.c
8838                 try to make folder-stats and flag handling more
8839                 independent from the summaryview. msgcounts
8840                 are only set when the folder is opened and
8841                 procmsg_msginfo_(un)set_flags will handle it
8842                 later and summaryview will get the values
8843                 from the folder.
8844
8845 2002-03-16 [paul]       0.7.4claws14
8846
8847         * src/messageview.c
8848                 fix Return-receipt. Patch submitted by Bob
8849                 Woodside <rwoodside1@comcast.net>
8850
8851 2002-03-16 [paul]       0.7.4claws13
8852
8853         * src/compose.c
8854                 fix 'dynamic' signatures, make it work again
8855                 broken during sync on 2002-03-14 (0.7.4claws2)
8856
8857 2002-03-15 [match]      0.7.4claws12
8858
8859         * src/addrharvest.[ch]
8860         * src/addrgather.[ch]
8861         * src/addressbook.[ch]
8862         * src/mainwindow.c
8863                 included address harvester feature. still some
8864                 issues with address parsing that I will fix.
8865
8866 2002-03-15 [match]      0.7.4claws11
8867
8868         * src/addrbook.[ch]
8869         * src/addrcache.[ch]
8870         * src/addressbook.[ch]
8871         * src/addrindex.c
8872         * src/editbook.c
8873         * src/importldif.c
8874         * src/importmutt.c
8875         * src/jpilot.[ch]
8876         * src/main.c
8877         * src/syldap.[ch]
8878         * src/vcard.[ch]
8879                 tidy up. fix memory leaks. moved attribs and methods
8880                 from individual interfaces to addrcache object. prep
8881                 for new stuff to come in.
8882
8883 2002-03-15 [alfons]     0.7.4claws10
8884
8885         * src/matcher.[ch]
8886         * src/matcher_parser_parse.y
8887         * src/matcher_parser_lex.l
8888         * src/prefs_matcher.c
8889                 add filtering conditions message greater than, smaller 
8890                 than, and exactly matching a size in bytes
8891                 (does not work with delete from POP3 server yet)
8892
8893                 this should also give others an idea what you should
8894                 do to add new criterions to claws filtering system
8895                 
8896
8897 2002-03-15 [paul]       0.7.4claws9
8898
8899         * tools/filter_conv.pl
8900                 exit if there are no filter rules to convert
8901                 rename filterrc to filterrc.old after completion
8902
8903 2002-03-15 [paul]       0.7.4claws8
8904
8905         * sync with sylpheed 0.7.4cvs3
8906                 see ChangeLog entry 2002-03-14
8907
8908 2002-03-14 [paul]       0.7.4claws7
8909
8910         * src/compose.c
8911                 clean up the last commit (ahem)
8912
8913 2002-03-14 [paul]       0.7.4claws6
8914
8915         * src/compose.c
8916                 fix bug #515655. honour account preferences
8917                 regarding gpg default signing/encryption when 
8918                 changing account from the compose window.
8919
8920 2002-03-14 [paul]       0.7.4claws5
8921
8922         * src/folderview.c
8923                 remove unnecessary curly brackets
8924
8925 2002-03-14 [paul]       0.7.4claws4
8926
8927         * src/folderview.c
8928           src/prefs_filtering.[ch]
8929                 add filter rename on folder rename and filter
8930                 delete on folder delete. Patch submitted by
8931                 Neill Miller <neillm@thecodefactory.org> 
8932
8933 2002-03-14 [christoph]  0.7.4claws3
8934
8935         * src/procmsg.c
8936         * src/send.c
8937                 fix local delivery
8938                 (patch submitted by "Simon 'corecode' Schubert")
8939         * src/prefs_common.c
8940         * src/procmsg.c
8941                 fix gcc 3.0 warning
8942
8943 2002-03-14 [paul]       0.7.4claws2
8944
8945         * sync with sylpheed 0.7.4cvs2
8946                 see ChangeLog entry 2002-03-13
8947
8948 2002-03-12 [darko]      0.7.4claws1
8949
8950         * src/mainwindow.c
8951                 fix what seems to be a copy and paste error
8952                 when setting color for important messages
8953                 (reported by wwp)
8954
8955 2002-03-11 [paul]       version 0.7.4claws released
8956
8957 2002-03-11 [paul]       0.7.4claws
8958
8959         * po/es.po
8960           po/it.po
8961           po/nl.po
8962           po/pt_BR.po
8963                 update message catalogs. Submitted by Ricardo Mones 
8964                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
8965                 Fabio Junior Beneditto
8966
8967         * configure.in
8968           faq/Makefile.am
8969           faq/it/Makefile
8970           faq/it/sylpheed-faq*
8971           src/mainwindow.c
8972           src/manual.[ch]
8973                 add FAQ in Italian
8974         
8975
8976 2002-03-11 [jens]       0.7.3claws7
8977
8978         * po/de.po
8979                 updated German translation
8980
8981 2002-03-11 [melvin]     0.7.3claws6
8982
8983         * po/fr.po
8984                 updated and corrected French translation
8985
8986 2002-03-10 [hoa]        0.7.3claws5
8987
8988         * src/account.c
8989         * src/inc.c
8990         * src/prefs_account.c
8991         * src/procmsg.c
8992         * src/send.[ch]
8993                 fixed the local account.
8994                 you have to change the default "/usr/sbin/sendmail"
8995                 to "/usr/sbin/sendmail -t" in the preferences of
8996                 the local account.
8997
8998         * src/procmime.c
8999                 removed some debug display for renderer
9000
9001 2002-03-10 [paul]       0.7.3claws4
9002
9003         * faq/en/sylpheed-faq-1.html
9004           faq/en/sylpheed-faq-2.html
9005                 update
9006
9007 2002-03-09 [paul]       0.7.3claws3
9008
9009         * sync with sylpheed 0.7.4
9010                 see ChangeLog entry 2002-03-09
9011
9012 2002-03-08 [paul]       0.7.3claws2
9013
9014         * faq/en/sylpheed-faq*
9015           faq/es/sylpheed-faq*
9016           faq/fr/sylpheed-faq*
9017                 update the FAQs
9018
9019         * manual/fr/.cvsignore
9020           manual/fr/Makefilea.am
9021           manual/fr/sylpheed*
9022           src/mainwindow.c
9023           src/manual.[ch]
9024                 add the French manual
9025
9026 2002-03-07 [paul]       0.7.3claws1
9027
9028         * sync with sylpheed 0.7.3cvs4
9029                 see ChangeLog entries  2002-03-06 and 2002-03-07
9030         
9031         * po/nl.po
9032                 updated by Wilbert Berendsen
9033
9034 2002-03-07 [melvin]     0.7.2claws34
9035
9036         * src/selective_download.c
9037                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9038
9039 2002-03-06 [paul]       0.7.2claws33
9040
9041         * sync with sylpheed 0.7.3cvs1
9042                 bug fix, see ChangeLog entry 2002-03-05
9043
9044 2002-03-05 [paul]       0.7.2claws32
9045
9046         * src/mimeview.c
9047           src/pgptext.[ch]
9048           src/procmsg.c
9049                 reverse the pgp ascii-armored code implemented in 
9050                 0.7.2claws16. removal of this code until it matures.
9051                 this means that verifying ascii-armored pgp sigs and
9052                 automatic decryption of ascii-armored encrypted
9053                 messages no longer works.
9054
9055 2002-03-05 [paul]       0.7.2claws31
9056
9057         * configure.in
9058           Makefile.am
9059         * faq/Makefile.am
9060         * faq/en/Makefile.am
9061           faq/en/sylpheed-faq.html
9062           faq/en/sylpheed-faq-1.html
9063           faq/en/sylpheed-faq-2.html
9064           faq/en/sylpheed-faq-3.html
9065         * faq/es/Makefile.am
9066           faq/es/sylpheed-faq.html
9067           faq/es/sylpheed-faq-1.html
9068           faq/es/sylpheed-faq-2.html
9069           faq/es/sylpheed-faq-3.html
9070           faq/es/sylpheed-faq-4.html
9071         * faq/fr/Makefile.am
9072           faq/fr/sylpheed-faq.html
9073           faq/fr/sylpheed-faq-1.html
9074           faq/fr/sylpheed-faq-2.html
9075           faq/fr/sylpheed-faq-3.html
9076         * src/Makefile.am
9077           src/defs.h
9078           src/mainwindow.c
9079           src/manual.[ch]
9080                 add FAQs in English, Spanish and French
9081
9082
9083 2002-03-05 [paul]       0.7.2claws30
9084
9085         * manual/en/sylpheed.html
9086           manual/en/sylpheed-XX.html
9087                 updated the English manual
9088
9089 2002-03-05 [hoa]        
9090
9091         * src/summaryview.c
9092                 dialog box pops up if the article can't be deleted.
9093
9094 2002-03-04 [paul]       
9095         
9096         * po/pt_BR.po
9097                 updated by Fabio Junior Benedito
9098
9099 2002-03-04 [hoa]
9100
9101         * removed ac/gpgme.m4
9102                 to avoid autogen common problem
9103                 developers have to install gpgme development package now
9104
9105         * src/compose.c
9106                 encoding to 7bit or 8bit is enabled.
9107
9108 2002-03-03 [alfons]     0.7.2claws29
9109
9110         * src/pop.c
9111                 merge fix by Oliver Haertel for selective
9112                 download buglet
9113
9114 2002-03-03 [paul]       0.7.2claws28
9115         
9116         * sync with sylpheed 0.7.3
9117
9118 2002-03-03 [paul]       0.7.2claws27
9119
9120         * sync with sylpheed 0.7.2cvs24
9121                 see ChangeLog entries 2002-03-02 and 2002-03-03
9122
9123 2002-03-02 [melvin]     0.7.2claws26
9124
9125         * src/inc.[ch]
9126         * src/main.c
9127         * src/mainwindow.c
9128         * src/prefs_common.[ch]
9129                 Added user definable notification on new mail arrival.
9130                 Removed unused variables in spell checker prefs code.
9131
9132 2002-03-02 [melvin]     0.7.2claws25
9133
9134         * src/quote_fmt.c
9135                 Removed unnecessary escape sequences.
9136                 Changed 'Initial...' to 'Initials of Sender'
9137
9138 2002-03-02 [paul]       0.7.2claws24
9139
9140         * sync with sylpheed 0.7.2cvs22
9141                 see ChangeLog entry 2002-03-01
9142
9143 2002-03-01 [hoa]        0.7.2claws23
9144
9145         * src/mainwindow.c
9146                 Set sensitivity of delete actions to active
9147                 even if the folder is a newsgroup.
9148
9149         * src/summaryview.c
9150                 - Set sensitivity of delete actions
9151                 - Added function check_permission() that will check if the
9152                   user is authorized to delete a message. For news, it
9153                   will check if the author is the same.
9154                 - Enabled deletion when there is no trash folder.
9155
9156         * src/news.[ch]
9157                 - Added news_cancel_article() to cancel articles
9158                 - Implemented news_remove_message() (public function)
9159
9160 2002-03-01 [paul]       0.7.2claws22
9161
9162         * src/gtkutils.c
9163           src/textview.c
9164                 recognise urls that that don't include 'http://' and
9165                 simply begin 'www.' 
9166
9167         * AUTHORS
9168                 remove duplicated name
9169
9170 2002-02-28 [paul]       0.7.2claws21
9171
9172         * src/mainwindow.c
9173           src/summaryview.[ch]
9174                 add ability to 'Select thread'
9175                 combines Melvin's "Select thread's head" patch (#510907)
9176                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9177                 patch (#518514) 
9178
9179 2002-02-28 [paul]       0.7.2claws20
9180
9181         * src/mimeview.c
9182                 hopefully fix segfault on right-clicking a mime part
9183                 that some people have experienced.      
9184                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9185
9186 2002-02-28 [paul]       0.7.2claws19
9187
9188         * sync with sylpheed 0.7.2cvs21
9189                 see ChangeLog entries 2002-02-27 and 2002-02-28
9190
9191 2002-02-27 [paul]       0.7.2claws18
9192
9193         * sync with sylpheed 0.7.2cvs18
9194                 see ChangeLog entries 2002-02-26 and 2002-02-27
9195
9196 2002-02-26 [alfons]     0.7.2claws17
9197
9198         * src/procheader.c
9199                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9200                 (spotted by Chris Hessman <idatech@gmx.net>)
9201
9202 2002-02-26 [paul]       0.7.2claws16
9203
9204         * src/mimeview.c
9205           src/pgptext.[ch]
9206           src/procmsg.c
9207                 make decryption of ascii-armored pgp encrypted messages
9208                 and verification of ascii-armored signatures work again.
9209                 slightly altered from the patch by Jens Jahnke 
9210                 <jan0sch@gmx.net>
9211
9212                 ##FIX ME##
9213                 * the checking of plaintext signatures always comes up in 
9214                   a popup box
9215                 * it doesn't work for multipart messages 
9216                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9217                   including the msg headers and these 2 line themselves, are 
9218                   not displayed
9219
9220         * src/mainwindow.c
9221                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9222                 "View/Message View" becomes "View/Separate Message View"
9223                 because its less ambiguous.
9224
9225         * po/es.po
9226                 updated by Ricardo Mones Lastra
9227
9228 2002-02-26 [paul]       0.7.2claws15
9229
9230         * sync with sylpheed 0.7.2cvs17
9231                 see ChangeLog entries 2002-02-25 and 2002-02-26
9232
9233 2002-02-25 [christoph]  0.7.2claws14
9234
9235         * src/filtering.[ch]
9236         * src/inc.c
9237                 do filtering stuff after all messages have been received
9238                   1. drop all messages to .processing
9239                   2. scan processing folder for messages
9240                   3. filter messages or move to inbox
9241                 this will also find old messages left in processing after
9242                 a crash or something like that and we get a real msginfo
9243                 from folder->get_msg_list and do not have to create our
9244                 own in filter_message
9245         * src/matcher_parser_parse.y
9246                 remove MIX/MAX warning (reordered includes)
9247
9248 2002-02-25 [paul]       0.7.2claws13
9249
9250         * sync with sylpheed 0.7.2cvs15
9251                 see ChangeLog entry 2002-02-24
9252
9253 2002-02-24 [alfons]     0.7.2claws12
9254
9255         * src/filtering.c
9256                 clear old color flags first when applying a new color to
9257                 a message info. 
9258                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9259
9260 2002-02-24 [alfons]     0.7.2.claws11
9261         
9262         * AUTHORS
9263         * src/prefs_common.c
9264                 add presets for Opera and Konqueror, closes patch #517261,
9265                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9266
9267 2002-02-24 [alfons]     0.7.2.claws10
9268
9269         * AUTHORS
9270         * src/summaryview.c
9271                 fix threading for null message ids, closes patch #521601,
9272                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9273
9274 2002-02-24 [alfons]     0.7.2claws9
9275
9276         * src/summaryview.c
9277         * src/filtering.c
9278                 make Tool | Filter Message work with filtering system so
9279                 setting flags also works
9280
9281                 TODO:
9282
9283                 - Processing uses the same function as Tool | Filter
9284                   Message, but doesn't use the same update proc yet
9285
9286 2002-02-23 [paul]       0.7.2claws8
9287
9288         * sync with sylpheed 0.7.2cvs14
9289                 see ChangeLog entries 2002-02-22 and 2002-02-23
9290
9291 2002-02-22 [christoph]  0.7.2claws7
9292
9293         * src/quote_fmt.c
9294                 Add column space to table
9295         * src/quote_fmt_parse.y
9296                 Close files
9297
9298 2002-02-22 [paul]       0.7.2claws6
9299
9300         * src/Makefile.am
9301           src/defs.h
9302           src/filtering.c
9303           src/inc.[ch]
9304           src/mainwindow.c
9305           src/matcher.[ch]
9306           src/matcher_parser_lex.l
9307           src/matcher_parser_parse.y
9308           src/pop.[ch]
9309           src/prefs_account.h
9310           src/prefs_filtering.c
9311           src/selective_download.[ch]   *** NEW FILES ***
9312           src/utils.[ch]
9313           po/POTFILES.in
9314                 Selective Download added to 'Tool' menu. 
9315                 Retrieves email headers of the currently selected pop3 
9316                 account and allows the user to mark emails for deletion 
9317                 right on the pop3 server. Patch submitted by Oliver Haertel 
9318                 <oha@users.sourceforge.net>.
9319         
9320         * po/POTFILES.in
9321                 add 'src/quote_fmt.c'           
9322
9323 2002-02-22 [christoph]  0.7.2claws5
9324
9325         * src/Makefile.am
9326                 added quote_fmt.c
9327         * src/prefs_common.[ch]
9328         * src/prefs_template.c
9329         * src/quote_fmt.c               *** NEW FILE ***
9330         * src/quote_fmt.h
9331                 move quote format symbol description code
9332                 to it's own file because it is used from
9333                 differnent code parts
9334                 Rewrote symbol description GUI
9335                   + use table
9336                   + add separators
9337                   + get data from array (no more long constant strings)
9338         * src/quote_fmt_lex.l
9339         * src/quote_fmt_parse.y
9340                 Symbol for Literal % changed to \% instead of %%
9341                 (More logical as \ is used for quoting for other symbols)
9342                 Add |f and |p to include files and program output
9343                 Examples:
9344                     |f{/home/.../.signature}
9345                     |p{date}
9346         * po/de.po
9347                 Correct wrong spelling for "Referenzen"
9348
9349 2002-02-21 [paul]       0.7.2claws4
9350
9351         * src/procmsg.c
9352                 forgotten during sync
9353
9354 2002-02-21 [paul]       0.7.2claws3
9355
9356         * sync with sylpheed 0.7.2cvs11
9357                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9358                 2002-02-20 and 2002-02-21
9359
9360 2002-02-20 [melvin]     0.7.2claws2
9361
9362         * src/prefs_actions.c
9363                 Added error report when child cannot fork or when execvp 
9364                 returns with an error.
9365
9366 2002-02-19 [christoph]  0.7.2claws1
9367
9368         * src/codeconv.c
9369                 return unconverted text if conde conversion is not possible
9370                 when libjconv is used.
9371                 (patch submitted by "Simon 'corecode' Schubert")
9372
9373 2002-02-19 [paul]       
9374
9375         * version 0.7.2claws release
9376
9377 2002-02-19 [paul]       0.7.2claws
9378
9379         * po/nl.po
9380                 updated by Wilbert Berendsen
9381
9382
9383 2002-02-18 [alfons]     0.7.1claws13
9384
9385         * src/syldap.c
9386         * src/jpilot.c
9387                 remove references to dlfcn and explicitly loading functions
9388                 from dynalink libs, because libs linked anyway, and functions
9389                 are loaded explicitly
9390
9391 2002-02-17 [melvin]     0.7.1claws12
9392
9393         * src/prefs_actions.c
9394                 Replaced children wait loop with double fork technique.
9395                 Now, input/output window updated at each new output.
9396                 free_children(): Fixed a memory leak.
9397                 Made input/output window non closable if running children
9398                 still exist.
9399                 Added missing <unistd.h> include.
9400                 Added some --debug outputs.
9401
9402 2002-02-17 [melvin]     0.7.1claws11
9403
9404         * src/summaryview.c
9405                 Fixed bug where descending sort order did not select top
9406                 message.
9407
9408 2002-02-17 [melvin]     0.7.1claws10
9409
9410         * acconfig.h
9411                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9412         * src/prefs_common.c
9413                 Pspell data package directory no more hard coded but
9414                 set during configuration (PSPELL_PATH). (Thanks to 
9415                                 Gustavo Noronha Silva.)
9416
9417 2002-02-17 [melvin]     0.7.1claws9
9418
9419         * configure.in
9420                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9421         * src/gtkspell.c
9422                 Fixed compile-time warnings.
9423
9424 2002-02-16 [alfons]     0.7.1claws8
9425
9426         * src/filesel.c
9427                 fix inadvertent free of NULL pointer which caused
9428                 sylpheed to crash when closing the save-as dialog
9429                 using the window close button
9430
9431 2002-02-16 [carsten]    0.7.1claws7
9432         * src/mainwindow.[ch]
9433           src/summaryview.c
9434           src/prefs_common.c
9435                 fixes for pixmap theming code:
9436                         - recently changed mail attributes shouldn't get
9437                           lost any longer
9438                         - theme is only reloaded iff another theme was
9439                           selected
9440
9441 2002-02-16 [paul]       0.7.1claws6
9442
9443         * sync with sylpheed 0.7.2 release
9444                 see ChangeLog entry 2002-02-15 and 2002-02-16
9445
9446 2002-02-15 [paul]       0.7.1claws5
9447
9448         * sync with sylpheed 0.7.1cvs9
9449                 see ChangeLog entry 2002-02-15
9450
9451         * po/POTFILES.in
9452                 remove unneeded headerwindow.c entry
9453
9454 2002-02-14 [carsten]    0.7.1claws4
9455         * src/summaryview.c
9456                 fixed a bug for "Go to next unread message": there was
9457                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9458                 in the prefs, because of doing "Search again" instead
9459                 "No"
9460
9461 2002-02-14 [carsten]    0.7.1claws3
9462         * src/stock_pixmap.c
9463                 removed 2 more mem leaks; following memprof,
9464                 this code is "leak free" now :)
9465
9466 2002-02-14 [carsten]    0.7.1claws2
9467         * src/stock_pixmap.c
9468                 used opendir/readdir/closedir instead of scandir
9469                 -> code should work now on Solaris
9470
9471 2002-02-14 [paul]       0.7.1claws1
9472
9473         * sync with sylpheed 0.7.1cvs8
9474                 see ChangeLog entries 2002-02-13 and 2002-02-14
9475
9476         * README.claws
9477                 add some description of Actions and Pixmap Themes
9478
9479 2002-02-13 [paul]       
9480
9481         * version 0.7.1claws release
9482
9483 2002-02-13 [paul]       0.7.1claws
9484
9485         * po/es.po
9486           po/it.po
9487           po/pt_BR.po
9488                 updated translations, submitted by Ricardo Mones Lastra,
9489                 Alessandro Maestri and Fabio Junior Beneditto
9490
9491 2002-02-13 [melvin]     0.7.0claws75
9492
9493         * src/prefs_actions.c
9494                 Added missing "signal.h" include
9495
9496 2002-02-13 [melvin]     0.7.0claws74
9497
9498         * src/prefs_folder_item.c
9499                 Added missing "config.h" include
9500         * po/fr.po
9501                 Updated French translation for folder propriety.
9502
9503 2002-02-13 [jens]       0.7.0claws73
9504
9505         * po/POTFILES.in
9506                 Added missing src/prefs_folder_item.c [log added by melvin]
9507         * po/de.po
9508                 Updated German translation.
9509
9510 2002-02-13 [melvin]     0.7.0claws72
9511
9512         * po/fr.po
9513                 Updated French translation.
9514
9515 2002-02-13 [melvin]     0.7.0claws71
9516
9517         * src/gtkutils.c
9518                 Made gtkut_editable_get_selection return NULL if selection
9519                 is of length zero.
9520                 This fixes a bug where selecting part of message A then
9521                 switching to message B and replying to it will not
9522                 quote the message's body.
9523
9524 2002-02-12 [paul]       0.7.0claws70
9525
9526         * src/mainwindow.c
9527                 cosmetic, relating to pixmap themes: on toolbar make 
9528                 updating of 'Exec' and 'Compose news/Compose email'
9529                 icons faster.
9530
9531 2002-02-12 [carsten]    0.7.0claws69
9532         * src/folderview.c
9533           src/mainwindow.[ch]
9534           src/stock_pixmap.c
9535           src/summaryview.c
9536           src/prefs_common.c
9537                 - refreshing after changing pixmap theme better
9538                   now (thanks Paul)
9539                 - wanted to remove some mem leaks, but alfons was
9540                   faster (and had the better solution ;)
9541
9542 2002-02-12 [alfons]     0.7.0claws68
9543
9544         * src/prefs_common.c
9545         * src/stock_pixmap.[ch]
9546                 plug mem leaks, refactor code a little bit
9547
9548
9549 2002-02-12 [sergey]     0.7.0claws67
9550
9551         * src/imap.c
9552                 Fixed problem with copying messages to IMAP folders when the
9553                 server uses something other than '/' as a namespace separator
9554                 (cyrus-imapd uses '.').
9555
9556 2002-02-12 [jens]       0.7.0claws66
9557
9558         * po/de.po
9559                 Updated German Translation
9560
9561 2002-02-12 [paul]       0.7.0claws65
9562
9563         * sync with sylpheed 0.7.1cvs1
9564                 see ChangeLog entry 2002-02-12
9565
9566 2002-02-12 [melvin]     0.7.0claws64
9567
9568         * src/prefs_actions.c
9569                 Fixed "feature" where children's output was duplicated 
9570                 instead of refreshed while monitoring.
9571                 Removed some debug code.
9572
9573 2002-02-12 [christoph]  0.7.0claws63
9574
9575         * src/compose.c
9576                 always delete message from queue after sending/send error
9577                 (closes bug #509601)
9578
9579 2002-02-12 [melvin]     0.7.0claws62
9580
9581         * src/prefs_actions.c
9582                 Children wait loop is now triggered with a timeout of 1s
9583                 Added %F which is replaced with the list of filenames 
9584                 of all selected messages (as suggested by Ricardo Mones Lestra)
9585                 Pipe syntax changed. Prefix with | to send selection, postfix
9586                 with | to retrieve output. Prefix with > or * to send
9587                 user definable input to the command (*: input is hidden)
9588                 Old pipe action should now be postfixed with |, too.
9589
9590 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9591         * src/stock_pixmap.c
9592                 fixed a bug: if there's no theme directory don't
9593                 throw an error, just do "nothing" (thanks Alfons)
9594
9595 2002-02-12 [carsten]    0.7.0claws60
9596         * src/folderview.c
9597           src/summaryview.c
9598                 had to write the cache twice (nasty!); some marks would 
9599                 get lost if not
9600
9601 2002-02-11 [carsten]    0.7.0claws59
9602         * acconfig.h
9603           configure.in
9604           doc-src/maintainer_guide.txt
9605           src/compose.[ch]
9606           src/defs.h
9607           src/folderview.[ch]
9608           src/gtkutils.[ch]
9609           src/mainwindow.[ch]
9610           src/prefs_common.[ch]
9611           src/stock_pixmap.[ch]
9612           src/summaryview.[ch]
9613                 pixmap theming and related work on pixmap
9614                 handling on some other places
9615                 (e.g. hrm features for all folder)
9616           src/pixmap/stock_*.xpm -> the stock_ was removed
9617         
9618 2002-02-11 [paul]       0.7.0claws58
9619
9620         * sync with sylpheed 0.7.1 release
9621                 see ChangeLog entries 2002-02-11
9622
9623 2002-02-08 [paul]       0.7.0claws57
9624
9625         * sync with sylpheed 0.7.0cvs39
9626                 see ChangeLog entry 2002-02-07 (last entry) 
9627
9628         * src/prefs_actions.c
9629           src/prefs_filtering.c
9630           src/prefs_matcher.c
9631           src/prefs_scoring.c
9632                 sync: made it compile with C compilers other than gcc
9633
9634 2002-02-07 [paul]       0.7.0claws56
9635
9636         * sync with sylpheed 0.7.0cvs38
9637                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9638                 2002-02-07
9639
9640 2002-02-07 [darko]      0.7.0claws55
9641
9642         * src/gtkutils.[ch]
9643         * src/summaryview.c
9644                 Fix const gchar */gchar * issue (thanks Hiro)
9645
9646 2002-02-07 [darko]      0.7.0claws54
9647
9648         * src/compose.[ch]
9649         * src/filtering.c
9650         * src/gtkutils.[ch]
9651         * src/prefs_template.c
9652         * src/quote_fmt.h
9653         * src/quote_fmt_parse.y
9654         * src/summaryview.c
9655         * src/utils.[ch]
9656                 When replying or forwarding an email don't quote the entire
9657                 mail body but use the part of the message text that is selected
9658
9659 2002-02-06 [melvin]     0.7.0claws53
9660
9661         * src/prefs_common.[ch]
9662         * src/gtkspell.[ch]
9663         * src/compose.c
9664                 Made possible to switch quickly to last used dictionary
9665                 which makes checking bilingual documents easier.
9666
9667 2002-02-06 [melvin]     0.7.0claws52
9668         
9669         * po/POTFILES.in
9670                 Added forgotten new file src/prefs_actions.c
9671
9672 2002-02-06 [melvin]     0.7.0claws51
9673
9674         * src/prefs_actions.c   ** NEW FILE **
9675         * src/prefs_actions.h   ** NEW FILE **
9676                 Added actions to execute on message text view, or on the
9677                         message's file.
9678         * src/Makefile.am
9679                 Added src/prefs_actions.[ch]
9680         * src/compose.c
9681                 Added new menu "Edit/Actions"
9682         * src/defs.h
9683                 Added new actionsrc file.
9684         * src/main.c
9685                 Added actionsrc reading.
9686         * src/mainwindow.c
9687                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9688         * src/prefs_common.h
9689                 Added new element actionslst element to prefs_common.
9690
9691 2002-02-06 [paul]       0.7.0claws50
9692
9693         * sync with sylpheed 0.7.0cvs36
9694                 see ChangeLog entry 2002-02-06
9695
9696 2002-02-05 [paul]
9697
9698         * po/es.po
9699                 updated by Ricardo Mones Lastra
9700
9701 2002-02-05 [paul]       0.7.0claws49
9702
9703         * sync with sylpheed 0.7.0cvs33
9704                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9705
9706 2002-02-05 [paul]       0.7.0claws48
9707
9708         * src/compose.c
9709                 re-add 'Edit/Advanced/Delete entire line', previously named
9710                 'Delete Line+'
9711
9712 2002-02-04 [paul]       0.7.0claws47
9713
9714         * src/compose.c
9715           src/summaryview.c
9716                 fix bug #494993 (Reply All not taking Reply-To into consi)
9717                 eliminate differences in behaviour of right-click 'Reply to all' 
9718                 in summary view and 'Reply to all' on the toolbar. 
9719                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9720                 view and From gets ignored by 'Reply to all' on toolbar.
9721                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9722                 From when no Reply-To header is present.
9723
9724 2002-02-04 [paul]       0.7.0claws46
9725
9726         * sync with sylpheed 0.7.0cvs30
9727                 see ChangeLog entries 2002-02-03 and 2002-02-04
9728
9729 2002-02-03 [melvin]     0.7.0claws45
9730
9731         * src/gtkspell.[ch]
9732                 Readded function to highlight all misspelled words.
9733                 Fixed bug where user-provided-words did not replace
9734                         correctly the misspelled word when using the mouse.
9735                 Fixed bug where checking a region selected from right to left did
9736                         not check the region at all.
9737                 Fixed bug where 'Check backwards' may not check at all. 
9738                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9739                 Fixed possible buffer overflow when checking for long strings (>1k).
9740                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9741                 Accelerators code uses now gtk_widget_add_accel.
9742                 Removed and disabled obsolete and unfinished code.
9743                 Cleaning up.
9744
9745         * src/compose.c
9746                 Added menu item to Highlight all misspelled words.
9747
9748 2002-02-01 [paul]       0.7.0claws44
9749
9750         * src/mainwindow.c
9751                 fix '/View/Hide read messages' sensitivity when all
9752                 messages in a folder are hidden
9753
9754 2002-02-01 [paul]       0.7.0claws43
9755
9756         * src/main.c
9757                 add --send option to command line interface, sends all
9758                 queued mail. Patch submitted by Ricardo Mones Lastra.
9759
9760 2002-01-31 [paul]       0.7.0claws42
9761
9762         * src/mainwindow.c
9763                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9764
9765 2002-01-31 [paul]       0.7.0claws41
9766
9767         * sync with sylpheed 0.7.0cvs27
9768                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9769                 and 2002-01-31
9770
9771         * src/textview.c
9772                 comment out elements of textview_show_part() as temporary
9773                 workaround for attachment 'Display as text' bug 
9774
9775         * po/pt_BR.po
9776                 updated by Fabio Junior Beneditto
9777
9778 2002-01-30 [paul]       0.7.0claws40
9779
9780         * sync with sylpheed 0.7.0cvs24
9781                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9782                 and 2002-01-30
9783
9784         * src/compose.c
9785                 add {N_("/_Spelling"), ... "<Branch>"} to 
9786                 GtkItemFactoryEntry compose_entries[]
9787
9788         * src/prefs_common.c
9789                 add claws menu items to prefs_keybind_apply_clicked()
9790                 and remove non-claws menu items
9791
9792 2002-01-29 [paul]       0.7.0claws39
9793
9794         * sync with sylpheed 0.7.0cvs22
9795                 see ChangeLog entries 2002-01-28 and 2002-01-29
9796
9797 2002-01-28 [melvin]     0.7.0claws38
9798
9799         * src/compose.c
9800                 Added the declartion of compose_send_control_enter.
9801
9802         * src/compose.c
9803         * src/gtkspell.[ch]
9804                 Added in a 'Spelling' menu which includes the configuration menu. 
9805                 Added a real 'Check all' and got rid from the old one which only
9806                 highlited misspelled word.
9807                 Made 'Check while typing' a disableable option.
9808                 Added a dialog when there are no more misspelled word.
9809                 Added a dialog if error occurs when switching to a dictionary.
9810         
9811         * src/prefs_common.[ch]
9812                 Added option for the default 'Check while typing' option.
9813
9814
9815 2002-01-28 [alfons]     0.7.0claws37
9816
9817         * src/compose.c
9818                 fix buglet and make code comply with sylpheed code style
9819
9820 2002-01-28 [paul]       0.7.0claws36
9821
9822         * sync with sylpheed 0.7.0cvs19
9823                 see ChangeLog entries for 2002-01-28
9824
9825 2002-01-28 [hoa]        0.7.0claws35
9826
9827         * src/defs.h
9828                 added rendererrc
9829
9830         * src/main.c
9831                 read the renderer config
9832
9833         * src/procmime.[ch]
9834                 use the renderer config to convert mime attachments
9835
9836         * src/textview.c
9837                 don't use textview_show_html/ertf,
9838                 use get_text_content instead
9839
9840 2002-01-27 [alfons]     0.7.0claws34
9841         
9842         * src/news.c
9843                 make sylpheed believe it can delete a news message...
9844                 (messages are NOT deleted, maybe we should remove
9845                 processing from the folder properties after all.)
9846
9847 2002-01-27 [alfons]     0.7.0claws33
9848
9849         * src/folder.c
9850                 add extra checks
9851         * src/news.c
9852                 implement remove_msg() 
9853
9854 2002-01-27 [alfons]     0.7.0claws32
9855
9856         * src/procmsg.h
9857         * src/procheader.c
9858         * src/messageview.c
9859                 fix return receipt / disposition notification again. this
9860                 stuff seems to break on _every_ major summary UI change, so
9861                 it's now implemented using a flag which is saved in the
9862                 marks cache
9863                 
9864 2002-01-26 [alfons]     0.7.0claws31
9865
9866         * src/import.c
9867                 let import dialog show the destination folder identifier
9868
9869 2002-01-26 [melvin]     0.7.0claws30
9870
9871         * src/folderview.c
9872         * src/summaryview.c
9873                 Readded 'Mark all read' into summary view popup menu
9874                 Added 'Mark all read' in folder view popup menu for IMAP
9875                 and NNTP.
9876                 Made it insensitive if the selected folder is not the shown
9877                 one to avoid 'Mark all read' on the wrong folder.
9878                 
9879 2002-01-26 [paul]       0.7.0claws29
9880
9881         * src/folderview.c
9882           src/summaryview.c
9883                 move 'Mark all read' from summary view to folder view
9884                 menu. (adapted from) patch submitted by Jeremy Andrews,
9885                 <lists@kerneltrap.com>
9886
9887 2002-01-25 [alfons]     0.7.0claws28
9888
9889         * src/gtkstext.c
9890                 put the gtk class name back so GtkSText adapts the 
9891                 settings of GtkText
9892
9893 2002-01-25 [alfons]     0.7.0claws27
9894
9895         * src/folderview.c 
9896                 assimilate Ricardo's patch that shows pixmaps instead of
9897                 plain "new" and "unread" texts in the folder view column
9898                 headers 
9899
9900 2002-01-25 [paul]       0.7.0claws26
9901
9902         * src/Makefile.am
9903                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
9904                 be found in non-standard locations. 
9905                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
9906
9907 2002-01-25 [paul]       0.7.0claws25
9908
9909         * sync with sylpheed 0.7.0cvs16
9910                 see ChangeLog entry 2002-01-25
9911
9912 2002-01-24 [paul]       0.7.0claws24
9913
9914         * more sync with sylpheed 0.7.0cvs15
9915                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
9916
9917 2002-01-23 [sergey]     0.7.0claws23
9918
9919         * src/importldif.c
9920                 Fixed segfault when closing LDIF import wizard with
9921                 the window manager.
9922         * src/imageview.c
9923         * src/imageview.h
9924         * src/messageview.c
9925         * src/mimeview.c
9926                 Fixed wrong scrolling position after switching between
9927                 text and image parts.
9928
9929 2002-01-23 [paul]       0.7.0claws22
9930
9931         * sync with sylpheed 0.7.0cvs15
9932                 see ChangeLog entries 2002-01-22 and 2002-01-23
9933
9934 2002-01-21 [melvin]     0.7.0claws21
9935
9936         * src/prefs_scoring.c
9937         * src/prefs_filtering.c
9938                 Fixed bug where scoring and filtering windows stopped
9939                 autochecking.
9940
9941 2002-01-21 [paul]       0.7.0claws20
9942
9943         * sync with sylpheed 0.7.0cvs12
9944                 see ChangeLog entries 2002-01-20 and 2002-01-21
9945
9946 2002-01-21 [carsten]    0.7.0claws19
9947         * src/mainwindow.c
9948         * src/menu.[ch]
9949         * src/messageview.[ch]
9950         * src/summaryview.[ch]
9951                 changes to shortcuts handling again:
9952                         + "Q" now controled by mainwin
9953                         + v/V are now customizable and have slightly
9954                           different meanings
9955                 the "button" to minimize the messageview (and maximize
9956                 the summary view) is a real button now
9957         * src/compose.c
9958                 "Delete Line+" added to Edit/Advanced (this will also
9959                 delete the '\n')
9960
9961 2002-01-20 [melvin] 0.7.0claws18
9962
9963         * src/addressbook.c
9964                 Made "Bcc" sensitive when addressbook is called from
9965                 compose window (it was a Claws only bug).
9966
9967 2002-01-19 [alfons] 0.7.0claws17
9968
9969         * src/inc.c
9970                 prevent unnecessary updates when currently selected folder has
9971                 no new messages 
9972
9973 2002-01-19 [alfons] 0.7.0claws16
9974         
9975         * src/summaryview.c
9976                 prevent writing the cache based on current message list in summary 
9977                 view when filtering also put messages in currently selected folder
9978
9979 2002-01-19 [paul]
9980
9981         * po/it.po
9982                 Italian translation submitted by Alessandro Maestri
9983                 <a.maestri@cs.tin.it>
9984
9985 2002-01-18 [melvin]     0.7.0claws15
9986
9987         * src/prefs_filters.c
9988                 fixed bug where 'cancel' from 'filters' window stops autochecking
9989                 if the timer timed out  when the window was open.
9990
9991 2002-01-18 [match]      0.7.0claws14
9992
9993         * src/addrclip.[ch]     ** NEW FILE **
9994         * src/addrselect.[ch]   ** NEW FILE **
9995         * src/adbookbase.h      ** NEW FILE **
9996                 addressbook cut, copy and paste
9997         * src/addrbook.[ch]
9998         * src/addrcache.[ch]
9999         * src/addressitem.h
10000         * src/addrindex.[ch]
10001         * src/addritem.[ch]
10002         * src/importldif.c
10003         * src/importmutt.c
10004         * src/jpilot.[ch]
10005         * src/syldap.[ch]
10006         * src/vcard.[ch]
10007         * src/jpilot.[ch]
10008         * src/editbook.c
10009         * src/editjpilot.c
10010         * src/editldap.c
10011         * src/editvcard.c
10012                 support for copy/paste
10013         * src/addressbook.c
10014                 support for copy/paste
10015                 tidy up menu option processing
10016                 correct address list function arguments
10017         * src/editaddress.c
10018                 sort user attributes
10019         * src/ldif.h
10020         * src/mutt.h
10021                 tidy up
10022
10023         * src/addrbook.[ch]
10024         * src/addrbook.[ch]
10025         * src/addrbook.[ch]
10026                 
10027
10028 2002-01-18 [paul]       0.7.0claws13
10029
10030         * sync with sylpheed 0.7.0cvs8
10031                 configure.in: support Mac OS X (Darwin)
10032
10033 2002-01-18 [carsten]    0.7.0claws12
10034         * src/html.c
10035                 small hack to fix a segfault with an empty href
10036                 (reported by Alexandra Walford <deeni@altern.org>)
10037         * src/mainwindow.c
10038         * src/summaryview.c
10039                 the shortcuts for Mark und Mark as unread are hardcoded
10040                 again
10041         * src/compose.c
10042         * src/gtkstext.[ch]
10043                 readded the shortcuts in gtkstext but made them
10044                 customizeable (simply by adding a menu plus a wrapper
10045                 to compose.c)
10046
10047 2002-01-17 [melvin]     0.7.0claws11
10048
10049         * src/gtkspell.c
10050                 fix default dictionary not being saved.
10051
10052 2002-01-16 [darko]      0.7.0claws10
10053
10054         * src/compose.c
10055                 fix wrapping crash with URL longer than wrapping margin
10056
10057 2002-12-08 [hoa]        0.7.0claws10
10058
10059         * src/matcher_parser_parse.y
10060                 fixed some bugs
10061
10062         * src/prefs_filtering.c
10063                 now, we can use bounce action in the dialog box.
10064
10065 2002-01-16 [carsten]    0.7.0claws9
10066         * src/gtkstext.c
10067                 removed the <control> and <alt> shortcuts because they're
10068                 not needed and interefered with the "normal" shortcuts
10069         * src/mainwindow.c
10070         * src/summaryview.c
10071                 removed most of the hardcoded shortcuts and assigned
10072                 them to menu entries making them easy customizable by
10073                 that
10074
10075 2002-01-16 |melvin]     0.7.0claws8
10076
10077         * src/gtkspell.c
10078                 fixed bug where using the mouse and when the compose
10079                 window is not on top may result in a crash.
10080
10081 2002-01-16 [melvin]     0.7.0claws7
10082
10083         * src/compose.c
10084                 fixed a long standingspell checker bug which could 
10085                 cause a crash after sending a message.
10086
10087 2002-01-16 [paul]       0.7.0claws6
10088
10089         * sync with sylpheed 0.7.0cvs7
10090                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10091                 2002-01-15, and 2002-01-16
10092
10093 2002-01-16 [melvin]     0.7.0claws5
10094
10095         * README.claws
10096         * src/compose.c
10097         * src/gtkspell.[ch]
10098         * src/main.c
10099                 Heavily modified spell checker code to work around
10100                 ispell bug, to add keyboard shortcuts and for future
10101                 enhancements. See README.claws for usage information.
10102
10103 2002-01-15 [alfons]     0.7.0claws4
10104         
10105         * src/summaryview.c
10106                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10107                 so sorting within threads reflects sort mode
10108
10109 2002-01-15 [christoph]  0.7.0claws3
10110
10111         * src/procmsg.c
10112                 added alertpanel if mail sending failed
10113
10114 2002-01-15 [alfons]     0.7.0claws2
10115         
10116         * src/prefs_filtering.c
10117                 don't stop timer when prefs filtering dialog is opened
10118
10119 2002-01-14 [alfons]     0.7.0claws1
10120
10121         * src/addr_compl.c
10122         * src/prefs.c
10123                 remove debug_print()s for privacy reasons
10124
10125 2002-01-14 [darko]      0.7.0claws
10126
10127         * README.claws
10128                 quotation wrapping is now also in the main branch
10129
10130 2002-01-14 [paul]
10131
10132         * tools/filter_conv.pl
10133                 allow for Boolean Op and case-sensitivity
10134                 this file is included in the release and tagged
10135                 'rel_0_7_0'
10136
10137 2002-01-13 [paul]       0.7.0claws
10138
10139         * release 0.7.0, with cvs tag 'rel_0_7_0'
10140
10141 2002-01-13 [paul]
10142
10143         * tools/filter_conv.pl
10144         * tools/README
10145                 rewritten to output to matcherrc instead of filteringrc
10146
10147         * po/es.po
10148                 updated Spanish translation by Ricardo Mones Lastra
10149
10150 2002-01-13 [alfons]
10151
10152         * po/nl.po
10153                 update dutch translation
10154
10155 2002-01-13 [paul]
10156
10157         * po/pt_BR.po
10158                 Updated by Fabio Junior Beneditto 
10159
10160 2002-01-13 [melvin]     0.6.6claws53
10161
10162         * po/fr.po
10163                 Updated french translation
10164
10165 2002-01-12 [alfons]     0.6.6claws52
10166
10167         * src/filtering.c
10168                 plug mem leak that has been sitting there for ages              
10169
10170 2002-01-12 [alfons]     0.6.6claws51
10171
10172         * src/summaryview.c
10173                 undo melvin's changes from 0.6.6claws48 because summary
10174                 view now refuses to select first unread message when
10175                 selecting a folder 
10176
10177 2002-01-11 [alfons]     0.6.6claws50
10178
10179         * src/import.c
10180                 use claws' semantics for getting folder item when
10181                 importing an mbox file into a folder 
10182                 (submitted by Dale P. Smith)
10183
10184 2002-01-11 [christoph]  0.6.6claws49
10185
10186         * src/prefs.h
10187                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10188                 toggle widget, because non static prefs can not use
10189                 prefs_set_* functions
10190         * src/prefs_account.c
10191                 toggle smtp auth password field sensitivity if
10192                 user id is empty and add descrition of usage for
10193                 these fields
10194         * src/prefs_folder_item.c
10195                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10196                 callbacks
10197
10198 2002-01-11 [melvin]     0.6.6claws48
10199
10200         * src/compose.c
10201                 fix the 'Ctrl-Enter' feature for sending and test really
10202                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10203                 editables which was not documented in Gtk)
10204
10205         * src/summaryview.c
10206                 Made summaryview refresh after sorting and not before.
10207
10208 2002-01-11 [christoph]  0.6.6claws47
10209
10210         * src/compose.c
10211                 select account from account ids if possible and
10212                 correctly set save folder for copy in reedit
10213
10214 2002-01-10 [paul]       0.6.6claws46
10215
10216         * sync with sylpheed 0.7.0 release
10217                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10218                 2002-01-09
10219
10220 2002-01-09 [alfons]
10221
10222         * src/summaryview.c
10223                 remove more dirt traces...
10224
10225 2002-01-09 [alfons]
10226         
10227         * src/summaryview.c
10228                 clean up some traces of my debugging stuff
10229
10230 2002-01-09 [alfons]     0.6.6claws45
10231
10232         * src/filtering.c
10233                 break up filteringprop_apply() in three separate pieces
10234                 so we can drop messages that failed processing in the
10235                 inbox
10236
10237         * src/summaryview.c
10238                 fix bug #469598 "no refresh of inbox after filter" which 
10239                 was introduced by the new summary view locking, and which 
10240                 prevented the summary view to update after a manual filter 
10241                 message. claw's filter message requires a summary_show().
10242                 (aargh, summary_show() again! :-)
10243                 
10244 2002-01-07 [alfons]     0.6.6claws44
10245
10246         * src/headerwindow.c
10247         * src/logwindow.c
10248         * src/messageview.c
10249         * src/sourcewindow.c
10250                 bring in Hiro's last 0.7.0 wm class fixes
10251
10252         * tools/sylprint.pl
10253                 bring in Ricardo's fix for sylprint script
10254
10255         * AUTHORS       
10256         * src/rfc2015.[ch]
10257         * src/prefs_common.[ch]
10258         * src/prefs_account.[ch]
10259         * src/compose.c
10260                 clean up account preference poison in rfc2015,
10261                 and preparation to fix double sign bug 
10262                 (patch submitted by Simon 'corecode' Schubert)
10263
10264 2002-01-07 [christoph]  0.6.6claws43
10265
10266         * src/mh.c
10267                 search for free message number, do not only rely
10268                 on last_num
10269         * src/send.c
10270                 fix smtp auth and use extra account information
10271                 if available, if not use pop3 data instead
10272                 (closes bug #500341)            
10273         * src/ssl.[ch]
10274                 match coding style
10275
10276 2002-01-06 [alfons]     0.6.6claws42
10277
10278         * src/mainwindow.c
10279                 try making the separate windows work again...
10280
10281 2002-01-06 [alfons]     0.6.6claws41
10282
10283         * src/mainwindow.c
10284                 adapt Hiro's separate window menu (to get rid of the funny
10285                 duplicate menu items), and make it work again
10286
10287 2002-01-06 [alfons]     0.6.6claws40
10288
10289         * tools/Makefile.am
10290         * tools/sylprint.rc
10291         * tools/sylprint.pl
10292         * tools/README.sylprint
10293                 add sylprint script for printing mails from Sylpheed
10294                 (contributed by Ricardo Mones Lastra)
10295
10296         * src/acount.c
10297                 clean up
10298
10299 2002-01-06 [melvin]     0.6.6claws39
10300
10301         * src/mainwindow.c
10302         * src/summaryview.c
10303                 Fixed crash introduced in 0.6.6claws38 by the menu
10304                 reorganisation (Hide read messages)
10305         
10306         * ChangeLog.claws 
10307                 Fixed typo (we are now in 2002, alfons ;) )
10308
10309 2002-01-05 [alfons]     0.6.6claws38
10310
10311         * sync with sylpheed 0.6.6cvs10-17
10312                 (last stuff marked as LAST_STABLE)
10313
10314 2002-01-04 [melvin]     0.6.6claws37
10315
10316         * src/account.c
10317                 Made account selection code use strcasestr again instead of
10318                 g_strcasecmp (fixes bug where reediting queued messages
10319                 did not select proper account reported by T. Link).
10320         
10321         * src/folderview.c
10322                 Fix bug where folder icons are not shown when 'hide read messages'
10323                 is on.
10324         
10325         * src/stock_pixmaps.[ch]
10326                 Added folder icons for 'hide read messages'.
10327         
10328         * src/compose.c
10329                 Fixed bug where 'Enter' in a header entry will send the message 
10330                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10331
10332 2002-01-03 [melvin]     0.6.6claws36
10333         
10334         * src/prefs.[ch]
10335                 Added popup menu for common preferences and
10336                 account preferences (right click on tab displays
10337                                 a menu of all tabs.)
10338
10339 2002-01-02 [melvin]     0.6.6claws35
10340
10341         * src/gtkspell.[ch]
10342                 Made spelling code compatible with undo/redo feature.
10343                 Added creation of suggestion mode menu for the general
10344                         preferences.
10345         
10346         * src/prefs_common.[ch]
10347                 Added option menu for the speller's suggestion mode.
10348                 Added missing spaces in "..." buttons and made a "..."
10349                         button non translatable!
10350         
10351         * src/compose.c
10352                 Made speller use the default suggestion mode.
10353                 Hack to make it possible to choose 'CTRL-Enter' as a
10354                         shortcut for sending (and only for sending).
10355
10356         * src/prefs_folder_item.c
10357                 Changing subject simplification does not update cache 
10358                         anymore (because it is unnecessary).
10359                 Fixed bug where changing subject simplification updated the 
10360                         summaryview even when the viewed folder is not the
10361                         folder which properties are being changed. (E.g. 
10362                                         viewing folder A and changing
10363                                         the subject simplification of 
10364                                         folder B -not being viewed- updated the 
10365                                         summaryview of folder A with data of
10366                                         folder B). (Hope this is clear... )
10367
10368 2001-12-31 [alfons]     0.6.6claws34
10369         
10370         * src/ldif.c
10371         * src/mutt.c
10372                 fgetc() returns a signed integer which doesn't
10373                 fit in a char. so c truncates this to a char
10374                 but we may lose significant bits. i.e. we may
10375                 comparing 0xFF which may not be equal to -1
10376                 unless properly casted to signed char which
10377                 we won't do because fgetc() returns a signed
10378                 integer which doesn't fit in a char. so c 
10379                 truncates this to a char but we may lose 
10380                 significat bits. (you got the idea, thanks
10381                 to Gustavo Noronha Silva <kov@debian.org>
10382                 and the Debian folks!)
10383
10384 2001-12-30 [alfons]     0.6.6claws33
10385
10386         * src/prefs_common.c
10387                 add #ifdef USE_PSPELLs that Melvin forgot               
10388
10389 2001-12-30 [melvin]     0.6.6claws32
10390         
10391         * src/prefs_common.[ch]
10392                 Added configurable color for misspelled words.
10393
10394         * src/gtkspell.[ch]
10395                 Fixed bug of foreground text color (reported by David
10396                                 Mehrmann)
10397                 Added configurable color for misspelled words.
10398
10399 2001-12-30 [alfons]     0.6.6claws31
10400
10401         * src/folder.c
10402                 remove unnecessary things someone put there
10403
10404         * src/mh.c
10405         * src/folder.[ch]
10406                 make folder properties (like threading and sorting) persistent
10407                 (closes bug #497424 "rescan folder tree resets proprieties")
10408                 currently this is only for MH folders. 
10409
10410 2001-12-29 [melvin]     0.6.6claws30
10411
10412         * src/string_match.[ch]
10413                 Optimized a bit: regexp pattern buffer compiled only once, and
10414                   one subroutine call removed. Fixed ^ regexp search: Now, 
10415                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10416         
10417         * src/summaryview.c
10418                 Subject filtering changed to filter summary columns and
10419                   not directly the messages subject cache. The loss in 
10420                   performance is balanced by the improvement of string_match.
10421                 Added an alert panel if there is an error in the regexp.
10422
10423         * src/src/prefs_folder_item.h
10424                 Added a regexp pattern buffer.
10425
10426 2001-12-28 [alfons]     0.6.6claws29
10427
10428         * src/string_match.[ch]
10429                 clean up name space
10430                 allow compilation *BSD
10431
10432 2001-12-27 [alfons]     0.6.6claws28
10433
10434         * src/filter.c
10435                 sync the Hiro's bug fix for BSD
10436
10437 2001-12-27 [melvin]     0.6.6claws27
10438         
10439         * src/compose.c
10440                 Simplify focus to subject entry code.
10441
10442 2001-12-27 [darko]      0.6.6claws26
10443
10444         * src/filtering.c
10445         * src/mbox_folder.c
10446         * src/messageview.c
10447         * src/mh.c
10448         * src/procheader.[ch]
10449         * src/procmsg.h
10450         * src/stock_pixmap.[ch]
10451         * src/summaryview.c
10452                 Show key icon for encrypted mails in summary view
10453
10454         * src/pixmaps/clip.xpm
10455         * src/pixmaps/clipkey.xpm
10456         * src/pixmaps/key.xpm
10457                 New/modified icons for the above
10458
10459 2001-12-27 [melvin]     0.6.6claws25
10460
10461         * src/prefs_common.c
10462                 Put spell checker options in a separate tab to decrease
10463                 the Common Preferences window height.
10464
10465         * README.claws  
10466                 Update spell checker usage instruction about its options
10467                 location.
10468
10469 2001-12-27 [melvin]     0.6.6claws24
10470
10471         * src/compose.c
10472                 Changed subject entry widget position. Initial focus is
10473                 on the To header instead of the subject entry.
10474                 Creating a new header scrolls the header list to make the
10475                 created one visible. Nevertheless, when automatically filling
10476                 headers, the first one is shown.
10477                 A Tab key press in the last empty header entry zips the 
10478                 focus to the subject entry.
10479                 (I did not change the combo boxes, yet)
10480
10481 2001-12-26 [alfons]     0.6.6claws23
10482
10483         * src/prefs_account.c
10484         * src/inc.c
10485                 allow default inbox to reside in another mailbox (only
10486                 works for POP3 accounts)
10487
10488 2001-12-26 [alfons]     0.6.6claws22
10489         
10490         * src/textview.c
10491                 make reply-on-click work with the account of the selected folder
10492         * src/compose.c
10493                 put a fixme here to remind me to fix finding correct default
10494                 account for nested folders
10495
10496 2001-12-25 [alfons]     0.6.6claws21
10497
10498         * src/summaryview.c
10499                 make column headers display locked and mark pixmaps (idea by Melvin) 
10500                 fix bug by adding score and locked column type to sort array
10501
10502 2001-12-25 [alfons]     0.6.6claws20
10503         
10504         * src/summaryview.c
10505                 catch a *potentially* inadvertent write back of  
10506                 the message cache(s) introduced by 0.6.5claws37
10507
10508 2001-12-25 [christoph]  0.6.6claws19
10509
10510         * src/stock_pixmap.[ch]
10511         * src/summaryview.c
10512                 add ignore thread pixmap
10513                 (can someone draw a better icon for this?)
10514
10515 2001-12-24 [alfons]     0.6.6claws18
10516
10517         * src/prefs_folder_item.c
10518                 make address completion actually work for the
10519                 Default To address in the Folder Property dialog.
10520
10521 2001-12-24 [alfons]     0.6.6claws17
10522         
10523         * src/summaryview.c
10524                 use new style regexp for subject stripping 
10525                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10526
10527 2001-12-24 [darko]      0.6.6claws16
10528
10529         * src/pgptext.c
10530         * src/rfc2015.c
10531                 move GPG related informational messages to debug mode
10532
10533 2001-12-23 [alfons]     0.6.6claws15
10534
10535         * src/stock_pixmap.[ch]
10536         * src/summaryview.c
10537                 add the forgotten Claws' locked pixmap
10538
10539 2001-12-23 [alfons]     0.6.6claws14
10540
10541         * src/filesel.c
10542                 accept file name typed in entry in multi file
10543                 selector (patch submitted by Gustavo Noronha Silva 
10544                 <kov@debian.org>)
10545
10546 2001-12-23 [alfons]     0.6.6claws13
10547
10548         * src/prefs_filter.c
10549         * src/prefs_filtering.c
10550         * src/matcher.c
10551         * src/importmutt.c
10552                 clean up a little bit
10553         
10554         * src/string_match.c
10555                 validate input strings a little bit more
10556
10557 2001-12-23 [alfons]     0.6.6claws12
10558
10559         * src/Makefile.am
10560         * src/summaryview.c
10561         * src/string_match.[ch]         ** NEW **
10562         * src/folderview.[ch]
10563         * src/headerview.h
10564         * src/folder.[ch]
10565         * src/prefs_folder_item.[ch]
10566                 add subject simplification to strip out strings from
10567                 a subject line (esp. handy for mailing lists). 
10568                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10569                 but slightly changed things for better integration.)
10570
10571 2001-12-23 [alfons]     0.6.6claws11
10572
10573         * src/mainwindow.c
10574                 fix bug introduced by submission included in 0.6.5claws52.
10575                 ideally this submission should clean the trash if any trash
10576                 folder has a message. however, the hasTrash variable was
10577                 set to false whenever a trash folder was empty (discarding
10578                 a previously found *filled* trash folder.)
10579
10580                 also edited the code a little bit and made it more safe.
10581
10582 2001-12-22 [alfons]     0.6.6claws10
10583
10584         * src/imap.c
10585                 quick fix for Martin Pool's omission of an account
10586                 specific SSL setting
10587
10588 2001-12-22 [alfons]     0.6.6claws9
10589
10590         * src/compose.c
10591         * src/messageview.c
10592         * src/mimeview.c
10593         * src/pgptext.c
10594         * src/procmime.[ch]
10595                 better support for multipart/digest (submitted
10596                 by Fredrik <e98fo@efd.lth.se>)
10597
10598 2001-12-22 [alfons]     0.6.6claws8
10599
10600         * src/addressbook.c
10601                 correct function signature
10602         * src/socket.[ch]
10603         * src/imap.[ch]
10604         * src/prefs_account.[ch]
10605                 allow IMAP over SSH tunnel (patch submitted by 
10606                 Martin Pool <mbp@samba.org>)
10607
10608 2001-12-21 [alfons]     0.6.6claws7
10609
10610         * sync with sylpheed 0.6.6cvs4-9
10611                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10612
10613 2001-12-21 [christoph]  0.6.6claws6
10614
10615         * src/compose.c
10616         * src/prefs_folder_item.[ch]
10617                 implement saving of outgoing messages to current folder.
10618                 fix segfault when no default outbox is available
10619                 (closes bug #495683)
10620
10621 2001-12-21 [carsten]    0.6.6claws5
10622         * src/folderview.c
10623         * src/summaryview.c
10624                 pressing CTRL while DND does now the expected thing and
10625                 copies the mail (moving is still the default, as this
10626                 seam more appropriate for handling mails by DND)
10627
10628 2001-12-18 [paul]       0.6.6claws4
10629
10630         * sync with sylpheed 0.6.6cvs3
10631                 see ChangeLog entries 2001-12-18
10632
10633 2001-12-18 [hiro]       0.6.6claws3
10634
10635         * src/undo.c
10636                 fix for multibyte characters (obtain the number of letters
10637                 instead of bytes).
10638
10639 2001-12-17 [paul]       0.6.6claws2
10640
10641         * sync with sylpheed 0.6.6cvs1
10642                 see ChangeLog entry 2001-12-16
10643
10644 2000-12-17 [alfons]     0.6.6claws1
10645
10646         * src/filtering.c
10647                 clean up
10648
10649 2001-12-16 [paul]       0.6.6claws
10650 2001-12-15
10651
10652         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10653
10654         * src/mimeview.c
10655                 last minute sync with main 0.6.6
10656
10657         * po/es.po
10658                 updated by Ricardo Mones Lastra
10659                 update for last minute sync
10660         * po/fr.po
10661         * po/nl.po
10662                 update for last minute sync
10663         * po/de.po
10664                 updated by Jens Oberender
10665         * po/pt_BR.po
10666                 updated by Fabio Junior Beneditto
10667
10668         * src/prefs_common.[ch]
10669         * src/undo.c
10670                 number of undo levels is user configurable
10671                 (squeeze it into the release in the dying
10672                 moments) Submitted by Jens Oberender    
10673
10674 2001-12-15 [melvin]
10675
10676         * po/fr.po
10677                 updated french translation
10678
10679 2001-12-15 [paul]       0.6.5claws92
10680
10681         * sync with sylpheed 0.6.5cvs28
10682                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10683
10684         * po/nl.po
10685                 update to allow for sync
10686
10687 2001-12-15 [alfons]
10688         
10689         * po/nl.po
10690                 update dutch translation
10691
10692 2001-12-14 [carsten]    0.6.5claws91
10693         * src/summaryview.c
10694                 fixed bug #473785; also after changing the column order
10695                 the same message will be selected and displayed as before
10696                 the reordering
10697
10698 2001-12-14 [carsten]    0.6.5claws90
10699         * src/folderview.c
10700                 probably found the bug reported by wwb opening or closing
10701                 a folder tree just before dnd (found the solution in the
10702                 balsa source -- thanks to them)
10703
10704 2001-12-14 [carsten]    0.6.5claws89
10705         * src/gtkutils.c
10706         * src/account.c
10707                 moved gtk_clist_moveto to the right place, so that
10708                 only the accounts dialog is effected on opening
10709
10710 2001-12-14 [carsten]    0.6.5claws88
10711         * src/gtkutils.c
10712                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10713                 now, so that the focused row will be seen in any case
10714                 (reported by wwp on sf-claws-user)
10715
10716 2001-12-14 [darko]      0.6.5claws87
10717
10718         * src/compose.c
10719                 remove unnecessary line
10720
10721 2001-12-14 [paul]       0.6.5claws86
10722
10723         * sync with sylpheed 0.6.5cvs27
10724                 see ChangeLog entries 2001-12-14
10725
10726 2001-12-14 [carsten]    0.6.5claws85
10727         * src/mainwindow.c
10728                 following a suggestion of Melvin the rcoabm pops up
10729                 right under the button now and the button is reliefed
10730                 while the popup is open
10731
10732 2001-12-14 [darko]      0.6.5claws84
10733
10734         * src/compose.c
10735                 fix crash when wrapping long lines if linewrap quotation
10736                 is disabled and wrapper encounters a word spanning more
10737                 than one line
10738
10739 2001-12-13 [paul]       0.6.5claws83
10740
10741         * src/compose.c
10742                 prefer 'Reply-To' header over mailing list header when
10743                 replying to a message. Finally prevent all those confirmation 
10744                 messages being sent to the list itself.
10745
10746         * src/summaryview.c
10747                 remove unused summary_set_menu_sensitive() entry
10748
10749 2001-12-13 [paul]       0.6.5claws82
10750
10751         * src/folderview.c
10752         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10753         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10754         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10755                 improvements to 'Hide read messages': Inbox, Outbox,
10756                 Trash, Queue, and Draft icons now reveal presence of hidden 
10757                 messages
10758
10759 2001-12-12 [alfons]     0.6.5claws81
10760
10761         0.6.5claws80 was tagged as LAST_STABLE
10762
10763         * src/filtering.[ch]
10764         * src/matcher.[ch]
10765         * src/matcher_parser_lex.c
10766                 fix the filtering; my last attempt to get it right, 
10767                 if it does not work, it's Hoa's turn. ;-)
10768
10769                 for my honourable peers:
10770                 
10771                 the code now makes a clear distinction between
10772                 rules as they are displayed (probably escaped),
10773                 and as they are executed (probably unescaped). the
10774                 parser does *NOT* do any unescaping, this is
10775                 the task of the matcher.c (which breaks up a
10776                 rule into condition) and the filtering.c (which
10777                 breaks up the rule's action). to make this
10778                 run happily we provide an unescaped copy of
10779                 crucial strings to the MatcherProp and 
10780                 FilteringAction structures. note that the only
10781                 exception to this is any REGEXP string. those
10782                 are directly passed to regcomp() and regexp()
10783                 (who have much more powerful unescape functions).
10784                 
10785                 for everyone else:
10786         
10787                 you can escape tab (\t), carriage return (\r),
10788                 linefeed (\n), form feed (\f), quote (\"), 
10789                 single quote (\'), bell (\b) in all the entry
10790                 lines in the scoring & filtering dialogs.
10791                 as an added bonus this should not affect
10792                 existing filtering rules.
10793
10794 2001-12-12 [carsten]    0.6.5claws80
10795
10796         * src/summaryview.c
10797         * po/de.po
10798                 "item(s) selected" is now sensitive to 1 or more
10799                 than one selected (nice for language where simple
10800                 adding of a "s" is not possible as German (Eintrag
10801                 ->Eintr"age)
10802                 
10803                 the "forward as attachment" entry from the right
10804                 click menu removed, "forward" acts following the
10805                 prefs
10806         
10807         * src/textview.c
10808                 reverted my former changes; so compiler warning again
10809                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10810                 nevertheless
10811
10812         * src/messageview.c
10813                 "search in message" does now *not* only work in MVIEW_TEXT
10814                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10815                 message
10816
10817         * src/mainwindow.c
10818                 removed "/File/_Close" as it was the same as "/File/E_xit"
10819                 and we don't need it two times
10820
10821                 the separate folder view and message view now get a distinct
10822                 WMCLASS, just in case someone is using sawfish ;-)
10823
10824                 as the menu entries "/View/Message view" and "/View/Folder tree"
10825                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10826                 make them sensitive accordingly and as these two are "shown"
10827                 after startup anytime check this menuitem at startup
10828
10829 2001-12-12 [paul]       0.6.5claws79
10830
10831         * src/folderview.c
10832                 fix sensitivity of 'Search folder...', broken in
10833                 0.6.5claws75
10834
10835         * src/mainwindow.c
10836                 fix dodgy English
10837
10838 2001-12-11 [carsten]    0.6.5claws78
10839         * src/filtering.c
10840                 fixed two typos returning a wrong FALSE/TRUE
10841         * src/mainwindow.[ch]
10842                 extra menu for email/news button removed
10843
10844 2001-12-11 [alfons]     0.6.5claws77
10845         
10846         * src/matcher.c                 (1.3)
10847         * src/matcher_parser_lex.l      (1.28)
10848                 revert for another attempt
10849                 mark 0.6.5claws77 as LAST_STABLE
10850
10851 2001-12-11 [christoph]  0.6.5claws76
10852
10853         * po/de.po
10854                 fixed wrong translation for prev. unread msg
10855
10856 2001-12-11 [paul]       0.6.5claws75
10857
10858         * src/folder.[ch]
10859         * src/folderview.c
10860         * src/mainwindow.c
10861         * src/summaryview.[ch]
10862         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
10863                 enable ability to hide read messages on per folder basis via 
10864                 '/Summary/Hide read messages'; when selected, a folder will 
10865                 have a red open folder icon, instead of a blue icon, if the 
10866                 folder contains hidden messges
10867                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
10868
10869         * src/mainwindow.c
10870                 remove '/Message/Forward as attachment' from 
10871                 main_window_set_menu_sensitive() to prevent debug warning
10872
10873         * src/folderview.c
10874         * src/mainwindow.c
10875                 Clean up some of the English
10876
10877         * tools/newscache_clean.pl
10878                 allow for new 'hidereadmsgs' entry in folderlist.xml
10879
10880         * po/es.po
10881                 updated translation, submitted by Ricardo Mones Lastra
10882
10883 2001-12-11 [paul]       0.6.5claws74
10884
10885         * sync with sylpheed 0.6.5cvs25
10886                 see ChangeLog entry 2001-12-11
10887
10888 2001-12-10 [alfons]     0.6.5claws73
10889
10890         * src/matcher.c
10891                 add more control characters
10892         * src/matcher_parser_lex.l
10893                 make escaping / unescaping work again
10894
10895 2001-12-10 [alfons]     0.6.5claws72
10896
10897         * src/imap.c
10898                 clean up warnings "returning value for void function" 
10899         * src/prefs_filtering.c
10900                 make info button for execute action sensitive
10901
10902 2001-12-10 [paul]       0.6.5claws71
10903
10904         * src/compose.c
10905         * src/imap.[ch]
10906         * src/summaryview.c
10907                 fix: imap server now gets informed of MARKED, UNMARKED
10908                 and REPLY events. Now people can use different IMAP-Mail
10909                 clients and have the exact same information about MARKED,
10910                 UNMARKED and REPLY status with all of them. Especially
10911                 useful for imap servers with a web-frontend.
10912                 submitted by Tobias Sandhaas <medlor@web.de>
10913
10914 2001-12-09 [melvin]     0.6.5claws70
10915         
10916         * src/textview.[ch]
10917                 fixed bug #490076 (hunted down by Alfons who implemented
10918                 a workaround in 0.6.5claws65)
10919
10920 2001-12-09 [christoph]  0.6.5claws69
10921
10922         * src/summaryview.c
10923                 set pointer to string in LOCKED column to NULL
10924                 (might fix bug #490800)
10925
10926 2001-12-09 [carsten]    0.6.5claws68
10927
10928         * po/de.po
10929                 resolved some cluttered menu shortcuts 
10930                 ('creating new email' and 'creating news message'
10931                 hade the same)
10932         * src/compose.c
10933                 wmclass now distinc from main window
10934         * src/mainwindow.c
10935           src/mainwindow.h
10936                 email/news and forward button functionality similar
10937                 to the reply buttons; removed the ugly dropdown arrows
10938                 and use instead the right mouse button
10939
10940 2001-12-09 [paul]       0.6.5claws67
10941
10942         * src/imap.c
10943         * src/utils.h
10944                 allow spaces in imap folder names
10945                 submitted by Willem van Engen <wvengen@stack.nl>
10946
10947 2001-12-09 [paul]       0.6.5claws66
10948
10949         * sync with sylpheed 0.6.5cvs24
10950                 see ChangeLog entry 2001-12-09
10951
10952 2001-12-08 [alfons]     0.6.5claws65
10953
10954         * src/textview.c
10955                 prevent secondary selection claim after "add to sender" dialog
10956                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
10957                 we trick GTK by simulating a click at (0, 0) in the textview.
10958
10959 2001-12-08 [hoa]        0.6.5claws64
10960
10961         * src/folder.c
10962                 fixed a bug about the .processing folder name while filtering
10963
10964 2001-12-08 [alfons]     0.6.5claws63
10965
10966         * src/folderview.c 
10967                 work around problem of not correctly updating folder stats
10968                 when deleting messages. there's some folder scanning evil
10969                 going so the folderview_update_msg_num() does not work
10970                 correctly. need to investigate this.
10971
10972 2001-12-08 [paul]       0.6.5claws62
10973
10974         * sync with sylpheed 0.6.5cvs23
10975                 see ChangeLog entry 2001-12-08
10976
10977 2001-12-07 [christoph]  0.6.5claws61
10978
10979         * src/compose.c
10980                 fix another header translation problem
10981
10982 2001-12-07 [alfons]     0.6.5claws60
10983
10984         * src/mbox.c
10985                 make filtering also work on local spool mbox
10986
10987 2001-12-07 [carsten]    0.6.5claws59
10988         * src/addressbook.c
10989                 addressbook window gets a wmclass distinct from the main
10990                 sylpheed window
10991         * src/compose.h
10992         * src/mainwindow.[ch]
10993                   forward menu item will use mode selected in prefs, forward 
10994                 as attatchment in menu removed (will be substituted in the
10995                 toolbar similar to reply buttons)
10996                   create news message menu entry and news button is now 
10997                 sensitive to the existance of a news account
10998         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
10999         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11000         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11001                 these are removed because the toolbar buttons don't show
11002                 the quoting modus any longer
11003
11004 2001-12-07 [paul]
11005
11006         * tools/newscache_clean.pl      ** NEW FILE **
11007                 perl script to do some tidying up in the newscache directory 
11008                 
11009         * tools/sylpheed-switcher       ** NEW FILE **
11010                 perl script to enable easy switching between main and claws
11011                 
11012         * tools/README
11013                 added descriptions of the two new perl scripts          
11014
11015
11016 2001-12-07 [melvin]     0.6.5claws58
11017
11018         * src/messageview.c
11019                 fixed a warning during compilation introduced in 0.6.5claws56
11020
11021 2001-12-07 [paul]       0.6.5claws57
11022
11023         * src/mainwindow.[ch]
11024         * src/menu.[ch]
11025                 further usability enhancements to replying with or without 
11026                 quoting via the toolbar, use of Ctrl key is replaced by 
11027                 drop down menu 
11028                 Submitted by Carsten Schurig            
11029
11030 2001-12-07 [melvin]     0.6.5claws56
11031
11032         * src/messageview.c
11033                 hack to fix bug that prevented to make/paste selections
11034                 after switching between MVIEW_TEXT and MVIEW_MIME views
11035                 without deselecting the selection first.
11036
11037 2001-12-06 [alfons]     0.6.5claws55
11038
11039         * src/filtering.[ch]
11040         * src/inc.c
11041                 revise filtering a little bit more, and make sure
11042                 messages are delivered to the appropriate inbox
11043                 (perhaps set per account)
11044
11045 2001-12-06 [paul]       0.6.5claws54
11046
11047         * sync with sylpheed 0.6.5cvs22
11048                 see ChangeLog entry 2001-12-06
11049
11050 2001-12-05 [alfons]     0.6.5claws53
11051
11052         * src/inc.c
11053         * src/folder.[ch]
11054         * src/procmsg.c
11055         * src/filtering.c
11056                 more revisions of filtering system
11057                 (last stable version is marked as LAST_STABLE)
11058                 
11059                 | NOTE 1): the filtering system now uses a local folder called
11060                 | .processing. if filtering fails, check this directory
11061                 | for missing messages.
11062                 |
11063                 | NOTE 2): help us find the filtering actions still missing
11064
11065 2001-12-05 [paul]       0.6.5claws52
11066
11067         * src/mainwindow.c
11068                 fix bug where 'Empty Trash?' pop-up window appears even
11069                 when Trash is empty, submitted by Jesse Skinner         
11070
11071 2001-12-05 [melvin]     0.6.5claws51
11072
11073         * src/compose.c
11074                 fixed bug #486106 to select correct account when reediting 
11075                 a queued message
11076         
11077 2001-12-04 [alfons]     0.6.5claws50
11078
11079         * src/mh.c
11080                 declare markfile in appropriate functions when
11081                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11082                 for spotting this)
11083
11084 2001-12-04 [paul]       0.6.5claws49
11085
11086         * sync with sylpheed 0.6.5cvs21
11087                 see ChangeLog entry 2001-12-04
11088
11089 2001-12-03 [christoph]  0.6.5claws48
11090
11091         * po/de.po
11092                 changed translation of undo
11093         * src/account.c
11094         * src/folder.c
11095                 don't reinvent the wheel to traverse a GNode
11096         * src/compose.[ch]
11097                 seperate code to create the compose gui into functions
11098                 add "Others" page with folder selection for saving copy
11099                 of the message.
11100                 the folder identifier is saved to queue header
11101         * src/procmsg.c
11102                 save message to folder in queue header
11103
11104 2001-12-03 [paul]       0.6.5claws47
11105
11106         * sync with sylpheed 0.6.5cvs20
11107                 see ChangeLog entry 2001-12-03
11108
11109 2001-12-01 [paul]
11110
11111         * more sync with sylpheed 0.6.5cvs19
11112                 see ChangeLog entry 2001-11-29
11113
11114 2001-11-30 [paul]       0.6.5claws46
11115         
11116         * src/compose.c
11117                 remove conflicts introduced by Hoa's last commit
11118          
11119         * src/mainwindow.c
11120                 make 'Message/Bounce' sensitive
11121
11122 2001-11-30 [hoa]        0.6.5claws45
11123
11124         * src/compose.c
11125                 slightly change bounce function to add
11126                 information about the user that bounced the mail
11127                 in the From header line.
11128
11129         * src/folderview.c
11130                 permit the use of processing in outbox folder.
11131
11132 2001-11-29 [paul]       0.6.5claws44
11133
11134         * src/mainwindow.[ch]
11135         * src/prefs_common.c
11136         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11137         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11138         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11139                 usability enhancements to the quoting, implements
11140                 use of Ctrl key to toggle quoting settings
11141                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11142
11143 2001-11-29 [paul]       0.6.5claws43
11144         
11145         * sync with sylpheed 0.6.5cvs19
11146                 see ChangeLog entry 2001-11-28
11147
11148 2001-11-29 [melvin]     0.6.5claws42
11149         * src/Makefile.am
11150                 added enriched.[ch] to the list of files
11151
11152         * src/textview.c
11153         * src/mimeview.c
11154         * src/procmime.[ch]
11155         * src/enriched.[ch]
11156                 added support to view text/enriched
11157                 added support to show headers in message view for text/enriched and text/html
11158                         in non multipart messages
11159
11160 2001-11-28 [paul]       0.6.5claws41
11161
11162         * more sync with sylpheed 0.6.5cvs18
11163                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11164
11165 2001-11-27 [paul]       0.6.5claws40
11166         
11167         * po/pt_BR.po
11168                 updated translation, submitted by Fabio Junior Beneditto
11169                 
11170         * sync with sylpheed 0.6.5cvs18
11171                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11172                 2001-11-27
11173
11174
11175 2001-11-26 [paul]
11176
11177         * po/es.po
11178                 updated translation, submitted by Ricardo Mones Lastra
11179
11180 2001-11-26 [alfons]
11181
11182         * src/matcher.c
11183                 add more translatable strings
11184
11185 2001-11-26 [christoph]  0.6.5claws39
11186
11187         * po/de.po      
11188                 fixed one more umlaut
11189         * src/compose.c
11190                 fix translated header when it should not be translated
11191
11192 2001-11-26 [paul]       0.6.5claws38
11193
11194         * src/mainwindow.c
11195                 remove '/Message/Add Sender to address book' from 
11196                 main_window_set_menu_sensitive(), prevent debug warning
11197                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11198
11199 2001-11-26 [paul]       0.6.5claws37
11200
11201         * src/summaryview.c
11202                 fix 'recurring unread state' bug 
11203
11204         * tools/README 
11205         * tools/filter_conv.pl
11206                 read name of top level mailbox from folderlist.xml
11207                 and presume nothing about its name              
11208
11209 2001-11-26 [darko]      0.6.5claws36
11210
11211         * src/gtkstext.[ch]
11212                 removed functions that are now in gtkutils.c
11213                 use gtkut_text_is_uri_string() from gtkutils.c
11214         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11215
11216 2001-11-26 [paul]       0.6.5claws35
11217
11218         * sync with sylpheed 0.6.5cvs16
11219                 see ChangeLog entries 2001-11-25 and 2001-11-26
11220
11221 2001-11-25 [alfons]     0.6.5claws34
11222
11223         EXPERIMENTAL!!! Please checkout the last stable version using: 
11224           
11225         % cvs update -r LAST_STABLE -dRAP
11226
11227         (Or help us testing this stuff.)
11228
11229         * src/filtering.c               (1.14)
11230         * src/filtering.h               (1.6)
11231         * src/inc.c                     (1.28)
11232         * src/matcher.c                 (1.20)
11233         * src/mbox.c                    (1.9)
11234         * src/procmsg.h                 (1.14)
11235         * src/summaryview.c             (1.59)
11236         * src/summaryview.h             (dunno)
11237                 revert/merge/sync to as it was before commit 
11238                 on Thu, 19 Jul 2001 10:15:51 -0700.
11239
11240 2001-11-25 [hoa]        0.6.5claws33
11241
11242         * src/main.c
11243                 processing mails at startup
11244
11245         * src/folderview.c
11246         * src/summaryview.[ch]
11247                 processing mails when entering folder
11248
11249         * src/prefs_filtering.c
11250                 fixed some UI bugs
11251
11252 2001-11-24 [alfons]     0.6.5claws32
11253
11254         * src/summaryview.[ch]
11255                 make summary sort headers work, and also make
11256                 sure the sort type is stored
11257
11258 2001-11-23 [alfons]     0.6.5claws31
11259
11260         * src/summaryview.[ch]
11261                 make lock work like mark
11262                 disallow deleting messages marked as locked
11263
11264 2001-11-23 [alfons]     0.6.5claws30
11265
11266         * src/gtkstext.c
11267         * src/compose.[ch]
11268         * src/Makefile.am
11269         * src/undo.[ch]
11270                 merge undo patch submitted by Jens
11271
11272 2001-11-23 [christoph]  0.6.5claws29
11273
11274         * src/.cvsignore
11275                 added ylwrap
11276         * src/compose.c
11277                 fixed gpg signing and encoding
11278         * src/folder.[ch]
11279         * src/main.c
11280                 added --status option to get new, unread and total
11281                 message count from a running sylpheed
11282         * src/prefs_common.c
11283                 temporary fix for reply_with_quote problem
11284                 (don't call functions for non existing widget)
11285         * src/procmsg.c
11286                 one more check for ignored threads but still not
11287                 always working correctly. probably a recursive
11288                 check for all parents is needed
11289
11290 2001-11-23 [darko]      0.6.5claws28
11291
11292         * src/compose.c
11293                 wrapping on send improvements
11294         * src/gtkutils.[ch]
11295                 fix for GtkSText after last sync with main branch
11296                 GTK_TEXT -> GTK_STEXT
11297
11298 2001-11-23 [paul]       0.6.5claws27
11299
11300         * sync with sylpheed 0.6.5cvs14
11301                 see ChangeLog entries 2001-11-22 and 2001-11-23
11302                 
11303         * po/de.po
11304                 fixed the scrambled umlauts 
11305                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11306
11307 2001-11-21 [paul]       0.6.5claws26
11308
11309         * sync with sylpheed 0.6.5cvs12
11310                 see 2nd ChangeLog entry dated 2001-11-20
11311
11312 2001-11-20 [paul]       0.6.5claws25
11313
11314         * sync with sylpheed 0.6.5cvs11
11315                 see ChangeLog entry 2001-11-19 (src/utils.c)
11316
11317 2001-11-20 [hiro]
11318
11319         * src/compose.c
11320                 GTK_TEXT -> GTK_STEXT
11321                 fix for wrong comment
11322
11323 2001-11-20 [hiro]       0.6.5claws24
11324
11325         * src/compose.[ch]
11326                 more merges from main branch
11327                 removed fatal warnings (uninitialized variables etc.)
11328                 some coding style fix
11329         * src/gtkutils.h
11330                 fixed typo.
11331         * src/addressbook.c
11332           src/addrindex.c
11333                 V-Card -> vCard
11334
11335 2001-11-19 [hoa]        0.6.5claws23
11336
11337         * src/filtering.c
11338         * src/prefs_scoring.c
11339         * src/matcher.[ch]
11340         * src/scoring.c
11341                 cleaning code
11342
11343         * src/matcher_parser_parse.y
11344         * src/prefs_filtering.c
11345                 bouncing
11346
11347 2001-11-19 [alfons]     0.6.5claws22
11348
11349         more of my old things into claws
11350
11351         * src/Makefile.am
11352         * src/prefs_common.c
11353         * src/procmsg.h
11354         * src/summaryview.[ch]
11355         * src/prefs_summary_column.c
11356         * src/pixmaps/locked.xpm
11357                 add indicators for locking of message in summary view
11358                 (does not work yet, only visual indicator)
11359
11360 2001-11-19 [paul]       0.6.5claws21
11361
11362         * sync with sylpheed 0.6.5cvs10
11363                 see ChangeLog entry 2001-11-19
11364
11365 2001-11-18 [alfons]     0.6.5claws20
11366         
11367         * src/filtering.c
11368                 remove an inadvertent free I forgot in previous clean up 
11369
11370 2001-11-18 [alfons]     0.6.5claws19
11371
11372         * src/filtering.[ch]
11373                 clean up & plug leaks
11374
11375 2001-11-18 [paul]       0.6.5claws18
11376
11377         * sync with sylpheed 0.6.5cvs9
11378                 see ChangeLog entries 2001-11-17 and 2001-11-18
11379
11380 2001-11-16 [paul]       0.6.5claws17
11381
11382         * sync with sylpheed 0.6.5cvs8
11383                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11384
11385 2001-11-16 [paul]       0.6.5claws16
11386
11387         * sync with sylpheed 0.6.5cvs7
11388                 see ChangeLog entries 2001-11-15 and 2001-11-16
11389
11390 2001-11-15 [hoa]        0.6.5claws15
11391
11392         * src/compose.c
11393                 fix bounce, mails we received couln't be bounced to ourself.
11394
11395         * src/defs.h
11396         * src/filtering.[ch]
11397         * src/matcher.[ch]
11398         * src/matcher_parser.h
11399         * src/matcher_parser_lex.l
11400         * src/matcher_parser_parse.y
11401         * src/inc.c
11402         * src/main.c
11403         * src/mbox.c
11404         * src/prefs_filtering.[ch]
11405         * src/mainwindow.c
11406         * src/prefs_matcher.c
11407         * src/prefs_scoring.c
11408         * src/scoring.[ch]
11409         * src/summaryview.c
11410                 new matcher/filter/score configuration file parser
11411                 one unique configuration file => ~/.sylpheed/matcherrc
11412                 import in currently automatic, then save are made
11413                 in this new file.
11414                 one filter per folder and one global filter
11415                 (filter of a folder will be used as folder processing)
11416
11417         * src/folder.c
11418                 fix a bug in folder_item_get_identifier
11419                 
11420         * src/messageview.c
11421                 receive receipt return are fixed.
11422
11423 2001-11-14 [alfons]     0.6.5claws14
11424
11425         * src/session.h
11426                 add things from main branch to make claws compile
11427
11428 2001-11-14 [paul]       0.6.5claws13
11429
11430         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11431                 see ChangeLog entries 2001-11-08 to 2001-11-14
11432
11433 2001-11-14 [hoa] 0.6.5claws12
11434
11435         * src/compose.[ch]
11436         * src/mainwindow.c
11437         * src/summaryview.c
11438                 add "bounce mail" option
11439
11440 2001-11-13 [christoph]  0.6.5claws11
11441
11442         * src/compose.c
11443                 Cleanup a mess i add before commiting
11444
11445 2001-11-13 [hoa]        0.6.5claws10
11446
11447         * src/compose.c
11448                 some fixes when mail are sent or
11449                 for crossposts
11450
11451 2001-11-13 [christoph]  0.6.5claws9
11452
11453         * po/de.po
11454                 Changed two string with the same translation
11455         * src/compose.c
11456         * src/procmsg.[ch]
11457         * src/send.[ch]
11458                 New mailsending process:
11459                   - Always queue message before sending
11460                     (message will be saved if sylpheed crashed or
11461                      freezes while sending)
11462                   - Allow queuing of newspostings
11463                   - No copy in outbox before sending
11464                     (closes bug #469501)
11465                   - No more redundant code for send and send_later
11466         * src/summaryview.c
11467                 Applied wwp <subscript@free.fr>'s patch that fixes
11468                 marks for multiple forwarded messages (+compose.c)
11469
11470 2001-11-12 [alfons]
11471
11472         * README.claws
11473                 remove things that are now in main branch
11474         
11475         * po/nl.po
11476                 update Dutch translation
11477
11478 2001-11-12 [mhadasht]   0.6.5.claws8
11479
11480         * src/prefs_common.c
11481                 re-enabled account autoselection feature for forward
11482                 and reedit lost during the branch point for SYNC-B4-REL
11483         * src/gtkspell.c
11484                 gtkpspell_get_dict(): more readable code (even if function is
11485                 not used yet)
11486         * ChangeLog.claws
11487                 added version number info to 2001-11-12 [hiro] comment.
11488
11489 2001-11-12 [hiro]       0.6.5.claws7
11490
11491         * src/compose.c
11492                 compose_forward(): fixed a bug that forward quote mark
11493                 wasn't used.
11494                 removed unnecessary code.
11495         * src/template_select.[ch]: removed.
11496
11497 2001-11-11 [alfons]
11498
11499         * src/compose.c
11500                 :%s/GTK_TEXT/GTK_STEXT/g
11501         
11502         * src/compose.[ch]
11503         * src/undo.[ch]
11504         * src/Makefile.am
11505                 revert the undo stuff (this is 0.6.6claws stuff)
11506
11507 2001-11-11 [hoa]        0.6.5.claws6
11508
11509         * src/compose.[ch]
11510                 Insert signature at the end of the text.
11511                 Added undo patch but currently disabled
11512
11513         * src/procmsg.c
11514                 Threading by subject improved.
11515
11516         * added src/undo.[ch]
11517                 Undo module for compose dialog box.
11518
11519 2001-11-11 [alfons]     0.6.5.claws5
11520
11521         * src/procmsg.c
11522                 prevent threading by subject on nodes that have already been
11523                 threaded by in-reply-to (as in "circular references in a tree
11524                 result in a dead branch")
11525
11526 2001-11-09 [hoa]        0.6.5.claws4
11527         
11528         * src/folderview.c
11529                 allows creation of mbox folder item from any files.
11530
11531 2001-11-09 [alfons]     0.6.5.claws3
11532         
11533         * src/utils.c
11534         * src/procmsg.c
11535                 do what I mean and correct threading by subject so it really
11536                 ignores attracting lines without "Re: "
11537
11538 2001-11-07 [alfons]     0.6.5.claws2
11539
11540         * src/procmsg.c
11541         * src/utils.[ch]
11542                 only attract by subject if a subject line starts with a "Re: "
11543         * src/syldap.c
11544                 remove warning
11545
11546 2001-11-07 [paul]       0.6.5claws1
11547
11548         * sync with sylpheed 0.6.5. release
11549                 see ChangeLog entry 2001-11-07
11550
11551 2001-11-07 [paul]       0.6.4claws31
11552
11553         * sync with sylpheed 0.6.4cvs18
11554                 see ChangeLog entries 2001-10-30 to 2001-11-07
11555                 prefs_templates.[ch] renamed prefs_template.[ch]
11556
11557 2001-11-06 [alfons]
11558         
11559         * src/utils.h
11560                 add semicolon Hoa forgot ;-)
11561                 
11562
11563 2001-11-06 [hoa]        0.6.4claws30
11564         
11565         * src/procmsg.c
11566         * src/summaryview.c
11567         * src/utils.c
11568         * src/utils.h
11569                 threading by subject - empty subject are ignored
11570
11571 2001-11-06 [christoph]  0.6.4claws29
11572
11573         * src/socket.c
11574                 use SSL_peek for sock_gets
11575         * src/utils.c
11576                 removed unneeded pointer in extracting quoted
11577                 names implementation
11578
11579 2001-11-06 [melvin]     0.6.4claws28
11580
11581         * src/gtkspell.c
11582                 fixed bug #476792 Selection overtyping with spell checker
11583                 fixed bug which could cause a buffer overflow
11584                 fixed a memory leak
11585
11586 2001-11-06 [hoa]        0.6.4claws27
11587         
11588         * src/procmsg.c
11589         * src/summaryview.c
11590                 threading by subject
11591
11592 2001-11-05 [alfons]     0.6.4claws26
11593         
11594         * README.claws
11595                 Claws -> Sylpheed (vice versa)
11596
11597         * src/compose.c
11598                 :%s/gtk_text/gtk_stext/g
11599                 :%s/GTK_TEXT/GTK_STEXT/g
11600                 (thanks to Jonathan Ware for spotting this)
11601
11602 2001-11-04 [christoph]  0.6.4claws25
11603
11604         * src/summaryview.c
11605                 replace Xalloca + strdup with Xstrdup_a
11606         * src/utils.c
11607                 better implementation of extracting quoted names
11608                 from addresses (remove backlashes and ignore
11609                 quotes after them)
11610
11611 2001-11-04 [alfons]     0.6.4claws24
11612
11613         * src/utils.[ch]
11614                 edit to comply more with coding style
11615
11616         * src/textview.c
11617                 fix bug reported by Kim Schulz. introduced by the patch integrated
11618                 in 0.6.4claws15. the code did not check the return value of
11619                 the html parser.
11620
11621         * AUTHORS
11622                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11623
11624 2001-11-04 [christoph]  0.6.4claws23
11625
11626         * src/main.c
11627         * src/prefs_common.[ch]
11628                 init some pointers that possibly caused a segfault
11629                 reported in the claws-users ML
11630
11631 2001-11-04 [hoa]        0.6.4claws22
11632
11633         * src/grouplistdialog.c
11634                 change the names of the nodes in the tree
11635
11636         * src/compose.c
11637                 enhanced mailto syntax as described in
11638                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11639                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11640
11641         * src/utils.c
11642                 encode and decode URI (useful when opening URL into
11643                 netscape).
11644
11645 2001-11-03 [hoa]        0.6.4claws21
11646
11647         * src/grouplistdialog.c
11648                 a new newsgroups list selection dialog box
11649                 with a CTree instead of a CList
11650
11651 2001-11-03 [hoa]        0.6.4claws20
11652
11653         * src/folderview.c
11654                 enable property and scoring options when right
11655                 click on "inbox"
11656
11657         * src/summaryview.c
11658                 fixed bug when nickname were displayed using
11659                 the address book.
11660
11661 2001-11-02 [darko]      0.6.4claws19
11662
11663         * src/compose.c
11664                 new wrap quotation and URL/long words wrapping implementation
11665         * src/compose.c src/gtkstext.[ch]
11666                 move gtkstext_strncmp() to gtkstext.c
11667
11668 2001-11-01 [christoph]  0.6.4claws18
11669
11670         * src/prefs_account.c
11671                 fixed mess in account settings dialog
11672         * src/prefs_folder_item.c
11673                 added label with folder path to dialog
11674
11675 2001-10-31 [match]      0.6.4claws17
11676
11677         * src/vcard.c
11678                 fix memory leak.
11679         * src/addrbook.c
11680                 fix generation of spurious address book file names.
11681                 remove redundant functions.
11682         * po/POTFILES.in
11683                 added missing file names.
11684
11685 2001-10-30 [paul]       0.6.4claws16
11686
11687         * sync with sylpheed 0.6.4cvs6
11688                 see ChangeLog entries 2001-10-26 to 2001-10-30
11689
11690         * tools/filter_conv.pl
11691                 read folderlist.xml to discover whether the top-level
11692                 folder is called 'Mailbox' or 'Mail' 
11693
11694 2001-10-29 [paul]       0.6.4claws15
11695
11696         * src/html.c, src/textview.c
11697                 activate links in html mail and fix clickable parts
11698                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11699
11700 2001-10-29 [paul]
11701
11702         * po/de.po, po/es.po, po/pt_BR/po
11703                 updated translations, submitted by Jens Oberender,
11704                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11705
11706 2001-10-29 [darko]      0.6.4claws14
11707
11708         * src/compose.c
11709                 fix wrapping for good
11710
11711 2001-10-29 [darko]
11712
11713         * src/compose.c
11714                 undo previous change as it broke the smart wrapping
11715
11716 2001-10-29 [darko]      0.6.4claws13
11717
11718         * src/compose.c
11719                 fix infinite loop when long URL is quoted
11720                 (closes bug #475122.
11721
11722 2001-10-28 [match]
11723
11724         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11725                 import Mutt address book
11726         * src/ldif.[ch] src/importldif.h
11727                 modified import LDIF handle user attributes
11728
11729 2001-10-28 [christoph]  0.6.4claws12
11730
11731         * src/summaryview.c
11732                 fixed that filtering did not work if there
11733                 were no filter rules
11734                 (closes bug #472003 and better implementation
11735                  of patch #474644)
11736
11737 2001-10-27 [christoph]  0.6.4claws11
11738
11739         * src/compose.c
11740                 make the folder's default account to be used when
11741                 replying. (patch by wwp <subscript@free.fr>)
11742         * src/compose.c
11743                 code cleanup, nearly killed all of wwp's patch
11744                 for folder's default account in compose
11745         * src/folderview.c
11746                 error panel when a folder could not be created
11747                 (closes bug #471080 new folder name & already
11748                  existing file)
11749
11750 2001-10-26 [alfons]
11751
11752         * src/utils.h
11753                 change prototype of strstr2() that Christoph forgot about
11754
11755 2001-10-26 [christoph]  0.6.4claws10
11756
11757         * src/account.c
11758                 made search for accounts by email address not case
11759                 sensitive
11760         * src/folder.c
11761                 fixed memory leak in folder_item_get_identifier
11762         * src/gtkspell.c
11763         * src/utils.c
11764                 fixed wrong strstr2 (should work like strstr)
11765
11766 2001-10-26 [darko]      0.6.4claws9
11767
11768         * src/compose.c src/gtkstext.[ch]
11769         * src/gtkstext.c
11770                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11771
11772 2001-10-26 [paul]       0.6.4claws8
11773
11774         * src/html.c
11775                 ignore css and javascript tags in html mail
11776                 case-insensitive, with or without double-quoted
11777                 strings
11778
11779 2001-10-26 [paul]       0.6.4claws7
11780
11781         * sync with sylpheed 0.6.4cvs1
11782                 see ChangeLog entry 2001-10-26
11783
11784         * src/prefs_account.c, src/prefs_common.c,
11785           src/prefs_summary_column.c
11786                 minor improvements to the English
11787
11788 2001-10-25 [alfons]     0.6.4claws6
11789
11790         * src/gtkstext.c
11791         
11792                 make GtkSText follow style of GtkText (closes bug 
11793                 #469211 "text selection while writing message")
11794                 
11795                 do sync with GTK 1.2.10
11796
11797 2001-10-25 [paul]       0.6.4claws5
11798
11799         * src/html.c
11800                 ignore css tags in html mail
11801
11802 2001-10-25 [darko]      0.6.4claws4
11803
11804         * src/compose.c
11805                 don't declare is_url_string as static function since
11806                 we need it in gtkstext.c
11807         * src/gtkstext.c
11808                 remove unused variable
11809                 don't wrap long URLs while composing a message
11810
11811 2001-10-24 [christoph]  0.6.4claws3
11812
11813         * src/socket.c
11814                 fix ssl deadlock, when peer closes connection
11815
11816 2001-10-24 [paul]       0.6.4claws2
11817
11818         * src/prefs_common.c
11819                 gettextize the gpg ascii-armored warning message
11820
11821         * src/compose.c
11822                 insert a DOS/MAC file into the composed message
11823                 (improvements)
11824
11825         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11826
11827 2001-10-22 [paul]       0.6.4claws1
11828
11829         * sync with sylpheed 0.6.4 release
11830                 see ChangeLog entries 2001-10-21
11831
11832         * po/fr.po, po/pt_BR.po
11833                 updated by Melvin Hadasht and Fabio Junior Beneditto
11834
11835 2001-10-21 [paul]       0.6.3claws30
11836
11837         * src/compose.c
11838                 insert a DOS text file from the compose window
11839                 into the composed message text (removes CRs characters)
11840                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
11841
11842         * tools/filter_conv.pl, tools/README
11843                 automatically use ~/.sylpheed as working directory
11844                 print out confirmation message on completion
11845
11846         * correct Hoa's last ChangeLog.claws entry
11847
11848 2001-10-20 [hoa]        0.6.3claws29
11849
11850         * src/grouplistdialog.c
11851                 bugfix (another ?) to give the right
11852                 newsgroups list for each news server.
11853
11854         * src/news.c
11855         * src/news.h
11856                 improve the newsgroups list cache
11857
11858 2001-10-20 [paul]       0.6.3claws28
11859
11860         * sync with sylpheed 0.6.3cvs9
11861                 see ChangeLog entry 2001-10-19
11862
11863         * correct Alfons' last ChangeLog.claws entry
11864
11865 2001-10-19 [alfons]
11866
11867         * src/pgptext.[ch]
11868                 fix compilation problems (part of bug #472895)
11869
11870 2001-10-18 [hoa]        0.6.3claws27
11871
11872         * src/grouplistdialog.c
11873                 bugfix when we refresh was clicked (bug 472701)
11874
11875 2001-10-19 [christoph]  0.6.3claws26
11876
11877         * src/compose.c
11878                 last header entry should default to "To:" or
11879                 "Newsgroups:" and not copy the last entry line
11880                 in a new compose window
11881                 (closes bug #472686, #470792)
11882
11883 2001-10-19 [paul]       0.6.3claws25
11884
11885         * sync with Sylpheed 0.6.3cvs8
11886                 see ChangeLog entries 2001-10-18 and 2001-10-19
11887
11888 2001-10-18 [christoph]  0.6.3claws24
11889
11890         * src/procmsg.c
11891                 reimplement ignore thread
11892         
11893 2001-10-18 [hoa]        0.6.3claws23
11894
11895         * src/folderview.c
11896         * src/grouplistdialog.[ch]
11897                 enhanced news subscription interface (feature 469113)
11898
11899         * src/news.c
11900         * src/news.h
11901                 enchanced newsgroup listing,
11902                 now, we can get groups informations
11903                 (NNTPGroupInfo)
11904
11905 2001-10-18 [paul]       0.6.3claws22
11906
11907         * src/summaryview.c
11908                 remove comment (sync with main branch)
11909         * src/mainwindow.c
11910                 fix 'Re-edit' bug in 'Message' menu
11911
11912 2001-10-17 [christoph]  0.6.3claws21
11913
11914         * src/compose.c
11915                 ignore empty or whitespace only header lines
11916
11917 2001-10-17 [paul]       0.6.3claws20
11918
11919         * sync with sylpheed 0.6.3cvs7
11920                 see ChangeLog entries 2001-10-14, 2001-10-16, and
11921                 2001-10-17
11922
11923 2001-10-17 [darko]
11924
11925         * src/compose.c
11926                 wrap long lines without spaces
11927                 don't wrap URLs
11928
11929 2001-10-16 [paul]
11930
11931         * po/es.po, po/nl.po, po/pt_BR.po
11932                 updated by Ricardo Mones Lastra, Alfons,
11933                 and Fabio Junior Beneditto
11934
11935         * sylpheed-0.6.3claws released
11936
11937 2001-10-15 [melvin] 0.6.3claws18
11938
11939         * README.claws
11940                 added summary and detailed installation instructions
11941                 for spell checker
11942         * po/fr.po
11943                 Updated, corrected and completed french translation
11944
11945 2001-10-15 [hoa] 0.6.3claws17
11946         * src/grouplistdialog.c
11947                 we can choose the newsgroups to display with wildcards
11948
11949 2001-10-15 [christoph]  0.6.3claws16
11950
11951         * src/account.c
11952         * src/compose.c
11953         * src/prefs_folder_item.[ch]
11954                 applied wwp <subscript@free.fr>'s folder
11955                 default account patch
11956         * po/de.po
11957                 Fixed wrong translation
11958
11959 2001-10-13 [alfons, christoph, melvin]  
11960                         0.6.3claws15
11961
11962         solution #2 to solve MT-safety problems defers all GUI related calls
11963         to the main thread using a gtk_idle_add() callback. discussed on
11964         ircnet #sylpheed, with christoph spotting some issues with the
11965         original code, and melvin allowing us to lobotomize his sylpheed.
11966
11967         * src/syldap.[ch], src/main.c
11968                 fix race problem in ldap search thread by deferring GUI 
11969                 stuff to main thread using gtk_idle_add()
11970
11971 2001-10-13 [paul]       0.6.3claws14
11972
11973         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
11974                 add Sergey's smtpcred.patch
11975                 adds separate username/password setting for SMTP Auth
11976                 needed by some servers
11977                 (closes feature request #471659)
11978
11979 2001-10-13 [paul]       0.6.3claws13
11980
11981         * src/pgptext.[ch] **NEW FILES**
11982         * src/Makefile.am, src/messageview.c, src/mimeview.c
11983                 decrypt ascii-armored gpg text embedded in
11984                 the message body.
11985                 Submitted by Jens Jahnke <jan0sch@gmx.net>
11986
11987 2001-10-13 [christoph]  0.6.3claws12
11988
11989         * README.claws
11990                 some more details on default to and
11991                 feature requests
11992         * src/main.c
11993                 init glib threading when ldap is used
11994         * src/syldap.c
11995                 threading fixes
11996         * po/de.po
11997                 fixed a typo
11998
11999 2001-10-12 [paul]       0.6.3claws11
12000
12001         * src/prefs_common.[ch], src/rfc2015.c
12002                 enable ascii-armored gpg text to be embedded in the
12003                 message body, selectable through the 'Privacy'
12004                 preferences. Supports encrypting only.
12005                 Submitted by Ravemax <ravemax@dextrose.com>
12006
12007 2001-10-12 [paul]       0.6.3claws10
12008
12009         * sync with sylpheed 0.6.3cvs6
12010                 see ChangeLog entries 2001-10-11 and 2001-11-12
12011
12012         * src/folderview.c
12013                 incorporated mbox folders, scoring, and folder
12014                 properties into the sync
12015
12016 2001-10-12 [darko]      0.6.3claws9
12017
12018         * README.claws
12019                 describe quotation wrapping
12020         * src/compose.c
12021                 don't treat tab as space to calculate line length properly
12022
12023 2001-10-11 [alfons]
12024
12025         * README.claws
12026                 correct description of how to make new filtering system work,
12027                 add some other things
12028                 
12029         * src/syldap.c
12030                 remove sched_yield() (not necessary / unportable)
12031
12032 2001-10-11 [paul]       0.6.3claws8
12033
12034         * sync with sylpheed 0.6.3cvs3
12035                 see ChangeLog entry 2001-10-10
12036
12037 2001-10-10 [christoph]  0.6.3claws7
12038
12039         * .cvsignore
12040                 ignore 2 files created by newer autotools
12041         * src/prefs_folder_item.c
12042                 using table for widget alignment
12043                 fixed memory leak and broken octal display
12044         * src/filesel.c
12045                 fixed segfault caused by lost filename
12046                 workaround (closes bug #469551)
12047
12048 2001-10-10 [paul]       0.6.3claws6
12049
12050         * sync with sylpheed 0.6.3cvs2
12051                 see ChangeLog entries 2001-10-09 and 2001-10-10
12052
12053 2001-10-10 [darko]      0.6.3.claws5
12054
12055         * src/gtkstext.c
12056                 proper calculation of right margin if smart wrapping is enabled
12057         * src/compose.c
12058                 automatically wrap long lines if wrap quotation is enabled
12059
12060 2001-10-09 [alfons]     0.6.3.claws4
12061
12062         * src/summaryview.c
12063                 select correct row when deleting last row in the summary view (and
12064                 close bug "[ #469104 ] select second last in list when deleting")
12065
12066 2001-10-09 [paul]       0.6.3claws3
12067
12068         * sync with sylpheed 0.6.3cvs1
12069                 updated some autotool scripts
12070
12071 2001-10-09 [darko]      0.6.3claws2
12072
12073         * src/gtkstext.[ch]
12074                 new name and mark with Sylpheed comment
12075         * src/compose.c
12076                 smart quotation wrapping a-la VIM
12077
12078 2001-10-08 [paul]       0.6.3claws1
12079
12080         * sync with sylpheed 0.6.3 release
12081                 see ChangeLog entry 2001-10-08
12082
12083 2001-10-08 [paul]       0.6.2claws24
12084
12085         * src/summaryview.c
12086                 more sync with sylpheed 0.6.2cvs12
12087                 Fixed the bug that didn't select the last row correctly
12088
12089
12090 2001-10-07 [paul]       0.6.2claws23
12091
12092         * sync with sylpheed 0.6.2cvs12
12093                 see ChangeLog entry 2001-10-07
12094
12095 2001-10-06 [match]
12096         * src/jpilot.[ch]
12097                 enable jpilot to read unsynch'ed addresses.
12098
12099         * src/editldap_basedn.c
12100                 fix segfault when opening dialog.
12101
12102 2001-10-06 [alfons]     0.6.2.claws22
12103
12104         * src/summaryview.c
12105                 fix bug with summary view selecting last *inserted*
12106                 node instead of last *visible* node. remember we
12107                 work with a tree
12108
12109 2001-10-06 [paul]       0.6.2claws21
12110
12111         * po/pt_BR.po
12112                 updated translation, contains some fixes and new
12113                 translations, submitted by Gustavo Noronha Silva
12114                 <kov@debian.org>
12115
12116         * src/prefs_common.c
12117                 change 'each' to 'every' - fix dubious English
12118
12119         * sync with sylpheed 0.6.2cvs11
12120
12121 2001-10-05 [alfons]     0.6.2claws20
12122
12123         * src/mainwindow.[ch], src/folderview.c
12124                 make composite tool button switch between "Compose News"
12125                 and "Compose Mail" depending on selected folder
12126                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12127
12128 2001-10-05 [paul]       0.6.2claws19
12129
12130         * src/mainwindow.c, src/summaryview.c
12131                 fix 'Message/Reply to all', broken in last commit
12132
12133         * src/compose.c
12134                 fix X_BEENTHERE seg fault, thanks to Alfons
12135
12136 2001-10-04 [paul]       0.6.2claws18
12137
12138         * src/compose.[ch], src/mainwindow.c
12139                 make "Message/Reply" reply to mailing lists; matches
12140                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12141                 based on portions of the patch submitted by
12142                 Junichi Uekawa <dancer@netfort.gr.jp>
12143
12144 2001-10-04 [darko]      0.6.2claws17
12145
12146         * src/compose.c
12147                 better smart wrapping
12148         * src/gtkstext.[hc]
12149                 a function to make text buffer contiguous
12150
12151 2001-10-03 [paul]       0.6.2claws16
12152
12153         * sync with sylpheed 0.6.2cvs10
12154
12155 2001-10-02 [alfons]
12156
12157         * configure.in
12158         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12159                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12160                 references to chinese translations (hope someone picks up
12161                 this)
12162
12163 2001-10-02 [christoph]  0.6.2claws15
12164
12165         * src/compose.c
12166                 fixed non translated header bug
12167         * ChangeLog.claws
12168                 fixed wrong date in alfons last entry ;)
12169
12170 2001-10-02 [alfons]     0.6.2claws14
12171
12172         * src/compose.c, src/prefs_common.[ch]
12173                 add block cursor option
12174
12175 2001-10-02 [paul]       0.6.2claws13
12176
12177         * sync with sylpheed 0.6.2cvs9
12178
12179 2001-09-30 [paul]       0.6.2claws12
12180
12181         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12182                 updated translations
12183
12184         * po/POTFILES.in
12185                 add 'src/importldif.c'
12186
12187         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12188                 added eudora-to-vCard conversion tool
12189                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12190
12191         * sync with sylpheed 0.6.2cvs8
12192
12193 2001-09-30 [paul]
12194
12195         * sylpheed-0.6.2claws released
12196
12197 2001-09-27 [melvin]     0.6.2claws11
12198
12199         * src/gtkspell.c
12200                 fixed crash when using default path (introduced 
12201                 in 0.6.2claws10)
12202                 fixed tiny bug for initial suggestion mode
12203
12204 2001-09-27 [melvin]     0.6.2claws10
12205         
12206         * src/gtkspell.c
12207                 fixed bug where gtkpspell didn't set the path correctly
12208
12209         * README.claws
12210                 added a paragraph about spell checking
12211                 
12212
12213
12214 2001-09-27 [paul]       0.6.2claws9
12215
12216         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12217                 replace '// comments' with '/* comments */' to prevent
12218                 some compiler warnings 
12219
12220         * sync with sylpheed 0.6.2cvs6
12221
12222 2001-09-26 [alfons]     0.6.2claws8
12223
12224         * src/messageview.c
12225                 introduce return receipt request notification again,
12226                 which was lost because of other semantics in 
12227                 procheader_parse() (???)
12228
12229 2001-09-26 [christoph]  0.6.2claws7
12230
12231         * src/compose.c
12232                 replace comments for old code with #if 0
12233                 readded auto cc, bcc and reply-to
12234         * src/prefs_matcher.c
12235         * src/prefs_scoring.c
12236                 removed some definition (was moved to
12237                 prefs.h)
12238
12239 2001-09-26 [paul]       0.6.2claws6
12240
12241         * src/mainwindow.c
12242                 make 'Follow-up and reply to' sensitive
12243
12244         * more sync with sylpheed 0.6.2cvs5
12245
12246 2001-09-25 [melvin]
12247
12248         * 0.6.2claws5
12249
12250         * src/gtkspell.c
12251                 fixed bug for "US-ASCII" introduced by the encoding code
12252
12253 2001-09-25 [paul]
12254
12255         * 0.6.2claws4
12256
12257         * src/prefs_common.[ch], src/summaryview.c
12258                 'next unread msg' 'go to next folder?' dialog can be
12259                 given default behaviour, either always show dialog,
12260                 or assume 'yes', or assume 'no'
12261                 Submitted by wwp <subscript@free.fr>
12262
12263 2001-09-25 [melvin]
12264                 
12265         * src/compose.c src/gtkspell.[ch]
12266                 added support for different encodings
12267
12268 2001-09-25 [paul]
12269
12270         * more sync with sylpheed 0.6.2cvs5
12271
12272 2001-09-24 [alfons]
12273         
12274         * src/prefs_folder_item.c
12275                 add check for item->prefs->default_to string is NULL and
12276                 add another check when freeing this string
12277
12278 2001-09-24 [paul]
12279
12280         * configure.in
12281                 change to version 0.6.2claws3
12282
12283         * sync with sylpheed 0.6.2cvs5 
12284
12285 2001-09-24 [match]
12286         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12287                 import LDIF files.
12288         * src/addrcache.[ch], addrindex.[ch]
12289                 small update for future
12290         * src/addrbook.c
12291                 fix test XML file.
12292
12293 2001-09-24 [melvin]
12294         * src/gtkspell.[ch]
12295                 added 'Learn from mistakes' option
12296                 better handling of quotes in checked words
12297                 sorted dict list
12298         * po/fr.po
12299                 small update for spell checking stuff
12300
12301 2001-09-23 [alfons]
12302         
12303         * src/gtkspell.c
12304                 edit a little bit so it complies more with main coding style
12305
12306 2001-09-23 [alfons]
12307
12308         * src/folder.[ch], prefs_folder_item.c, compose.c
12309                 migrate "request return receipt" folder property
12310                 to folderlist.xml
12311
12312 2001-09-22 [alfons]
12313
12314         * README.claws **NEW**
12315                 (add things of interest for users of main branch 
12316                 and claws here)
12317
12318         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12319                 re-implement threading per folder option, but store 
12320                 the setting in folderlist.xml (where it belongs)
12321
12322 2001-09-21 [melvin]
12323
12324         * src/gtkspell.[ch]
12325                 fixed bug when compose window is under another window
12326         * src/prefs_common.[ch] src/compose.c
12327                 changed 'dictionary_path' to 'dictionary' to be consistent
12328                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12329         * ac/pspell.m4 src/Makefile.am 
12330                 dropped PSPELL_PATH macro
12331         * po/fr.po
12332                 updated translations
12333
12334 2001-09-21 [christoph]
12335
12336         * src/compose.c
12337                 added border around header fields
12338                 keep header type when new field is added
12339
12340 2001-09-20 [christoph]
12341
12342         * src/utils.[ch]
12343                 more portable debug_print with source filename
12344                 and linenumber
12345         * src/procmsg.c
12346                 more newlines after debug messages
12347
12348 2001-09-20 [paul]
12349
12350         * configure.in
12351                 change to version 0.6.2claws2
12352
12353         * sync with sylpheed 0.6.2cvs3
12354
12355 2001-09-19 [melvin]
12356
12357         * src/gtkspell.c
12358                 fixed the post-right-click focus pb
12359                 fixed crash when 'Spell check all' after dict change 
12360                         and when cursor is at the end of the text
12361                 shift-right-click pops up config menu even on misspelled words.
12362         * po/POTFILES.in
12363                 added gtkspell.c
12364
12365 2001-09-19 [melvin]
12366
12367         * src/about.c
12368                 added pspell to compiled-in features list
12369
12370 2001-09-18 [melvin]
12371
12372         * switched to pspell and dropped ispell
12373         * ac/pspell.m4
12374                 new file. autoconf macro for pspell
12375         * ac/Makefile.am 
12376         * configure.in acconfig.h
12377                 added pspell support
12378         * src/Makefile.am
12379         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12380         * src/prefs_common.[ch] 
12381                 added pspell support
12382
12383 2001-09-18 [christoph]
12384
12385         * src/addr_compl.c
12386         * src/template.[ch]
12387                 replace LOG_MESSAGE with debug_print
12388         * src/compose.[ch]
12389                 gui improvements
12390         * src/menu.c
12391                 added newline after debug message
12392         * src/utils.h
12393                 using __VA_ARGS__ for debug_print macro
12394         * tools/.cvsignore
12395                 ignore Makefile and Makefile.in
12396
12397 2001-09-18 [paul]
12398
12399         * configure.in
12400                 change to version 0.6.2claws1
12401         * sync with sylpheed 0.6.2cvs1
12402
12403         * src/matcher.c 
12404         * src/prefs_matcher.c
12405                 add 'score equal to' option, submitted by
12406                 Paul Evans <nerd@freeuk.com>
12407
12408 2001-09-15 [christoph]
12409
12410         * src/mainwindow.c
12411                 comment out menu entry not existing in claws
12412         * src/menu.c
12413                 add debug output for non existing menu entries
12414         * src/summaryview.c
12415                 fix next/prev unread message for ignored threads
12416         * src/utils.[ch]
12417                 add sourcefile and line number to debug output
12418                 otherwise it is sometimes hard to find the
12419                 source code part if debug messages are translated
12420
12421 2001-09-14 [darko]
12422         
12423         * src/folderview.c
12424                 refresh target folder style after colour is changed
12425
12426 2001-09-13 [paul]
12427
12428         * configure.in
12429                 change to version 0.6.1claws3
12430
12431         * sync with sylpheed 0.6.1cvs6
12432
12433 2001-09-13 [darko]
12434         
12435         * src/folderview.c
12436                 fix target folder colourization to use user selected colour
12437
12438 2001-09-12 [darko]
12439         
12440         * src/summaryview.c
12441                 fix crash when message that is marked for copy/move is unmarked
12442
12443 2001-09-09 [paul]
12444
12445         * configure.in
12446                 change to version 0.6.1claws2
12447
12448         * sync with sylpheed 0.6.1cvs3
12449
12450 2001-09-09 [alfons]
12451         
12452         * src/folderview.c
12453                 fix bug with default font used for trash folder text
12454
12455 2001-09-06 [paul]
12456
12457         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12458                 updated translations
12459
12460         * configure.in
12461                 change to version 0.6.1claws1
12462
12463         * sync with sylpheed 0.6.1cvs2
12464
12465 2001-09-03 [paul]
12466
12467         * po/POTFILES.in
12468                 add Match's new addressbook
12469
12470         * po/de.po
12471                 updated translation submitted by Jens Oberender
12472
12473 2001-09-02 [paul]
12474
12475         * configure.in
12476                 change to 0.6.1claws
12477         * sync with sylpheed 0.6.1 release
12478
12479 2001-09-02 [paul]
12480
12481         * configure.in
12482                 change to 0.6.0claws2
12483
12484         * sync with sylpheed 0.6.0cvs4
12485
12486         * po/pt_BR.po
12487                 updated translation submitted by Fabio Junior Beneditto
12488
12489 2001-09-01 [match]
12490         * pixmaps/
12491                 interface.xpm
12492                 book.xpm
12493                 address.xpm
12494         * src/
12495                 Makefile.am
12496                 a ton of new files
12497
12498 2001-08-31 [paul]
12499
12500         * configure.in
12501                 change to version 0.6.0claws1
12502
12503         * sync with sylpheed 0.6.0cvs1
12504
12505         * po/es.po
12506                 updated translation submitted by Ricardo Mones Lastra
12507
12508         * po/POTFILES.in
12509                 add 'src/prefs_templates.c'
12510
12511         * src/compose.c, src/summaryview.c
12512                 fix segfault on 'Re_edit'               
12513
12514 2001-08-30 [alfons]
12515
12516         * configure.in, Makefile.am
12517         * tools/Makefile.am
12518                 add tools directory to source distribution
12519
12520 2001-08-30 [paul]
12521
12522         * configure.in
12523                 change to version 0.6.0claws
12524
12525         * sync with sylpheed 0.6.0 release
12526
12527 2001-08-30 [christoph]
12528
12529         * configure.in
12530                 removed autoconf version check
12531
12532 2001-08-30 [paul]
12533
12534         * src/account.c, src/compose.c, src/prefs_common.[ch]
12535         * src/procheader.[ch] src/utils.[ch]
12536                 Enhanced automatic account selection on replies
12537                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12538
12539         * configure.in
12540                 add LDAP and JPilot to the configuration results output.
12541
12542 2001-08-29 [christoph]
12543
12544         * src/summeryview.c
12545                 no bold font for ignored threads
12546
12547 2001-08-29 [paul]
12548
12549         * configure.in
12550                 change to version 0.5.3claws6
12551
12552         * sync with sylpheed 0.5.3cvs10
12553                 src/stringtable.[ch]: New Files
12554
12555         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12556         * src/pixmaps/sylpheed.xpm
12557                 add mini-icons to windows (by Alfons)
12558
12559 2001-08-27 [paul]
12560
12561         * src/mainwindow.c
12562                 new functions: next_labeled_cb(), prev_labeled_cb()
12563
12564         * src/summaryview.c
12565                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12566                 summary_select_next_labeled(), summary_select_prev_labeled()
12567
12568         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12569                 give claws blue folders and a blue trash can
12570
12571 2001-08-27 [paul]
12572
12573         * configure.in
12574                 change to version 0.5.3claws5
12575
12576         * sync with sylpheed 0.5.3cvs9
12577                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12578
12579 2001-08-24 [christoph]
12580
12581         * src/filesel.c
12582                 keep filename when browsing directories
12583                 (not working for user entered filename, but
12584                  for default name and selected filename from
12585                  file list)
12586         * src/mainwindow.c
12587                 fixed wrong spelling "Folllow-up"
12588         * src/mbox_folder.c
12589         * src/procmsg.c
12590         * src/summaryview.c
12591                 fixed new/unread message count with ignored
12592                 threads (2 commits, first didn't notice no
12593                 longer needed decreasing)
12594         * src/inc.c
12595                 readded scrolling of progress dialog
12596                 (lost in sync)
12597
12598 2001-08-24 [paul]
12599
12600         * configure.in
12601                 change to 0.5.3claws4
12602
12603         * sync with sylpheed 0.5.3cvs7
12604
12605 2001-08-24 [christoph]
12606
12607         * src/compose.c
12608                 set request return receipt when replying
12609                 if it is set is the folder prefs of the
12610                 message
12611         * src/inc.c
12612                 disable final error popup if popups are
12613                 disabled in config (again)
12614
12615 2001-08-23 [paul]
12616
12617         * configure.in
12618                 Change version number to 0.5.3claws3
12619
12620         * sync with sylpheed 0.5.3cvs5
12621
12622         * src/mimeview.c
12623                 double quote '%s' in 'gedit %s' to fix bug when
12624                 opening attachment with spaces in the name
12625
12626 2001-08-22 [alte]
12627         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12628           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12629                 initial message templates support
12630
12631
12632 2001-08-22 [paul]
12633
12634         * configure.in
12635                 change version number to 0.5.3claws2
12636
12637         * sync with sylpheed 0.5.3cvs4
12638
12639         * src/procmsg.h src/summaryview.c
12640                 re-implement (un)ignore thread
12641
12642 2001-08-21 [paul]
12643
12644         * src/summaryview.c
12645                 remove unnecessary code
12646         * src/compose.c
12647                 enable 'dynamic' signatures (submitted by
12648                 Eric Limpens <eric@hscg-internet.nl>)
12649
12650 2001-08-21 [paul]
12651
12652         clean up after sync with sylpheed 0.5.3 release
12653
12654         * src/folderview.c
12655                 fix re-introduced font mess, see Christoph's
12656                 entry 2001-06-24
12657
12658         * src/summaryview.c
12659                 remove prev_msgnum
12660                 use sylpheed's small font instead of
12661                 gtk default font for summary view
12662
12663
12664 2001-08-17 [paul]
12665
12666         * configure.in
12667                 add pl to ALL_LINGUAS - sync with main branch
12668
12669         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12670                 Updated. Translations by Jens Oberender, Ricardo Mones
12671                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12672
12673         * po/pl.po  ** NEW FILE **
12674                 sync with the main branch
12675
12676         * src/folderview.c
12677                 fix target folder colorizing and refresh problem
12678
12679
12680 2001-08-17 [christoph]
12681
12682         * src/mainwindow.c
12683                 claws uses 4 colors for target folder coloring.
12684                 arrays were not long enough and destroyed the
12685                 stack causing a segfault.
12686                 target folder colorizing does not work anymore
12687                 for me
12688
12689 2001-08-16 [paul]
12690
12691         * configure.in
12692                 change to version 0.5.3claws1
12693
12694         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12695           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12696           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12697
12698                 sync with sylpheed 0.5.3 release, but keep claws method of
12699                 configuring/saving fonts
12700
12701         * src/addressbook.[ch]
12702                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12703                 in line with a similar change in Hiroyuki's branch
12704
12705         * src/mainwindow.[ch]
12706                 disable main_window_set_thread_option()
12707         * src/prefs_folder_item.c
12708                 comment out &tmps_prefs.enable_thread,
12709         * src/mbox_folder.c, src/procmsg.[ch]
12710                 comment out MSG_IS_IGNORE_THREAD
12711         * src/summaryview.c
12712                 comment out summary_ignore_thread() and summary_unignore_thread()
12713                 comment out MSG_IS_IGNORE_THREAD
12714
12715                 use Hiroyuki's threading instead.
12716
12717
12718
12719 2001-08-15 [paul]
12720
12721         * src/account.c
12722                 use Hiroyuki's 0.5.3 column scheme but also
12723                 include the enable/disable button.
12724         * src/pixmaps/mark.xpm
12725                 add Hiroyuki's amended pixmap
12726
12727 2001-08-13 [christoph]
12728
12729         * src/account.c
12730                 receive at get all column showed wrong state for APOP
12731                 button should only work for POP3 and APOP accounts
12732         * src/prefs_account.c
12733                 added missing preprocessor statement for SSL
12734
12735 2001-08-12 [paul]
12736
12737         * src/account.[ch]
12738                 add 'receive at get all' column and enable/disable
12739                 button.
12740
12741 2001-08-06 [christoph]
12742
12743         * src/account.c
12744                 show usage of SSL in protocol column
12745
12746         * src/imap.c
12747         * src/inc.c
12748                 renamed ssl options
12749
12750         * src/prefs_account.[ch]
12751                 moved ssl options to a new page
12752
12753         * src/send.c
12754         * src/smtp.c
12755         * src/ssl.[ch]
12756                 renamed ssl options
12757                 added support for SMTP STARTTLS command
12758
12759 2001-08-05 [christoph]
12760
12761         * configure.in
12762                 debian autoconf needs version check to find
12763                 correct autoconf version. if the file is
12764                 named configure.in 2.13 is used, which does
12765                 not work with this configure.in script.
12766                 other solution would be to rename the script
12767                 to configure.ac as suggested in the autoconf
12768                 manual.
12769
12770         * src/inc.c
12771                 disable final error popup if popups are
12772                 diabled in config
12773
12774         * src/socket.c
12775                 bugfix in ssl_gets
12776                 fixes IMAP over SSL problem
12777
12778 2001-08-03 [paul]
12779
12780         * configure.in
12781                 change to 0.5.2claws1
12782
12783         * sync with sylpheed 0.5.2cvs1
12784
12785 2001-08-02 [alfons]
12786
12787         * configure.in
12788                 quick fix for ispell detection...
12789
12790 2001-08-01 [paul]
12791
12792         * configure.in
12793                 change to 0.5.1claws4
12794
12795         * sync with sylpheed 0.5.1cvs7
12796
12797 2001-07-31 [alfons]
12798
12799         * src/prefs_common.c, src/prefs_common.h, 
12800           src/gtkspell.c, src/gtkspell.h
12801                 add global spelling checker settings (compose tab) +
12802                 selection of dictionary 
12803           
12804         * configure.in  
12805                 guess valid ispell location
12806
12807 2001-07-31 [paul]
12808
12809         * po/POTFILES.in
12810                 removal of 'src/quote_fmt_parse.c'
12811         * po/de.po
12812                 Updated de.po
12813                 (submitted by Jens Oberender <didge@suse.de>)
12814
12815 2001-07-31 [darko]
12816
12817         * src/folder.[ch]
12818         * src/folderview.[ch]
12819         * src/mainwindow.c
12820         * src/mh.c
12821         * src/prefs_common.[ch]
12822         * src/summaryview.c
12823                 target folder colourization
12824
12825 2001-07-30 [paul]
12826
12827         more sync with Sylpheed 0.5.1cvs6 
12828
12829 2001-07-30 [darko]
12830
12831         * src/mh.c
12832         * src/prefs_folder_item.[hc]
12833         * src/summaryview.c
12834                 shared folders support with a GUI
12835
12836 2001-07-29 [paul]
12837
12838         0.5.1claws3
12839
12840         * sync with Sylpheed 0.5.1cvs6
12841
12842 2001-07-29 [paul]
12843
12844         * po/pt_BR.po
12845                 updated
12846                 (submitted by Fabio Junior Beneditto)
12847
12848 2001-07-28 [paul]
12849
12850         * src/procmime.c
12851         * AUTHORS
12852                 patch to correct bad image mime headers
12853                 (submitted by Don Quijote <dq@searchlores.org>)
12854
12855 2001-07-28 [paul]
12856
12857         * tools/gif2xface.pl   **NEW FILE**
12858         * tools/README
12859                 script to convert file.gif to file.xface for
12860                 use in a custom header.
12861                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
12862
12863 2001-07-27 [alfons]
12864         
12865         * configure.in
12866                 change macros for detecting JPilot and LDAP
12867
12868 2001-07-27 [christoph]
12869
12870         * src/filtering.c
12871                 code cleanup (MIN / MAX warning, needed casting)
12872
12873 2001-07-27 [alfons]
12874
12875         * procheader.c
12876                 disallow setting flags when detecting certain headers
12877                 (X-Status, Status, Seen, X-Seen). 
12878         
12879         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
12880
12881 2001-07-27 [christoph]
12882
12883         * src/prefs_filter.c
12884         * src/prefs_filtering.c
12885         * src/prefs_matcher.c
12886         * src/prefs_scoring.c
12887                 scroll list when moving rows up or down
12888
12889         * src/imap.c
12890         * src/imap.h
12891         * src/prefs_account.c
12892         * src/prefs_account.h
12893         * src/send.c
12894                 SMTP over SSL (untested, feedback requested)
12895                 IMAP over SSL
12896
12897         * src/ssl.c
12898                 code cleanup
12899
12900 2001-07-26 [alfons]
12901         
12902         * configure.in, acconfig.h
12903                 define CLAWS (need this for main / claws detection)
12904
12905 2001-07-25 [alfons]
12906
12907         * configure.in
12908                 Sylpheed 0.5.1claws2
12909                 
12910         * sync with Sylpheed 0.5.1cvs4
12911
12912 2001-07-25 [christoph]
12913
12914         * src/scoring.c
12915                 fixed segfault
12916                 item->prefs == NULL (don't know why)
12917
12918 2001-07-25 [alfons]
12919
12920         * configure.in
12921                 Sylpheed 0.5.1claws1
12922
12923         * sync with Sylpheed 0.5.1cvs1-3
12924
12925 2001-07-24 [christoph]
12926
12927         * src/folderview.c
12928         * src/prefs_folder_item.[ch]
12929                 added folderitem preferences dialog with
12930                 default To: and auto request return receipt
12931
12932         * src/compose.[ch]
12933         * src/menu.[ch]
12934                 changes to handle new folderitem preferences
12935
12936         * src/mainwindow.c
12937         * src/summaryview.c
12938                 call compose new mail with current folderitem
12939
12940 2001-07-24 [alfons]
12941
12942         Release Sylpheed 0.5.1claws
12943
12944         * configure.in
12945                 change to release version 0.5.1claws
12946
12947 2001-07-24 [christoph]
12948
12949         * src/summaryview.c
12950                 fixed segfault that happend when the selected
12951                 message was removed while retrieving new messages.
12952
12953         * po/es.po
12954                 updated translation
12955                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
12956
12957 2001-07-22 [alfons]
12958
12959         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
12960         this is a work in progress, for more information: http://nlpagan.net/sylman 
12961         
12962         * configure.in, src/mainwindow.c, manual/Makefile.am
12963                 add support for English manual
12964
12965         * AUTHORS
12966                 add authors of user manuals
12967
12968         * manual/en/sylpheed*.html
12969                 add English documentation
12970
12971 2001-07-22 [christoph]
12972
12973         * po/POTFILES.in
12974                 added src/ssl.c
12975         * src/ssl.c
12976                 changed a wrong debug message
12977
12978 2001-07-22 [alfons]
12979
12980         * po/nl.po
12981                 update Dutch translation
12982
12983         * src/prefs_filtering.c, 
12984           src/prefs_matcher.c
12985                 add more translatable strings           
12986
12987 2001-07-21 [alfons]
12988
12989         0.5.0claws7
12990
12991         * configure.in
12992                 change version
12993
12994         * src/inc.c, src/summaryview.[ch]
12995                 prevent update of mark file when filtering has done, by
12996                 using a variable; this affects two functions:
12997                         inc.c::inc_finished()
12998                         summaryview.c::summary_show()
12999
13000 2001-07-20 [alfons]
13001
13002         * src/filtering.[ch], src/prefs_filtering.c, 
13003           src/matcher.[ch]
13004                 add filtering action for label coloring 
13005
13006         * po/POTFILES.in
13007                 add labelcolors.c
13008
13009         * added src/labelcolors.c
13010         * added src/labelcolors.h
13011         * src/Makefile.am, src/summaryview.c
13012                 rearrange label coloring code
13013
13014         * src/procmsg.h
13015                 add more parentheses so label colouring works correctly
13016
13017         * src/filtering.c
13018                 don't really delete message, but move it to Trash
13019
13020         * src/prefs_matcher.c
13021                 add quote options to info dialog
13022
13023 2001-07-20 [christoph]
13024
13025         * src/Makefile.am
13026         * src/inc.c
13027         * src/main.[ch]
13028         * src/socket.h
13029         * src/ssl.[ch] (new)
13030                 moved ssl stuff to a seperate file
13031
13032 2001-07-20 [darko]
13033
13034         * src/summaryview.c
13035                 fix show sender using address book with no e-mail
13036                 address in From: field
13037
13038 2001-07-19 [alfons]
13039
13040         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13041                 fix messy handling of escaping... now at least the
13042                 execute command is useful. escape char is '\', we
13043                 accept \n and \r too. 
13044
13045                 Real life example:
13046                 
13047                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13048                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13049
13050 2001-07-18 [alfons]
13051
13052         0.5.0claws6
13053
13054         * src/summaryview.c
13055                 clean up
13056
13057         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13058           src/procmsg.[ch]
13059                 revise filtering; currently move, copy, marking have
13060                 been tested. if you like bleeding edge stuff, you
13061                 should definitely go for this version :)
13062
13063         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13064
13065 2001-07-17 [christoph]
13066
13067         * src/utils.c
13068                 timestamp log
13069
13070 2001-07-17 [alfons]
13071
13072         0.5.0claws5
13073
13074         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13075           bits in the mark file, without affecting either branch. Lots of
13076           files changed, also in claws branch.
13077
13078           UNTESTED: use of mbox folders
13079
13080         * src/summaryview.c
13081                 added mark all read; however this was a quick hack used for
13082                 cleaning up mess after initial merge with Hiroyuki
13083
13084         * configure.in
13085                 change claws version number back to 0.5.0claws5 to clear up 
13086                 confusion & pretension (recent release was technically 
13087                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13088
13089 2001-07-16 [alfons]
13090
13091         sync with Hiroyuki's 0.5.0cvs4
13092
13093 2001-07-16 [alfons]
13094
13095         0.5.1claws3
13096
13097         * src/filtering.[ch]
13098                 remove invalid updating of mark files for 
13099                 filter actions MATCHING_ACTION_MOVE and 
13100                 MATCHING_ACTION_DELETE; this should fix the
13101                 folder update bug
13102                 
13103         * src/procmsg.c
13104                 revert Christoph's stab at fixing the folder 
13105                 update bug
13106
13107         * po/POTFILES.in
13108                 add missing files with translatable strings
13109
13110         * src/summaryview.c
13111                 remove debug print
13112
13113 2001-07-15 [alfons]
13114
13115         * src/addr_compl.[ch], src/prefs_filtering.c
13116                 make "filtering pref dialog's destination entry" an
13117                 "address completable entry", if filter destination is 
13118                 an email address
13119
13120         0.5.1claws2
13121         
13122         sync with Hiroyuki's 0.5.0cvs2-3
13123
13124 2001-07-15 [christoph]
13125
13126         * src/procmsg.c
13127                 fixed folder stats update after incorporation
13128
13129 2001-07-15 [alfons]
13130
13131         * src/summaryview.c
13132                 * finish label colouring stuff (for now)
13133                 * fix incorrect colour bug (off by one) 
13134
13135 2001-07-14 [alfons]
13136
13137         * src/mainwindow.c
13138                 change text labels for news and mail message so there's
13139                 plenty of toolbar estate left
13140
13141         * configure.in
13142                 0.5.1claws1
13143
13144         * src/folderview.c
13145           src/folder.[ch]
13146                 sync with Hiroyuki's 0.5.0cvs1
13147
13148         * src/summaryview.c
13149                 more rewrite label colouring
13150
13151 2001-07-14 [alfons]
13152
13153         * src/summaryview.[ch]
13154                 * start rewrite label colouring 
13155                 * fix proper location "Add Sender To Addressbook" menu item
13156
13157 2001-07-13
13158
13159         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13160         (actually this is 0.5.0claws4)
13161
13162 2001-07-13 [alfons]
13163
13164         * po/pt_BR.po
13165                 * fix duplicate message
13166                 * add updated Portugese / Brazilian translation
13167                   submitted by Fabio Junior Beneditto
13168
13169 2001-07-12 [alfons]
13170
13171         * AUTHORS
13172                 add Jens
13173
13174         * po/nl.po
13175                 add updated Dutch translation
13176
13177         * po/de.po
13178                 add updated German translation submitted by Jens
13179
13180 2001-07-11 [alfons]
13181
13182         Prerelease before 0.5.0claws. Please test.
13183         This version is temporarily tagged as VERSION_0_5_0_TEST
13184
13185         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13186           src/prefs_scoring.c, src/prefs_matcher.c, 
13187           src/prefs_filtering.c, src/mbox.c, 
13188           src/main.c, src/inc.c, src/filtering.[ch]
13189                 revert new Hoa's new matcher (does not work yet)
13190
13191         * src/Makefile.am
13192                 clean up
13193
13194 2001-07-10
13195
13196         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13197
13198
13199 2001-07-10 [alfons]
13200
13201         * Makefile.am
13202                 add ChangeLog.claws to EXTRA_DIST
13203         * src/Makefile.am
13204                 add matcher_parser_parse.h to EXTRA_DIST
13205
13206 2001-07-10 [christoph]
13207
13208         * src/inc.c
13209                 add destination folder to table of
13210                 folders that need to be updated after
13211                 incorporation
13212
13213 2001-07-10 [alfons]
13214
13215         * folder.[ch]
13216           folderview.c
13217                 make collapse state of folders and folder items persistent, i.e.
13218                 if you collapse a folder tree, the next time sylpheed-claws starts 
13219                 up the folder tree remains collapsed.  
13220                 
13221 2001-07-10 [christoph]
13222
13223         * acconfig.h
13224         * configure.in
13225                 added --enable-ssl
13226         * src/md5.[ch]
13227                 renamed MD5_CTX to MD5_CTX_syl
13228                 conflicts with a struct in openssl
13229         * src/inc.c
13230         * src/main.[ch]
13231         * src/prefs_account.[ch]
13232         * src/socket.[ch]
13233                 SSL support for POP
13234         * src/mainwindow.c
13235                 fixed compose with current account
13236                 broken by new compose button stuff
13237
13238 2001-07-09 [hoa]
13239
13240         * AUTHORS
13241                 changed my email address
13242
13243         * src/matcher_parser_parse.y
13244                 clean the parser to remove conflicts
13245
13246 2001-07-09 [alfons]
13247
13248         * AUTHORS
13249                 add Match Grun
13250
13251         * configure.in
13252                 fix incorrect description of --enable-ldap parameter
13253
13254         * src/prefs_common.[ch]
13255           src/compose.c
13256                 add experimental option "smart wrapping" which makes the
13257                 compose editor auto wrap.
13258                 
13259                 | TODO: the problem with the buggy cursor handling is caused |
13260                 | by the GtkText. when deleting / backspacing text its       |
13261                 | wrapping algorithm does not take in account the previous   |
13262                 | line. should find a way to hack this in.                   |
13263                 | or should perhaps combine this with the word wrapping      |
13264                 | patch i wrote in january.                                  |
13265
13266         * src/about.c
13267                 show build parameters for LDAP and JPilot
13268
13269         * src/summaryview.c
13270                 revert Christoph's bugfix for selecting next unread message, 
13271                 because folder stats aren't updated correctly
13272
13273 2001-07-08 [hoa]
13274
13275         * src/filtering.c
13276         * src/mainwindow.c
13277         * src/matcher.c
13278         * src/matcher_parser_lex.l
13279         * src/matcher_parser_parse.y
13280         * src/prefs_filtering.c
13281         * src/prefs_scoring.c
13282         * src/scoring.c
13283                 bugfix of the config file parser
13284
13285 2001-07-08 [alfons]
13286
13287         * src/Makefile.am
13288                 added generated matcher sources to BUILT_SOURCES
13289
13290 2001-07-08 [hoa]
13291
13292         * src/Makefile.am
13293         * src/.cvsignore
13294                 added new config file parser
13295
13296         * src/scoring.[ch]
13297         * src/filtering.[ch]
13298         * src/matcher.[ch]
13299         * src/prefs_filtering.c
13300         * src/prefs_matcher.c
13301         * src/prefs_scoring.c
13302         * added src/matcher_parser.h
13303         * added src/matcher_parser_lex.h
13304         * added src/matcher_parser_lex.l
13305         * added src/matcher_parser_parse.y
13306                 lex & yacc config file parser
13307
13308         * src/mbox.c
13309         * src/inc.c
13310         * src/main.c
13311                 changes prefs_filtering into global_filtering           
13312
13313         * src/summaryview.c
13314                 build threads with subjects only if "Re: " is at the
13315                 beginning of the subject
13316
13317 2001-07-07 [paul]
13318
13319         0.5.0claws
13320
13321         sync with sylpheed 0.5.0
13322                 change of version number only
13323
13324 2001-07-06 [paul]
13325
13326         0.5.0claws5
13327
13328         sync with sylpheed 0.5.0pre5
13329
13330 2001-07-05 [paul]
13331
13332         sync with sylpheed 0.5.0pre4 release
13333                 /po and /manual/ja not sync'ed
13334
13335 2001-07-04 [paul]
13336
13337         more sync with sylpheed 0.5.0pre4
13338
13339 2001-07-03 [christoph]
13340
13341         * src/addressbook.c
13342                 fixed address book broken by address book
13343                 for VCard, JPilot, LDAP
13344
13345 2001-07-03 [alfons]
13346
13347         * src/matcher.c
13348         * src/textview.c
13349                 stopped memory leaks
13350
13351 2001-07-03 [paul]
13352
13353         more sync with sylpheed 0.5.0pre4
13354
13355 2001-07-02 [match]
13356
13357         * included address book patch for VCard, JPilot, LDAP
13358         * pref_common.c - fixed Font options on Display tab (cosmetic)
13359         * alertpanel.c - fixed truncated message
13360
13361 2001-07-02 [christoph]
13362
13363         * src/mbox_folder.c
13364         * src/procmsg.[ch]
13365         * src/summaryview.c
13366                 mark threads for ignoring
13367
13368 2001-07-02 [paul]
13369
13370         0.5.0claws4
13371
13372         * sync with sylpheed 0.5.0pre4
13373                 updated gettext to 0.10.38.
13374
13375 2001-07-01 [paul]
13376
13377         * src/ mainwindow.c
13378         * src/procmsg.h
13379         * src/summaryview.[ch]
13380                 new right-click option: Label.
13381                 substitute for 'Mark-->Mark/Unmark', colours the line.
13382                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13383
13384 2001-07-01 [christoph]
13385
13386         * src/folderview.c
13387                 fixed font for trash
13388         * src/summaryview.c
13389                 move ctree to unread message
13390
13391 2001-07-01 [paul]
13392
13393         * sync with sylpheed 0.5.0pre3 release
13394
13395 2001-06-30 [alfons]
13396
13397         * src/filesel.[ch]
13398         * src/compose.c
13399                 allow inserting / attaching multiple files in
13400                 the composer window
13401
13402 2001-06-30 [paul]
13403
13404         * src/codeconv.c
13405                 small change to Alfons' previous stuff so that it
13406                 actually makes
13407
13408 2001-06-30 [alfons]
13409
13410         * lots of files changed; first attempt to merge the changes
13411           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13412
13413 2001-06-30 [paul]
13414
13415         * po/pt_BR.po
13416                 updated and completed, translations by Fabio
13417                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13418
13419 2001-06-29 [alfons]
13420
13421         * src/compose.c
13422         * src/mimeproc.[ch]
13423                 allow selecting an attached files' mime type from a 
13424                 list of types.
13425
13426 2001-06-29 [paul]
13427
13428         * more sync with sylpheed 0.5.0pre3
13429
13430 2001-06-29 [paul]
13431
13432         * po/pt_BR.po
13433                 merge with sylpheed.pot and pt_BR.po provided by
13434                 Fabio Junior Beneditto.
13435
13436 2001-06-29 [darko]
13437
13438         * src/procmime.c
13439                 make MIME types case insensitive
13440
13441 2001-06-28 [alfons]
13442
13443         * po/nl.po
13444                 merge with sylpheed.pot and old nl.po; translations added.
13445
13446 2001-06-28 [paul]
13447
13448         * more sync with sylpheed 0.5.0pre3
13449
13450 2001-06-27 [alfons]
13451
13452         * src/summaryview.c
13453                 don't crash when removing parent node of messages
13454                 attracted by subject. this was caused by not deleting
13455                 the parent node from the subject line hash table.
13456
13457 2001-06-27 [alfons]
13458
13459         * src/summaryview.c
13460         * src/compose.[ch]
13461         * src/mainwindow.c
13462                 if there are multiple messages selected, allow forwarding
13463                 them as attachments.
13464
13465 2001-06-27 [paul]
13466
13467         * more sync with sylpheed 0.5.0pre3
13468
13469 2001-06-26 [paul]
13470
13471         0.5.0claws3
13472
13473         * sync with sylpheed 0.5.0pre3
13474
13475 2001-06-25 [paul]
13476
13477         * src/mainwindow.c
13478                 fixed 'compose news article' bug
13479                 from icon-and-text toolbar
13480
13481 2001-06-25 [paul]
13482
13483         * sync with sylpheed 0.5.0pre2 release
13484
13485 2001-06-24 [christoph]
13486
13487         * src/prefs_common.c
13488                 bug fix in font selection
13489         * src/folderview.c
13490                 use sylpheed's normal font instead of
13491                 gtk default font for folders without
13492                 new messages
13493
13494 2001-06-24 [alfons]
13495
13496         * src/mainwindow.[ch]
13497                 added composite compose mail / news button (an idea by Leandro
13498                 Pereira <leandro@linuxmag.com.br>)
13499
13500 2001-06-24 [paul]
13501
13502         Added instructions for ldif-to-xml.py
13503
13504         * tools/README
13505
13506 2001-06-23 [alfons]
13507
13508         Some minor things.
13509
13510         * src/pixmaps/stock_news_compose.xpm
13511                 added pixmap by Leandro
13512         * src/prefs_common.c
13513                 tested built-in spelling checker of GCC 3.0 :)
13514         * po/nl.po
13515                 merged dutch translation of sylpheed-main with
13516                 sylpheed.pot
13517
13518 2001-06-23 [paul]
13519
13520         Added tools directory and files.
13521
13522         * tools/filter_conv.pl
13523                 converts old filter system to new filtering system
13524         * tools/ldif-to-xml.py
13525                 converts netscape addressbook to sylpheed addressbook
13526         * tools/README
13527                 descriptions/instructions for above two files
13528
13529 2001-06-23 [christoph]
13530
13531         * src/inc.c
13532         * src/manage_window.[ch]
13533         * src/prefs_common.[ch]
13534                 mail retrieval dialog can be enabled, disabled
13535                 or hidden if non of sylpheed's windows is active
13536
13537 2001-06-22 [paul]
13538
13539         0.5.0claws2
13540
13541         * sync with sylpheed 0.5.0pre2
13542
13543 2001-06-21 [christoph]
13544
13545         * src/summaryview.c
13546                 show recipient on 'from' for all accounts
13547                 
13548         * src/inc.c
13549         * src/prefs_common.[ch]
13550                 disable error popup on mail receive errors
13551
13552 2001-06-21 [alfons]
13553
13554         * src/compose.c
13555                 made the ruler correctly appear and disappear.
13556
13557         * src/Makefile.am
13558                 removed Hoa's work-in-progress-stuff (interesting!) so 
13559                 claws compiles ok.
13560
13561 2001-06-20 [christoph]
13562
13563         * src/inc.c
13564         * src/progressdialog.c
13565                 added scrolled window for list in progressdialog
13566
13567 2001-06-20 [paul]
13568
13569         sync with sylpheed 0.5.0pre1 release
13570
13571 2001-06-20 [christoph]
13572
13573         * src/summeryview.c
13574                 make building threads by subject work when
13575                 thread view is enabled
13576                 
13577         * src/compose.c
13578         * src/prefs_common.[ch]
13579                 automatically select account for mail replys
13580
13581 2001-06-19 [sergey]
13582
13583         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13584         they are filled in from the account settings.
13585
13586 2001-06-19 [paul]
13587
13588         * more sync with sylpheed 0.5.0pre1
13589
13590 2001-06-18 [alfons]
13591
13592         * src/Makefile.am,
13593           src/procmime.c
13594                 added --sysconfdir to CPPFLAGS for pointing to the correct
13595                 location of mime.types. 
13596
13597                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13598                 or ./configure!
13599
13600 2001-06-18 [hoa]
13601
13602         * src/summaryview.c
13603                 fixed some bug when building threads
13604
13605 2001-06-18 [pau]l
13606
13607         * src/prefs_account.c
13608                 UI stuff: More changes to the English
13609
13610 2001-06-18 [paul]
13611
13612         * src/pixmaps/stock_news_compose.xpm: new file
13613         * src/Makefile.am
13614         * src/mainwindow.c
13615         * src/summaryview.c
13616                 Added new icon for Hoa's 'compose a news
13617                 message', plus minor improvements to the
13618                 English
13619
13620         * po/ja.po
13621         * ChangeLog
13622         * ChangeLog.jp
13623                 more sync with sylpheed 0.5.0pre1
13624
13625 2001-06-18 [hoa]
13626
13627         * src/compose.[ch]
13628         * src/mainwindow.c
13629                 Follow-up and reply to
13630
13631         * src/summaryview.[ch]
13632                 Build threads also with subjects
13633
13634 2001-06-17 [hoa]
13635
13636         * src/compose.c
13637                 forwarding use the current account.
13638
13639         * src/mainwindow.c
13640                 the "compose message" button has been replaced with
13641                 "new mail" and "new news" buttons
13642
13643         * src/prefs_common.[ch]
13644                 added a configuration option to use the forward button
13645                 as "forward as attachment"
13646                 changed reply and forward format description
13647
13648         * src/quote_fmt_lex.l
13649         * src/quote_fmt_parse.y
13650                 added message with no signature in format for reply
13651                 and forward.
13652
13653 2001-06-17 [paul]
13654
13655         Minor UI stuff
13656
13657         * src/mainwindow.c
13658         * src/summaryview.c
13659                 Improvements to the English
13660
13661         * src/prefs_common.c
13662                 Improvements to the English and some
13663                 clarity/continuity improvements in the
13664                 description of Quote symbols.
13665
13666 2001-06-17 [paul]
13667
13668         0.5.0claws1
13669
13670         * sync with sylpheed 0.5.0pre1
13671
13672 2001-06-17 [hoa]
13673
13674         * src/compose.c
13675                 Better interface for compose, displayed fields
13676                 are updated whenever we change account.
13677                 Newsgroups field is automatically filled.
13678
13679         * src/mainwindow.c
13680                 Newsgroups field is automatically filled.
13681
13682         * src/prefs_account.c
13683                 Some interface stuff when fields appear and
13684                 disappear.
13685
13686 2001-06-16 [paul]
13687
13688         0.4.99claws
13689
13690         * sync with sylpheed 0.4.99
13691
13692 2001-06-16 [sergey]
13693
13694         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13695         base64_decoder_free, base64_decoder_decode): new object and
13696         functions for decoding base64 streams.
13697         * src/procmime.c (procmime_decode_content): modified to use the
13698         new base64 decoder.
13699
13700 2001-06-15 [paul]
13701
13702         0.4.99claws10
13703
13704         * sync with sylpheed 0.4.99cvs11
13705
13706 2001-06-13 [paul]
13707
13708         0.4.99claws9
13709
13710         * sync with sylpheed 0.4.99cvs9
13711
13712 2001-06-13 [hoa]
13713
13714         * src/compose.c
13715         * src/prefs_account.c
13716
13717                 SMTP server can be defined in the news account
13718                 mime type of attachment are kept.
13719
13720         * src/summaryview.c
13721
13722                 now choose the highest important score between default
13723                 and important score of folder.
13724
13725 2001-06-09 [alfons]
13726         
13727         * src/prefs_common.c: 
13728
13729                 (prefs_quote_description_create): corrected description of 
13730                 quote format characters
13731
13732 2001-06-09 [paul]
13733
13734         0.4.99claws8
13735
13736         * sync with sylpheed 0.4.99cvs8
13737
13738 2001-06-08 [sergey]
13739
13740         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13741         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13742
13743 2001-06-08 [paul]
13744
13745         0.4.99claws7
13746
13747         * sync with sylpheed 0.4.99cvs7
13748
13749 2001-06-06 [sergey]
13750
13751         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13752         clashes with autogenerated header).
13753         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13754         * src/Makefile.am: added quote_fmt.h.
13755         * src/.cvsignore: added lex/yacc autogenerated files
13756         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13757
13758 2001-06-06 [paul]
13759
13760         0.4.99claws6
13761
13762         * sync with sylpheed 0.4.99cvs6
13763
13764 2001-06-06 [hoa]
13765
13766         * added src/quote_fmt_parse.h
13767         * src/compose.c
13768                 removed warnings
13769
13770         * src/prefs.[ch]
13771                 don't modify readonly configuration files
13772
13773         * src/prefs_account.c
13774         * src/prefs_common.c
13775         * src/prefs_customheader.c
13776         * src/prefs_display_header.c
13777         * src/prefs_filter.c
13778         * src/prefs_filtering.c
13779         * src/prefs_scoring.c
13780                 don't open dialog box when configuration files
13781                 are readonly
13782
13783 2001-06-05 [sergey]
13784
13785         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13786
13787         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13788         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13789         BUILT_SOURCES to make all files rebuild properly.
13790
13791         * src/compose.c: removed #include "quote_fmt.tab.h".
13792
13793         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13794         CHARACTER value in yylval.
13795
13796         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13797         receive CHARACTER value by documented means (yylval).
13798
13799         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13800
13801 2001-06-05 [hoa]
13802
13803         * src/Makefile.am
13804                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13805
13806         * src/filtering.c
13807         * src/matcher.c
13808         * src/matcher.h
13809         * src/prefs_filtering.c
13810                 now keep the configuration for execute action
13811
13812         * src/mbox_folder.c
13813                 fixed a warning
13814
13815 2001-06-05 [paul]
13816
13817         * sync with sylpheed 0.4.99cvs5
13818
13819 2001-06-05 [hoa]
13820
13821         * src/Makefile.am
13822                 added quote_fmt.[ch]
13823
13824         * added src/quote_fmt.y
13825         * added src/quote_fmt.l
13826         * added src/quote_fmt.tab.h
13827         * added src/quote_fmt.tab.c
13828         * added src/lex.quote_fmt.c
13829                 parsing configuration for replying
13830                 and forwarding
13831
13832         * src/prefs_common.[ch]
13833                 added configuration UI for replying
13834                 and forwarding
13835
13836         * src/compose.c
13837                 using configuration for replying
13838                 and forwarding
13839
13840 2001-06-04 [hoa]
13841
13842         * src/filtering.c
13843         * src/matcher.c
13844         * src/matcher.h
13845         * src/prefs_filtering.c
13846         * src/prefs_matcher.c
13847         * src/prefs_matcher.h
13848                 action "run a command" for filtering
13849                 and matching with a command.
13850                 fixed the "whole message" matching
13851
13852         * src/mbox_folder.c
13853                 changed temporary filename for security
13854
13855         * src/messageview.c
13856                 queue the notification if it fails to send.
13857
13858         * src/prefs_common.c
13859         * src/prefs_folder_item.c
13860                 changed the default important score             
13861
13862         * src/prefs_scoring.c
13863         * src/scoring.c
13864                 hide kill score input when the folder is not
13865                 a newsgroup
13866
13867 2001-06-03 [alfons]
13868
13869         * src/prefs_common.c:
13870
13871                 (prefs_font_select): pass font name in font entry box to font
13872                 selection dialog.
13873
13874 2001-06-03 [sergey]
13875
13876         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
13877
13878 2001-06-03 [paul]
13879
13880         * sync with sylpheed 0.4.99cvs4
13881
13882 2001-06-03 [alfons]
13883
13884         * src/headerwindow.c:
13885
13886                 (headerwindow_show_cb): use the selected summary view item, not
13887                 the displayed item.
13888
13889 2001-06-02 [alfons]
13890
13891         * src/headerwindow.c:
13892
13893                 (headerwindow_show_cb): always try to show msginfo
13894
13895 2001-06-02 [hoa]
13896
13897         * src/compose.c
13898                 keep attached parts when reediting or forwarding.
13899
13900 2001-06-01 [hoa]
13901
13902         * src/folderview.c
13903         * src/prefs_folder_item.[ch]
13904         * src/prefs_scoring.[ch]
13905         * src/scoring.[ch]
13906         * src/summaryview.[ch]
13907         * src/main.c
13908         * src/mainwindow.c
13909         * src/prefs_common.[ch]
13910                 support for folder scoring
13911                 kill score and important score for messages
13912         
13913         * src/prefs_account.c
13914                 some display bug fixed for local account
13915                 preferences
13916
13917 2001-05-31 [alfons]
13918
13919         * src/summaryview.c:
13920
13921                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
13922                 sender to address book menu item is disabled.
13923
13924 2001-05-30 [hoa]
13925
13926         * src/filtering.[ch]
13927         * src/summaryview.c
13928                 handling summary menu / filter messages
13929
13930         * src/folder.[ch]
13931                 add some stuff
13932
13933         * src/foldersel.c
13934                 imap folders now appears in list
13935
13936         * src/mbox_folder.c
13937                 doesn't crash if destination mail is not writeable
13938
13939 2001-05-29 [hoa]
13940
13941         * src/compose.c
13942                 removed some warnings
13943
13944         * src/filtering.c
13945         * src/folder.[ch]
13946         * src/prefs_filtering.c
13947                 global string to identify any folders           
13948                 removed some debug info
13949                 filtering to mbox folders is now possible
13950
13951         * src/mainwindow.c
13952                 removed some warnings
13953
13954         * src/mbox_folder.c
13955                 permission on files are changed to read/write for user only,
13956                 nothing for other.
13957                 creation of subfolder is handled better.
13958
13959 2001-05-28 [alfons]
13960
13961         Verified the sync for src/prefs_common.[ch] and
13962         src/prefs_account.[ch]. I believe there were some
13963         minor indentation differences.
13964
13965 2001-05-28 [paul]
13966
13967         0.4.99claws3
13968
13969         * sync with 0.4.99cvs3
13970
13971 2001-05-28 [hoa]
13972
13973         * src/compose.c
13974                 handling flags for mbox format
13975
13976         * src/filtering.c
13977                 use of mark file only for MH format
13978                 handling flags for mbox format
13979                 filtering cannot yet move or copy mails to mbox folders.
13980
13981         * src/folder.[ch]
13982                 changed move_msg, copy_msg,
13983                 move_msgs_with_dest, copy_msgs_with_dest functions
13984                 uses only folder->copy_msg() function
13985                 uses folder->finished_copy() to handle the destination
13986                 folder at the end of the copy or move operation.
13987
13988         * src/foldersel.c
13989                 included mbox directories.
13990
13991         * src/folderview.[ch]
13992         * src/mainwindow.c
13993                 handle folders operation for mbox format
13994
13995         * src/mbox.c
13996                 disable conversion of "From " header
13997
13998         * src/mbox_folder.[ch]
13999                 completion of mbox format handling
14000
14001         * src/mh.c
14002                 changed mh_copy_msg() function and
14003                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14004                 mh_copy_msgs_with_dest()
14005
14006         * src/prefs_filtering.c
14007                 removed some warnings
14008
14009         * src/prefs_matcher.c
14010                 default boolean operation is AND
14011
14012         * src/procheader.c
14013                 handling flags for mbox format
14014                 handling of "From " header
14015
14016         * src/procmsg.[ch]
14017                 removed data field
14018                 added MSG_REALLY_DELETED flags to handle deletion of
14019                 messages in mbox format.
14020
14021         * src/summaryview.c
14022                 handling flags for mbox format
14023                 disable the MSG_DELETED flags when messages
14024                 are deleted in mbox format
14025
14026         * src/textview.c
14027                 "From " headers display fixed.
14028
14029 2001-05-27 [alfons]
14030
14031         * src/textview.c:
14032                 
14033                 (get_email_part): skip quoted email addresses, like in e.g.
14034                 "'alfons@proteus.demon.nl'".
14035
14036 2001-05-26 [alfons]
14037
14038         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14039         and fixing the persistence troubles when using separate windows.
14040
14041         * src/mainwindow.c:
14042         
14043             Added #define SEPARATE_ACTION used in the gtk item factory for 
14044             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14045                 use gtk_item_factory_get_widget_by_action() to get the items.
14046                 
14047             Removed separate_widget_cb from the gtk item factory data   
14048           
14049             (mainwindow_create): connect separate_widget_cb() to check
14050             menu item "toggled" signal. also passing a MainWindow pointer
14051                 as object data for both check menu items.
14052                 
14053             (separate_widget_cb): definition of separate_widget_cb() to match
14054             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14055                 window using gtk_object_get_data(). The type of window separation 
14056                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14057         
14058         * src/prefs_filtering.c,
14059           src/prefs_matcher.c: added horizontal scrollbars
14060
14061 2001-05-25 [darko]
14062
14063         * src/headerview.c
14064                 fix segfault with invalid bold font
14065         * src/summaryview.c
14066                 correctly display summary stats after row is marked
14067
14068 2001-05-23 [sergey]
14069
14070         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14071         encodings with libjconv.
14072
14073 2001-05-23 [hoa]
14074
14075         * src/Makefile.am
14076                 added mbox_folder.[ch]
14077         * src/defs.h
14078                 mbox temporary folder
14079         * src/folder.[ch]
14080         * added src/mbox_folder.[ch]
14081         * src/folderview.c
14082         * src/procheader.[ch]
14083                 added mbox support
14084         * src/mbox.c
14085                 bugfix for file incorporation filtering
14086         * src/imap.c
14087                 enable creation of MBOX
14088         * src/prefs_display_header.c
14089                 enable use of headers like "From "
14090                 something that should be fixed :
14091                         displaying of such headers add an extra space
14092         * src/prefs_folder_item.c
14093                 don't create folders because it is not necessary
14094         * src/procmsg.h
14095                 added data field to MsgInfo for mbox internal use
14096         * src/summaryview.c
14097                 added some support for mbox
14098         * src/utils.[ch]
14099                 added get_mbox_cache_dir() function
14100
14101 2001-05-23 [hiroyuki]
14102
14103         * src/headerwindow.c
14104           src/inc.c
14105           src/main.c
14106           src/mh.c
14107           src/nntp.c
14108           src/procmsg.h
14109           src/session.h
14110           src/socket.[ch]
14111           src/summaryview.c
14112           src/textview.c
14113           src/automaton.c
14114           src/folderview.c: more sync with 0.4.99cvs2.
14115
14116         * src/headerwindow.c: reverted.
14117
14118 2001-05-22 [paul]
14119
14120         0.4.99claws2
14121
14122         * sync with sylpheed 0.4.99cvs2
14123                 * src/news.[ch]
14124                 * src/nntp.[ch]
14125                 * INSTALL
14126                 * INSTALL.jp
14127
14128 2001-05-22 [alfons]
14129
14130         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14131
14132 2001-05-21 [alfons]
14133
14134         Minor things:
14135
14136         * configure.in: if gnome-config not found, "no" is displayed
14137         
14138         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14139
14140         * src/textview.c: now also possible to add mail addresses by right
14141           clicking in the text view
14142
14143         * src/codeconv.c: merged patch which fixes endless loop when encountering
14144           invalid wide characters; from Alte <010@imis.ru>  
14145
14146 2001-05-20 [alfons]
14147
14148         Added installation of gnome specific things:
14149
14150         * Makefile.am: gnome conditional
14151
14152         * configure.in: check for installed gnome
14153
14154         * added sylpheed.png, sylpheed.desktop
14155
14156 2001-05-20 [sergey]
14157
14158         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14159
14160         * src/mainwindow.h (main_window_toolbar_create): created a button
14161         for "Reply to all".
14162         (main_window_set_toolbar_sensitive): enable/disable the new button
14163         appropriately.
14164         (toolbar_reply_to_author_cb): handle the new button.
14165
14166         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14167         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14168         failure).
14169
14170 2001-05-19 [sergey]
14171
14172         * src/compose.h (ComposeReplyMode): new modes
14173         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14174         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14175
14176         * src/compose.c
14177         (compose_send): move some code into a new function:
14178         (compose_current_mail_account): new function.
14179         (compose_reply): new argument to_author, all callers changed; if
14180         to_author==TRUE and account->protocol==A_NNTP, find and use an
14181         appropriate mail account for replying.
14182         (compose_reply_set_entry): new argument to_author; ignore
14183         compose->replyto if to_author==TRUE.
14184
14185         * src/mainwindow.c: new command "Message/Reply to author".
14186         (main_window_set_menu_sensitive): enable/disable it.
14187         (reply_cb): handle it.
14188
14189         * src/summaryview.c: new command "Reply to author".
14190         (summary_set_menu_sensitive): enable/disable it.
14191         (summary_reply_cb): handle it.
14192
14193         * src/account.c (account_find_mail_from_address): new function.
14194
14195 2001-05-18 [paul]
14196
14197         0.4.99claws1
14198
14199         * sync with sylpheed 0.4.99cvs1
14200
14201 2001-05-18 [hoa]
14202
14203         * src/compose.[ch]
14204         * src/filtering.c
14205         * src/summaryview.c
14206                 new filtering action : forward and forward as attachment
14207
14208         * src/main.c
14209                 no need for $DISPLAY when we run sylpheed --help
14210                 call to parse_cmd_opt() is moved
14211
14212         * src/mainwindow.[ch]
14213                 execute button is hidden when immediate execute
14214                 is chosen
14215
14216         * src/mh.c
14217         * src/news.c
14218         * src/prefs_folder_item.c
14219         * src/procmsg.c
14220                 better handling of missing directories
14221
14222         * src/summaryview.c
14223                 reedit is enabled in outbox
14224                 reedit is enabled in queue
14225
14226 2001-05-17 [hoa]
14227
14228         * src/filtering.c
14229         * src/matcher.[ch]
14230         * src/prefs_filtering.c
14231                 changed attachement into attachment
14232
14233 2001-05-17 [alfons]
14234
14235         0.4.67claws4    
14236
14237         * sync with sylpheed 0.4.67cvs9
14238         * sync with sylpheed 0.4.67cvs7-8
14239
14240 2001-05-17 [hoa]
14241
14242         * src/Makefile.am
14243                 added prefs_filtering.c
14244
14245         * src/filtering.[ch]
14246         * src/matcher.[ch]
14247                 removed action : forward_news and forward_news_as_attachement
14248                 (forward and forward_as_attachement can be used instead)
14249
14250         * src/mainwindow.c
14251                 added menu option to access filtering configuration
14252
14253         * src/prefs_account.c
14254                 changed mail_command default to /usr/sbin/sendmail
14255
14256         * added src/prefs_filtering.[ch]
14257                 dialog box for filtering configuration
14258
14259         * src/prefs_matcher.c
14260                 added function prefs_matcher_get_criteria_from_matching()
14261
14262         * src/prefs_scoring.c
14263                 reset the dialog when register or substitute is clicked
14264
14265 2001-05-15 [hoa]
14266
14267         * src/Makefile.am
14268                 added filtering.[ch]
14269         * src/inc.c
14270                 using filering.[ch] instead of filter.[ch]
14271         * src/main.c
14272                 reading new filtering configuration
14273         * src/matcher.[ch]
14274                 added some filtering actions
14275                 and fixed a bug for headers and mail body matching
14276         * src/mbox.c
14277                 using filering.[ch] instead of filter.[ch]
14278         * src/mh.c
14279                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14280         * src/summaryview.c
14281                 some fixes for filtering
14282
14283 2001-05-14 [hiroyuki]
14284
14285         * src/send.c: fixed some weird indentations.
14286           send_message_with_command(): call pclose() only if p != NULL.
14287         * src/textview.c: get_email_part(): modified the code for readability.
14288
14289 2001-05-14 [hiroyuki]
14290
14291         * src/md5global.h
14292           src/md5ify.c
14293           src/md5ify.h: removed from the cvs.
14294
14295 2001-05-13 [sergey]
14296
14297         * src/main.c: include rfc2015.h to avoid compiler warnings.
14298         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14299         the panel is already on screen.
14300         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14301         closing the alert window by ESC as "No".
14302         * src/prefs_common.c (prefs_interface_create): moved return
14303         receipt check button to the correct place.
14304
14305 2001-03-13 [alfons]
14306
14307         * src/prefs_common.c: 
14308                 moved return receipt check button to the Send tab. (prefs_send_create)
14309                 removed the date format ui related globals. (prefs_display_create)
14310
14311         0.4.67claws3
14312         
14313         * sync with sylpheed 0.4.67cvs5-6
14314
14315 2001-05-13 [paul]
14316
14317         * added Alfons' font selection patch
14318
14319         * src/defs.h
14320         * src/headerwindow.c
14321         * src/prefs_common.c
14322         * src/prefs_common.h
14323
14324 2001-05-13 [hoa]
14325         * src/defs.h
14326                 changed version of cache
14327         * src/matcher.[ch]
14328         * src/prefs_matcher.c
14329                 added additionnal matching criteria
14330         * src/procheader.c
14331         * src/procmsg.[ch]
14332         * src/news.c
14333                 added references in MsgInfo
14334
14335 2001-05-12 [hoa]
14336
14337         * src/defs.h
14338                 prepared some things for new filtering
14339         * src/matcher.[ch]
14340                 added some matching properties
14341                 inreplyto need to be enhanced
14342                 prepared some things for new filtering
14343         * src/messageview.c
14344                 added Return-Receipt-To handling
14345         * src/prefs_folder_item.c
14346                 changed default value to TRUE
14347         * src/prefs_matcher.c
14348                 added some matching properties
14349         * src/prefs_scoring.[ch]
14350                 the scoring dialog is finished
14351         * src/procheader.c
14352                 added Return-Receipt-To handling
14353                 Reference need to be added
14354         * src/procmsg.[ch]
14355                 added Return-Receipt-To handling
14356                 added threadscore to get a better score sorting when
14357                 threads are enabled
14358         * src/summaryview.c
14359                 suppressed a bug when we sort the list
14360                 when no folder is opened.
14361                 better score sorting when threads are enabled
14362
14363 2001-05-12 [alfons]
14364
14365         * reverted previous patch because of potential errors 
14366
14367         0.4.67claws2
14368         
14369         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14370                 applied "toggle mail-retrieval dialog window" patch submitted 
14371                 by Eric Limpens <eric@qnt.net>
14372
14373         * sync with sylpheed 0.4.67cvs4
14374
14375 2001-05-12 [sergey]
14376
14377         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14378         some picky compilers.
14379         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14380         * src/grouplist_dialog.c: include alertpanel.h.
14381         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14382         fix compile warning.
14383         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14384         #include "defs.h" before others to prevent the warning of `MIN'
14385         and `MAX' redefinition.
14386
14387 2001-05-11 [hoa]
14388
14389         * src/main.c
14390         * src/messageview.c
14391         * src/prefs_account.c
14392         * src/prefs_display_header.c
14393                 removed warning
14394         * src/Makefile.am
14395                 added prefs_scoring.[ch]
14396         * src/grouplist_dialog.c
14397                 display an error dialog box if the group list
14398                 cannot be fetched.
14399         * src/mainwindow.[ch]
14400                 added main_window_set_thread_option() function
14401                 scoring dialog box enabled
14402         * src/matcher.[ch]
14403                 added flags matching unread /new / marked
14404                 / deleted / replied / forwarded
14405         * src/news.c
14406                 newsgroups are now finally in newscache
14407         * src/prefs_matcher.[ch]
14408                 finished preferences for matching dialog
14409         * added src/prefs_scoring.[ch]
14410                 scoring dialog box completed
14411         * src/scoring.[ch]
14412                 conversion to string : added scoringprop_to_string()
14413                 write config for preferences :
14414                 added prefs_scoring_write_config()
14415         * src/summaryview.c
14416                 threads can be enabled/disabled independently
14417                 for each folder
14418
14419 2001-05-10 [alfons]
14420
14421         0.4.67claws1
14422         
14423         * AUTHORS: 
14424                 thought it would be nice to have a list of all
14425                 contributors (used Changelog as a reference)
14426         
14427         * configure.in: 
14428                 messed up version numbering...
14429
14430         0.4.66claws1
14431
14432         * sync with sylpheed 0.4.67cvs1-3
14433
14434 2001-05-10 [darko]
14435
14436         * src/prefs_common.c:
14437                 better UI for strftime format, double clicking
14438                 on format now inserts the format in text entry
14439                 replaced close button with standard OK/Cancel
14440                 moved date format button to the right of the
14441                 text entry field
14442
14443 2001-05-09 [alfons]
14444
14445         * src/gtkstext.c:
14446                 Ctrl-Home / Ctrl-End have proper cursor navigation
14447
14448 2001-05-09 [hoa]
14449
14450         * src/prefs_matcher.c
14451                 finished UI to define matching properties
14452                 added ok and cancel button
14453         * src/prefs_filter.c
14454                 added ok and cancel button
14455         * src/news.c
14456                 fixed some bug in xhdr parsing
14457
14458 2001-05-08 [alfons]
14459
14460         * src/textview.c: 
14461                 fixed a bug in textview_show_header(), which displayed two colons (':');
14462                 cleaned up some warnings
14463
14464 2001-05-08 [hoa]
14465
14466         * src/Makefile.am
14467                 added prefs_matcher.[ch]
14468                 compilation with -W -Wall
14469         * src/alertpanel.c
14470                 ungrab the mouse events if grabbed - does it
14471                 fix the bug for disposition notification ?
14472         * src/mainwindow.c
14473                 added a menu option to open the matching dialog.
14474         * src/matcher.[ch]
14475                 added matcherprop_to_string() and matcherlist_to_string()
14476                 fixed some bugs, changed the name of some options
14477                 age_sup and age_inf becomes age_greater and age_lower,
14478                 body and messageheaders becomes body_part and headers_part,
14479                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14480         * src/prefs_display_header.c
14481         * src/prefs_headers.c
14482                 fixed a bug that accidentally destroyed dialogs
14483                 when closed them with delete_event
14484                 Added *_deleted() which handle delete_event signal correctly.
14485         * src/prefs_folder_item.[ch]
14486                 added "enable_thread" field for future customization
14487         * added src/prefs_matcher.[ch]
14488                 sample of the UI to define matching properties
14489         * src/procheader.c
14490                 using procheader_headername_equal instead of str*cmp functions
14491                 using procheader_parse_header() function
14492         * src/scoring.c
14493                 using MATCHING_XXX instead of SCORING_XXX
14494         * src/summaryview.c
14495                 display the sender of the news even if this is ourself
14496                 when this is a news message.
14497         * src/textview.c
14498                 using headername_equal() instead of str*cmp functions
14499
14500 2001-05-08 [alfons]
14501
14502         0.4.66claws
14503
14504         * sync with sylpheed 0.4.66
14505         * src/gtkstext.c: trace logs added 
14506
14507 2001-05-08 [sergey]
14508
14509         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14510         signature check popup.
14511         * src/rfc2015.c (check_signature): show signature check popup only
14512         if it is enabled in preferences.
14513
14514 2001-05-07 [alfons]
14515
14516         0.4.66claws4
14517         
14518         * sync with sylpheed 0.4.66cvs6
14519
14520 2001-05-07 [darko]
14521
14522         * src/prefs_common.[ch]: added option to enable/disable
14523           looking up sender name in address book for summary pane
14524         * src/summaryview.c: look up sender in the address book
14525           by using Alfons' address completion code
14526
14527 2001-05-07 [hiroyuki]
14528
14529         * src/inc.h
14530           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14531           member of Pop3State.
14532         * src/news.c: brought #include "defs.h" before #include <glib.h>
14533           to prevent the warning of `MIN' and `MAX' redefinition.
14534
14535 2001-05-06 [hoa]
14536
14537         * removed src/headers_display.[ch]
14538         * removed src/prefs_display_headers.[ch]
14539         * src/inc.c
14540                 use a temporary file in the user directory for mbox import
14541         * src/news.c
14542                 added XHDR support to get "To" and "Cc" headers
14543                 (in order to match news with to or cc field for
14544                 scoring)
14545                 added function news_parse_xhdr() to get XHDR response
14546         * src/nntp.[ch]
14547                 added function nntp_xhdr()
14548         * src/matcher.c
14549                 fetch the message if necessary
14550
14551 2001-05-06 [alfons]
14552
14553         0.4.66claws3
14554
14555         * sync with sylpheed 0.4.66cvs3-5
14556
14557 2001-05-06 [hoa]
14558
14559         * src/utils.[ch]
14560                 added function itos_buf() to enable use of several buffers
14561         * src/summaryview.c
14562                 use of itos_buf() instead of itos() in summary list
14563                 to fix the broken display of message number.
14564
14565 2001-05-06 [alfons]
14566
14567         * src/gtkstext.c: bug in cursor up navigation fixed,
14568                 fixed another unsigned / signed comparison (we're getting there :-)
14569
14570 2001-05-06 [hoa]
14571
14572         * src/Makefile.am
14573                 added scoring.c scoring.h
14574                 prefs_folder_item.c prefs_folder_item.h
14575                 matcher.c matcher.h
14576         * src/defs.h
14577                 added FOLDERITEM_RC SCORING_RC
14578         * src/folder.[ch]
14579                 added prefs field in FolderItem :
14580                 properties for each folder (PrefsFolderItem),
14581                 sorting type and mode were added as the first properties.
14582         * src/main.c
14583                 read config for scoring
14584         * added src/matcher.[ch]
14585                 gives functions to parse configuration file to do
14586                 matching on mails with a list of conditions.
14587         * src/mainwindow.c
14588                 add option to sort by score
14589         * src/prefs_common.[ch]
14590                 added preference option to show score and for
14591                 the score column size
14592         * added src/prefs_folder_item.[ch]
14593                 properties for each folder (PrefsFolderItem),
14594                 sorting type and mode were added as the first properties.
14595         * src/procheader.[ch]
14596                 added procheader_parse_header()
14597                 added procheader_header_free()
14598                 added procheader_headername_equal()
14599                 and made modification to use them.
14600         * src/procmsg.[ch]
14601                 added score field to MsgInfo structure
14602         * added src/scoring.[ch]
14603                 gives functions to parse configuration file to do
14604                 scoring on mails with a list of conditions.
14605         * src/summaryview.[ch]
14606                 save the sorting type and mode for the folder
14607                 added column to display the score of the mail
14608                 added function summary_score_clicked()
14609                 sorting type and mode are restored to the folder
14610                 when it is reopen
14611         * src/textview.c
14612                 use procheader_parse_header(), procheader_headername_equal()
14613                 removed memory leak in text_scan_header when freeing headers
14614         * src/filter.c
14615                 changed the function to match names of headers
14616                 using procheader_headername_equal()
14617
14618         Scoring functions are implemented, an interface is needed
14619         to configure that.
14620
14621 2001-05-04 [alfons]
14622
14623         * src/gtkstext.c: 
14624                 hopefully fixed the row up navigation bug,
14625                 removed adding back / forward lines to cache
14626
14627 2001-05-04 [sergey]
14628
14629         * src/prefs_display_headers.c: user interface changes:
14630         (prefs_display_headers_create): remove unused "Show" check button;
14631         allow reordering of headers by dragging.
14632         (prefs_display_headers_write_config): remove unused variables.
14633         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14634         of lists (not needed with the new UI).
14635         (prefs_display_headers_set_list): scan lists starting from row 0,
14636         not 1 (do not skip "(New)").
14637         (prefs_display_headers_find_header): new function.
14638         (prefs_display_headers_clist_set_row): do not allow duplicates.
14639         (prefs_display_headers_delete_cb): do not skip row 0; treat
14640         closing the alert window by ESC as "No".
14641         (prefs_display_headers_up): do not protect row 0.
14642         (prefs_display_headers_down): do not protect row 0.
14643
14644 2001-05-04 [sergey]
14645
14646         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14647         functions.
14648
14649         * src/summaryview.c
14650         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14651         summary_select_next_marked, summary_select_prev_marked): new
14652         functions.
14653
14654 2001-05-03 [sergey]
14655
14656         * src/news.c: fixed a bug when no article can be fetched after
14657         server timeout if the connection was restored by news_post():
14658         (news_select_group): new function.
14659         (news_fetch_msg): call news_select_group() before fetching
14660         article.
14661         (news_get_uncached_articles): set session->group after successful
14662         GROUP command.
14663
14664 2001-05-03 [hoa]
14665
14666         * src/defs.h
14667         * src/procmsg.[ch]
14668         * src/procheader.c
14669                  changed version of cache, added cc field
14670
14671         * src/prefs_display_headers.c
14672                 the interface was changed
14673
14674         * src/prefs_headers.c
14675                 added cancel button
14676
14677 2001-05-03 [alfons]
14678
14679         * completed sync of sylpheed cvs2
14680         * src/gtkstext.c: updated row up / down cursor navigation
14681         * src/textview.c: re-edited, prepared for fixing the email address
14682                 scanner.
14683
14684 2001-05-03 [darko]
14685
14686         * src/prefs_common.c: use alfons' strftime ui code
14687         entry_datefmt and datefmt_sample widgets have to be
14688         global in this module because of this change
14689
14690 2001-05-03 [hoa]
14691
14692         * src/messageview.c
14693         * src/prefs_common.[ch] added option to activate the return receipt
14694                 feature.
14695
14696 2001-05-02 [alfons]
14697
14698         * src/gtkstext.c: fix for row up/down cursor navigation. 
14699
14700         0.4.66claws2
14701         
14702         * sync with 0.4.66cvs2
14703
14704 2001-05-02 [paul]
14705
14706         added add-sender-to-addressbook patch
14707
14708         * src/addressbook.c
14709         * src/addressbook.h
14710         * src/summaryview.c
14711
14712 2001-05-02 [sergey]
14713
14714         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14715         G_ALERTDISABLE.
14716
14717         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14718         all existing callers changed to pass FALSE; create a check button
14719         to disable the message.
14720         (alertpanel_message_with_disable): new function.
14721         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14722         (alertpanel_button_toggled): new function.
14723         (alertpanel_button_clicked, alertpanel_close): set value using
14724         G_ALERT_VALUE_MASK.
14725
14726         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14727
14728         * src/prefs_common.c (prefs_privacy_create): new check button
14729         checkbtn_gpgme_warning.
14730
14731         * src/main.c (main): moved preferences reading before gpgme
14732         initialization; check prefs_common.gpgme_warning before giving the
14733         GnuPG warning and set it to FALSE if the user wants to disable the
14734         warning.
14735
14736 2001-05-02 [hiroyuki]
14737
14738         * src/prefs_display_headers.c: modified the layout and some labels.
14739
14740 2001-05-02 [sergey]
14741
14742         * src/prefs_account.c (prefs_account_fix_size): new function.
14743         (prefs_account_create): call prefs_account_fix_size(); use
14744         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14745         size when the window is shown for the first time).
14746         (prefs_account_basic_create): changed layout of serv_table; moved
14747         localmbox_entry above smtpserv_entry (logically it replaces
14748         POP3/IMAP server).
14749         (prefs_account_protocol_activated): set sensitivity of
14750         nntpauth_chkbtn according to the protocol (in addition to
14751         hide/show); commented out gtk_table_set_row_spacing() calls.
14752         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14753         not sensitive (fixes a bug with disabled username/password boxes
14754         when editing POP3 account after NNTP with authentication).
14755
14756 2001-05-02 [hoa]
14757
14758         * src/account.c
14759         * src/inc.c
14760         * src/prefs_account.[ch]
14761         * src/send.c
14762                 removed local account without SMTP server
14763                 added option to use mail command instead of a connexion
14764                 to SMTP server when a local account is used
14765         * src/prefs_headers.c
14766                 fixed a bug
14767         * src/news.c
14768                 fixed a bug when connexion immediately closed
14769
14770 2001-05-01 [alfons]
14771
14772         0.4.66claws1
14773         
14774         * sync with 0.4.65
14775
14776 2001-05-01 [sergey]
14777
14778         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14779         widget nntpauth_chkbtn.
14780         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14781         visibility.
14782         (prefs_account_nntpauth_toggled): new function.
14783
14784         * src/news.c (news_session_new_for_folder): use NNTP
14785         authentication only if ac->use_nntp_auth is set.
14786
14787 2001-05-01 [hoa]
14788
14789         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14790         * src/prefs_display_headers.c changed the UI
14791         * src/prefs_headers.c changed account_name to account_id
14792         * src/compose.c using customheader.h
14793
14794 2001-05-01 [hiroyuki]
14795
14796         * src/esmtp.c
14797           src/news.c
14798           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14799           unsynched.
14800
14801 2001-05-01 [hoa]
14802
14803         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14804         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14805                 for displaying of headers
14806         * src/grouplist_dialog.[ch] minor changes to remove warnings
14807         * src/prefs_display_headers.[ch] dialog to choose the
14808         headers to display in the mail viewer.
14809         * src/headers.h correction of #define
14810         * src/headers_display.[ch] configuration for displaying of headers.
14811         * src/main.c read config of displaying of headers
14812         * src/prefs_common.c add a button to access the config dialog
14813                 for displaying of headers
14814         * src/prefs_display_headers.[ch] dialog for configuration for
14815                 displaying of the headers.
14816         * src/prefs_headers.c cleaning of code
14817         * src/procheader.c comments added to code
14818         * src/textview.c changes to reorder the headers depending
14819                 on the config for displaying of headers
14820
14821 2001-04-30 [alfons]
14822
14823         0.4.65claws7
14824
14825         * sync with 0.4.65cvs12
14826
14827         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14828
14829 2001-04-30 [sergey]
14830
14831         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14832
14833         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14834         is set to force reconnection after authentication failure.
14835         (nntp_gen_command): set sock->auth_failed on authentication
14836         failure, or if sock->userid and sock->passwd are not set.
14837
14838         * src/news.c (news_session_new_for_folder): set userid=NULL if
14839         password dialog is cancelled.
14840
14841 2001-04-30 [sergey]
14842
14843         * src/nntp.h (NNTPSockInfo): new type.
14844
14845         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
14846         SockInfo.
14847         (nntp_open_auth, nntp_close): new functions.
14848         (nntp_gen_command): new function to handle authentication; all
14849         NNTP command functions updated to use it.
14850         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
14851         (nntp_list): removed old useless code.
14852
14853         * src/news.h (NNTPSession): new field nntp_sock.
14854
14855         * src/news.c: all functions updated to use NNTPSockInfo instead of
14856         SockInfo.
14857         (news_session_new): new arguments (userid, passwd); made static;
14858         use nntp_open_auth() if needed.
14859         (news_session_destroy): use nntp_close() instead of sock_close().
14860         (news_query_password): changed arguments.
14861         (news_session_new_for_folder): new function.
14862         (news_session_get): use news_session_new_for_folder().
14863         (news_authenticate): deleted.
14864         (news_get_uncached_articles): removed old authentication code.
14865
14866 2001-04-30 [sergey]
14867
14868         * src/news.c: reverted my previous changes (need to do NNTP
14869         authentication in a cleaner way).
14870         
14871 2001-04-29 [sergey]
14872
14873         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
14874         news_nntp_post, news_nntp_mode): new functions (wrappers with
14875         authentication support).
14876         (news_get_article_cmd, news_get_article, news_get_header): new
14877         argument "folder"; all callers changed.
14878         (news_get_article_cmd): added authentication support.
14879         (news_session_get): use news_nntp_mode() instead of nntp_mode().
14880         (news_post): use news_nntp_post() instead of nntp_post().
14881         (news_get_uncached_articles): use news_nntp_group() instead of
14882         nntp_group() and news_nntp_xover() instead of nntp_xover();
14883         removed old authentication code.
14884         (news_get_group_list): use news_nntp_list() instead of nntp_list().
14885
14886         * src/nntp.c (nntp_list): return real error code instead of
14887         hardcoded NN_ERROR.
14888
14889 2001-04-29 [sergey]
14890
14891         * configure.in: fixed wint_t typedef detection again
14892
14893 2001-04-28 [hoa]
14894
14895         * src/prefs_account.[ch], added A_LOCAL_CMD
14896                 (send mail with mail command)
14897         * src/send.c added function send_message_with_command()
14898         * src/inc.c made a more secure get_spool() function with
14899                 mktemp() but maybe mkstemp() or something more
14900                 secure can be used.
14901
14902 2001-04-28 [alfons]
14903
14904         * src/textview.c, colorization of email addresses in headers
14905
14906         0.4.65claws6
14907
14908         * bug sync with sylpheed
14909         * prefs_common.c: created date format ui for darko
14910         * sync with 0.4.65cvs11
14911         * configure.in: corrected to have the new gpg checks
14912
14913 2001-04-27 [alfons]
14914
14915         * completed sync with 0.4.65cvs10
14916         * minor debug things added to gtkstext.c
14917
14918 2001-04-27 [darko]
14919
14920         * configure.in: remove check for availability of
14921           strftime() as advised by Hiroyuki
14922         * src/prefs_common.[ch], src/procheader.c:
14923           synch strftime() code with Hiroyki's main branch
14924
14925 2001-04-26 [sergey]
14926
14927         * src/news.c: news_query_password(), news_authenticate(): new
14928           functions.
14929           news_get_uncached_articles(): added NNTP authentication
14930           handling.
14931         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
14932           new functions.
14933         * src/prefs_account.c: prefs_account_protocol_activated():
14934           enable userid and password fields for NNTP.
14935
14936 2001-04-26
14937
14938         * configure.in: check for availability of strftime()
14939           [darko]
14940         * src/prefs_common.[ch], src/procheader.c: use
14941           strftime() for displaying date in summary pane if it
14942           is available
14943
14944 2001-04-25
14945
14946         * more .cvsignore cleanups [alfons]
14947
14948 2001-04-25
14949
14950         * ac/sv-check-type.m4: new autoconf macro.
14951         * configure.in: fixed wint_t typedef detection (did not work
14952           with gcc-2.96).
14953
14954 2001-04-25
14955
14956         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
14957           [hiroyuki]
14958
14959 2001-04-24
14960         * modified gtkstext.c : buggy cursor navigation fixed, 
14961           and font descent also taken in account when drawing
14962           cursor. [alfons]
14963
14964 2001-04-24 [hoa]
14965         * added comments in src/news.c src/nntp.c
14966         * added src/prefs_headers.[ch]
14967         * added src/headers.[ch]
14968         * modified compose.c to activate custom headers
14969                 added function is_in_custom_headers
14970         * modified prefs_account.[ch]
14971                 added function prefs_account_customhdr_edit
14972         * modified src/defs.h :
14973                 added HEADERS_RC : name of the config file
14974                 for the custom headers
14975
14976 2001-04-24
14977
14978     0.4.65claws5
14979
14980         * configure.in
14981           src/gtkstext.[ch]
14982           src/compose.c
14983           src/Makefile.am
14984           
14985           added gtkstext with configure.in patch by Hiroyuki which
14986           should fix the XIM detection [alfons]
14987
14988         * more clean up of cvs [alfons]
14989
14990                  * removed all Makefile.in files to attic.
14991
14992                  * updated all .cvsignores to really ignore things that could
14993                    be unintentionally committed by a recursive commit.
14994
14995 2001-04-23 [hoa]
14996         * added src/grouplist_dialog.[ch]
14997         * changed src/folderview.c to call grouplist_dialog instead
14998                 of inputdialog
14999         * src/news.c :
15000                 added functions news_reset_group_list
15001                 and news_get_group_list
15002         * src/nntp.c :
15003                 added function nntp_list
15004         * src/defs.h :
15005                 added GROUPLIST_FILE : name of the newsgroup list cache file
15006
15007 2001-04-21
15008
15009         * added option to warn about queued messages on exit [sergey]:
15010
15011           * src/compose.c: compose_queue(): call folder_item_scan()
15012             and folderview_update_item() after queueing.
15013           * src/folderview.c: folderview_update_node(): draw the queue
15014             folder in bold font if there are queued messages.
15015           * src/mainwindow.c: queued_messages(): new function.
15016             app_exit_cb(): display warning if there are queued messages
15017             if warn_queued_on_exit is set.
15018           * prefs_common.[ch]: add warn_queued_on_exit option.
15019
15020         * enhanced GnuPG key selection support [sergey]:
15021
15022           * src/select-keys.c: updated to newer version from Win32
15023             branch with support for selecting arbitrary keys.
15024           * src/prefs_account.c: added the Privacy tab to the account
15025             options window.
15026             prefs_account_privacy_create(),
15027             prefs_account_sign_key_set_data_from_radiobtn(),
15028             prefs_account_sign_key_set_radiobtn(): new functions.
15029           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15030           * src/rfc2015.c: set_signers(): new function.
15031             pgp_sign(): add the account parameter, call set_signers().
15032             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15033           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15034           * src/compose.c: pass the current account to rfc2015_sign().
15035
15036         * tag name claws added to prevent confusion with main branch [alfons]
15037
15038         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15039
15040         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15041
15042         * sync with recent sylpheed cvs. Untested though. [alfons]
15043