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