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