0.8.10claws71
[claws.git] / ChangeLog.claws
1 2003-03-02 [christoph]  0.8.10claws71
2
3         * src/common/passcrypt.c
4                 use POSIX includes
5
6 2003-03-02 [christoph]  0.8.10claws70
7
8         * configure.ac
9         * src/prefs_account.c
10         * src/prefs_gtk.[ch]
11         * src/common/.cvsignore
12         * src/common/Makefile.am
13         * src/common/passcrypt.c                ** NEW **
14         * src/common/passcrypt.h.in             ** NEW **
15                 Implement password encryption in config files
16                 using unix encrypt and setkey functions. The crypt
17                 key can be set as a configure parameter. Old
18                 passwords will be converted if they do not begin
19                 with '!'
20
21 2003-03-02 [paul]       0.8.10claws69
22
23         * src/prefs_account.c
24                 fix compile error
25
26 2003-03-01 [thorsten]   0.8.10claws68
27
28         * po/el.po
29           po/hr.po
30           po/it.po
31           po/nl.po
32           po/sr.po
33           po/sv.po
34                 corrected format strings
35         * po/en_GB.po
36                 corrected headers
37                 (fix compile errors with GNU gettext-0.11.5)
38
39 2003-03-01 [oliver]     0.8.10claws67
40
41         * ???
42
43 2003-03-01 [oliver]     0.8.10claws66
44
45         * src/mainwindow.c
46         * src/messageview.c
47                 menu callbacks call toolbar_menu_reply
48         * src/toolbar.[ch]
49                 callbacks from menu handled by toolbar_menu_reply
50
51 2003-03-01 [paul]       0.8.10claws65
52
53         * src/addressbook.c
54                 revert commit 0.8.10claws54 - breaks editing of
55                 addressbook.
56                 
57         * po/bg.po
58                 update Bulgarian translation, submitted by
59                 George Danchev
60
61 2003-02-28 [christoph]  0.8.10claws64
62
63         * src/account.c
64         * src/addressadd.c
65         * src/compose.c
66         * src/gtkaspell.c
67         * src/gtkxtext.h                ** REMOVE **
68         * src/imap.c
69         * src/matcher.[ch]
70         * src/mh.c
71         * src/news.c
72         * src/pine.c
73         * src/prefs_common.c
74         * src/prefs_matcher.c
75         * src/procheader.[ch]
76         * src/procmsg.[ch]
77         * src/toolbar.c
78         * src/common/ssl_certificate.c
79         * src/gtk/colorlabel.c
80         * src/gtk/menu.c
81                 o fix warnings
82                 o remove code obsoleted by new cache and folder system rework
83
84 2003-02-28 [oliver]     0.8.10claws63
85         
86         * src/toolbar.[ch]
87                 * fix bug where reply in Messageview replied to 
88                 Message displayed in summaryview
89                 (reportedd via ML by chinatinte at gmx dot ch)
90                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
91                 didn't work in separate MessageView Toolbar
92                 (wondering if anybody uses this at all ?)
93         * src/summaryview.[ch]
94                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
95                 (generalize reply and forward code);
96         * src/messageview.c 
97                 remove focus_in event which updated summaryview to messageview
98
99 2003-02-28 [paul]       0.8.10claws62
100
101         * po/Makefile.in.in
102                 add the --check option
103                 Patch submitted by Ricardo Mones Lastra
104
105 2003-02-28 [paul]       0.8.10claws61
106
107         * src/prefs_account.c
108                 re-order 'Signature' items
109
110 2003-02-28 [paul]       0.8.10claws60
111
112         * sync with 0.8.10cvs20
113                 see ChangeLog 2003-02-28
114
115 2003-02-28 [paul]       0.8.10claws59
116
117         * po/POTFILES.in
118                 update to reflect recent movement of files
119
120 2003-02-28 [paul]       0.8.10claws58
121
122         * sync with 0.8.10cvs19
123                 see ChangeLog 2003-02-28
124
125 2003-02-27 [martin]     0.8.10claws57
126
127         * src/prefs_matcher.c 
128                 fix segfault in prefs_matcher_ok() when the
129                 last entry is deleted and prevents that the
130                 message "entry not saved" comes up after deleting
131                 an entry
132
133 2003-02-27 [martin]     0.8.10claws56
134
135         * src/prefs_filtering.c 
136                 fix segfault in prefs_filtering_ok() when the
137                 last entry is deleted and prevents that the
138                 message "entry not saved" comes up after deleting
139                 an entry
140
141 2003-02-27 [paul]       0.8.10claws55
142
143         * sync with 0.8.10cvs18
144                 see ChangeLog 2003-02-27
145
146 2003-02-27 [paul]       0.8.10claws54
147
148         * src/addressbook.c
149                 fix bug where the address book crashes with 
150                 multiple lookups.
151                 Patch [687729] submitted by David Frager 
152                 <dbfrager@users.sourceforge.net>
153
154 2003-02-25 [christoph]  0.8.10claws53
155
156         * src/Makefile.am
157         * src/colorlabel.[ch]           ** REMOVE **
158         * src/gtk/Makefile.am
159         * src/gtk/colorlabel.[ch]       ** NEW **
160                 move colorlabel files to gtk directory
161
162         * src/esmtp.[ch]                ** REMOVE **
163                 has been merged into smtp.[ch] in 0.7.5
164
165 2003-02-25 [christoph]  0.8.10claws52
166
167         * src/Makefile.am
168         * src/about.[ch]                ** REMOVE **
169         * src/gtk/Makefile.am
170         * src/gtk/about.[ch]            ** NEW **
171                 move about files to gtk directory
172
173 2003-02-25 [christoph]  0.8.10claws51
174
175         * src/folder.c
176                 some code optimization of folder scanning code
177
178         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
179
180 2003-02-25 [christoph]  0.8.10claws50
181
182         * src/main.c
183         * src/common/sylpheed.c
184                 add command line parameter parsing to common code
185
186 2003-02-24 [christoph]
187
188         * Makefile.am
189         * configure.ac
190                 fix gnome prefix problems, the configure script now removed
191                 `gnome-config --prefix` from `gnome-config --datadir`
192                 and adds $(prefix} instead
193
194         (closes Bug 24 Makefile does not respect prefix when installing
195          GNOME data)
196
197 2003-02-24 [christoph]  0.8.10claws49
198
199         * src/news.c
200                 check for valid session before trying to authenticate
201
202         (closes Bug 60 crash if "authenticate on logon" is activated
203          and newsserver-hostname is not valid)
204
205 2003-02-24 [melvin]     0.8.10claws48
206
207         * src/prefs_actions.c
208                 Make sure all user's input is sent to the action and then
209                 close the socket..
210
211 2003-02-23 [alfons]     0.8.10claws46
212
213         * src/summaryview.c
214                 also wait cursor when deleting files
215
216 2003-02-23 [paul]
217
218         * tools/freshmeat_search.pl
219           tools/google_search.pl
220                 scripts should now work for any browser/browser command line
221
222 2003-02-22 [christoph]  0.8.10claws45
223
224         * src/procmsg.c
225                 fix IMAP flag setting, IMAP flag is not handled correctly
226                 anymore by the folder system and information about the
227                 folder should not be saved in the MsgInfo (in my opinion)
228
229         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
230
231 2003-02-22 [christoph]  0.8.10claws44
232
233         * src/summaryview.c
234                 fix spelling of "label" ;-)
235
236 2003-02-22 [thorsten]   0.8.10claws43
237
238         * src/mimeview.c
239           src/prefs_common.[ch]
240           src/procmime.[ch]
241                 do not use description as attachment name
242
243 2003-02-22 [alfons]     0.8.10claws42
244
245         * src/summaryview.c
246                 freeze/thaw folder item updates when changing color labels,
247                 and put a wait cursors on
248
249 2003-02-22 [thorsten]   0.8.10claws41
250
251         * src/mimeview.c
252                 save-all fixes: crash if invoked on multipart container,
253                 mimeinfo access, pathseparators, error dialog
254
255 2003-02-21 [alfons]     0.8.10claws40
256
257         * src/prefs_gtk.c
258                 remove unused var
259
260 2003-02-21 [colin]      0.8.10claws39
261
262         * src/send.c
263                 Fix smtp logging
264
265 2003-02-21 [colin]      0.8.10claws38
266
267         * src/summaryview.c
268                 Freeze/thaw folderItem updates when filtering messages 
269                 via Tools/Filter messages
270
271 2003-02-21 [paul]       0.8.10claws37
272
273         * src/compose.c
274                 revert commit 0.8.10claws26, there are ulterior motives
275                 for users to set a Reply-To header when posting to
276                 newsgroups
277
278 2003-02-21 [paul]       0.8.10claws36
279
280         * sync with 0.8.10cvs17
281                 see ChangeLog 2003-02-21
282
283 2003-02-20 [christoph]  0.8.10claws35
284
285         * src/imap.c
286                 IMAP UID fetch speedup using SEARCH
287
288         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
289
290         * src/imap.c
291                 fix problem with UIDs in IMAP UID cache that no longer existed
292
293 2003-02-20 [christoph]  0.8.10claws34
294
295         * src/imap.c
296         * src/procheader.c
297         * src/procheader.h
298                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
299
300         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
301
302         * src/imap.c
303                 Rewrite imap_cmd_gen_recv use sock_getline instead
304                 of sock_gets to avoid problems with too long reply
305                 lines
306     
307 2003-02-20 [colin]      0.8.10claws33
308         
309         * src/prefs_account.c
310                 Better wording
311
312 2003-02-20 [colin]      0.8.10claws32
313
314         * src/compose.c
315                 Remove useless '&& !to_sender' 
316
317 2003-02-20 [darko]
318
319         * AUTHORS
320                 change my e-mail address
321
322 2003-02-19 [colin]      0.8.10claws31
323
324         * src/prefs_common.c
325                 X11 style colors for every configurable color
326
327 2003-02-19 [alfons]     0.8.10claws30
328
329         * src/prefs_gtk.[ch]
330         * src/prefs_common.c
331                 for color_new accept both plain integers and X11 style color
332                 names (as found in /usr/lib/X11/rgb.txt)
333
334 2003-02-19 [paul]       0.8.10claws29
335
336         * src/mainwindow.c
337                 add tooltips to online/offline button and account selector
338                 button
339
340 2003-02-19 [paul]       0.8.10claws28
341
342         * src/folder.c
343           src/news.c
344           src/prefs_account.[ch]
345           src/prefs_common.[ch]
346                 move 'Maximum number of articles to download' to
347                 account prefs.
348                 clean up account prefs gui a little by hiding entries
349                 rather then greying out entries
350
351 2003-02-19 [hiro]       0.8.10claws27
352
353         * src/common/utils.c
354                 fix bug #54 'yesterdays date is displayed in the message 
355                 summary window'
356
357 2003-02-19 [paul]       0.8.10claws26
358
359         * src/compose.c
360                 fix bug reported in Feature Request [688596] 
361                 'Reply-to header in news'
362
363 2003-02-18 [paul]       0.8.10claws25
364
365         * src/select-keys.c
366                 add a 'List all keys' button to key selection dialog
367
368 2003-02-18 [colin]      0.8.10claws24
369         
370         * src/stock_pixmap.c
371                 fix compile error
372
373 2003-02-18 [colin]      0.8.10claws23
374
375         * src/common/smtp.[ch]
376           src/prefs_account.c
377                 Try to starttls if it seems to be the only
378                 way to authenticate a user
379
380 2003-02-18 [paul]       0.8.10claws22
381
382         * src/Makefile.am
383           src/folderview.c
384           src/stock_pixmap.[ch]
385           src/pixmaps/drafts_close.xpm  ** NEW FILE **
386           src/pixmaps/drafts_open.xpm   ** NEW FILE **
387                 as a Drafts folder is a special folder allow it to have
388                 its own unique icons
389
390 2003-02-18 [colin]      0.8.10claws21
391
392         * src/imap.c
393                 Fix port selection when using starttls
394
395 2003-02-18 [paul]       0.8.10claws20
396
397         * src/mainwindow.c
398           src/prefs_common.[ch]
399                 make blue the default new mail colour
400
401 2003-02-18 [paul]       0.8.10claws19
402
403         * sync with 0.8.10cvs14
404                 see ChangeLog 2003-02-18
405
406 2003-02-17 [jens]       0.8.10claws18
407
408         * src/common/md5.c
409                 fixed a compile problem with gcc 3.3
410                 works on 2.95.3 too (testet on PPC as it is big endian)
411
412 2003-02-17 [paul]       0.8.10claws17
413
414         * sync with 0.8.10cvs13
415                 see ChangeLog 2003-02-17
416
417 2003-02-17 [paul]       0.8.10claws16
418
419         * sync with 0.8.10cvs12
420                 see ChangeLog 2003-02-17
421
422 2003-02-16 [match]      0.8.10claws15
423
424         * src/addressbook.c
425                 Eliminates reloading of address data when items
426                 deleted or added. Applied submitted by
427                 Luke Plant <lukeplant@softhome.net>
428
429 2003-02-16 [paul]       0.8.10claws14
430
431         * src/news.c
432                 when a 'protocol error' is encountered disconnect from
433                 the server. This means that the user can carry on viewing
434                 other articles and doesn't have to either wait until the
435                 server timesout or quit sylpheed.
436                 Fixes bug #53 'Unable to read messages in newsgroups, 
437                 displayed message doesn't change'
438
439 2003-02-15 [christoph]  0.8.10claws13
440
441         * src/imap.c
442                 fix bug that stopped scanning of folders when an
443                 IMAP folder was empty
444
445         (closes bug 46 stop scan messages in folders after empty folder)
446
447 2003-02-15 [paul]
448
449         * tools/Makefile.am
450           tools/README
451           tools/freshmeat_search.pl     ** NEW FILE **
452           tools/google_search.pl        ** NEW FILE **
453                 Add 2 Actions scripts which search freshmeat/google
454                 for the selected text using the browser configured
455                 in sylpheedrc.
456                 
457         Note: These scripts are very dependent on the format of the
458         browser command and may not work on every occasion. Testing
459         is welcome. 
460
461 2003-02-14 [alfons]     0.8.10claws12
462
463         * src/compose.c
464                 fix breakage because of uninitialized account pointer.
465                 please verify.
466
467 2003-02-14 [paul]       0.8.10claws11
468
469         * src/compose.c
470           src/prefs_account.[ch]
471           src/prefs_common.[ch]
472                 move signature settings to Account Prefs
473
474 2003-02-14 [paul]       0.8.10claws10
475
476         * sync with 0.8.10cvs11
477                 see ChangeLog 2003-02-14
478
479 2003-02-13 [thorsten]   0.8.10claws9
480
481         * src/news.c
482                 revert news progressbar (GUI separation)
483
484 2003-02-13 [paul]       0.8.10claws8
485
486         * src/compose.c
487                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
488                 paragraph 1
489
490 2003-02-13 [paul]       0.8.10claws7
491
492         * src/compose.[ch]
493           src/summaryview.c
494                 fix 'Follow-up and Reply-to' so that it creates a reply to
495                 the newsgroup and the sender. If the message has the keyword
496                 'poster' in the Followup-To header, all replies go to the
497                 sender, re: RFC 1036, Section 2.2.3
498                 rename all instances of 'ignore_replyto' to 'to_sender', both
499                 were previously used, now we use just one.
500
501 2003-02-13 [paul]       0.8.10claws6
502
503         * sync with 0.8.10cvs9
504                 see ChangeLog 2003-02-13
505
506 2003-02-13 [paul]       0.8.10claws5
507
508         * configure.ac
509                 show which plugins are configured in the configure
510                 output.
511
512 2003-02-12 [thorsten]   0.8.10claws4
513
514         * src/news.c
515                 show progress while fetching news headers
516
517 2003-02-12 [christoph]  0.8.10claws3
518
519         * configure.ac
520         * src/plugins/Makefile.am
521                 use AM_CONDITIONAL to enable plugins, automake correctly
522                 manages this when creating distdir
523
524 2003-02-12 [christoph]  0.8.10claws2
525
526         * ac/spamassassin.m4
527         * src/plugins/spamassassin/Makefile.am
528                 fix building SpamAssassin plugin without OpenSSL
529
530 2003-02-12 [paul]       0.8.10claws1
531
532         * ac/Makefile.am
533           src/Makefile.am
534           src/plugins/Makefile.am
535                 fix failure of 'make release'
536
537 2003-02-12 [paul]       0.8.10claws
538
539         * 0.8.10claws released
540
541 2003-02-12 [paul]       0.8.9claws56
542
543         * po/bg.po
544           po/es.po
545           po/it.po
546           po/ru.po
547           po/sr.po
548                 updated translations by George Danchev, Ricardo Mones Lastra,
549                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
550                 
551         * sylpheed.spec.in
552                 Allow the building of RPMs by a regular user. Submitted
553                 by Sergei Astanin
554
555 2003-02-11 [alfons]     0.8.9claws55
556
557         * src/colorlabel.c
558                 don't use pixmaps for label color rect but draw rectangles
559                 so we can respect the color map of palette based visuals
560                 (fixes the long time crashes on Suns - thanks to Andreas
561                 Engel and Steve O'Hara-Smith for testing)
562
563 2003-02-11 [christoph]  0.8.9claws54
564
565         * src/matcher_parser_parse.y
566                 correct bug where filering rules of not existing folders in
567                 matcherrc were added to global filtering
568                 
569         (closes Debian Bug #180253 - Directory's filter-rules are merged with
570          main filter-rules after removing directory, http://bugs.debian.org/180253)
571         
572 2003-02-11 [paul]       0.8.9claws53
573
574         * sync with 0.8.10cvs7
575                 see ChangeLog 2003-02-09
576
577 2003-02-11 [melvin]     0.8.9claws52
578
579         * po/fr.po
580                 Updated French tranlsations
581
582 2003-02-10 [paul]       0.8.9claws51
583
584         * sylpheed.spec.in
585                 correct --enable-openssl
586                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
587
588 2003-02-09 [martin]     0.8.9claws50
589
590         * src/prefs_matcher.c
591                 fix segfault in prefs_matcher_substitute_cb() when
592                 no row is selected
593
594 2003-02-09 [paul]       0.8.9claws49
595
596         * src/folderview.c
597                 fix bug where a newsgroup folder's processing rules were
598                 merged with the global filtering rules when the newsgroup
599                 folder was deleted, causing some seriously bad results,
600                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
601
602 2003-02-08 [melvin]     0.8.9claws48
603
604         * src/compose.c
605                 Corrected and modified an alert message.
606
607 2003-02-07 [paul]       0.8.9claws47
608
609         * src/folderview.c
610                 fix bug where both an 'Account properties' window and a
611                 'Folder properties' window were opened when clicking on
612                 'Properties' in an NNTP or IMAP folder's popup menu.
613
614 2003-02-07 [paul]       0.8.9claws46
615
616         * sync with 0.8.10cvs6
617                 see ChangeLog 2003-02-06
618
619 2003-02-06 [christoph]  0.8.9claws45
620
621         * src/mbox.c
622                 freeze folder updates while importing mbox files
623                 (closes bug 43 importing mbox took hours)
624                 
625         Patch submitted by Jens Rantil <jens.rantil@telia.com>
626
627 2003-02-06 [thorsten]   0.8.9claws44
628
629         * po/de.po
630                 Updated german translations
631
632 2003-02-06 [thorsten]   0.8.9claws43
633
634         * src/news.h
635                 use guint for message numbers (fix count in grouplist dialog)
636
637 2003-02-05 [paul]       0.8.9claws42
638
639         * sync with 0.8.10cvs2
640                 see ChangeLog 2003-02-05
641
642 2003-02-04 [colin]      0.8.9claws41
643
644         * src/prefs_common.[ch]
645           src/procmsg.c
646           src/summaryview.c
647                 Add an option to disable threading by subject
648
649 2003-02-04 [christoph]  0.8.9claws40
650
651         * src/inc.c
652                 only abort fetching mails from multiple accounts when the
653                 error is fatal and does not allow to check any more accounts
654                 (currently only disk full error)
655
656         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
657          receive mails for other accouts)
658
659 2003-02-04 [christoph]  0.8.9claws39
660
661         * src/folder.c
662                 first add the new message to the cache, then
663                 send the update notification
664
665         (closes bug 39 after sending message folderview doesnt get updated)
666
667 2003-02-04 [colin]      0.8.9claws38
668
669         * src/inc.c
670                 _really_ fix this Connecting... status
671
672 2003-02-04 [paul]       0.8.9claws37
673
674         * sync with 0.8.10
675                 see ChangeLog 2003-02-04
676
677 2003-02-04 [paul]       0.8.9claws36
678
679         * sync with 0.8.9cvs6
680                 see ChangeLog 2003-02-03
681
682 2003-02-04 [paul]       0.8.9claws35
683
684         * po/pt_BR.po
685                 updated by André Filipe de Assunção e Brito 
686                 <bedecko@netsite.com.br>
687
688 2003-02-03 [thorsten]   0.8.9claws34
689
690         * po/de.po
691                 Updated german translations
692
693 2003-02-02 [paul]       0.8.9claws33
694
695         * po/es.po
696                 updated by Ricardo Mones Lastra
697
698 2003-02-02 [thorsten]   0.8.9claws32
699
700         * src/mh.c
701                 Fix mh_get_msginfo() segfault if file is inaccessible
702
703 2003-01-31 [colin]      0.8.9claws31
704
705         * src/procheader.c
706                 Fix last commit's bug
707
708 2003-01-31 [colin]      0.8.9claws30
709
710         * src/procheader.c
711                 Missing a change for gpg-signed messages
712
713 2003-01-31 [paul]       0.8.9claws29
714
715         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
716           src/procheader.c
717           src/stock_pixmap.[ch]
718           src/summaryview.c
719                 indicate GnuPG signed messages by displaying an icon
720                 in the Attachment column.
721
722 2003-01-31 [paul]       0.8.9claws28
723
724         * sync with 0.8.9cvs4
725                 see ChangeLog 2003-01-31
726
727 2003-01-31 [alfons]     0.8.9claws27
728
729         * src/textview.c
730                 tune URI parser to accept mailto URLs with a '?'
731                 (patch from Ruslan Balkin)
732
733 2003-01-31 [colin]      0.8.9claws26
734
735         * src/summaryview.c
736                 Fix a leak introduced in claws24
737
738 2003-01-31 [colin]      0.8.9claws25
739
740         * src/summaryview.c
741                 Freeze/Thaw folder updates when deleting dups
742
743 2003-01-31 [colin]      0.8.9claws24
744         
745         * src/addr_compl.c
746           src/summaryview.c
747           src/msgcache.c
748                 little speed improvements
749
750 2003-01-31 [colin]      0.8.9claws23
751
752         * src/summaryview.c
753                 Fix segfault when forwarding nothing
754                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
755                 
756 2003-01-30 [paul]       0.8.9claws22
757
758         * sync with 0.8.9cvs3
759                 see ChangeLog 2003-01-30
760
761 2003-01-30 [paul]       0.8.9claws21
762
763         * sync with 0.8.9cvs2
764                 see ChangeLog 2003-01-30
765
766 2003-01-29 [paul]       0.8.9claws20
767
768         * sync with 0.8.9cvs1
769                 see ChangeLog 2003-01-29
770
771 2003-01-28 [paul]       0.8.9claws19
772
773         * po/POTFILES.in
774                 update to reflect changes. 
775                 thanks to Ricardo Mones Lastra
776
777 2003-01-27 [christoph]  0.8.9claws18
778
779         * ac/openssl.m4
780         * ac/spamassassin.m4
781         * src/plugins/spamassassin/README
782         * src/plugins/spamassassin/libspamc.[ch]
783         * src/plugins/spamassassin/utils.[ch]
784                 updated to latest libspamc
785
786 2003-01-27 [christoph]  0.8.9claws17
787
788         * src/folder.c
789                 fix wrong use of procheader_get_header_fields
790
791 2003-01-27 [christoph]  0.8.9claws16
792
793         * src/news.c
794         * src/prefs_account.[ch]
795         * src/common/nntp.[ch]
796                 allow to force authentication for NNTP servers
797
798         Patch submitted by Florian Mickler <dmk@d-labs.de>
799
800 2003-01-26 [paul]       0.8.9claws15
801
802         * src/summaryview.c
803                 speed up of marking messages as read
804                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
805
806 2003-01-26 [christoph]  0.8.9claws14
807
808         * src/Makefile.am
809         * src/mgutils.[ch]              ** REMOVE **
810         * src/xml.[ch]                  ** REMOVE **
811         * src/xmlprops.[ch]             ** REMOVE **
812         * src/common/Makefile.am
813         * src/common/mgutils.[ch]       ** NEW **
814         * src/common/xml.[ch]           ** NEW **
815         * src/common/xmlprops.[ch]      ** NEW **
816                 move xml files to common directory
817
818 2003-01-26 [christoph]  0.8.9claws13
819
820         * src/plugins/spamassassin/spamassassin_gtk.c
821                 only set gtk entry text if string is available
822
823 2003-01-26 [melvin]     0.8.9claws12
824
825         * src/description_window.c
826                 Allow resizing of the window
827                 Allow automatic horizontal scroll bar
828                 Do not vertically expand and fill
829
830 2003-01-26 [christoph]  0.8.9claws11
831
832         * src/Makefile.am
833         * src/gtkutils.[ch]             ** REMOVE **
834         * src/common/sylpheed.c
835         * src/gtk/Makefile.am
836         * src/gtk/description_window.c
837         * src/gtk/gtkutils.[ch]         ** NEW **
838         * src/gtk/prefswindow.c
839                 move gtkutils to gtk directory
840
841 2003-01-26 [paul]       0.8.9claws10
842
843         * src/summaryview.c
844                 rename summary_unread_clicked() to summary_status_clicked()
845
846 2003-01-26 [melvin]     0.8.9claws9
847
848         * src/prefs_actions.c
849                 Cosmetical changes to the help text
850
851 2003-01-26 [paul]       0.8.9claws8
852
853         * src/folder.[ch]
854           src/mainwindow.c
855           src/prefs_common.c
856           src/prefs_sumamry_column.c
857           summaryview.[ch]
858                 rename the 'Unread' column to 'Status'
859
860 2003-01-25 [match]      0.8.9claws7
861
862         * src/mgutils.[ch]
863                 removed reference to LDAP constants. removed error2string.
864                 included functions to support LDAP dynamic queries.
865         * src/syldap.h
866                 moved LDAP constants here.
867         * src/addressbook.c
868         * src/addrindex.c
869         * src/importldif.c
870                 removed references to LDAP constants and references to
871                 error2string.
872
873 2003-01-25 [paul]       0.8.9claws6
874
875         * src/summaryview.c
876                 summary_thread_build(), summary_thread_init(): remove 
877                 unneeded reference to summaryview->folder_item
878
879 2003-01-25 [christoph]  0.8.9claws5
880
881         * src/gtk/description_window.c
882                 o allow description texts to expand over multiple columns
883                 o translate all columns
884         * src/prefs_actions.c
885                 change syntax description to use new multi column feature
886
887         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
888
889 2003-01-25 [match]      0.8.9claws4
890
891         * src/vcard.c
892                 fixed bug with Quoted-Printable
893
894 2003-01-25 [paul]       0.8.9claws3
895
896         * src/folder.[ch]
897           src/summaryview.[ch]
898                 implement per-folder collapsed/expanded threads setting
899                 
900         * src/prefs_common.c
901                 remove global collapsed/expanded threads option
902
903 2003-01-25 [christoph]  0.8.9claws2
904
905         * po/POTFILES.in
906                 add pluginwindow and prefswindow
907         * src/compose.c
908                 make send respond correctly to messages that could be added
909                 to the queue folder, but the UID of the message is unknown
910         * src/folder.c
911         * src/imap.c
912                 don't return guessed UIDs in imap_add_msg anymore. We return
913                 0 to tell the folder system it was appened but the UID is
914                 unknown. Folder system now get's the UID by scaning the folder
915                 and searching the cache for the Message-ID
916                 (closes bug #29 Messages queued, but not sent)
917
918 2003-01-25 [paul]       0.8.9claws1
919
920         * src/codeconv.c
921                 conv_encode_header():  fix bug when long headers with 8-bit
922                 characters are used, so that the encoded words are wrapped.
923                 If the space in the original text falls on the wrap boundary,
924                 it can be lost.
925                 Patch by Sergey Vlasov.
926                 
927         * src/folderview.c
928                  fix bug where a change to the sorting method or thread view
929                  of a folder's messages is lost if simpify-subject is set and
930                  toggled on or off.
931                  Patch by Luke Plant.
932
933 2003-01-24 [paul]       0.8.9claws
934
935         * sylpheed-0.8.9claws released
936         
937         * Makefile.am
938           sylpheed.spec.in
939                 remove reference to 'INSTALL.jp'
940
941 2003-01-23 [paul]       0.8.8claws128
942
943         * po/es.po
944           po/it.po
945           po/ru.po
946           po/sr.po
947                 updated translations. submitted by Ricardo Mones Lastra,
948                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
949
950 2003-01-23 [colin]      0.8.8claws127
951
952         * src/compose.c
953                 Fix drafted and queued news articles re-edition
954
955 2003-01-23 [melvin]     0.8.8claws126
956
957         * po/fr.po
958                 Updated French translations
959
960 2003-01-23 [colin]      0.8.8claws125
961
962         * src/inc.c
963                 Fix "Connecting to..." status message
964
965 2003-01-22 [paul]       0.8.8claws124
966
967         * po/bg.po
968                 updated by George Danchev
969                 
970         * src/folder.c
971                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
972                 and folder deletion
973
974 2003-01-21 [paul]       0.8.8claws123
975
976         * po/bg.po
977                 updated by George Danchev
978                 
979         * src/about.c
980                 its now 2003
981                 
982         * src/toolbar.c
983                 don't translate 'Separator'
984                 
985         * src/plugins/spamassassin/Makefile.am
986                 add aspell to CPPFLAGS
987                 
988         * src/plugins/spamassassin/spamassassin.c
989           src/plugins/spamassassin/spamassassin_gtk.c
990                 set correct default for spamassassin_receive_spam
991                 slightly re-word descriptions and some
992                 other minor changes
993
994 2003-01-19 [alfons]     0.8.8claws122
995                 
996         * src/mimeview.c
997                 mimeview_save_as(): we might as well show the file name for
998                 the single case "Save As" too
999
1000 2003-01-19 [alfons]     0.8.8claws121
1001
1002         * src/crash.c
1003                 change bug tracker URL to bugzilla URL
1004
1005 2003-01-19 [alfons]     0.8.8claws120
1006
1007         * src/mimeview.c
1008                 mimeview_save_all(): display name of file before overwriting;
1009                 continue saving all, even when one overwrite was cancelled
1010
1011 2003-01-19 [christoph]  0.8.8claws119
1012
1013         * src/summaryview.c
1014         * src/procmsg.[ch]
1015                 fix wrong usage of procmsg_find_children in summaryview
1016                 by using procmsg_update_unread_children instead of
1017                 summaryview_update_unread_children
1018
1019 2003-01-19 [christoph]  0.8.8claws118
1020
1021         * src/procmsg.c
1022                 fix infinite loop in procmsg_find_children
1023                  (closes bug #25 sylpheed crashes on delete.)
1024
1025         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1026
1027 2003-01-19 [paul]       0.8.8claws117
1028
1029         * po/pt_BR.po
1030                 updated by Ivan Francolin Martinez
1031
1032 2003-01-18 [melvin]     0.8.8claws116
1033
1034         * src/prefs_actions.c
1035                 Removed syntax limitation of only one '&' at the end of command.
1036                         Now actions that contain '>/dev/null 2>&1' are possible.
1037
1038 2003-01-18 [melvin]     0.8.8claws115
1039
1040         * src/prefs_actions.c
1041                 Actions IO dialog: when the action ends
1042                 the "Close" button now has focus and [Escape] closes the
1043                 window.
1044
1045 2003-01-18 [christoph]  0.8.8claws114
1046
1047         * src/procmsg.c
1048                 o add debug output when MsgInfos are really freed
1049                 o free GSLists in procmsg_find_children and
1050                   procmsg_update_unread_children
1051
1052 2003-01-18 [christoph]  0.8.8claws113
1053
1054         * src/mainwindow.c
1055                 reorder Configuration menu
1056
1057 2003-01-18 [christoph]  0.8.8claws112
1058
1059         * src/compose.c
1060                 fix applying templates to forwarded messages
1061
1062         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1063
1064 2003-01-17 [christoph]  0.8.8claws111
1065
1066         * src/folder.c
1067                 destroy folder items, when a folder item is removed
1068
1069 2003-01-17 [christoph]  0.8.8claws110
1070
1071         * src/folder.c
1072                 fix wrong folder stats update when ignored message is
1073                 deleted
1074
1075 2003-01-17 [colin]      0.8.8claws109
1076         
1077         * src/mainwindow.c
1078         * src/summaryview.c
1079                 Quicksearch bugfixes: 
1080                 - hide help button at startup if not extended
1081                 - switch to extended when looking for replies
1082
1083 2003-01-17 [paul]
1084
1085         * sync with 0.8.9 release
1086
1087 2003-01-17 [paul]       0.8.8claws108
1088
1089         * sync with 0.8.8cvs11
1090                 see ChangeLog 2003-01-17
1091
1092 2003-01-16 [colin]      0.8.8claws107
1093
1094         * src/procmsg.c
1095                 Changed encryption test to re-ask passphrase
1096                 if an encrypted message hasn't been decrypted
1097                 Fixes bug #5
1098
1099 2003-01-16 [christoph]  0.8.8claws106
1100
1101         * src/prefs_gtk.c
1102         * src/prefs_toolbar.c
1103         * src/gtk/prefswindow.h
1104         * src/plugins/spamassassin/spamassassin_gtk.c
1105                 remove page destroy function that is not used anymore
1106
1107 2003-01-16 [paul]       0.8.8claws105
1108
1109         * sync with 0.8.8cvs9
1110                 see ChangeLog 2002-01-16
1111
1112 2003-01-16 [colin]      0.8.8claws104
1113
1114         * src/compose.[ch]
1115                 Fix bug with autosaved drafts for IMAP, when draft
1116                 folder is specified - fixes bugzilla bug #20
1117
1118 2003-01-15 [paul]       0.8.8claws103
1119
1120         * src/compose.[ch]
1121           src/procmsg.c
1122                 store folder and message-id of message forwarding
1123                 in queue header and set forward flag after sending
1124
1125 2003-01-15 [paul]       0.8.8claws102
1126
1127         * sync with 0.8.8cvs8
1128                 see ChangeLog 2002-01-15
1129
1130 2003-01-15 [colin]      0.8.8claws101
1131
1132         * src/Makefile.am
1133                 Fix linking with GNU libiconv
1134
1135 2003-01-15 [darko]      0.8.8claws100
1136
1137         * src/pine.c
1138                 fix crash when importing pine address book
1139                 entry with an empty name (reported by DY
1140                 <dybulk at tri8.net>)
1141
1142 2003-01-14 [paul]       0.8.8claws99
1143
1144         * configure.in  ** REMOVED **
1145           configure.ac  ** NEW FILE **
1146                 rename configure.in to configure.ac, as it is now
1147                 preferred
1148
1149 2003-01-14 [melvin]     0.8.8claws98
1150
1151         * src/folderview.c
1152                 folderview_check_new(): More precise function description
1153
1154 2003-01-14 [melvin]     0.8.8claws97
1155
1156         * src/folderview.c
1157                 folderview_check_new(): return the number of new messages 
1158                         since last check.
1159         * src/inc.c
1160                 inc_account_mail(): Disable counting of new messages for IMAP
1161                         and NNTP until bug [19] and [14] are fixed.
1162
1163 2003-01-14 [paul]       0.8.8claws96
1164
1165         * sync with 0.8.8cvs6
1166                 see ChangeLog 2003-01-14
1167
1168 2003-01-13 [alfons]     0.8.8claws95
1169
1170         * src/textview.c
1171                 tune email address validation (c. 0.8.8claws89): if . is 
1172                 just one char away from @, the address is invalid too 
1173                 (correctly rejects addresses like foo@.com)
1174
1175 2003-01-13 [paul]       0.8.8claws94
1176
1177         * src/messageview.c
1178           src/toolbar.c
1179                 fixes to the Message View toolbar and menu:
1180                 fix non-functioning Forward button
1181                 make Reply button consider default_reply_list
1182                 remove 'Follow-up...' menu entry
1183                 add 'Forward' and 'Redirect' menu entries
1184
1185 2003-01-13 [melvin]     0.8.8claws93
1186
1187         * src/inc.c
1188                 Fixed typo that could make new messages count incorrect.
1189
1190 2003-01-13 [melvin]     0.8.8claws92
1191
1192         * src/folderview.[ch]
1193                 folderview_check_new(): return the number of new messages.
1194         * src/inc.c
1195                 Should fix bug [14] where new mail notification worked 
1196                         incorrectly with IMAP accounts.
1197                 inc_spool_account(): return number of new msgs, or -1 on error
1198                 inc_all_spool(): return number of new msgs
1199                 
1200 2003-01-13 [melvin]     0.8.8claws91
1201
1202         * src/prefs_actions.c
1203                 Justify help text.
1204
1205 2003-01-12 [thorsten]   0.8.8claws90
1206
1207         * src/common/prefs.c
1208                 close file before rename
1209
1210 2003-01-12 [alfons]     0.8.8claws89
1211
1212         * AUTHORS
1213                 add Christian Mertes
1214         * src/common/utils.[ch]
1215                 g_stricase_hash(), g_stricase_equal(): functions for 
1216                 case insensitive hash tables
1217         * src/textview.c
1218                 use top level domain names to validate email address, based
1219                 on a patch by Christian Mertes (thanks!), but changed 
1220                 implementation to use a hash table 
1221
1222 2003-01-12 [paul]       0.8.8claws88
1223
1224         * po/bg.po
1225                 updated by George Danchev
1226
1227 2003-01-12 [alfons]     0.8.8claws87
1228
1229         * src/summaryview.c
1230                 delete / execute performance: use new style folder update
1231
1232 2003-01-12 [paul]       0.8.8claws86
1233
1234         * sync with 0.8.8cvs5
1235                 see ChangeLog 2003-01-13 (!)
1236
1237 2003-01-12 [alfons]     0.8.8claws85
1238
1239         * src/filtering.c
1240         * src/matcher_parser_parse.y
1241                 prepare change_score filtering action
1242         * src/matcher.[ch]
1243                 give up const-correctness on functions that call non-const-correct functions;
1244                 several casts to gpointer in g_free();
1245                 add change_score;
1246
1247 2003-01-12 [christoph]  0.8.8claws84
1248
1249         * src/compose.c
1250                 fix 2 warnings
1251
1252         * src/gtk/prefswindow.[ch]
1253         * src/plugins/spamassassin/spamassassin_gtk.c
1254                 changed the call of the widget create function
1255                 for PrefsPages, because sometimes the widget
1256                 create function needs a widget that already has
1257                 been attached to a window (to create GDK pixmaps
1258                 for exmaple). So we simply pass the GtkWindow as
1259                 the second parameter now.
1260
1261         * src/main.c
1262         * src/mainwindow.c
1263         * src/prefs_toolbar.[ch]
1264                 rewrite Toolbar Preferences using the new
1265                 prefs window
1266
1267 2003-01-11 [alfons]     0.8.8claws83
1268
1269         * src/addressadd.c
1270                 fix crash when adding sender to addressbook because status bar
1271                 isn't there (the status bar doesn't seem to be used though,
1272                 but I'll let Match decide what to do with it)
1273
1274 2003-01-11 [colin]      0.8.8claws82
1275
1276         * src/main.c
1277           src/toolbar.c
1278                 Two useless changes reversed
1279
1280 2003-01-11 [colin]      0.8.8claws81
1281
1282         * src/mainwindow.c
1283           src/mainwindow.h
1284                 Add mainwindow_get_mainwindow()
1285         * src/alertpanel.c
1286           src/alertpanel.h
1287                 Add alertpanel_error_log() 
1288         * src/compose.c
1289           src/inc.c
1290           src/messageview.c
1291           src/toolbar.c
1292           src/main.c
1293           src/procmsg.c
1294                 Network errors get a View Log button
1295
1296 2003-01-10 [alfons]     0.8.8claws80
1297
1298         * src/prefs_toolbar.c
1299         * src/toolbar.c
1300                 use the translatable string for "Separator" as file name for
1301                 separator toolbar items (probably make this uppercase?)
1302
1303 2003-01-10 [alfons]     0.8.8claws79
1304
1305         * src/prefs_toolbar.c
1306                 put right A_SEPARATOR description string in "displayed
1307                 toolbar items list" so manually added separators are
1308                 saved correctly (bug #10, "Adding a separator to the main 
1309                 toolbar fails, entry in xml file is wrong")
1310
1311 2003-01-10 [christoph]  0.8.8claws78
1312
1313         * src/imap.c
1314                 o fix warnings
1315                 o use CAPABILITY to check if NAMESPACE is available
1316
1317 2003-01-10 [christoph]  0.8.8claws77
1318
1319         * src/imap.[ch]
1320                 apply UIDPLUS IMAP extension support patch
1321
1322         Patch submitted by Simon 'corecode' Schubert
1323
1324 2003-01-10 [paul]       0.8.8claws76
1325
1326         * src/folderview.c
1327                 a sync from main which fixes the news account folders'
1328                 Properties bug
1329
1330 2003-01-10 [christoph]  0.8.8claws75
1331
1332         * src/folder.c
1333                 don't accept 0 as a valid uid returned by copy and move
1334                 functions. 0 means the message was copied or moved but the
1335                 new uid could not be fetched. It is not an error condition
1336                 for the copy or move operation.
1337
1338 2003-01-10 [paul]       0.8.8claws74
1339
1340         * src/prefs_filtering.c
1341                 change English used in Alert when entry is not
1342                 saved.
1343                 
1344         * sync with 0.8.8cvs4
1345                 see ChangeLog 2003-01-10
1346
1347 2003-01-10 [darko]      0.8.8claws73
1348
1349         * src/pine.c
1350                 fix crash when importing address book entry
1351                 without a valid address
1352
1353 2003-01-09 [alfons]     0.8.8claws72
1354
1355         * src/inc.c
1356                 filtering performance: use new style folder update
1357
1358 2003-01-09 [christoph]  0.8.8claws71
1359
1360         * src/compose.c
1361         * src/gtk/menu.[ch]
1362                 fix wrong selecting of mime encoding type, when
1363                 opening property dialog of attachments in the
1364                 compose window. 7bit was always selected and that
1365                 destoryed files with 8bit data.
1366                 (closes bug #9 Sylpheed-claws destroys attachments when
1367                  changing MIME-types)
1368
1369 2003-01-09 [paul]       0.8.8claws70
1370
1371         * sync with 0.8.8cvs3
1372                 see ChangeLog 2003-01-09
1373
1374 2003-01-08 [alfons]     0.8.8claws69
1375         
1376         * src/addressadd.c
1377                 apply patch by Kim Schulz to fix build breakage
1378                 because of missing variable
1379
1380 2003-01-08 [paul]       0.8.8claws68
1381
1382         * sync with 0.8.8cvs2
1383                 see ChangeLog 2002-01-08
1384
1385 2003-01-08 [paul]       0.8.8claws67
1386
1387         * po/it.po
1388                 updated by Alessandro Maestri
1389                 
1390         * src/addressadd.c
1391                 when using 'Add sender to addressbook' allow
1392                 name to be edited and remarks to be entered
1393                 Patch submitted by Luke Plant
1394
1395 2003-01-08 [darko]      0.8.8claws66
1396
1397         * README.claws, src/summaryview.c
1398                 fix description for marked messages
1399
1400 2003-01-08 [paul]
1401
1402         * tools/Makefile.am
1403           tools/launch_phoenix  ** NEW FILE **
1404                 add script that enables using Phoenix as the default
1405                 web browser. 
1406                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1407                 
1408         * tools/OOo2sylpheed.pl
1409                 remove full path to sylpheed executable, just 'sylpheed'
1410                 will do
1411                 
1412         * tools/README
1413                 add launch_phoenix informtion and re-arrange and compress
1414                 the data a little
1415
1416 2003-01-07 [christoph]  0.8.8claws65
1417
1418         * src/folder.c
1419                 fix update for source folder when moving messages
1420         * src/procmsg.[ch]
1421         * src/summaryview.c
1422                 use function to set to_folder for message infos and
1423                 automatically update the op_count for old and new
1424                 folder
1425
1426 2003-01-07 [melvin]     0.8.8claws64
1427
1428         * src/prefs_actions.c
1429                 Fixed bug where an '%p' Action on a displayed image crashed 
1430                         Sylpheed
1431                 Code clean up (get rid of duplicated code and removed unnecessary 
1432                                 structure member)
1433
1434 2003-01-07 [christoph]  0.8.8claws63
1435
1436         * src/compose.c
1437         * src/folder.[ch]
1438         * src/folderview.c
1439         * src/import.c
1440         * src/inc.c
1441         * src/main.c
1442         * src/mainwindow.c
1443         * src/messageview.c
1444         * src/prefs_folder_item.c
1445         * src/procmsg.c
1446         * src/summaryview.c
1447         * src/toolbar.c
1448                 o remove all folder update triggering from the UI code. The folder
1449                   system should know much better when a folder needs an update.
1450                 o to prevent multiple updates in a row the folder updates can be
1451                   frozen for some time.
1452
1453                 Note: - Please verify that no updates are missing
1454                       - Check where freeze/thaws should be added
1455
1456 2003-01-07 [christoph]  0.8.8claws62
1457
1458         * src/prefs_actions.c
1459                 don't translate empty strings
1460
1461         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1462
1463 2003-01-06 [christoph]  0.8.8claws61
1464
1465         * src/prefs_actions.c
1466                 mark strings for gettext
1467         * src/prefs_matcher.c
1468                 use new description window for Execute action and
1469                 match condition in Filtering
1470
1471         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1472
1473 2003-01-06 [alfons]     0.8.8claws60
1474
1475         keep myself inspired to re-organize matcher part 8; 
1476         yes, more to come (I need to move out the descriptive
1477         text for actions to matcher.c, or at least make it not
1478         depend on the wicked ordering)
1479
1480         * src/prefs_matcher.c
1481                 add documentation so others may comprehend the
1482                 UI part of the conditions
1483                 
1484 2003-01-06 [christoph]  0.8.8claws59
1485
1486         * src/prefs_actions.c
1487                 use new description window for syntax help
1488         * src/gtk/description_window.c
1489                 fix display of descriptions with column count != 2
1490
1491         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1492
1493 2003-01-06 [christoph]  0.8.8claws58
1494
1495         * src/quote_fmt.c
1496         * src/summaryview.[ch]
1497         * src/gtk/Makefile.am
1498         * src/gtk/description_window.[ch]       ** NEW **
1499                 use a generic window to display syntax descriptions
1500                 currently used in quote_fmt and summaryview (new description
1501                 for extended quick search)
1502
1503         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1504
1505 2003-01-06 [paul]       0.8.8claws57
1506
1507         * sync with 0.8.8cvs1
1508                 see ChangeLog 2003-01-06
1509
1510 2003-01-06 [christoph]  0.8.8claws56
1511
1512         * src/mainwindow.c
1513         * src/prefs_gtk.[ch]
1514         * src/gtk/prefswindow.[ch]
1515         * src/plugins/spamassassin/spamassassin_gtk.c
1516                 o remove page management from prefswindow, pages
1517                   will be an argument to prefswindow_open
1518                 o prefswindow_open gets a datapointer that is
1519                   passed to the widget_create function to allow
1520                   creation of prefswindow for specific items
1521
1522 2003-01-06 [colin]      0.8.8claws55
1523         
1524         * src/summaryview.c
1525                 We don't want regexp in the reply-finder, 
1526                 because MIDs can contain !,$,. and so on
1527
1528 2003-01-06 [jens]       0.8.8claws54
1529
1530         * src/jpilot.c
1531                 fixed a wrong free in jpilot_read_db_files
1532
1533 2003-01-06 [alfons]     0.8.8claws53
1534
1535         re-organize matcher part 8; more to come
1536        
1537         * src/matcher.c
1538                 matcherprop_to_string(): put g_free()s before the
1539                 switch-case break to fix memleaks                
1540
1541 2003-01-06 [colin]      0.8.8claws52
1542
1543         * src/summaryview.c
1544                 cleanup & reply-finder now displays the first 
1545                 matching message
1546
1547 2003-01-05 [alfons]     0.8.8claws51
1548
1549         re-organize matcher part 7; more to come
1550
1551         * src/matcher.[ch]
1552                 fixes for constant correctness;
1553                 more documentation;
1554
1555 2003-01-05 [alfons]     0.8.8claws50
1556
1557         re-organize matcher part 6; more to come
1558         
1559         * src/matcher.[ch]
1560                 fixes for constant correctness;
1561                 more documentation;
1562         * src/filtering.c
1563                 fix for constant correctness
1564
1565 2003-01-05 [colin]      0.8.8claws49
1566
1567         * src/account.[ch]
1568                 Add account_get_reply_account function
1569         * src/compose.c
1570                 Use account_get_reply_account function 
1571         * src/summaryview.c
1572                 Basic reply-finder - click on the replied
1573                 icon gets you to the outbox using quick-search
1574
1575 2003-01-05 [paul]       0.8.8claws48
1576
1577         * src/prefs_common.c
1578                 small change to English
1579                 
1580         * src/prefs_filtering.c
1581                 prefs_filtering_action_select(): improve logic and uniformity
1582                 of gui
1583
1584 2003-01-05 [alfons]     0.8.8claws47
1585
1586         fine tune solution to focus problems (bug #7)
1587
1588         * src/mainwindow.c
1589                 mainwindow_focus_in_event(): remove grab event check
1590         * src/summaryview.c
1591                 summary_button_pressed(): move selection on right-click
1592                 too. we can't possibly move the selection back after
1593                 canceling a dialog, because gtk's incomplete focus 
1594                 management. whether this is a good solution, only time
1595                 will tell.
1596
1597 2003-01-05 [christoph]  0.8.8claws46
1598
1599         * src/imap.c
1600                 fix crash when no imap connection could be established
1601
1602 2003-01-05 [paul]       0.8.8claws45
1603
1604         * src/mainwindow.c
1605           src/sumamryview.c
1606           src/gtk/menu.[ch]
1607                 fix bug 605957 'shortcuts in popup-menu'
1608                 make user-defined shortcuts work
1609                 show shortcuts that are already defined
1610                 in the main menu
1611                 Patch submitted by Luke Plant
1612
1613 2003-01-05 [alfons]     0.8.8claws44
1614
1615         * src/mainwindow.c
1616                 focus_in_event handler should not select summary view row 
1617                 when another window (menu, dialog) grabbed for events 
1618                 (bug #7, "[0.8.8claws42] Message summary focus") 
1619
1620 2003-01-04 [christoph]  0.8.8claws43
1621
1622         * src/procmsg.c
1623                 update save folder after adding the sent message
1624                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
1625
1626 2003-01-02 [christoph]  0.8.8claws42
1627
1628         * src/common/plugin.c
1629                 fix unloading of all plugins and unload
1630                 plugins in reverse order
1631                 
1632         * src/gtk/pluginwindow.c
1633                 implement function of load and unload button
1634
1635         * src/gtk/prefswindow.c
1636         * src/gtk/prefswindow.h
1637                 rename register function and add new unregister
1638                 function
1639
1640         * src/plugins/spamassassin/spamassassin_gtk.c
1641                 unregister prefs page and update for changes in
1642                 src/gtk/prefswindow.c
1643
1644 2003-01-02 [paul]       0.8.8claws41
1645
1646         * po/es.po
1647                 updated by Ricardo Mones Lastra
1648
1649 2003-01-02 [paul]
1650
1651         * tools/tb2sylpheed
1652                 fixes and improvements by Urke MMI
1653
1654 2003-01-02 [thorsten]   0.8.8claws40
1655
1656         * src/procmsg.c
1657                 fixed wrong return value
1658
1659 2003-01-02 [thorsten]   0.8.8claws39
1660
1661         * src/prefs.c
1662                 fixed printing wrong variable
1663
1664 2003-01-02 [thorsten]   0.8.8claws38
1665
1666         * src/prefs.c
1667                 fixed acessing members of freed pfile struct
1668
1669 2003-01-02 [thorsten]   0.8.8claws37
1670
1671         * src/procmsg.c
1672                 detect loops across several messages
1673                 as suggested by Christoph Hohmann
1674
1675 2003-01-01 [match]      0.8.8claws36
1676
1677         * src/addrindex.c
1678                 fixed another memory leak.
1679
1680 2003-01-01 [match]      0.8.8claws35
1681
1682         * src/jpilot.[ch]
1683                 fixed memory leaks. applied Doxygen comments.
1684
1685 2003-01-01 [thorsten]   0.8.8claws34
1686
1687         * src/procmsg.c
1688                 inhibit endless loop if msg references itself
1689                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
1690
1691 2003-01-01 [christoph]  0.8.8claws33
1692
1693         * src/mainwindow.c
1694         * src/gtk/Makefile.am
1695         * src/gtk/pluginwindow.c                ** NEW **
1696         * src/gtk/pluginwindow.h                ** NEW **
1697                 add plugin window
1698
1699         * src/plugins/demo/demo.c
1700         * src/plugins/spamassassin/spamassassin.c
1701         * src/plugins/spamassassin/spamassassin_gtk.c
1702                 write better plugin descriptions
1703
1704 2002-12-31 [christoph]  0.8.8claws32
1705
1706         * src/gtk/prefswindow.c
1707         * src/plugins/spamassassin/spamassassin_gtk.c
1708                 some small improvements to GTK code
1709
1710 2002-12-31 [christoph]  0.8.8claws31
1711
1712         * src/plugins/spamassassin/spamassassin_gtk.c
1713                 enable folder select button
1714
1715 2002-12-31 [christoph]  0.8.8claws30
1716
1717         * src/mainwindow.c
1718         * src/gtk/Makefile.am
1719         * src/gtk/prefswindow.c                         ** NEW **
1720         * src/gtk/prefswindow.h                         ** NEW **
1721                 add new prefs window
1722
1723         * src/common/plugin.c
1724                 don't try to load empty config lines
1725         
1726         * src/plugins/spamassassin/Makefile.am
1727         * src/plugins/spamassassin/spamassassin.c
1728         * src/plugins/spamassassin/spamassassin.h       ** NEW **
1729         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
1730                 GTK config for SpamAssassin Plugin using
1731                 the new prefs window
1732
1733 2002-12-31 [paul]       0.8.8claws29
1734
1735         * po/POTFILES.in
1736                 remove obsolete entry 'src/menu.c'
1737
1738 2002-12-31 [alfons]     0.8.8claws28
1739
1740         * src/matcher.[ch]
1741         * src/matcher_parser_parse.y
1742         * src/prefs_matcher.c
1743                 add "ignore_thread" and "~ignore_thread" condition so it's
1744                 possible to make the actions / scoring operate on the ignore
1745                 thread flag
1746
1747 2002-12-31 [christoph]  0.8.8claws27
1748
1749         * src/addrbook.c
1750         * src/addrindex.c
1751         * src/folder.c
1752         * src/matcher.c
1753         * src/prefs_account.c
1754         * src/prefs_actions.c
1755         * src/prefs_customheader.c
1756         * src/prefs_display_header.c
1757         * src/prefs_gtk.c
1758         * src/procmime.c
1759         * src/toolbar.c
1760         * src/xmlprops.c
1761         * src/common/prefs.[ch]
1762                 extend prefs file handling for reading and automatic handling
1763                 of blocks. When reading prefs_set_block_label will automatically
1764                 move on to the block. When writing it will copy all other blocks
1765                 automatically
1766
1767         * src/common/plugin.c
1768                 Now loading plugin filenames from [Plugins] block in
1769                 sylpheed rc file
1770
1771 2002-12-30 [christoph]  0.8.8claws26
1772
1773         * src/common/hooks.[ch]
1774                 return abort status to caller of hooks_invoke
1775                 
1776         * src/inc.[ch]
1777                 invoke message filtering hook and stop
1778                 default handling when filter returns abort
1779
1780         * src/common/plugin.[ch]
1781         * src/plugins/demo/demo.c
1782                 modify plugin loader, because resolving symbols for strings
1783                 does not work correctly
1784         
1785         * configure.in
1786         * ac/spamassassin.m4                            ** NEW **
1787         * src/plugins/spamassassin/.cvsignore           ** NEW **
1788         * src/plugins/spamassassin/Makefile.am          ** NEW **
1789         * src/plugins/spamassassin/README               ** NEW **
1790         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
1791         * src/plugins/spamassassin/spamassassin.c       ** NEW **
1792         * src/plugins/spamassassin/utils.[ch]           ** NEW **
1793                 add spamassassin plugin, see src/plugins/spamassassin/README
1794                 for details
1795
1796 2002-12-29 [alfons]     0.8.8claws25
1797
1798         * src/mainwindow.c
1799                 when moving focus from a message view to the main 
1800                 window, don't forget to select the summary node
1801                 of the displayed message. should fix "[ 659103 ] 
1802                 focus-follows-mouse confuses sylpheed"
1803
1804 2002-12-29 [christoph]  0.8.8claws24
1805
1806         * src/Makefile.am
1807         * src/stringtable.[ch]          ** REMOVE **
1808         * src/common/Makefile.am
1809         * src/common/stringtable.[ch]   ** NEW **
1810                 move stringtable files to common directory
1811
1812 2002-12-29 [christoph]  0.8.8claws23
1813
1814         * src/Makefile.am
1815         * src/menu.[ch]                 ** REMOVE **
1816         * src/gtk/Makefile.am
1817         * src/gtk/menu.[ch]             ** NEW **
1818                 move menu files to gtk directory
1819
1820 2002-12-29 [match]      0.8.8claws22
1821
1822         * src/addressbook.c
1823         * src/syldap.c
1824                 moved UI specific code out of LDAP code into addressbook
1825                 UI code. fixed memory leak.
1826
1827 2002-12-29 [christoph]  0.8.8claws21
1828
1829         * src/folder.c
1830                 only check for IGNORED parent message when message is
1831                 not IGNORED itself
1832
1833 2002-12-29 [alfons]     0.8.8claws20
1834
1835         * src/summaryview.c
1836                 set gtksctree's anchor correct (immediate execute
1837                 changes the tree's layout, and anchor points at 
1838                 the incorrect row). fixes "[ 657233 ] multiple msg 
1839                 delete sometimes off by 1".
1840                 we probably have to look for more tree layout /
1841                 anchor glitches.
1842
1843 2002-12-29 [paul]       0.8.8claws19
1844
1845         * src/summaryview.c
1846                 fix bug [ 659054 ] incorrect sorting of 'From' column
1847                 when using 'display sender using address book'
1848                 thanks to Alfons and Luke Plant
1849
1850 2002-12-29 [christoph]  0.8.8claws18
1851
1852         * src/folder.c
1853         * src/procmsg.[ch]
1854                 check parent messages for IGNORE THREAD flag, when adding,
1855                 moving or copying messages to a folder
1856
1857 2002-12-27 [alfons]     0.8.8claws17
1858
1859         re-organize matcher part 5; more to come
1860
1861         * src/matcher.c
1862                 hash keywords in matchparser_tab 
1863
1864 2002-12-27 [alfons]     0.8.8claws16
1865
1866         re-organize matcher part 4; more to come
1867
1868         * src/matcher_parser.h
1869         * src/matcher_parser_lex.l
1870         * src/matcher_parser_parse.y
1871                 cleanup
1872
1873 2002-12-27 [alfons]     0.8.8claws15
1874
1875         re-organize matcher part 3; more to come
1876
1877         * src/matcher.[ch]
1878                 cleanup
1879
1880 2002-12-27 [alfons]     0.8.8claws14
1881
1882         re-organize matcher part 2; more to come but this should
1883         work. cc me if there are any regressions.
1884
1885         * src/matcher.h
1886                 add prototype for get_matchparser_tab_id()
1887         * src/matcher_parser_lex.l
1888                 look up keywords using matchparser_tab_id();
1889
1890 2002-12-27 [alfons]     0.8.8claws12
1891
1892         re-organize matcher part 1
1893
1894         * src/matcher.h
1895                 map yacc generated constants to sylpheed matcher constants
1896         * src/matcher.c
1897                 add function to find a matcher constant from a string
1898
1899 2002-12-27 [christoph]  0.8.8claws11
1900
1901         * src/compose.c
1902                 MENUITEM_ADD casts the 4th argument from integer to pointer
1903                 so it probably should not be a pointer, this means we
1904                 should use account id for it and not the account's pointer
1905
1906 2002-12-27 [paul]       0.8.8claws10
1907
1908         * src/mainwindow.c
1909                 remove unneeded 'GtkWidget *vbox'
1910                 
1911         * src/summaryview.c
1912                 further sync with 0.8.8 - make sort
1913                 by recipient work as expected
1914                 
1915         * NEWS
1916                 sync with 0.8.8
1917
1918 2002-12-27 [paul]       0.8.8claws9
1919
1920         * po/pt_BR.po
1921                 updated by Ivan F. Martinez
1922                 
1923 2002-12-27 [darko]      0.8.8claws8
1924
1925         * src/common/utils.c
1926                 added locked pattern to extended search
1927
1928 2002-12-27 [alfons]     0.8.8claws7
1929
1930         * src/prefs_matcher.[ch]
1931                 clean up
1932
1933 2002-12-26 [alfons]     0.8.8claws6
1934
1935         * src/matcher.[ch]
1936         * src/matcher_parser_lex.l
1937         * src/matcher_parser_parse.y
1938         * src/prefs_matcher.c
1939                 allow color label as a condition in the matcher
1940
1941 2002-12-26 [oliver]     0.8.8claws5
1942         
1943         * src/toolbar.c 
1944                 enable Addressbook for Main and Messageview
1945         * src/prefs_actions.c
1946                 enable actions in Messageview
1947
1948 2002-12-26 [christoph]  0.8.8claws4
1949
1950         * src/common/plugin.c
1951                 add a little debug output
1952         * configure.in
1953         * src/plugins/demo/Makefile.am
1954                 better use of automake
1955
1956 2002-12-26 [christoph]  0.8.8claws3
1957
1958         * src/Makefile.am
1959         * src/common/Makefile.am
1960                 fix "make distdir"
1961
1962 2002-12-26 [christoph]  0.8.8claws2
1963
1964         * configure.in
1965                 sort configure checks into common / gtk / plugins
1966         * po/POTFILES.in
1967                 add src/prefs_gtk.c
1968         * src/Makefile.am
1969                 add plugins SUBDIR
1970         * src/main.c
1971         * src/common/sylpheed.[ch]
1972                 added now sylpheed_done function for shutdown
1973         * src/common/Makefile.am
1974         * src/common/plugin.[ch]                ** NEW **
1975                 plugin loader and unloader
1976         * src/plugins/.cvsignore                ** NEW **
1977         * src/plugins/Makefile.am               ** NEW **
1978                 build plugins
1979         * src/plugins/demo/.cvsignore           ** NEW **
1980         * src/plugins/demo/Makefile.am          ** NEW **
1981         * src/plugins/demo/demo.c               ** NEW **
1982                 small demo plugin that installs a logtext hook and
1983                 outputs the log text to stdout
1984
1985 2002-12-26 [paul]       0.8.8claws1
1986
1987         * po/es.po
1988                 updated by Ricardo Mones Lastra
1989
1990 2002-12-26 [paul]       0.8.8claws
1991
1992         * 0.8.8claws released
1993
1994 2002-12-26 [paul]       0.8.7claws12
1995
1996         * po/bg.po
1997                 updated by George Danchev
1998
1999 2002-12-26 [paul]       0.8.7claws11
2000
2001         * po/POTFILES.in
2002                 remove unneeded 'src/prefs.c' entry 
2003
2004 2002-12-26 [paul]       0.8.7claws10
2005
2006         * src/codeconv.c
2007           src/mainwindow.c
2008                 sync with 0.8.8 release
2009         
2010         * src/folder.[ch]
2011           src/mh.c
2012           src/summaryview.c
2013                 partial sync with 0.8.8 release
2014         
2015
2016 2002-12-25 [alfons]     0.8.7claws9
2017
2018         * src/matcher.[ch]
2019         * src/matcher_parser_lex.l
2020         * src/matcher_parser_parse.y
2021         * src/prefs_matcher.c
2022                 add locked flag to possible filtering / matcher 
2023                 conditions (also a good example what should be
2024                 done to add a simple boolean condition)
2025
2026 2002-12-25 [christoph]  0.8.7claws8
2027
2028         * src/Makefile.am
2029         * src/account.[ch]
2030         * src/addrbook.c
2031         * src/addressbook.c
2032         * src/addrindex.c
2033         * src/filtering.c
2034         * src/folder.c
2035         * src/matcher.c
2036         * src/prefs.[ch]                ** REMOVE **
2037         * src/prefs_account.c
2038         * src/prefs_actions.c
2039         * src/prefs_common.c
2040         * src/prefs_customheader.c
2041         * src/prefs_display_header.c
2042         * src/prefs_filtering.c
2043         * src/prefs_folder_item.c
2044         * src/prefs_gtk.[ch]            ** NEW **
2045         * src/prefs_matcher.c
2046         * src/prefs_scoring.c
2047         * src/prefs_summary_column.c
2048         * src/procmime.c
2049         * src/selective_download.c
2050         * src/toolbar.c
2051         * src/common/Makefile.am
2052         * src/common/prefs.[ch]         ** NEW **
2053                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2054
2055 2002-12-24 [alfons]     0.8.7claws7
2056
2057         * src/summaryview.c
2058                 summary_thread_build(): fix real cause of the crash mentioned in
2059                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2060                 this way we get meaningful ctree nodes 
2061
2062 2002-12-24 [oliver]     0.8.7claws6
2063
2064         * src/mainwindow.[ch]
2065         * src/messageview.[ch]
2066         * src/compose.[ch]
2067         * src/inc.c
2068         * src/summaryview.c
2069                 changes to use updated toolbar handling
2070                 
2071 2002-12-24 [oliver]     0.8.7claws5
2072
2073         * src/toolbar.[ch]
2074                 generic toolbar handling
2075                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2076         * src/prefs_toolbar.[ch]
2077                 adjust to handling
2078         
2079 2002-12-24 [oliver]     0.8.7claws4
2080         
2081         * src/stock_pixmap.[ch]
2082                 move SYLPHEED_LOGO to end of list in order 
2083                 to remove it from Custom Toolbar`s Icon View
2084
2085 2002-12-24 [alfons]     0.8.7claws3
2086
2087         * src/summaryview.c
2088                 summary_thread_build(): fix crash because of focus != selection 
2089                 after threading. when deleting the selection, gtk tries but fails 
2090                 to find the correct focusable element. we now force the selection
2091                 to be focused. this should solve the infamous bug reported by 
2092                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2093                 a test case is available. 
2094
2095 2002-12-24 [darko]      0.8.7claws2
2096
2097         * src/summaryview.c
2098                 don't crash when unmarking message with unread children
2099
2100 2002-12-23 [christoph]  0.8.7claws1
2101
2102         * src/Makefile.am
2103         * src/common/Makefile.am
2104                 update Makefiles for moved intl.h, version.h and defs.h
2105         * src/imap.c
2106                 rewrite imap_session_get to avoid duplicate code
2107
2108 2002-12-23 [paul]       0.8.7claws
2109
2110         * Santa-Claws released
2111         
2112         * po/hu.po
2113           po/ru.po
2114                 squeeze in updated Hungarian and Russian translations.
2115                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2116
2117 2002-12-23 [paul]       0.8.6claws129
2118
2119         * po/pl.po
2120                 updated by Witold Wladyslaw Wojciech Wilk
2121
2122 2002-12-23 [paul]       0.8.6claws128
2123
2124         * src/quote_fmt_parse.y
2125                 fix typo and add licence header
2126
2127 2002-12-23 [paul]       0.8.6claws127
2128
2129         * po/en_GB.po
2130                 updated
2131
2132 2002-12-23 [paul]       0.8.6claws126
2133
2134         * po/it.po
2135                 updated translation, submitted by Alessandro Maestri
2136                 
2137 2002-12-23 [paul]       0.8.6claws125
2138
2139         * src/quote_fmt_parse.y
2140                 fix signature-stripping on replies bug. match
2141                 '-- \n' and not '-- '.
2142
2143 2002-12-22 [paul]       0.8.6claws124
2144
2145         * po/bg.po
2146           po/es.po
2147           po/sr.po
2148                 updated translations. submitted by George Danchev,
2149                 Ricardo Mones Lastra, and Urke MMI respectively
2150
2151 2002-12-21 [paul]       0.8.6claws123
2152
2153         * src/addrbook.c
2154                 fix coding style
2155
2156 2002-12-21 [paul]       0.8.6claws122
2157
2158         * src/addrbook.c
2159                 fix bug [643638] where if a person is in one or more
2160                 addressbook groups editing that person's email 
2161                 address results in removal from those groups.
2162                 Patch submitted by Luke Plant.
2163
2164 2002-12-20 [christoph]  0.8.6claws121
2165
2166         * src/common/utils.c
2167         * src/summaryview.c
2168                 reimplement expand_search_string using GString to
2169                 prevent crashs caused by miscalculated string
2170                 lengths reported by Paul
2171
2172 2002-12-20 [christoph]  0.8.6claws120
2173
2174         * src/summaryview.c
2175                 don't use "changed" to check if op_count has to be changed as it
2176                 is also set when the message has unread children
2177                 (closes bug [ 653221 ] crash while deleting duplicates)
2178
2179 2002-12-20 [paul]       0.8.6claws119
2180
2181         * sync with 0.8.6cvs27
2182                 see ChangeLog 2002-12-20
2183
2184 2002-12-20 [paul]       0.8.6claws118
2185
2186         * sync with 0.8.6cvs26
2187                 see ChangeLog 2002-12-19 and 2002-12-20
2188
2189 2002-12-19 [alfons]     0.8.6claws117
2190
2191         * src/textview.c
2192                 fix incorrect parsing of email addresses, submitted by 
2193                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2194                 name display if it contains @".
2195
2196 2002-12-18 [paul]       0.8.6claws116
2197
2198         * sync with 0.8.6cvs23
2199                 see ChangeLog 2002-12-18
2200
2201 2002-12-18 [paul]       0.8.6claws115
2202
2203         * src/Makefile.am
2204         * src/account.c
2205         * src/codeconv.c
2206         * src/gtkutils.[ch]
2207         * src/imap.c
2208                 sync with 0.8.6cvs22.
2209                 see ChangeLog 2002-12-17 and 2002-12-18
2210
2211 2002-12-17 [christoph]  0.8.6claws114
2212
2213         * src/imap.c
2214                 o don't create a session if imap greeting fails
2215                 o don't close socket when authentication fails
2216                   this is done by imap_session_destroy
2217
2218 2002-12-17 [thorsten]   0.8.6claws113
2219
2220         * tools/Makefile.am
2221           tools/README
2222           tools/google_msgid.pl ** NEW FILE **
2223                 Added "search for message-id" script and doc
2224
2225 2002-12-17 [thorsten]   0.8.6claws112
2226
2227         * po/hu.po
2228                 Updated hungarian translation
2229                 (updated by Gal Zoltan)
2230
2231 2002-12-16 [christoph]  0.8.6claws111
2232
2233         * src/addr_compl.c
2234                 remove stupid addressbook dump to debug output
2235         * src/mh.c
2236                 fix memory leak found by Hiro
2237
2238 2002-12-14 [paul]       0.8.6claws110
2239
2240         * src/compose.c
2241                 fix menubar sensitivity on send
2242                 
2243         * src/prefs_filtering.c
2244         * src/prefs_matcher.c
2245         * src/prefs_scoring.c
2246                 Fix english ;)
2247                 
2248         * src/common/quoted-printable.h
2249                 sync: fix typo
2250         
2251 2002-12-13 [christoph]  0.8.6claws109
2252
2253         * src/Makefile.am
2254         * src/manage_window.[ch]        ** REMOVE **
2255         * src/gtk/Makefile.am
2256         * src/gtk/manage_window.[ch]    ** NEW **
2257                 move manage_window files to gtk directory
2258
2259 2002-12-13 [christoph]  0.8.6claws108
2260
2261         * src/Makefile.am
2262         * src/gtkshruler.[ch]           ** REMOVE **
2263         * src/gtk/Makefile.am
2264         * src/gtk/gtkshruler.[ch]       ** NEW **
2265                 move gtkshruler files to gtk directory
2266
2267 2002-12-13 [christoph]  0.8.6claws107
2268
2269         * src/Makefile.am
2270         * src/compose.c
2271         * src/gtkstext.[ch]             ** REMOVE **
2272         * src/gtkutils.[ch]
2273         * src/textview.c
2274         * src/gtk/gtkstext.[ch]         ** NEW **
2275         * src/gtk/Makefile.am
2276                 o move stext functions to gtkstext.c to remove
2277                   dependency of gtkutils
2278                 o move gtkstext files to gtk directory
2279
2280         * src/gtk/Makefile.am
2281         * src/gtk/sslcertwindow.[ch]
2282                 UI stuff can always depend on common code so
2283                 it's ok to add ../common to include path
2284
2285 2002-12-13 [colin]      0.8.6claws106
2286
2287         * src/summaryview.c
2288                 Disconnect sighandlers for mainwindow when
2289                 quicksearch has the focus
2290                 Fix bug #653231
2291         * src/mainwindow.[ch]
2292                 Make key_pressed callback public, to be able
2293                 to disconnect it
2294
2295 2002-12-13 [christoph]  0.8.6claws105
2296
2297         * src/mh.c
2298                 create .mh_sequences file in new MH folders
2299                 (closes feature request [ 523162 ] MH folders should
2300                  get a .mh_sequences)
2301
2302 2002-12-13 [colin]      0.8.6claws104
2303
2304         * src/summaryview.c
2305                 Better handling of quicksearch show/hide
2306                 (basically the button stays under the mouse 
2307                  when toggled)
2308
2309 2002-12-13 [paul]       0.8.6claws103
2310
2311         * sync with 0.8.6cvs17
2312                 see ChangeLog 2002-12-13
2313
2314 2002-12-13 [paul]       0.8.6claws102
2315
2316         * po/es.po
2317                 updated by Ricardo Mones Lastra
2318
2319 2002-12-11 [colin]       0.8.6claws101
2320
2321         * src/folder.c
2322                 remove statusbar stuff
2323           src/folderview.c
2324                 set statusbar verbosity when moving folders
2325
2326 2002-12-11 [colin]       0.8.6claws100
2327         * src/prefs_filtering.c
2328         * src/prefs_matcher.c
2329         * src/prefs_scoring.c
2330                 Fix english ;)
2331
2332 2002-12-11 [colin]       0.8.6claws99
2333
2334         * src/prefs_common.[ch]
2335                 Add summary_quicksearch_type
2336         * src/summaryview.c
2337                 Save last used quicksearch type
2338
2339 2002-12-11 [jens]       0.8.6claws98
2340         * src/prefs_filtering.c
2341         * src/prefs_matcher.c
2342         * src/prefs_scoring.c
2343                 added dialog for incomplete rules in scoring, filtering and
2344                 matcher to ask wheather really close
2345
2346 2002-12-11 [colin]      0.8.6claws97
2347
2348         * src/folder.c
2349                 Fix folder dnd statusbar logging
2350
2351 2002-12-10 [christoph]  0.8.6claws96
2352
2353         * src/compose.c
2354         * src/folder.c
2355         * src/imap.c
2356         * src/inc.c
2357         * src/main.c
2358         * src/mainwindow.c
2359         * src/news.c
2360         * src/send.c
2361         * src/statusbar.[ch]
2362         * src/common/hooks.c
2363         * src/common/log.[ch]
2364                 o handle verbose logging in statusbar directly in statusbar code
2365                   and common code does not need any knowledge about a statusbar
2366                 o remove direct calls to statusbar_(puts|pop)_all functions
2367
2368 2002-12-10 [jens]       0.8.6claws95
2369
2370         * src/*.c
2371                 removed gettext from g_warnings
2372         * po/POTFILES.in
2373                 cleaned and updated
2374         * po/de.po
2375                 updated
2376
2377 2002-12-10 [colin]      0.8.6claws94
2378
2379         * src/main.c
2380                 finish crash dialog fix
2381
2382 2002-12-10 [colin]      0.8.6claws93
2383
2384         * src/main.c
2385                 "Fix" "sylpheed already running" instead of
2386                 crash dialog appearing after a crash
2387
2388 2002-12-10 [colin]      0.8.6claws92
2389
2390         * po/POTFILES.in
2391                 add src/gtk/sslcertwindow.c
2392
2393 2002-12-10 [paul]       0.8.6claws91
2394
2395         * po/POTFILES.in
2396                 updated to reflect recent changes
2397                 submitted by Alessandro Maestri
2398
2399 2002-12-09 [christoph]  0.8.6claws90
2400
2401         * src/Makefile.am
2402         * src/smtp.[ch]                 ** REMOVE **
2403         * src/common/Makefile.am
2404         * src/common/smtp.[ch]          ** NEW **
2405                 move smtp files to common directory
2406
2407 2002-12-09 [christoph]  0.8.6claws89
2408
2409         * src/Makefile.am
2410         * src/session.[ch]              ** REMOVE **
2411         * src/common/Makefile.am
2412         * src/common/session.[ch]       ** NEW **
2413                 move session files to common directory
2414
2415 2002-12-09 [paul]       0.8.6claws88
2416
2417         * src/account.c
2418                 fix bug [649746] edit accounts: move account reverted
2419                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2420
2421 2002-12-09 [colin]      0.8.6claws87
2422
2423         * src/ssl_certificate.c
2424                 cleanup
2425
2426 2002-12-09 [colin]      0.8.6claws86
2427
2428         * src/ssl.c
2429                 Try to open the cert.pem database and 
2430                 issue a warning if it isn't there
2431
2432 2002-12-09 [colin]      0.8.6claws85
2433
2434         * src/common/ssl_certificate.c
2435         * src/gtk/sslcertwindow.c
2436                 Warning fixes
2437
2438 2002-12-09 [colin]      0.8.6claws84
2439
2440         * src/ssl_certificate.[ch] ** REMOVED **
2441         * src/common/ssl_certificate.[ch] ** NEW **
2442         * src/Makefile.am
2443         * src/common/Makefile.am
2444                 Moved ssl_certificate.[ch] to common
2445         * src/common/ssl.c 
2446                 Put back needed include
2447         * src/gtk/sslcertwindow.[ch]
2448                 Changed ssl_certificate.h include
2449         
2450 2002-12-09 [colin]      0.8.6claws83
2451
2452         * src/gtk/sslcertwindow.[ch]
2453                 Implement hook for certificate acception
2454         * src/ssl_certificate.[ch]
2455                 Implement hook for certificate acception
2456         * src/common/ssl.c
2457                 Reenable certificate acception check
2458         * src/mainwindow.c
2459                 Register sslcertwindow's hook
2460         
2461 2002-12-08 [christoph]  0.8.6claws82
2462
2463         * src/about.c
2464         * src/addr_compl.c
2465         * src/codeconv.c
2466         * src/manual.c
2467         * src/undo.c
2468         * src/common/utils.c
2469                 o add missing includes
2470                 o fix warnings
2471         * src/.cvsignore
2472         * src/common/.cvsignore
2473         * src/common/version.h          ** REMOVE **
2474                 remove autogenerated file
2475
2476 2002-12-08 [paul]       0.8.6claws81
2477
2478         * src/stringtable.c
2479                 put back needed include
2480
2481 2002-12-08 [colin]      0.8.6claws80
2482         
2483         * src/gtk/sslcertwindow.c
2484                 Cleaner popups when asking
2485         * src/ssl_certificate.c
2486         * src/prefs_common.[ch]
2487                 remove ssl certificate pref
2488                 put back needed include
2489         * src/undo.c
2490                 put back needed include
2491
2492 2002-12-08 [christoph]  0.8.6claws79
2493
2494         * src/folderview.c
2495         * src/logwindow.c
2496         * src/statusbar.c
2497         * src/summaryview.c
2498                 only abort hook invokation if required data is missing not
2499                 if our own data pointer is NULL, update hookfunction for
2500                 log window
2501
2502 2002-12-08 [paul]       0.8.6claws78
2503
2504         * src/about.c
2505         * src/addrcache.c
2506         * src/addrclip.c
2507         * src/addr_compl.c
2508         * src/addrselect.c
2509         * src/codeconv.c
2510         * src/colorlabel.c
2511         * src/enriched.c
2512         * src/esmtp.c
2513         * src/exporthtml.c
2514         * src/headerview.c
2515         * src/imageview.c
2516         * src/manual.c
2517         * src/noticeview.c
2518         * src/pgptext.c
2519         * src/scoring.c
2520         * src/sourcewindow.c
2521         * src/stringtable.c
2522         * src/undo.c
2523                 clean up: remove unneccesary includes
2524
2525 2002-12-08 [christoph]  0.8.6claws77
2526
2527         * src/folderview.c
2528         * src/statusbar.c
2529         * src/summaryview.c
2530         * src/common/hooks.[ch]
2531                 hook functions now have a gboolean return value, if a hook
2532                 returns TRUE it will stop executing of any more hooks in
2533                 the same hooklist for this invokation
2534
2535 2002-12-08 [colin]      0.8.6claws76
2536         
2537         * src/main.c
2538                 put back argv0 for CRASH_DIALOG
2539
2540 2002-12-08 [christoph]  0.8.6claws75
2541
2542         * src/Makefile.am
2543         * src/about.c
2544         * src/account.c
2545         * src/crash.c
2546         * src/esmtp.h
2547         * src/imap.[ch]
2548         * src/inc.c
2549         * src/main.c
2550         * src/mainwindow.c
2551         * src/news.c
2552         * src/pop.[ch]
2553         * src/prefs_account.[ch]
2554         * src/prefs_common.[ch]
2555         * src/send.[ch]
2556         * src/smtp.[ch]
2557         * src/ssl_certificate.[ch]
2558         * src/ssl_manager.[ch]
2559         * src/common/Makefile.am
2560         * src/common/log.c
2561         * src/common/nntp.[ch]
2562         * src/common/socket.[ch]
2563         * src/common/ssl.[ch]
2564         * src/gtk/sslcertwindow.[ch]
2565         * ac/openssl.m4
2566                 use new autoconf script to detect OpenSSL with extra parameters
2567                 to specify the location of libs and includes, also remove USE_SSL
2568                 to USE_OPENSSL
2569
2570         * src/common/sylpheed.[ch]
2571         * src/common/version.h.in
2572                 start seperation of common code initialization seperated from gui
2573
2574         * src/summaryview.c
2575                 The function that is called when a color label changes
2576                 should not change the color lable again
2577
2578 2002-12-08 [colin]      0.8.6claws74
2579
2580         * src/gtk/sslcertwindow.c
2581                 warning fixes
2582
2583 2002-12-08 [colin]      0.8.6claws73
2584
2585         * src/statusbar.c
2586           src/common/log.h
2587                 Register a hook for statusbar_puts_all
2588         * src/common/log.c
2589                 invoke statusbar_puts_all's hook
2590         
2591 2002-12-08 [colin]      0.8.6claws72
2592
2593         * src/ssl_certificate.c
2594                 Put back a badly-removed include
2595
2596 2002-12-08 [colin]      0.8.6claws71
2597
2598         * src/gtk/sslcertwindow.[ch]    ** NEW **
2599                 new certificate presentation
2600         * src/gtk/Makefile.am
2601                 add new files
2602         * src/ssl_certificate.[ch]
2603                 gtk cleanup, made utility functions public
2604         * src/ssl_manager.c
2605                 use new cert presentation
2606
2607 2002-12-07 [christoph]  0.8.6claws70
2608
2609         * src/Makefile.am
2610         * src/nntp.[ch]                 ** REMOVE **
2611         * src/common/Makefile.am
2612         * src/common/nntp.[ch]          ** NEW **
2613                 move nntp files to common directory
2614
2615 2002-12-07 [christoph]  0.8.6claws69
2616
2617         * src/procmsg.[ch]
2618         * src/summaryview.c
2619                 implement msginfo update callback using sylpheed's new
2620                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
2621
2622 2002-12-06 [christoph]  0.8.6claws68
2623
2624         * src/editgroup.c
2625                 This patch changes the 'Edit Group Details' dialog to
2626                 allow extended selections in either pane, so that
2627                 addresses can be added or removed from a group more
2628                 quickly and easily. (it actually is a net decrease in
2629                 file size, as some unnecessary functions have been
2630                 removed). 
2631                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
2632
2633 2002-12-06 [christoph]  0.8.6claws67
2634
2635         * src/Makefile.am
2636         * src/template.[ch]             ** REMOVE **
2637         * src/common/Makefile.am
2638         * src/common/template.[ch]      ** NEW **
2639                 move template files to common directory
2640
2641         * src/nntp.c
2642                 add missing log.h include
2643
2644 2002-12-06 [melvin]     0.8.6claws66
2645
2646         * src/prefs_actions.c
2647                 Added the trailing ">" syntax to insert command's output
2648                 without replacing old text (in contrast to trailing "|").
2649
2650 2002-12-05 [colin]      0.8.6claws65
2651         
2652         * src/common/utils.c
2653                 Don't modify original search_string or it'll change
2654                 the next iterations in the for()
2655
2656 2002-12-05 [darko]      0.8.6claws64
2657
2658         * src/common/utils.c
2659                 proper check for filtering commands, found by Colin
2660
2661 2002-12-05 [darko]      0.8.6claws63
2662
2663         * src/common/utils.c
2664                 check proper string for NULL pointer, found by Colin
2665
2666 2002-12-05 [darko]      0.8.6claws62
2667
2668         * src/common/utils.[ch]
2669                 expand_search_string(): new function
2670                 converts Mutt-like patterns to Sylpheed's
2671                 filtering engine
2672         * src/summaryview.c
2673                 use expand_search_string() to allow Mutt-like
2674                 patterns in extended search
2675         * README.claws
2676                 document extended option in quick search
2677
2678 2002-12-05 [paul]       0.8.6claws61
2679
2680         * sync with 0.8.6cvs16
2681                 see ChangeLog 2002-12-05
2682                 
2683         * po/POTFILES.in
2684                 clean up
2685
2686 2002-12-04 [christoph]  0.8.6claws60
2687
2688         * src/imap.[ch]
2689                 put imap authentication code into a new function and
2690                 remove it from imap_session_new that will allow to
2691                 send other commands before authentication
2692
2693 2002-12-04 [christoph]  0.8.6claws59
2694
2695         * src/imap.[ch]
2696                 use already existing method to prevent unneeded IMAP
2697                 folder selects. Set imap_select parameters to NULL
2698                 in some functions if the values are not required.
2699
2700         * src/xml.h
2701                 remove no longer required include
2702
2703 2002-12-04 [paul]       0.8.6claws58
2704
2705         * po/es.po
2706                 updated by Ricardo Mones Lastra
2707                 
2708         * configure.in
2709           po/hu.po      ** NEW FILE **
2710                 initial Hungarian translation, submitted
2711                 by Gál Zoltán <galzoli@hu.inter.net>
2712
2713 2002-12-03 [christoph]  0.8.6claws57
2714
2715         * src/Makefile.am
2716         * src/gtksctree.[ch]            ** REMOVE **
2717         * src/gtk/Makefile.am
2718         * src/gtk/gtksctree.[ch]        ** NEW **
2719                 move gtksctree files to gtk directory
2720
2721 2002-12-03 [christoph]  0.8.6claws56
2722
2723         * src/Makefile.am
2724         * src/md5.[ch]                  ** REMOVE **
2725         * srm/common/Makefile.am
2726         * src/common/md5.[ch]           ** NEW **
2727                 move md5 files to common directory
2728
2729         * src/gtkstext.c
2730                 remove not required #include
2731
2732 2002-12-03 [sergey]     0.8.6claws55
2733
2734         * src/gtkutils.c
2735         * src/gtkutils.h
2736                 gtkut_window_popup(): new function.
2737         * src/mainwindow.c
2738                 main_window_popup(): use gtkut_window_popup() to raise
2739                 window without changing its position.
2740                 (see sylpheed-main ML message [sylpheed:17247])
2741
2742 2002-12-03 [sergey]     0.8.6claws54
2743
2744         * src/send.c
2745                 send_message_local(): removed first-dot escaping
2746                 (SMTP-only, not needed for sending through pipe)
2747
2748 2002-12-03 [paul]       0.8.6claws53
2749
2750         * po/POTFILES.in
2751                 update to reflect recent changes (thanks
2752                 to Ricardo Mones Lastra)
2753                 
2754         * tools/filter_conv.pl
2755                  fix problem with quoted strings. Patch submitted
2756                  by Luke Plant <lukeplant@softhome.net>
2757
2758 2002-12-03 [paul]       0.8.6claws52
2759
2760         * sync with 0.8.6cvs15
2761                 see ChangeLog 2002-12-03
2762
2763 2002-12-02 [christoph]  0.8.6claws51
2764
2765         * src/logwindow.[ch]
2766         * src/common/log.[ch]
2767                 implement logging using a hook function
2768
2769         * src/folderview.c
2770         * src/folder.[ch]
2771                 define hooklist name in header file to avoid
2772                 errors caused by wrong spelling of hooklist names
2773
2774         * src/toolbar.c
2775                 fix warnings
2776
2777 2002-12-02 [christoph]  0.8.6claws50
2778
2779         * src/common/Makefile.am
2780                 add src/common/hooks.[ch]
2781
2782         * src/common/hooks.[ch]
2783                 implement a simple hook system using glib's hook functions
2784
2785         * src/folder.[ch]
2786         * src/folderview.c
2787                 use new hook system for folder item updates
2788
2789 2002-12-02 [christoph]  0.8.6claws49
2790
2791         * doc-src/ui_seperation.txt     ** NEW **
2792                 information for ui seperation
2793
2794         * src/Makefile.am
2795                 remove files that were moved to common
2796                 include common directory by default for the header files
2797
2798         * src/inc.c
2799         * src/common/socket.c
2800         * src/automaton.[ch]
2801                 implement automaton using g_io_*-functions instead of
2802                 gdk_input_add to make it ui independent
2803
2804         * src/codeconv.c
2805         * src/compose.c
2806         * src/ldif.c
2807         * src/pgptext.c
2808         * src/procmime.c
2809         * src/rfc2015.c
2810         * src/smtp.c
2811         * src/unmime.c
2812                 remove common/ prefix because directory is now in
2813                 include path
2814
2815         * src/compose.c
2816         * src/folder.c
2817         * src/folderview.c
2818         * src/mainwindow.c
2819         * src/messageview.c
2820         * src/prefs_common.c
2821         * src/procmsg.c
2822         * src/rfc2015.c
2823                 fix warnings
2824
2825         * src/imap.c
2826         * src/inc.c
2827         * src/news.c
2828         * src/pop.c
2829         * src/send.c
2830         * src/smtp.c
2831         * src/ssl_certificate.c
2832                 add log.h header file for logging functions
2833
2834         * src/main.c
2835         * src/common/utils.c
2836         * src/summaryview.c
2837         * src/xml.c
2838                 o move debug_mode to common/utils.c
2839                 o add functions to set and get debug_mode
2840
2841         * src/defs.h                    ** REMOVE **
2842         * src/intl.h                    ** REMOVE **
2843         * src/socket.[ch]               ** REMOVE **
2844         * src/ssl.[ch]                  ** REMOVE **
2845         * src/utils.[ch]                ** REMOVE **
2846                 replaced by new files in src/common/
2847         
2848         * src/common/Makefile.am
2849                 add new files in src/common/
2850
2851         * src/common/defs.h             ** NEW **
2852         * src/common/intl.h             ** NEW **
2853         * src/common/log.[ch]           ** NEW **
2854         * src/common/socket.[ch]        ** NEW **
2855         * src/common/ssl.[ch]           ** NEW **
2856         * src/common/utils.[ch]         ** NEW **
2857                 replacement for files in src/
2858
2859 2002-12-02 [colin]      0.8.6claws48
2860
2861         * src/folderview.c
2862                 Scroll folderview if necessary during dnd
2863
2864 2002-12-02 [colin]      0.8.6claws47
2865
2866         * src/folder.[ch]
2867                 Add check to verify a move is within a single mailbox
2868         * src/folderview.c
2869                 Add specific error string for this check
2870
2871 2002-12-02 [colin]      0.8.6claws46
2872
2873         * src/folder.c
2874                 Add a test to folder moving, remove a statusbar_print
2875         * src/folderview.c
2876                 Add Move folder... context-menu item
2877                 Factorize folder moving code
2878                 Enable folder DND for mbox
2879
2880 2002-12-01 [christoph]  0.8.6claws45
2881
2882         * ac/aspell.m4
2883                 remove conf.aspelltest if the version check fails
2884
2885 2002-11-30 [christoph]  0.8.6claws44
2886
2887         * autogen.sh
2888                 run libtoolize --force in autogen to create missing
2889                 libtool scripts
2890
2891 2002-11-30 [christoph]  0.8.6claws43
2892
2893         * src/Makefile.am
2894         * src/pgptext.c
2895         * src/procmime.c
2896         * src/rfc2015.c
2897         * src/uuencode.[ch]             ** REMOVED **
2898         * src/common/Makefile.am
2899         * src/common/uuencode.[ch]      ** NEW **
2900                 move uuen/decoder to common directory
2901
2902 2002-11-30 [christoph]  0.8.6claws42
2903
2904         * src/Makefile.am
2905         * src/base64.[ch]               ** REMOVED **
2906         * src/codeconv.c
2907         * src/compose.c
2908         * src/ldif.c
2909         * src/pgptext.c
2910         * src/procmime.c
2911         * src/rfc2015.c
2912         * src/smtp.c
2913         * src/unmime.c
2914         * src/common/Makefile.am
2915         * src/common/base64.[ch]        ** NEW **
2916                 move base64 en/decoder to common directory
2917
2918 2002-11-30 [christoph]  0.8.6claws41
2919
2920         * src/common                    ** NEW **
2921                 new directory for UI independent code
2922         * src/gtk                       ** NEW **
2923                 new directory for GTK frontend
2924         * src/common/.cvsignore         ** NEW **
2925         * src/gtk/.cvsignore            ** NEW **
2926                 ignore build files
2927         * src/common/Makefile.am        ** NEW **
2928         * src/gtk/Makefile.am           ** NEW **
2929                 automake files to build new seperated stuff
2930         * src/Makefile.am
2931                 the binary will currently still be build with the
2932                 files in src, so we include the code from the
2933                 subdirs for now after building the libs there
2934
2935 2002-11-30 [paul]       0.8.6claws40
2936
2937         * src/compose.c
2938                 fix bug [642731] 'Wrong selected account with drafted mail'
2939
2940 2002-11-29 [oliver]     0.8.6claws39
2941         
2942         * src/messageview.c
2943                 o update summaryview when switching between different
2944                   messageviews          
2945         * src/toolbar.c  
2946                 o check if messageview holds already removed msg
2947                   from summaryview
2948                 
2949
2950 2002-11-29 [oliver]     0.8.6claws38
2951
2952         * src/toolbar.c 
2953                 remove not needed variables and includes
2954                 make messageview stay opened and move to next when msgs are deleted 
2955
2956 2002-11-29 [oliver]     0.8.6claws37
2957         
2958         * src/toolbar.c 
2959                 disable compose button (messageview toolbar) by default
2960                 deleted msgs are moved to trash
2961         
2962 2002-11-29 [melvin]     0.8.6claws36
2963
2964         * configure.in
2965                 Increased minimal gpgme version to 0.3.10 (Zombies out)
2966                 and to detect signatures expirations (gpgme 0.3.6)
2967
2968         * src/main.c
2969                 Use non obsolescent function for Gpgme engine checking.
2970
2971         * src/rfc2015.c
2972                 Inform about expired signatures or signatures which key
2973                 has expired. Expiration date is displayed.
2974
2975         * src/sigstatus.c
2976                 Inform about expired signatures or signatures which key
2977                 has expired.
2978
2979 2002-11-28 [paul]       0.8.6claws35
2980
2981         * src/folderview.c
2982                 re-instate 'Check for new messages' in Newsgroup
2983                 folders right-click menu, after a suggestion from
2984                 Tim Mann <timmann@users.sourceforge.net>
2985
2986         * src/main.c
2987                 after a crash check only local folders for new
2988                 messages
2989
2990 2002-11-28 [paul]       0.8.6claws34
2991
2992         * configure.in
2993                 apply patch that fixes the checking of GTK with XIM 
2994                 support on different OSs, such as FreeBSD. Patch 
2995                 submitted by Topia <topia@users.sourceforge.net>
2996                 
2997 2002-11-28 [paul]       0.8.6claws33
2998
2999         * src/mainwindow.c
3000           src/prefs_common.c
3001           src/prefs_toolbar.c
3002                 more changes to the English
3003
3004 2002-11-28 [paul]       0.8.6claws32
3005
3006         * sync with 0.8.6cvs13
3007                 see ChangeLog 2002-11-28 (no sync needed
3008                 for src/compose.c)
3009
3010 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3011         
3012         * src/mainwindow.[ch]
3013                 add patch by Ivan F. Martinez introducing messageview Toolbar
3014                 some changes and committed by oliver    
3015
3016 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3017
3018         * src/messageview.[ch]
3019                 add patch by Ivan F. Martinez introducing messageview Toolbar
3020                 some changes and committed by oliver    
3021
3022 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3023
3024         * src/compose.[ch]
3025                 add patch by Ivan F. Martinez introducing messageview Toolbar
3026                 some changes and committed by oliver    
3027
3028 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3029         
3030         * src/toolbar.[ch]
3031                 add patch by Ivan F. Martinez introducing messageview Toolbar
3032                 some changes and committed by oliver
3033
3034 2002-11-28 [oliver]     0.8.6claws27
3035         
3036         * src/prefs_toolbar.[ch]
3037                 getting ready for messageview toolbar
3038                 free mem allocated by gettext
3039                 change prefs_toolbar to prefs_toolbar_open
3040  
3041 2002-11-28 [thorsten]   0.8.6claws26
3042
3043         * src/imageview.[ch]
3044                 cleaned up conflicting declarations of
3045                 imageview_show_image()
3046
3047 2002-11-28 [paul]       0.8.6claws25
3048
3049         * src/grouplistdialog.c
3050           src/prefs_common.c
3051           src/prefs_summary_column.c
3052                 a few more improvements to the English
3053
3054 2002-11-28 [colin]      0.8.6claws24
3055
3056         * man/sylpheed.1
3057                 A few updates to command-line parameters
3058
3059 2002-11-28 [colin]      0.8.6claws23
3060
3061         * src/prefs_filtering.c
3062                 Fix problems with prefs_filtering_delete_path:
3063                 a) if the first rule is removed, original pointers
3064                    weren't updated (leading to segfaults)
3065                 b) it was always global_processing updated in case
3066                    of removed path was parent of rule path
3067
3068 2002-11-27 [paul]       0.8.6claws22
3069
3070         * src/mainwindow.c
3071           src/prefs_account.c
3072           src/prefs_actions.c
3073           src/prefs_common.c
3074           src/prefs_customheader.c
3075           src/prefs_display_header.c
3076           src/prefs_filtering.c
3077           src/prefs_folder_item.c
3078           src/prefs_matcher.c
3079           src/prefs_scoring.c
3080           src/prefs_summary_column.c
3081           src/prefs_template.c
3082           src/prefs_toolbar.c
3083                  improve the English in the GUI
3084
3085 2002-11-27 [colin]      0.8.6claws21
3086
3087         * src/folder.c
3088                 Fix processing renaming problems happening after
3089                 last commit
3090
3091 2002-11-27 [colin]      0.8.6claws20
3092
3093         * src/folder.c
3094                 recursive move now deletes src each subfolder after 
3095                 having moved it
3096         * src/folderview.c
3097                 Use identifier instead of path during dnd (enables
3098                 IMAP folder dnd)
3099
3100 2002-11-27 [paul]       0.8.6claws19
3101
3102         * src/main.c
3103                 apply patch that does command-line processing 
3104                 BEFORE gtk_init, allowing claws to run from 
3105                 shell-scripts in non-X environment (e.g. crontab 
3106                 or ip-up, ip-down scripts). Patch submitted by
3107                 Ruslan N. Balkin <baron@dartel.ru>
3108                 
3109         * po/it.po
3110                 updated by Alessandro Maestri
3111
3112 2002-11-27 [paul]       0.8.6claws18
3113
3114         * sync with 0.8.6cvs12
3115           src/prefs_common.c
3116                 Differences are that main uses a 'Receive dialog'
3117                 frame on the Interface tab, whereas claws groups all 
3118                 the dialogs together in a 'Dialogs' frame.
3119
3120 2002-11-27 [colin]      0.8.6claws17
3121
3122         * src/prefs_matcher.c
3123                 Fix Execute criteria's NOT flag
3124
3125
3126 2002-11-26 [christoph]  0.8.6claws16
3127
3128         * src/ssl.c
3129                 rewrite the ssl code a little bit, only use one
3130                 SSL context, set default certificates' file/path
3131
3132 2002-11-26 [thorsten]   0.8.6claws15
3133
3134         * src/compose.c
3135                 default-reply-to didn't work for ml-reply
3136
3137 2002-11-26 [melvin]     0.8.6claws14
3138
3139         * src/prefs_actions.c
3140                 Made pipe-actions ignore short headers in message view
3141                 Made trailing-pipe-actions write in the message view with
3142                 the same font as the original message
3143
3144 2002-11-26 [paul]       0.8.6claws13
3145
3146         * src/compose.c
3147                 this time commit the correct file
3148
3149 2002-11-26 [paul]       0.8.6claws12
3150
3151         * sync with 0.8.6cvs11
3152           src/quote_fmt_parse.y  
3153                 no sync needed
3154           src/account.[ch]       
3155                 not sync'ed
3156           src/compose.c
3157                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3158                 on draft mode.
3159                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3160                 header
3161                 
3162         see ChangeLog 2002-11-25 and 2002-11-26
3163
3164 2002-11-26 [colin]      0.8.6claws11
3165
3166         * src/folderview.c
3167                 Fix collapsed folder not auto-expanding during
3168                 mail dnd, if it was the source folder.
3169
3170 2002-11-25 [colin]      0.8.6claws10
3171
3172         * src/folderview.[ch]
3173                 Variable renaming and cleaning (slist of nodes 
3174                 to be re-collapsed is stored in FolderView)
3175
3176 2002-11-25 [paul]       0.8.6claws9
3177
3178         * src/prefs_common.[ch]
3179                 fix breakage caused by last commit
3180
3181 2002-11-25 [paul]       0.8.6claws8
3182
3183         * sync with 0.8.6cvs4
3184                 see ChangeLog 2002-11-21
3185
3186 2002-11-25 [paul]       0.8.6claws7
3187
3188         * sync with 0.8.6cvs4
3189                 see ChangeLog 2002-11-20
3190
3191 2002-11-25 [paul]       0.8.6claws6
3192
3193         * sync with 0.8.6cvs3
3194                 see ChangeLog 2002-11-18
3195
3196 2002-11-25 [colin]      0.8.6claws5
3197
3198         * src/gtkutils.[ch]
3199                 Add gtkut_ctree_node_is_parent()
3200         * src/folderview.c
3201                 Spring-loaded folders
3202
3203 2002-11-25 [colin]      0.8.6claws4
3204
3205         * src/utils.[ch]
3206                 Add slist_concat_unique(), function to merge
3207                 two GSList filtering dups
3208         * src/folder.[ch]
3209         * src/summaryview.[ch]
3210         * src/folderview.c
3211         * src/main.c
3212                 Add detection/update/display of unread answers
3213                 to marked mails
3214         * src/procmsg.[ch]
3215                 Add procmsg_find_children()
3216                 Add procmsg_msg_has_marked_parent()
3217
3218 2002-11-25 [colin]      0.8.6claws3
3219
3220         * src/ssl_certificate.[ch]
3221                 Allow checking a certificate without a DNS
3222                 lookup
3223                 Allow to forget a cert (by deleting it)
3224                 Make ssl_certificate_destroy_public
3225         * src/ssl_manager.[ch] ** NEW FILES **
3226                 Gui to manage (display/remove) certificates
3227         * src/prefs_common.[ch]
3228                 Add a pref to allow silent acceptation of
3229                 trusted certificates or not (based on the
3230                 "I want to know what's going on" principle)
3231         * src/mainwindow.c
3232                 Add SSL manager in Tools menu
3233         * src/Makefile.am
3234                 Add the new files to the build
3235         * po/POTFILES.in
3236                 Add ssl_manager.c to translations
3237
3238 2002-11-25 [colin]      0.8.6claws2
3239
3240         * src/summaryview.[ch]
3241                 Add S_SEARCH_EXTENDED to the quick search, which 
3242                 allows to search using filtering syntax.
3243
3244 2002-11-25 [colin]      0.8.6claws1
3245
3246         * src/summaryview.c
3247                 Deletion of duplicates now prefer deleting
3248                 the unread dup (fixes feature-request 638989).
3249
3250 2002-11-24 [paul]       0.8.6claws
3251
3252         * po/es.po
3253           po/pl.po
3254           po/ru.po
3255           po/sr.po
3256                 updated by Ricardo Mones Lastra,
3257                 Witold Wladyslaw Wojciech Wilk,
3258                 Ruslan N. Balkin, and  Urke MMI 
3259                 respectively
3260
3261 2002-11-24 [paul]       0.8.5claws182
3262
3263         * po/bg.po
3264                 updated by George Danchev
3265
3266 2002-11-23 [alfons]     0.8.5claws181
3267
3268         * src/imap.c
3269                 tiny memory leak found by browsing Dimitar's 
3270                 valgrind report
3271
3272 2002-11-23 [paul]       0.8.5claws180
3273
3274         * po/it.po
3275                 updated by Alessandro Maestri
3276
3277 2002-11-22 [christoph]  0.8.5claws179
3278
3279         * src/compose.c
3280         * src/inc.c
3281         * src/prefs_filtering.c
3282         * src/summaryview.c
3283                 more warning fixes
3284
3285 2002-11-22 [alfons]     0.8.5claws178
3286
3287         * src/summaryview.c
3288                 summary_execute_delete_func(): if message is deleted, make 
3289                 sure to also remove its entry in the subject hash table. 
3290                 fixes a corner case bug.
3291
3292 2002-11-22 [paul]       0.8.5claws177
3293
3294         * .cvsignore
3295                 add 'autom4te.cache'
3296                 
3297         * ltconfig      ** REMOVED **
3298                 not needed
3299
3300 2002-11-22 [paul]       0.8.5claws176
3301
3302         * src/textview.c
3303                 textview_set_font(): fix for message display in
3304                 UTF-8 locales (thanks to Sergey Vlasov).
3305                 
3306         * AUTHORS
3307                 add new team members and contributors
3308
3309
3310 2002-11-21 [colin]      0.8.5claws175
3311
3312         * src/procmsg.[ch]
3313                 Add procmsg_remove_special_headers()
3314         * src/mh.c
3315                 Use procmsg_remove_special_headers() for 
3316                 previous fix
3317
3318 2002-11-21 [colin]      0.8.5claws174
3319
3320         * src/mh.c
3321                 Fix moving/copying from queue/draft folders
3322                 for MH folders
3323
3324 2002-11-21 [christoph]  0.8.5claws173
3325
3326         * src/crash.c
3327         * src/filtering.c
3328         * src/logwindow.c
3329         * src/main.c
3330         * src/matcher_parser_lex.[hl]
3331         * src/mbox.c
3332         * src/mbox_folder.[ch]
3333         * src/prefs_filtering.c
3334         * src/procheader.c
3335         * src/quote_fmt_lex.l
3336         * src/ssl.c
3337                 fix all warnings except the warnings in lex and yacc files
3338
3339 2002-11-20 [christoph]  0.8.5claws172
3340
3341         * src/imap.c
3342                 fix MsgInfo retrieval for IMAP draft and queue folders
3343                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3344
3345 2002-11-19 [christoph]  0.8.5claws171
3346
3347         * src/compose.c
3348                 fix segfault, when draft saving does not get
3349                 the MsgInfo of the new message
3350                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3351
3352 2002-11-19 [christoph]  0.8.5claws170
3353
3354         * src/procmsg.c
3355                 add parameter check for flag setting function
3356                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3357
3358 2002-11-18 [paul]       0.8.5claws169
3359
3360         * src/compose.c
3361                 more sensitivity fixes to redirect mode:
3362                 * disable toolbar draft button
3363                 * allow only Address book in the Tools menu
3364                 * disable editing of message by the spell
3365                   checker
3366
3367 2002-11-18 [paul]       0.8.5claws168
3368
3369         * src/compose.c
3370                 fix sensitivity of menu items in compose_redirect():
3371                 allow only the necessary items 
3372
3373 2002-11-18 [paul]       0.8.5claws167
3374
3375         * src/compose.c
3376                 fix bug [ 603259 ] 'attachment got lost on bounce'
3377
3378 2002-11-18 [paul]       0.8.5claws166
3379
3380         * po/ru.po
3381                 updated by Ruslan N. Balkin <baron@dartel.ru>
3382
3383 2002-11-18 [colin]      0.8.5claws165
3384
3385         * src/main.c
3386           src/defs.h
3387                 Remove old filtering stuff
3388
3389
3390 2002-11-17 [oliver]     0.8.5claws164
3391
3392         * src/toolbar.h
3393                 remove not needed typedef 
3394
3395 2002-11-17 [oliver]     0.8.5claws163
3396
3397         * src/toolbar.c
3398                 make toolbar's on click events translatable
3399
3400 2002-11-15 [colin]      0.8.5claws162
3401
3402         * src/summaryview.c
3403                 Revert too-soon integration of a feature
3404
3405 2002-11-15 [christoph]  0.8.5claws161
3406
3407         * src/imap.c
3408                 use main's implementation of imap_get_msginfo
3409
3410 2002-11-15 [christoph]  0.8.5claws160
3411
3412         * src/compose.c
3413         * src/folder.[ch]
3414         * src/imap.c
3415         * src/mbox_folder.c
3416         * src/mh.c
3417         * src/news.c
3418         * src/procmsg.c
3419         * src/summaryview.c
3420                 replace claws' fetch_msginfo with main's get_msginfo
3421                 (use main's implementation where possible)
3422
3423 2002-11-15 [colin]      0.8.5claws159
3424
3425         * src/ssl_certificate.c
3426                 Missed a check
3427
3428 2002-11-16 [melvin]     0.8.5claws158
3429
3430         * po/fr.po
3431                 Updated French translations.
3432
3433 2002-11-16 [colin]      0.8.5claws157
3434
3435         * src/ssl_certificate.c
3436                 Check for missing parts in the certificates
3437
3438 2002-11-15 [colin]      0.8.5claws156
3439
3440         * src/folderview.c
3441                 Preventive fix (missing check) found by
3442                 Alfons
3443
3444 2002-11-15 [paul]
3445
3446         * NEWS
3447                 sync with 0.8.6 release
3448
3449 2002-11-15 [colin]      0.8.5claws155
3450
3451         * src/folder.[ch]
3452           src/folderview.c
3453                 Fix error handling of folder_item_move_to()
3454                 (thanks to Alfons!)
3455
3456 2002-11-15 [colin]      0.8.5claws154
3457
3458         * src/folder.[ch]
3459           src/folderview.c
3460                 folder_item_move_to() sets an error message instead
3461                 of having GUI stuff in folder.c
3462
3463 2002-11-15 [colin]      0.8.5claws153
3464
3465         * src/procmsg.[ch]
3466                 Implemented a callback for MsgInfo updates, 
3467                 heavily copy/pasted from Christoph's folder 
3468                 callback system
3469         * src/summaryview.[ch]
3470                 Register summary_update_msg as callback
3471
3472 2002-11-14 [colin]      0.8.5claws152
3473         
3474         * src/procmsg.c
3475                 Update the FolderItem after sending (fixes 617593)
3476
3477 2002-11-14 [christoph]  0.8.5claws151
3478
3479         * src/folder.c
3480                 fix wrong position of NULL pointer check found
3481                 by Sergey
3482
3483 2002-11-14 [christoph]  0.8.5claws150
3484
3485         * src/folder.c
3486                 fix segfault when deleting messages from IMAP folders
3487                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3488
3489 2002-11-14 [colin]      0.8.5claws149
3490
3491         * src/compose.c
3492                 Forwarding was also ignoring the folder's default account.
3493
3494 2002-11-14 [colin]      0.8.5claws148
3495
3496         * src/compose.c
3497                 Fix sent folder not set to folder properties when 
3498                 forwarding.
3499
3500 2002-11-14 [thorsten]   0.8.5claws147
3501
3502         * src/inc.c
3503                 inc_start(): Files were not moved from .processing to inbox,
3504                 if no global processing rule existed
3505
3506 2002-11-14 [colin]      0.8.5claws146
3507
3508         * src/ssl_certificate
3509                 Fix file operations
3510
3511 2002-11-14 [paul]       0.8.5claws145
3512
3513         * po/it.po
3514                 updated by Alessandro Maestri
3515
3516 2002-11-13 [alfons]     0.8.5claws144
3517
3518         * src/folder.c
3519                 folder_item_close(): only mark messages unread
3520                 when a folder has new messages 
3521
3522 2002-11-13 [keith]      0.8.5claws143
3523
3524         * src/imap.c
3525                 Fix problem moving or copying between
3526                 IMAP folders
3527
3528 2002-11-13 [colin]      0.8.5claws142
3529
3530         * src/matcher_parser_parse.y
3531                 Fix rule problem when " don't match
3532
3533 2002-11-13 [christoph]  0.8.5claws141
3534
3535         * src/folder.c
3536         * src/folderview.c
3537                 moved cache saving to folder_item_close
3538                 the folderview should not have to deal with
3539                 this things
3540
3541 2002-11-13 [christoph]  0.8.5claws140
3542
3543         * src/summaryview.c
3544                 moved setting of important score to
3545                 summary_set_prefs_from_folderitem
3546
3547 2002-11-13 [colin]      0.8.5claws139
3548
3549         * src/matcher_parser_parse.y
3550                 Fix a segfault in the parser (happening when
3551                 a good expression had been tested and a bad 
3552                 one arrives)
3553
3554 2002-11-13 [paul]       0.8.5claws138
3555
3556         * sync with 0.8.5cvs24
3557                 see ChangeLog 2002-11-13
3558                 
3559         * po/pt_BR.po
3560                 updated by Fabio Jr. Beneditto
3561
3562 2002-11-13 [colin]      0.8.5claws137
3563         
3564         * src/msgcache.c
3565           src/defs.h
3566           src/procmsg.[ch]
3567                 Revert last commit, problem
3568
3569 2002-11-13 [colin]      0.8.5claws136
3570
3571         * src/msgcache.c
3572                 Remove duplicated code
3573         * src/defs.h
3574                 Bumped CACHE_VERSION and MARK_VERSION
3575         * src/procmsg.[ch]
3576                 Network endian for cache and mark files
3577
3578 2002-11-12 [colin]      0.8.5claws135
3579
3580         * src/inc.c
3581                 Fix the "socket error" dialog which disappeared
3582
3583 2002-11-12 [colin]      0.8.5claws134
3584
3585         * src/msgcache.c
3586                 Reverse last commit which had performance 
3587                 problems, but still reverse the list
3588
3589 2002-11-12 [colin]      0.8.5claws133
3590
3591         * src/msgcache.c
3592                 Reverse list order
3593
3594 2002-11-12 [melvin]     0.8.5claws132
3595
3596         * src/compose.c
3597                 Added a check for a NULL prefs_common.dictionary
3598
3599 2002-11-12 [colin]      0.8.5claws131
3600
3601         * src/ssl_certificate.[ch]
3602                 Use FQDN hostname
3603
3604 2002-11-12 [colin]      0.8.5claws130
3605
3606         * src/ssl_certificate.[ch]
3607                 Take connection port into account for 
3608                 checking certificates (a single hostname
3609                 could have multiple servers with multiple
3610                 certificates)
3611         * src/ssl.c
3612                 Pass the port to ssl_certificate_check
3613
3614 2002-11-12 [paul]       0.8.5claws129
3615
3616         * src/folder.c
3617                 fix a typo in last commit
3618
3619 2002-11-12 [paul]       0.8.5claws128
3620
3621         * sync with 0.8.5cvs23
3622                 see ChangeLog entry 2002-11-12
3623
3624 2002-11-11 [colin]      0.8.5claws127
3625
3626         * src/ssl_certificate.c
3627                 Cleaner messages
3628                 Don't popup, instead log error, if the 
3629                 corresponding pref is checked
3630         * src/ssl_certificate.h
3631                 include <openssl/objects/h>
3632
3633 2002-11-11 [colin]      0.8.5claws126
3634
3635         * src/ssl_certificate.h
3636                 _Really_ clean it
3637
3638 2002-11-11 [colin]      0.8.5claws125
3639         
3640         * src/ssl_certificate.c
3641                 Fixed leak
3642
3643 2002-11-11 [colin]      0.8.5claws124
3644
3645         * src/ssl.c
3646                 Cleaned a bit
3647         * src/ssl_certificate.[ch]
3648                 Cleaned a bit (better use of SSL API)
3649                 (This will cause non-recognition of saved 
3650                  certificates of claws12[23]...)
3651
3652 2002-11-11 [paul]       0.8.5claws123
3653         
3654         * po/es.po
3655                 updated by Ricardo Mones Lastra
3656
3657 2002-11-11 [colin]      0.8.5claws122
3658
3659         * src/ssl.c
3660                 Fix a typo
3661
3662 2002-11-11 [colin]      0.8.5claws121
3663
3664         * src/ssl_certificate.[ch] ** NEW FILES **
3665         * src/ssl.[ch]
3666                 Check SSL certificates presented to us
3667         * src/Makefile.am
3668                 Add ssl_certificate.[ch]
3669         * po/POTFILES.in
3670                 Add ssl_certificate.c
3671
3672 2002-11-11 [paul]       0.8.5claws120
3673
3674         * sync with 0.8.5cvs22
3675                 see ChangeLog 2002-11-11
3676
3677 2002-11-11 [paul]       0.8.5claws119
3678
3679         * sync with 0.8.5cvs21
3680                 see ChangeLog 2002-11-11
3681
3682 2002-11-10 [jens]       0.8.5claws118
3683
3684         * src/folder.c
3685         * src/folderview.c
3686                 corrected some typing
3687         * po/de.po
3688                 updated german translation
3689         * sylpheed.spec.in
3690                 cleaned up specfile and adjusted it for claws
3691
3692 2002-11-10 [colin]      0.8.5claws117
3693
3694         * src/summaryview.c
3695                 a STATUSBAR_PUSH/POP fix
3696
3697 2002-11-10 [colin]      0.8.5claws116
3698
3699         * src/prefs_folder_item.c
3700                 Fix hanging after opening folder properties
3701
3702 2002-11-10 [hoa]        0.8.5claws115
3703
3704         * src/matcher_parser_lex.l
3705         * src/matcher_parser_parse.y
3706                 config file for scoring and filtering is no more trashed
3707                 when there is a syntax error in a filtering rule when
3708                 editing it in a dialog.
3709
3710 2002-11-09 [colin]      0.8.5claws114
3711
3712         * src/mbox_folder.c
3713                 Added missing initialisation of folder->destroy()
3714
3715 2002-11-09 [colin]      0.8.5claws113
3716
3717         * src/folder.c