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