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