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