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