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