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