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