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