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