update Italian translation
[claws.git] / ChangeLog.claws
1 2004-03-12 [paul]       0.9.10claws8
2
3         * po/it.po
4                 update. submitted by Andrea Spadaccini <lupin85@email.it>
5
6 2004-03-12 [alfons]     0.9.10claws7
7
8         * src/imap.c
9                 o quiet compiler and typecast Folder * to IMAP Folder *
10                 o wake up and fix my previous incompatible type assignment bug
11
12 2004-03-12 [alfons]     0.9.10claws6
13
14         * src/imap.c
15                 don't mix up pointers to int, guint32 _and_ 
16                 unsigned int 
17
18 2004-03-12 [christoph]  0.9.10claws5
19
20         * src/folderview.c
21                 Add error requester when renaming a folder failed
22
23         * src/imap.c
24                 Check new FolderItem name for namespace seperator
25                 before renaming
26
27         (Closes Bug 443 Bad named IMAP folders won't be displayed)
28
29 2004-03-11 [christoph]  0.9.10claws4
30
31         * src/folder.[ch]
32         * src/imap.c
33         * src/procmsg.h
34                 syncronize flags in cache with IMAP folder flags
35
36         Adapted a patch submitted by Simon 'corecode' Schubert
37         <corecode@corecode.ath.cx> 
38
39
40 2004-03-11 [alfons]     0.9.10claws3
41
42         * src/textview.[ch]
43                 remove dead code that at one time controlled display of
44                 URIs in status bar
45
46 2004-03-10 [paul]       0.9.10claws2
47
48         * po/it.po
49                 updated by Lupino <lupin85@email.it>
50
51 2004-03-09 [alfons]     0.9.10claws1
52
53         * src/matcher.c
54                 we're not using yywrap, but we may, so close yyin instead
55                 of initial FILE *
56
57 2004-03-08 [paul]       0.9.10claws
58
59         * 0.9.10claws released
60
61 2004-03-08 [paul]       0.9.9claws41
62
63         * po/es.po
64           po/ja.po
65           po/ru.po
66           po/sk.po
67           po/sr.po
68           po/zh_CN.po
69                 update translations. submitted by Ricardo Mones Lastra,
70                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
71                 Hansom Young
72
73 2004-03-06 [paul]       0.9.9claws40
74
75         * src/stock_pixmap.c
76                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
77                 patch submitted by Pawel Pekala
78
79 2004-03-06 [alfons]             0.9.9claws39
80
81         * src/addrindex.c
82                 allow nick name completion again 
83
84 2004-03-02 [match]              0.9.9claws38
85
86         * configure.ac
87                 added definition of USE_LDAP_TLS to support TLS.
88         * src/ldapctrl.[ch]
89         * src/ldapquery.c
90         * src/ldapserver.[ch]
91         * src/addressbook.c
92         * src/addrindex.c
93         * src/editldap.c
94                 included LDAP TLS support.
95
96 2004-03-02 [christoph]          0.9.9claws37
97
98         * src/folder.[ch]
99                 o add more documentation for FolderClass
100                 o remove usused FolderClass virtual functions
101
102         * src/imap.c
103         * src/mh.c
104         * src/news.c
105                 change creation of FolderClass because static initializations
106                 for structs suck in C89
107
108 2004-03-01 [paul]
109
110         * sync with 0.9.10
111
112 2004-02-28 [keith]      0.9.9claws36
113
114         * src/common/utils.c
115                 Fix treatment of whitespace in quicksearch bar (leading
116                 spaces and >1 space between commands and parameters).
117
118 2004-02-27 [alfons]     0.9.9claws35
119
120         * src/compose.[ch]
121                 Explicitly remove draft timeout to fix nasty race between 
122                 compose_send_cb() (which destroys the compose window) and 
123                 compose_defer_auto_save_draft() (which expects compose 
124                 window to exist). Should fix Keith's and Fred Marton's
125                 bug report (#128, "crash after complaining about character
126                 set conversion")
127
128 2004-02-27 [luke]       0.9.9claws34
129         
130         * src/folder.c
131                 Do folder_item_apply_processing() even if no processing
132                 rules for the folder exist (so global processing is applied)
133
134 2004-02-26 [thorsten]   0.9.9claws33
135
136         * src/mimeview.c
137                 Remove misleading static declaration
138
139 2004-02-26 [alfons]     0.9.9claws32
140
141         * src/procmime.[ch]
142           src/compose.c
143           src/mimeview.c
144           src/textview.c
145                 use/add procmime_get_content_type_str() as a safe wrapper
146                 for returning a Content-Type type string; should fix 
147                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
148                  - attachments."
149
150 2004-02-26 [thorsten]   0.9.9claws31
151
152         * src/mimeview.c
153                 Restructure save_as/save_all
154
155 2004-02-26 [alfons]     0.9.9claws30
156
157         * src/procmime.c
158                 clean up (2)
159
160 2004-02-26 [alfons]     0.9.9claws29
161
162         * src/procmime.c
163                 clean up (1)
164
165 2004-02-24 [luke]
166
167         * tools/textviewer.sh
168                 tweaks from Johann Koenig, recognition of shell
169                 scripts in particular
170
171 2004-02-24 [paul]       0.9.9claws28
172
173         * sync with 0.9.9cvs13
174                 see ChangeLog 2004-02-24
175
176 2004-02-23 [paul]       0.9.9claws27
177
178         * src/inc.c
179                 one alertpanel on pop3 authentication error will suffice
180                 
181         * src/prefs_fonts.c
182                 remove unnecessary printf
183
184 2004-02-22 [alfons]     0.9.9claws26
185
186         * src/messageview.c
187                 put back a lost check
188
189 2004-02-21 [alfons]     0.9.9claws25
190
191         * src/folderview.c
192                 don't forget to save folder properties after renaming folder
193
194 2004-02-20 [paul]       0.9.9.claws24
195
196         * src/addressbook.c
197                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
198                 
199         * src/inc.c
200                 complete sync with 0.9.9cvs9's 'update folderview
201                 progressively'
202                 
203         * configure.ac
204                 require gettext >= 0.12.1
205
206 2004-02-17 [match]      0.9.9claws23
207
208         * src/compose.c
209                 keep the peace - change style.
210
211 2004-02-17 [alfons]     0.9.9claws22
212
213         * src/filtering.c
214                 make MATCHACTION_STOP cancel filtering / processing;
215                 clean up and document it to make it a little bit more clear;
216
217 2004-02-17 [alfons]     0.9.9claws21
218
219         %X marks the cursor spot for reply quote format
220
221         * src/quote_fmt_lex.l 
222           src/quote_fmt.c
223                 add %X token
224                 
225         * src/quote_fmt.h
226           src/quote_fmt_parse.y
227                 handle %X token
228                 
229         * src/compose.c
230                 handle %X token for replies only (for now)
231
232 2004-02-17 [paul]       0.9.9claws20
233
234         * po/sk.po
235                 updated by Andrej Kacian
236                 
237         * src/news.c
238                 remove unneeded include
239                 
240         * src/prefs_fonts.c
241                 be a little more user-friendly with the labels
242                 
243         * configure.ac
244                 a change forgotten in the last commit: 
245                 SYLPHEED_ACLOCAL_INCLUDE(m4)
246
247 2004-02-17 [paul]       0.9.9claws19
248
249         * ac/*                          ** REMOVED **
250           ac/                           ** REMOVED **
251           intl/Makefile.in              ** REMOVED **
252           m4/                           ** NEW **
253           m4/missing                    ** NEW **
254           m4/missing/gdk-pixbuf.m4      ** NEW **
255           m4/missing/gettext.m4         ** NEW **
256           m4/missing/gpgme.m4           ** NEW **
257           m4/missing/imlib.m4           ** NEW **
258           m4/.cvsignore                 ** NEW **
259           m4/Makefile.am                ** NEW **
260           m4/README                     ** NEW **
261           m4/aclocal-include.m4         ** NEW **
262           m4/aspell.m4                  ** NEW **
263           m4/check-type.m4              ** NEW **
264           m4/gnupg-check-typedef.m4     ** NEW **
265           m4/openssl.m4                 ** NEW **
266           m4/spamassassin.m4            ** NEW **
267           po/ChangeLog                  ** REMOVED **
268           po/Makefile.in.in             ** REMOVED **
269           po/Rules-quot                 ** REMOVED **
270           po/boldquot.sed               ** REMOVED **
271           po/en@boldquot.header         ** REMOVED **
272           po/en@quot.header             ** REMOVED **
273           po/insert-header.sin          ** REMOVED **
274           po/quot.sed                   ** REMOVED **
275           po/remove-potcdate.sed        ** REMOVED **
276           po/remove-potcdate.sin        ** REMOVED **
277           po/stamp-po                   ** REMOVED **
278           Makefile.am
279           autogen.sh
280           configure.ac
281                 enable building with automake 1.8.x
282                 add 'autopoint' to autogen.sh and remove all
283                 auto-generated files, remove ac/ in favour of
284                 m4/
285
286 2004-02-17 [alfons]     0.9.9claws18
287         
288         * src/summaryview.c
289                 MSG_IS_NEWS() is not stored at all, and is bogus
290
291 2004-02-17 [martin]     0.9.9claws17
292
293         * src/prefs_themes.c
294                 fix crash when installing wrong theme and output an
295                 error message
296
297 2004-02-16 [christoph]  0.9.9claws16
298
299         * src/compose.c
300         * src/stock_pixmap.[ch]
301         * src/toolbar.[ch]
302         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
303                 add "Wrap current paragraph" to compose toolbar
304
305 2004-02-15 [alfons]     0.9.9claws15
306
307         * src/folderview.c
308                 refine previous commit to make sure other hook functions
309                 get their grab of the pie too
310
311 2004-02-15 [alfons]     0.9.9claws14
312
313         * src/folderview.c
314                 fix sync breakage so we don't pass invalid pointer types
315
316 2004-02-15 [match]      0.9.9claws13
317
318         * src/ldapquery.[ch]
319         * src/ldapserver.h
320         * src/addrindex.[ch]
321                 tweak threading calls.
322         * src/addr_compl.[ch]
323                 add alias into completion list.
324         * src/addressbook.c
325                 fix ldap browse.
326                 improve context menu behavior.
327                 change menu sequence.
328                 add send mail from addressbook.
329         * src/addrselect.[ch]
330         * src/compose.[ch]
331                 add send mail from addressbook.
332
333 2004-02-15 [christoph]  0.9.9claws12
334
335         * src/folderutils.c
336                 skip deleting when duplist is empty
337
338         * src/folderview.[ch]
339         * src/mainwindow.c
340         * src/summaryview.[ch]
341                 call folderutils_delete_duplicates() from mainwindow code
342
343 2004-02-15 [alfons]     0.9.9claws11
344         
345         * src/common/utils.c
346                 add prefix for italian ms o(e) 
347
348 2004-02-14 [paul]       0.9.9claws10
349
350         * src/foldersel.c
351                 fix updating of the folder view when creating a
352                 new folder
353
354 2004-02-13 [paul]       0.9.9claws9
355
356         * src/plugins/clamav/clamav_plugin.c
357                 remove GUI code
358
359 2004-02-13 [paul]       0.9.9claws8
360
361         * sync with 0.9.9cvs9
362                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
363
364 2004-02-13 [alfons]     0.9.9claws7
365
366         * src/common/utils.c
367                 fix wrong type of argument for ctype functions (pass unsigned
368                 char instead of signed char)
369
370 2004-02-12 [alfons]     0.9.9claws6
371
372         * src/compose.[ch]
373                 don't select text in header entry when composing to a 
374                 default address, but rather give the header entry a
375                 different color / style (same as the folder new color)
376
377 2004-02-12 [alfons]     0.9.9claws5
378
379         * src/plugins/clamav/clamav_plugin.c
380                 don't exit(2) on libclamav init error - show a warning.
381                 (tested by damaging a clamav database file.)
382
383 2004-02-12 [paul]       0.9.9claws4
384
385         * sync with 0.9.9cvs4
386                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
387
388 2004-02-11 [luke]       0.9.9claws3
389
390         * src/mimeview.c
391                 remove redundant check introduced in 0.9.9claws1
392
393 2004-02-11 [luke]       0.9.9claws2
394
395         * src/mimeview.c
396                 fix compilation of my previous commit without gpg enabled
397
398 2004-02-10 [luke]       0.9.9claws1
399
400         * src/mimeview.c
401                 add borders to icons to indicate the privacy status for
402                 the message part (unknown/bad/good)
403
404 2004-02-06 [paul]       0.9.9claws
405
406         0.9.9claws released
407
408 2004-02-06 [darko]      0.9.8claws64
409
410         * src/compose.c
411                 don't allow Ctrl+Enter while external editor is active
412
413 2004-02-06 [paul]       0.9.8claws63
414
415         * po/es.po
416           po/pl.po
417           po/sk.po
418           po/sr.po
419                 update Spanish, Polish, Slovak, and Serbian translations.
420                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
421                 and Urke MMI
422
423 2004-02-04 [alfons]     0.9.8claws62
424
425         * src/compose.c
426                 grab focus only when lbutton was pressed (bug #430 cont'd; 
427                 don't have clue yet why the cursor pos is at the end of the
428                 text.)
429
430 2004-02-04 [alfons]     0.9.8claws61
431
432         * src/compose.c
433                 always grab focus when one of the header entries is clicked 
434                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
435
436 2004-02-02 [paul]
437
438         * ac/missing/gdk-pixbuf.m4
439           ac/missing/gpgme.m4
440           ac/missing/imlib.m4
441                 prevent 'underquoted definition' warnings
442                 patch submitted by David Relson
443                 
444         * src/plugins/clamav/README
445                 update, improve, correct
446
447 2004-01-31 [thorsten]   0.9.8claws60
448
449         * src/news.c
450                 'dir' not initialized if group has no messages
451
452 2004-01-29 [christoph]  0.9.8claws59
453
454         * src/customheader.[ch]
455                 add custom_header_is_allowed() to check for disallowed header names
456                 that must not be overridden by custom headers
457
458         * src/compose.c
459                 always write From: header and use custom_header_is_allowed() to
460                 check if custom header should be written
461
462         * src/prefs_customheader.c
463                 check if custom header is disallowed using custom_header_is_allowed()
464
465         * src/folderutils.c
466                 destroy message id GHashTable before freeing the MsgInfos
467
468 2004-01-29 [paul]       0.9.8claws58
469
470         * sync with 0.9.9 release
471                 see ChangeLog 2004-01-29
472
473 2004-01-29 [paul]       0.9.8claws57
474
475         * sync with 0.9.8cvs11
476                 see ChangeLog 2004-01-29
477
478 2004-01-28 [christoph]  0.9.8claws56
479
480         * src/pgpmime.c
481         * src/sgpgme.[ch]
482                 return WARN signature status when signature is not trusted
483
484         * src/Makefile.am
485         * src/folder.c
486         * src/folderutils.[ch]                  ** NEW **
487         * src/summaryview.c
488                 implement delete duplicates summaryview independent
489
490 2004-01-28 [paul]       0.9.8claws55
491
492         * sync with 0.9.8cvs10
493                 see Changelog 2004-01-27 and 2004-01-28
494
495 2004-01-26 [christoph]  0.9.8claws54
496
497         * src/imap.c
498                 create a root node for the Folder if scan fails because root
499                 folder does not exist
500
501 2004-01-26 [paul]       0.9.8claws53
502
503         * sync with 0.9.8cvs7
504                 see ChangeLog 2004-01-23
505
506 2004-01-25 [alfons]     0.9.8claws52
507
508         * src/compose.c
509                 remove left-over constant INDENT_CHARS
510
511 2004-01-25 [alfons]     0.9.8claws51
512
513         * src/procmime.c
514                 add NULL pointer check for mimeinfo->node in
515                 procmime_mimeinfo_parent()
516
517 2004-01-25 [darko]      0.9.8claws50
518
519         * src/compose.c
520                 make "Wrap all long lines" toolbar button wrap all
521                 long lines not just the current line
522                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
523
524
525 2004-01-25 [alfons]     0.9.8claws49
526
527         * src/procmime.c
528                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
529                 necessary anyway, because *scanf() functions neglect white
530                 space in the input. 
531                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
532
533 2004-01-25 [paul]       0.9.8claws48
534
535         * src/prefs_ext_prog.c
536                 apply Alfons' patch to check for NULL pointers
537                 fixes bug #424
538
539 2004-01-25 [paul]       0.9.8claws47
540
541         * sync with 0.9.8cvs8
542                 see ChangeLog 2004-01-23
543
544 2004-01-25 [thorsten]   0.9.8claws46
545
546         * src/messageview.c
547                 remove orphaned mimeview unref()
548
549 2004-01-23 [christoph]  0.9.8claws45
550
551         * src/summaryview.c
552                 set ctree widget style
553
554 2004-01-23 [paul]       0.9.8claws44
555
556         * sync with 0.9.8cvs5
557                 see ChangeLog 2004-01-22
558
559 2004-01-23 [alfons]     0.9.8claws43
560
561         * src/procmsg.c
562                 remove redundant code in procmsg_get_thread_tree()
563
564 2004-01-21 [christoph]  0.9.8claws42
565
566         * src/folderview.c
567                 set ctree widget style, otherwise GTK does not use the
568                 the correct vertical size for the list items
569
570 2004-01-21 [alfons]     0.9.8claws41
571
572         * src/summaryview.c
573                 GDK_Left should only switch to folderview when
574                 when summaryview hscrollbar is at the leftmost
575                 position (fixes bug #420, "Focus error")
576
577 2004-01-21 [paul]       0.9.8claws40
578
579         * sync with 0.9.8cvs4
580                 see ChangeLog 2004-01-20
581
582 2004-01-20 [christoph]  0.9.8claws39
583
584         * src/folderview.c
585                 remove setting sensitivity for no longer existing
586                 /Scoring... popup entry
587
588 2004-01-20 [keith]      0.9.8claws38
589
590         * configure.ac
591                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
592
593 2004-01-20 [paul]       0.9.8claws37
594
595         * src/prefs_fonts.c
596                 demystify font settings
597                 
598         * src/textview.c
599                 use textview->msgfont for header->body in
600                 textview_show_header()
601
602 2004-01-20 [paul]       0.9.8claws36
603
604         * src/compose.c
605           src/undo.c
606                 remove superfluous debug_print's
607                 
608         * src/inc.c
609                 clear the statusbar after LOCAL incorporation
610
611 2004-01-20 [paul]       0.9.8claws35
612
613         * sync with 0.9.8cvs3
614                 see ChangeLog 2004-01-20
615
616 2004-01-19 [keith]      0.9.8claws34
617
618         * src/folderview.c
619                 don't show 'Search folder...' on popup menu
620                 if folder has no mails in it
621
622 2004-01-17 [keith]      0.9.8claws33
623
624         * src/compose.c
625           src/prefs_common.c
626           src/prefs_common.h
627                 store position of compose window in prefs
628
629 2004-01-17 [thorsten]   0.9.8claws32
630
631         * src/gtk/gtkvscrollbutton.c
632                 ensure scrollbutton resize event on different gtk versions
633
634 2004-01-15 [alfons]     0.9.8claws31
635         
636         * src/summaryview.c
637                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
638                 message as read
639
640 2004-01-12 [christoph]  0.9.8claws30
641
642         * src/procmime.c
643                 better MIME-Version check
644
645 2004-01-11 [alfons]     0.9.8claws29
646
647         * src/procmsg.c
648                 remove unnecessary but still effective check (could possibly
649                 lead to some unwanted side effects)
650
651 2004-01-11 [alfons]     0.9.8claws28
652
653         * src/procmsg.c
654                 we should not prefer lowest message number while threading 
655                 (introduced in previous commit)
656
657 2004-01-11 [alfons]     0.9.8claws27
658
659         * src/procmsg.c
660                 subject threading fixes:
661                 
662                         - make message with lowest message number the
663                           thread parent,
664                         - refine recording last node when threading. the last node
665                           should be the previous one if a node has a thread parent,
666                           or the current node if not
667                 
668                 (there's another threading bug fix coming up)
669
670 2004-01-10 [paul]       0.9.8claws26
671
672         * src/main.c
673           src/prefs_ext_prog.c
674           src/plugins/clamav/clamav_plugin_gtk.c
675                 minor gui fixes
676
677 2004-01-09 [christoph]  0.9.8claws25
678
679         * src/Makefile.am
680         * src/string_match.[ch]                 ** REMOVE **
681         * src/common/Makefile.am
682         * src/common/string_match.[ch]          ** NEW **
683                 move string_match.[ch] to common directory
684
685 2004-01-09 [christoph]  0.9.8claws24
686
687         * src/pgpmime.c
688                 add MIME-Version header for the message parser
689
690 2004-01-09 [paul]       0.9.8claws23
691
692         * po/POTFILES.in
693           src/Makefile.am
694           src/main.c
695           src/prefs_common.c
696           src/prefs_ext_prog.[ch]       ** NEW FILES **
697                 move External Command options from 'Common Prefs/Other' to
698                 'Other Prefs/Message View/External Programs', also reveal
699                 the hidden options for audio player and image viewer.
700                 
701         * src/prefs_common.c
702                 fix toggling of header pane
703
704 2004-01-09 [paul]       0.9.8claws22
705
706         * src/compose.c
707                 when changing account also change the save folder
708
709         * src/textview.c
710                 if a text/plain attachment has 'Content-Disposition: attachment'
711                 don't display it inline
712
713 2004-01-08 [christoph]  0.9.8claws21
714
715         * src/procmime.c
716                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
717                 otherwise thread the message content as one text part and
718                 don't assume charset US-ASCII which is only specified as
719                 default for MIME-messages
720
721 2004-01-08 [paul]       0.9.8claws20
722
723         * src/plugins/clamav/clamav_plugin.c
724           src/plugins/spamassassin/spamassassin.c
725                 inform the user what is happening via the statusbar
726
727 2004-01-06 [paul]       0.9.8claws19
728
729         * po/es.po
730                 update Spanish translation. submitted by Ricardo
731                 Mones Lastra
732
733 2004-01-05 [paul]       0.9.8claws18
734
735         * sync with 0.9.8cvs2
736                 see ChangeLog 2004-01-05
737
738 2004-01-03 [luke]       0.9.8claws17
739
740         * src/procheader.c
741                 Clean up:
742                 o remove unused functions string_getchar() and file_getchar()
743                 o remove the getchar_ parameter from generic_get_one_field()
744                 o add an 'unfold' parameter to generic_get_one_field, to
745                   be used if no HeaderEntry is supplied
746                 o procheader_get_one_field_asis() uses
747                   generic_get_one_field().
748
749 2004-01-01 [christoph]  0.9.8claws16
750
751         * src/common/xml.[ch]
752                 o add xml_new_tag() to manage usage counts of strings correctly
753                 o correct xml_copy_tree() function name
754
755         * src/folder.c
756         * src/main.c
757                 allow registering and unregistering of FolderClasses anytime
758
759 2003-12-31 [christoph]  0.9.8claws15
760
761         * src/folder.[ch]
762         * src/common/xml.[ch]
763                 keep folderlist.xml data for unloaded FolderClasses
764
765 2003-12-30 [luke]       0.9.8claws14
766
767         * src/procheader.[ch]
768                 o added procheader_get_one_field_asis() that does not do
769                   unfolding
770                 o fix procheader_get_header_array_asis() to use the above,
771                   fixing ugliness of headers in textview
772
773         * src/compose.c
774                 o don't unfold headers when redirecting.        
775
776 2003-12-30 [paul]       0.9.8claws13
777
778         * po/POTFILES.in
779           src/common/defs.h
780           src/Makefile.am
781           src/main.c
782           src/prefs_common.c
783           src/prefs_themes.[ch] ** NEW FILES **
784                 redesign and move Icon Theme selector to
785                 the new prefs window
786           
787         * src/stock_pixmap.c
788                 fix the old bug where icons are not always
789                 updated when changing themes
790         
791         * src/summaryview.c
792                 fix bug where the icons on the title row
793                 of the summary view were not updated
794         
795         all patches submitted by Ricardo Mones Lastra
796
797 2003-12-30 [hoa]        0.9.8claws12
798
799         * src/folder.c
800                 run preglobal and postglobal processing rules
801                 even if the folder does not have any rules.
802
803 2003-12-28 [paul]       0.9.8claws11
804
805         * ac/aspell.m4
806           ac/check-type.m4
807           ac/gnupg-check-typedef.m4
808           ac/openssl.m4
809           ac/spamassassin.m4
810                 fix 'underquoted definition' warnings, patch submitted by
811                 David Relson <relson@osagesoftware.com>
812                 
813         * src/common/utils.c
814                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
815                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
816
817 2003-12-28 [paul]       0.9.8claws10
818
819         * sync with 0.9.8cvs1
820                 see ChangeLog 2003-12-17
821
822 2003-12-27 [christoph]  0.9.8claws9
823
824         * src/common/utils.[ch]
825                 add g_node_map() to map a GNode into a new GNode
826                 converting all node data's with a function
827
828         * src/account.c
829         * src/folder.[ch]
830         * src/folderview.c
831         * src/imap.c
832         * src/mainwindow.c
833         * src/summaryview.c
834                 o use g_node_map() to convert XML <-> Folder
835                 o remove redundant FolderItem->parent and
836                   replace it with folder_item_parent()
837
838 2003-12-23 [christoph]  0.9.8claws8
839
840         * src/folder.[ch]
841         * src/folderview.c
842         * src/mainwindow.c
843         * src/procmsg.c
844                 o use callback for notifications about added and
845                   destroyed folders
846                 o rewrite folderlist saving (new functions to create
847                   folder from XML tree, and XML tree from folder)
848
849         * src/common/xml.[ch]
850                 add function to save XML trees
851
852         * src/prefs_filtering.c
853                 code cleanup
854
855 2003-12-22 [christoph]  0.9.8claws7
856
857         * src/prefs_account.[ch]
858                 add "SMTP only" accounts
859
860 2003-12-20 [melvin]     0.9.8claws6
861
862         * src/action.[ch]
863                 Changed the interface for action_update_*_menu() so
864                 action.c does not need to know the paths of the different
865                 actions menu (mainwindow, message view and compose window). 
866
867         * src/compose.c
868                 Tiny code cleanup to merge spell checker related code
869                 compose_update_actions_menu(): new function to update
870                 the actions menu. Use it in compose_create()
871
872         * src/compose.h
873                 compose_update_actions_menu(): new function to update
874                 the actions menu. Used also in prefs_actions.c.
875
876         * src/mainwindow.[ch]
877                 main_window_update_actions_menu(): new function to update
878                 the actions menu. Used in main_window_create() and in
879                 prefs_actions.c
880
881         * src/messageview.[ch]
882                 messageview_update_actions_menu(): new function to update
883                 the actions menu. Used in messageview_add_toolbar() and in
884                 prefs_actions.c
885                 
886         * src/prefs_actions.c   
887                 prefs_actions_ok(): fixed to update the actions menu of
888                 the separate message view and the compose windows.
889
890 2003-12-20 [luke]       0.9.8claws5
891         * src/procheader.c
892                 fix unfolding/newline stripping for multiline fields
893                 in generic_get_one_field()
894
895 2003-12-19 [christoph]  0.9.8claws4
896
897         * src/summaryview.c
898                 o code cleanup
899                 o use subject_compare_for_sort() when comparing
900                   simplified subjects
901
902 2003-12-19 [christoph]  0.9.8claws3
903
904         * src/msgcache.c
905                 more syncing with 0.8.9a
906
907 2003-12-19 [christoph]  0.9.8claws2
908
909         * src/folder.c
910                 don't write all FolderItem XML attributes for the root node
911
912 2003-12-19 [melvin]     0.9.8claws1
913
914         * src/messageview.c
915                 Added missing menu branch (Tools/Create processing/rule)
916         * po/fr.po
917                 Updated French translation for the added string.
918
919 2003-12-19 [paul]       0.9.8claws
920
921         0.9.8claws released
922
923 2003-12-19 [paul]       0.9.7claws51
924
925         * po/en_GB.po
926           po/es.po
927           po/ja.po
928           po/pl.po
929           po/sk.po
930           po/zh_CN.po
931                 update translations. submitted by me, Ricardo Mones
932                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
933                 Hansom Young
934                 
935         * src/folder_item_prefs.c
936                 'enable_processing' set to FALSE by default
937
938 2003-12-18 [melvin]     0.9.7claws50
939
940         * po/fr.po
941                 Updated French translation
942
943 2003-12-17 [christoph]  0.9.7claws49
944
945         * src/procheader.c
946                 revert discarding of whitespace from 0.9.7claws44
947
948                 RFC2822 2.2.3: Unfolding is accomplished by simply
949                 removing any CRLF that is immediately followed by WSP.
950
951 2003-12-17 [paul]       0.9.7claws48
952
953         * src/folder.c
954                 fix new message count
955                 
956         * configure.ac
957                 update autotools macros
958
959         * sync with 0.9.8a
960
961 2003-12-16 [christoph]  0.9.7claws47
962
963         * src/folder.c
964                 fix folder update before adding MsgInfo to cache
965                 in add_msginfo_to_cache()
966
967         * src/procmsg.c
968                 remove old call to folder_item_update() that is no
969                 longer required
970
971 2003-12-16 [christoph]  0.9.7claws46
972
973         * src/main.c
974                 make sure the shutdown process only runs once
975
976 2003-12-16 [hoa]        0.9.7claws45
977
978         * src/mainwindow.c
979         * src/messageview.c
980         * src/summaryview.[ch]
981                 Create filter rules using a message is fixed.
982                 We can now create processing rules using a message.
983
984 2003-12-15 [alfons]     0.9.7claws44
985
986         * src/procheader.c
987                 make sure we discard folding white space
988
989 2003-12-15 [luke]       0.9.7claws43
990         * src/textview.c
991         * src/mimeview.c
992                 o use "name" parameter if "filename" doesn't exist
993
994 2003-12-14 [alfons]     0.9.7claws42
995
996         * src/summaryview.c
997         * src/common/utils.c
998                 allow quick finding based on the result of passing
999                 a message to an external command. E.g:
1000
1001                         X "bogofilter < %F" 
1002                 
1003                 gets me all the spam in a folder.
1004
1005 2003-12-14 [luke]       0.9.7claws41
1006
1007         * src/textview.c
1008         * src/mimeview.c
1009                 o use parameter "filename" instead of "name" in a couple of 
1010                   places for correctness
1011
1012         * src/procmime.c
1013         * src/common/utils.[ch]
1014                 o make temporary filename for attachments safe for %p 
1015                   substitutions in actions.
1016
1017 2003-12-13 [christoph]  0.9.7claws40
1018
1019         * src/main.c
1020                 readd exit(0) to clean_quit() because otherwise sylpheed
1021                 does not always terminate
1022
1023         * src/pgpmime.c
1024         * src/privacy.h
1025                 add an identifier-string for PrivacySystems
1026
1027 2003-12-12 [paul]
1028
1029         * doc/man/sylpheed.1
1030                 update the man page
1031
1032 2003-12-12 [paul]       0.9.7claws39
1033
1034         general clean up
1035         
1036         * configure.ac
1037                 correct and clean up './configure --help' info
1038         
1039         * src/plugins/clamav/clamav_plugin.c
1040           src/plugins/spamassassin/spamassassin.c
1041                 correct plugin_desc(), works with LOCAL, IMAP, and
1042                 POP accounts
1043                 
1044         * src/filtering.c
1045           src/matcher.[ch]
1046           src/matcher_parser_parse.y
1047           src/prefs_filtering_action.c
1048                 use 'Change Score' instead of '(In/De)crease score'.
1049                 use *CHANGE_SCORE* instead of *ADD_SCORE*
1050          
1051          * src/mainwindow.c
1052                 hyphenate: 'Pre-processing', 'Post-processing'
1053                 
1054         * src/prefs_account.c
1055                 change 'Generate Message-ID' to 'Generate Message-Id'
1056                 
1057         * src/prefs_folder_item.c
1058                 change 'Processing on startup:' to 'Process at startup'
1059                 change 'Scan for new mail:' to 'Scan for new mail'
1060                 
1061 2003-12-11 [christoph]  0.9.7claws38
1062
1063         * src/crash.c
1064         * src/main.[ch]
1065                 make sure the clean_exit() funtion is not called again by the
1066                 signal handler while it is already running
1067
1068         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
1069
1070         * src/summaryview.c
1071                 fix wrong assertion
1072
1073 2003-12-11 [paul]       0.9.7claws37
1074
1075         * src/compose.c
1076                 'anonymise' Message-Id: header string
1077
1078 2003-12-11 [paul]       0.9.7claws36
1079
1080         * src/plugins/clamav/clamav_plugin.c
1081                 fix (don't break) signature count
1082                 use cl_strerror() instead of deprecated cl_perror()
1083         
1084 2003-12-11 [darko]      0.9.7claws35
1085
1086         * src/summaryview.c
1087                 also update the sort arrow (thanks Christoph)
1088
1089 2003-12-11 [darko]      0.9.7claws34
1090
1091         * src/summaryview.c
1092                 allow reverting to default sort mode (no sort)
1093
1094 2003-12-10 [hoa]        0.9.7claws33
1095
1096         * src/matcher.c
1097                 fixed quotation of string for matcher.
1098
1099 2003-12-08 [paul]       0.9.7claws32
1100
1101         * src/imap.c
1102           src/inc.c
1103                 plug memory leaks (patch by Alfons)
1104
1105 2003-12-08 [christoph]  0.9.7claws31
1106
1107         * src/folder_item_prefs.[ch]
1108         * src/folderview.c
1109         * src/prefs_folder_item.c
1110                 add new FolderItem property to exclude folders from new
1111                 mail checks
1112
1113         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
1114
1115 2003-12-07 [paul]       0.9.7claws30
1116
1117         * src/plugins/clamav/clamav_plugin.c
1118                 fix signature count
1119
1120 2003-12-07 [thorsten]   0.9.7claws29
1121
1122         * src/filtering.c
1123                 debug_print some warning if destfolder missing
1124         * src/prefs_filtering.c
1125                 uninitialized filter list when deleting a folder
1126
1127 2003-12-06 [paul]       0.9.7claws28
1128
1129         * src/procheader.c
1130                 add Alfons' patch to trim line feeds
1131
1132 2003-12-06 [paul]       0.9.7claws27
1133
1134         * partial sync with 0.9.7cvs8
1135                 leaving claws' online/offline more or less intact
1136                 see ChangeLog 2003-12-04 and 2003-12-06
1137
1138 2003-12-06 [christoph]  0.9.7claws26
1139
1140         * src/messageview.c
1141         * src/privacy.[ch]
1142                 revert pirvacy API changes
1143
1144 2003-12-05 [alfons]     0.9.7claws25
1145
1146         * src/matcher.[ch]
1147                 clean up my old cruft
1148
1149 2003-12-05 [alfons]     0.9.7claws24
1150
1151         * src/matcher.c
1152                 fix comparison buglet ;-) and make `test` matcher
1153                 work again
1154
1155 2003-12-05 [alfons]     0.9.7claws23
1156
1157         * src/prefs_folder_item.c
1158                 K&R 2nd Ed., page 241 (function parameter identifiers
1159                 starting with an underscore are kind of insulting)
1160
1161 2003-12-05 [hoa]        0.9.7claws22
1162
1163         * src/main.c
1164         * src/mainwindow.[ch]
1165         * src/mainwindow.h
1166                 add destructor for mainwindow so that the last 
1167                 MimeInfo opened in messageview is destroyed when
1168                 exiting sylpheed.
1169
1170 2003-12-05 [hoa]        0.9.7claws21
1171
1172         * src/filtering.[ch]
1173         * src/matcher.[ch]
1174         * src/matcher_parser_lex.l
1175         * src/matcher_parser_parse.y
1176         * src/prefs_actions.c
1177         * src/prefs_filtering.c
1178         * src/common/utils.[ch]
1179                 quote arguments before giving them to command line.
1180                 fixed quote of string in matcher/processing/filtering rules.
1181
1182         * src/messageview.c
1183         * src/privacy.[ch]
1184                 allows decryption to return a new whole 
1185                 MIME message structure.
1186
1187 2003-12-04 [hoa]        0.9.7claws20
1188
1189         * src/filtering.[ch]
1190         * src/folder.c
1191         * src/mainwindow.c
1192         * src/matcher.c
1193         * src/matcher_parser_parse.y
1194         * src/folderview.c
1195                 global rules to run before folder specific rules.
1196                 global rules to run after folder specific rules.
1197                 
1198         * src/messageview.c
1199                 fixed quick addition of rules.
1200         
1201         * src/prefs_filtering.[ch]
1202         * src/summaryview.c
1203                 we can now customize the title for the dialog.
1204                 updated case where we rename of delete folders.
1205
1206         * src/addressbook.c
1207                 got back the function addressbook_browse_entry_cb()
1208                 that is needed in case we compiled with LDAP support.
1209
1210 2003-12-04 [paul]       0.9.7claws19
1211
1212         * sync with 0.9.7cvs6
1213                 see ChangeLog 2003-12-04
1214                 fixes bug 171 'Wrong message decoing: koi8-r and 
1215                 iso8859-5 looks same. Can't read many emails.'
1216
1217 2003-12-04 [paul]       0.9.7claws18
1218
1219         * po/POTFILES.in
1220                 remove 'src/prefs_scoring.c'
1221
1222 2003-12-03 [hoa]        0.9.7claws17
1223
1224         * src/Makefile.am
1225                 compilation of scoring.[ch] and prefs_scoring.[ch]
1226                 is removed.
1227         
1228         * src/filtering.[ch]
1229         * src/folder.c
1230         * src/folder_item_prefs.[ch]
1231         * src/folderview.c
1232         * src/main.c
1233         * src/mainwindow.c
1234         * src/matcher.[ch]
1235         * src/matcher_parser.h
1236         * src/matcher_parser_parse.y
1237         * src/prefs_filtering.[ch]
1238         * src/prefs_filtering_action.c
1239         * src/prefs_folder_item.c
1240         * src/prefs_scoring.[ch]              * REMOVED FILES *
1241         * src/procmsg.[ch]
1242         * src/scoring.[ch]                    * REMOVED FILES *
1243         * src/summaryview.c
1244                 merged scoring and filtering.
1245                 
1246                 Note : compatibility is kept by parsing score like 
1247                   add_score. To get the behaviour of older scoring 
1248                   system, you have to define some equivalent rule :
1249                   "score_lower -9999 hide"
1250                   "score_greater 9999 mark"
1251                   
1252                   To define global rules, you have to define them 
1253                   in the new global processing rules.
1254                   The variable that kept the list filtering rules 
1255                   was "global_processing" and has been renamed into 
1256                   "filtering_rules".
1257                   "global_processing" variable is now the name 
1258                   of the variable that keeps the list of global 
1259                   processing rules.
1260                   In the configuration file, "[global]" section is 
1261                   now for the global processing rules (which includes
1262                   score things and new global processing rules).
1263                   New "[filtering]" section is for the filtering rules.
1264                   
1265                   Before running with this version, during testing 
1266                   phase, ** MAKE A BACKUP ** of your matcherrc file.
1267                   Then, you have to make the following changes :
1268                   - leave all scoring rules in "[global]" section.
1269                   - move all other rules of "[global]" section to
1270                       a new section named "[filtering]".
1271
1272 2003-12-03 [christoph]  0.9.7claws16
1273
1274         * src/procmime.c
1275                 use default Content-Type as specified in RFC2045 if
1276                 Content-Type header is syntactically incorrect
1277
1278 2003-12-03 [christoph]  0.9.7claws15
1279
1280         * src/addressbook.c
1281         * src/addrindex.h
1282         * src/addritem.c
1283         * src/expldifdlg.h
1284         * src/exportldif.c
1285         * src/filtering.c
1286         * src/folder.c
1287         * src/folderview.c
1288         * src/jpilot.c
1289         * src/localfolder.c
1290         * src/matcher.h
1291         * src/matcher_parser_lex.l
1292         * src/matcher_parser_parse.y
1293         * src/news.c
1294         * src/prefs_filtering_action.c
1295         * src/prefs_folder_item.c
1296         * src/prefs_fonts.c
1297         * src/procmsg.c
1298         * src/sgpgme.c
1299                 clean up warnings
1300
1301         * src/procmime.c
1302                 revert 0.9.7claws14 change
1303
1304 2003-12-03 [alfons]     0.9.7claws14
1305
1306         * src/procmime.c
1307                 catch invalid Content-Type with no subtype
1308
1309 2003-12-03 [alfons]     0.9.7claws13
1310
1311         * src/alertpanel.h
1312         * src/setup.c
1313         * src/plugins/image_viewer/plugin.c
1314                 compile again, we need stddef.h for size_t
1315
1316 2003-12-03 [paul]       0.9.7claws12
1317
1318         * src/account.c
1319                 don't allow cloning of accounts with remote folders,
1320                 patch submitted by Ricardo Mones Lastra
1321
1322 2003-12-03 [christoph]  0.9.7claws11
1323
1324         * src/folder.[ch]
1325         * src/imap.c
1326         * src/localfolder.[ch]
1327         * src/mh.c
1328         * src/news.c
1329         * src/common/xml.[ch]
1330                 add set_xml() and get_xml() virtual functions to FolderClass to
1331                 save extra information for Folders (for example the rootpath
1332                 only used by LocalFolder). The folderlist write function no
1333                 longer needs to know the folder type to save this extra
1334                 information.
1335
1336 2003-12-02 [christoph]  0.9.7claws10
1337
1338         * src/Makefile.am
1339         * src/account.c
1340         * src/folder.[ch]
1341         * src/folderview.h
1342         * src/imap.c
1343         * src/localfolder.[ch]          ** NEW **
1344         * src/mainwindow.c
1345         * src/mh.[ch]
1346         * src/news.[ch]
1347         * src/prefs_account.[ch]
1348         * src/prefs_filtering.h
1349         * src/procmsg.h
1350         * src/remotefolder.[ch]         ** NEW **
1351         * src/common/xml.[ch]
1352                 add item_set_xml() and item_get_xml() virtual functions to
1353                 FolderClass to give folders the ability to add extra information
1354                 to the saved FolderItem data. If NULL the default function for
1355                 FolderItem will be used.
1356
1357 2003-11-29 [christoph]  0.9.7claws9
1358
1359         * src/procheader.c
1360                 fix bug in unfolding
1361
1362 2003-11-29 [luke]       0.9.7claws8
1363
1364         * src/textview.c
1365                 fix compilation for non c99 compilers
1366
1367 2003-11-29 [christoph]  0.9.7claws7
1368
1369         * src/procmime.[ch]
1370         * src/mimeview.c
1371                 o unknown disposition types should be handled as
1372                   attachment (RFC2183)
1373                 o missing headers should not default to inline
1374                   (would make "Save All" useless when disposition header
1375                    is not set by the sending mailer)
1376                 o remove old MimeInfo data and cleanup
1377
1378 2003-11-29 [luke]       0.9.7claws6
1379
1380         * src/procmime.[ch]
1381                 re-added parsing of Content-Disposition header
1382                         - removes the old  'gchar* content_disposition'
1383                         - adds a new field 'DispositionType disposition'
1384                         - adds parameters to MimeInfo::parameters
1385
1386         * src/mimeview.c
1387                 use the "filename" parameter for saving, and the new
1388                 MimeInfo::disposition for save all.
1389
1390         * src/compose.c
1391         * src/toolbar.[ch]
1392                 add a 'check spelling' button as a possibility for 
1393                 the compose toolbar
1394
1395         * src/stockpixmap.[ch]
1396         * src/pixmaps/check_spelling.xpm        ** NEW **
1397         * src/Makefile.am
1398                 add a pixmap for use with 'check spelling' button or
1399                 a user defined action
1400
1401         * src/textview.c
1402                 re-apply fixed (I hope) patch for bug 57
1403                 "Hidden URL in HTML Mails"
1404
1405 2003-11-28 [christoph]  0.9.7claws5
1406
1407         * src/procmime.c
1408                 o be more liberal in what we accept as Content-Type parameters
1409                 o ignore comments after parameters
1410
1411         * src/sgpgme.c
1412                 o only free passphrase when an error occurs
1413
1414 2003-11-28 [paul]       0.9.7claws4
1415
1416         * src/account.c
1417                 add 'Clone Account' function. patch submitted by
1418                 Ricardo Mones Lastra
1419
1420 2003-11-27 [thorsten]   0.9.7claws3
1421
1422         * src/mimeview.c
1423                 fix crash if 'save_all' failed twice
1424
1425 2003-11-27 [paul]       0.9.7claws2
1426
1427         * po/POTFILES.in
1428                 fix a typo
1429
1430         * po/zh_CN.po
1431                 update Simplified Chinese translation. submitted by
1432                 Hansom Young
1433
1434 2003-11-27 [paul]       0.9.7claws1
1435
1436         * po/POTFILES.in
1437                 clean up
1438
1439 2003-11-26 [paul]       0.9.7claws
1440
1441         * 0.9.7claws released
1442
1443 2003-11-26 [paul]       0.9.6claws99
1444
1445         * src/Makefile.am
1446                 add reference to pixmaps/mime_message.xpm
1447
1448 2003-11-26 [paul]       0.9.6claws98
1449
1450         * po/POTFILES.in
1451                 remove reference to src/sigstatus.c
1452
1453 2003-11-26 [christoph]  0.9.6claws97
1454
1455         * src/Makefile.am
1456         * src/prefs_common.c
1457         * src/rfc2015.c
1458         * src/sigstatus.[ch]            ** REMOVE **
1459                 remove signature result popup option and window
1460
1461 2003-11-26 [paul]       0.9.6claws96
1462
1463         * po/es.po
1464           po/ja.po
1465           po/pl.po
1466           po/sk.po
1467           po/sr.po
1468                 update translations. submitted by Ricardo Mones Lastra,
1469                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
1470
1471 2003-11-25 [christoph]  0.9.6claws95
1472
1473         * src/procmime.c
1474                 display mime structure only in debug mode
1475
1476 2003-11-25 [melvin]     0.9.6claws94
1477
1478         * po/fr.po
1479                 Updated French translations + typos fixes of older
1480                 translations (thanks to Fabien Vantard for pointing
1481                 to some of them)
1482
1483 2003-11-25 [melvin]     0.9.6claws93
1484
1485         * src/editldap.c
1486                 Fixed a couple of typos.
1487
1488 2003-11-24 [paul]       0.9.6claws92
1489
1490         * po/POTFILES.in
1491                 add 'src/textview.c'
1492
1493 2003-11-24 [paul]       0.9.6claws91
1494
1495         * src/sgpgme.c
1496                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
1497
1498 2003-11-24 [paul]       0.9.6claws90
1499
1500         * src/plugins/image_viewer/viewer.c
1501                 image_viewer_show_mimepart(): 
1502                 use procmime_mimeinfo_get_parameter() to get the file name
1503
1504 2003-11-24 [paul]       0.9.6claws89
1505
1506         * src/textview.c
1507                 textview_show_mime_part(): rewrite text hint
1508
1509 2003-11-22 [paul]       0.9.6claws88
1510
1511         * sync with 0.9.7cvs5
1512                 see ChangeLog 2003-11-21
1513
1514 2003-11-21 [paul]       0.9.6claws87
1515
1516         * src/mimeview.c
1517                 define shortcut key 'o' for 'Open with...'
1518
1519 2003-11-21 [alfons]     0.9.6claws86
1520
1521         * src/messageview.c
1522                 fix bug #383 'Deleting message from "separate message view" 
1523                 uses local Trash folder'
1524
1525 2003-11-21 [christoph]  0.9.6claws85
1526
1527         * src/mimeview.c
1528                 fix content-type guessing by name parameter when finding
1529                 the correct viewer
1530
1531 2003-11-21 [alfons]     0.9.6claws84
1532
1533         * src/main.c
1534                 no mail incorporation allowed with --offline param.
1535                 fixes bug #374, "--offline ignored"
1536
1537 2003-11-20 [christoph]  0.9.6claws83
1538
1539         * src/mimeinfo.c
1540                 use signed MimeInfo when checking the signature and not
1541                 the selected one
1542
1543 2003-11-19 [alfons]     0.9.6claws82
1544
1545         * src/mainwindow.c
1546                 fix crash when toggling separate views, patch submitted
1547                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
1548                 fixes bug #342, "separate views  cause crash"
1549
1550 2003-11-19 [paul]       0.9.6claws81
1551
1552         * src/compose.c
1553                 compose_redirect_write_headers_from_headerlist(): 
1554                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
1555                 
1556         * src/main.c
1557                 code cleanup (inherited from 0.9.7cvs4)
1558                 
1559         * tools/tb2sylpheed
1560                 bugfix: added missing attribute-list start. submitted by
1561                 Urke MMI
1562
1563 2003-11-19 [luke]       0.9.6claws80
1564
1565         * src/textview.c
1566                 revert my last commit until I get time to fix it
1567
1568 2003-11-18 [christoph]  0.9.6claws79
1569
1570         * src/mimeview.[ch]
1571                 check parent MimeInfos for signatures and display the
1572                 result of the parent when found
1573
1574         * src/pgpmime.c
1575                 o avoid NULL pointer warnings
1576                 o use procmime_mimeinfo_get_parameter()
1577
1578         * src/sgpgme.c
1579                 small text changes
1580
1581 2003-11-17 [luke]       0.9.6claws78
1582
1583         * src/textview.c
1584                 add check for disguised URLs, fixing bug 57
1585                 "Hidden URL in HTML Mails"
1586
1587 2003-11-16 [christoph]  0.9.6claws77
1588
1589         * src/procmime.c
1590                 fix crash when parsing invalid Content-Type header
1591
1592 2003-11-16 [christoph]  0.9.6claws76
1593
1594         * src/pgpmime.c
1595         * src/privacy.c
1596         * src/procmime.c
1597         * src/sgpgme.[ch]
1598                 implement message decrypting
1599
1600         * src/rfc2015.c
1601                 remove old code
1602
1603 2003-11-14 [luke]       0.9.6claws75
1604
1605         * src/mimeview.c
1606                 fix a couple of problems that treated application/* and
1607                 application/octet-stream the wrong way around
1608                 (since 0.9.6claws10), causing "Open" to do nothing.
1609
1610 2003-11-14 [christoph]  0.9.6claws74
1611
1612         * src/messageview.c
1613         * src/pgpmime.c
1614         * src/privacy.[ch]
1615                 prepare for message part decrypting
1616
1617         * src/sgpgme.c
1618                 add output for expired signatures
1619
1620         * src/rfc2015.c
1621                 remove some old code
1622
1623 2003-11-10 [christoph]  0.9.6claws73
1624
1625         * src/mimeview.c
1626                 add "Full info" button for bad and warn signature status
1627
1628         * src/sgpgme.c
1629                 generate full signature info like gpg's output
1630                 (gpg -v --with-fingerprint --verify)
1631
1632 2003-11-10 [christoph]  0.9.6claws72
1633
1634         * src/mimeview.c
1635         * src/pgpmime.c
1636         * src/privacy.[ch]
1637         * src/sgpgme.[ch]
1638         * src/textview.[ch]
1639                 o add code to view full signature info
1640                 o do automatic signature checks
1641
1642 2003-11-10 [alfons]     0.9.6claws71
1643
1644         * src/summaryview.c
1645                 don't crash when gtkut_font_load() returns invalid font (has
1646                 something to do with locale settings)
1647                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
1648
1649 2003-11-09 [alfons]     0.9.6claws70
1650
1651         * src/procmime.c
1652                 plug leak
1653
1654 2003-11-08 [luke]       0.9.6claws69
1655
1656         * src/summaryview.c
1657                 fix some typos
1658
1659         * src/compose.c
1660                 rewrite compose_attach_parts(), fixing various bugs mainly
1661                 to do with re-editing.
1662
1663         * src/mimeview.c
1664                 "save all" now only saves attachments with names/filenames
1665
1666 2003-11-04 [match]      0.9.6claws68
1667
1668         * src/ldapctrl.[ch]
1669                 fix broken LDAP support.
1670
1671         * src/ldapquery.c
1672                 remove printf's.
1673
1674 2003-11-04 [luke]       0.9.6claws67
1675
1676         * src/mimeview.c
1677                 o  fixed bug 4 "focus lost on messages with attachments"
1678                 o  fixed 'Save all' attachments for new mime changes
1679                 o  right clicking on icons consistent with right clicking on
1680                    mime tree
1681                   - fixes a bug where wrong part is saved when you
1682                     choose 'Save as' from popup menu
1683                   - fixes bug 308 "No way to "save all" attachments"
1684                 o  fixed a compiler warning.
1685
1686         * src/textview.c
1687                 o  removed flickering in mime tree when using "n" and "p"
1688                    shortcuts
1689                 o  fixed bug where selecting the textview and pressing e.g.
1690                    'y' causes sylpheed to respond twice.
1691
1692         * src/summaryview.c
1693                 removed hard coding of * and ! shortcuts (which only served
1694                 to cause problems if you tried to redefine the shortcuts)
1695
1696 2003-11-04 [luke]       0.9.6claws66
1697
1698         * src/plugins/image_viewer/viewer.c
1699         * src/plugins/image_viewer/viewerprefs.c
1700         * src/plugins/image_viewer/viewerprefs.glade
1701                 o  allow toggling of image scaling by clicking on image
1702                 o  respond to image's container widget resize
1703
1704         * src/procmime.c
1705                 o  fix bad parsing of message when re-editing/viewing a
1706                    message saved to the drafts folder
1707
1708 2003-11-02 [match]      0.9.6claws65
1709
1710         * src/browseldap.h
1711                 fix if not building LDAP support.
1712         * src/addrindex.c
1713         * src/ldapquery.[ch]
1714         * src/editldap.h
1715                 include support for contains query. feature req 529354.
1716
1717 2003-11-02 [alfons]     0.9.6claws64
1718
1719         * src/browseldap.c
1720                 fix build bustage if not compiling ldap support
1721
1722 2003-11-01 [match]      0.9.6claws63
1723
1724         * po/POTFILES.in
1725         * src/Makefile.am
1726         * src/addr_compl.[ch]
1727         * src/addrbook.c
1728         * src/addrcache.[ch]
1729         * src/addrdefs.h        ** NEW **
1730         * src/addressbook.c
1731         * src/addressitem.h
1732         * src/addrindex.[ch]
1733         * src/addritem.h
1734         * src/addrquery.[ch]
1735         * src/ldapquery.[ch]
1736         * src/ldapserver.[ch]
1737                 refactor LDAP query mechanism.
1738
1739         * src/browseldap.[ch]   ** NEW **
1740         * src/ldaplocate.[ch]   ** NEW **
1741                 add feature to browse LDAP entry that was retrieved using
1742                 an explicit LDAP search.
1743
1744 2003-11-01 [alfons]     0.9.6claws62
1745
1746         * src/prefs_gtk.c
1747                 prefs_write_param(): fail when we see an invalid type; all the
1748                 callers seem to handle this gracefully by reverting changes
1749
1750 2003-10-30 [christoph]  0.9.6claws61
1751
1752         * configure.ac
1753         * ac/openssl.m4
1754         * ac/spamassassin.m4
1755         * src/Makefile.am
1756                 use extra variables for all libraries to make sure plugins
1757                 are only linked with libraries they really need. $LIBS is always
1758                 added to the linking parameters, but we only what the libraries
1759                 listed in the Makefile
1760
1761 2003-10-29 [paul]       0.9.6claws60
1762
1763         * src/mimeview.c
1764                 don't use Subject for unknown part name
1765
1766 2003-10-29 [paul]       0.9.6claws59
1767
1768         * src/compose.c
1769                 get name of attachment(s) when re-editing, fwd'ing or
1770                 redirecting
1771                 
1772         * src/mimeview.c
1773                 get name of attachment(s) when saving
1774
1775 2003-10-29 [hoa]        0.9.6claws58
1776
1777         * src/textview.c
1778                 implemented multipart/alternative in MIME message viewer.
1779
1780 2003-10-28 [christoph]  0.9.6claws57
1781
1782         * configure.ac
1783                 make sure MathML-Viewer is not built with the
1784                 Gtk2 version of GtkMathView
1785
1786 2003-10-28 [paul]       0.9.6claws56
1787
1788         * sync with 0.9.7cvs1
1789                 see ChangeLog 2003-10-28
1790
1791 2003-10-27 [alfons]     0.9.6claws55
1792
1793         * src/matcher_parser_parse.y
1794         * src/gtk/colorlabel.c
1795                 allow setting color label to 0 in filtering/processing rules
1796                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
1797
1798 2003-10-26 [alfons]     0.9.6claws54
1799
1800         * src/summary_search.c
1801                 fix misnomer and correct selecting initial search node  
1802
1803 2003-10-26 [christoph]  0.9.6claws53
1804
1805         * src/pgpmime.c
1806         * src/sgpgme.c
1807                 change display of signature info to use only name of
1808                 signer, otherwise the text gets too long.
1809
1810         * src/procmime.c
1811                 don't use MimeInfo's filename to generate tmp filename
1812
1813 2003-10-25 [christoph]  0.9.6claws52
1814
1815         * src/procmime.c
1816                 fix message body searching
1817
1818 2003-10-25 [paul]       0.9.6claws51
1819
1820         * src/compose.c
1821                 use g_basename rather than basename
1822
1823 2003-10-24 [christoph]  0.9.6claws50
1824
1825         * src/sgpgme.c
1826                 change fetching of signature key's trust
1827
1828 2003-10-24 [paul]       0.9.6claws49
1829
1830         * po/sk.po
1831                 update Slovak translation
1832                 submitted by Andrej Kacian
1833                 
1834         * src/mainwindow.c
1835                 remove unknown menu entry /File/Add mailbox/mbox...
1836
1837 2003-10-24 [hoa]        0.9.6claws48
1838
1839         * src/Makefile.am
1840                 removed all references to mbox folders
1841
1842         * src/carray.[ch]               * REMOVED *
1843         * src/chash.[ch]                * REMOVED *
1844         * src/maillock.[ch]             * REMOVED *
1845         * src/mailmbox.[ch]             * REMOVED *
1846         * src/mailmbox_folder.[ch]      * REMOVED *
1847         * src/mailmbox_parse.[ch]       * REMOVED *
1848         * src/mailmbox_types.[ch]       * REMOVED *
1849         * src/mbox_folder.[ch]          * REMOVED *
1850                 remove implementation of mbox folders
1851                 and old mailbox folder.
1852                 mbox folder implementation will be added
1853                 as a plugin so that implementation can be entirely
1854                 synchronized with the files of the project they are
1855                 extracted from (libEtPan!).
1856         
1857         * src/mainwindow.c
1858         * src/folder.c
1859         * src/folderview.[ch]
1860         * src/procmsg.h         
1861                 Disable as much code that references mbox folders
1862                 as possible.
1863                 Some UI thing still need to know that folder is mbox
1864                 (when we have to enter the name of the mailbox and
1865                 we want to add /var/mail/$USER).
1866
1867 2003-10-23 [christoph]  0.9.6claws47
1868
1869         * src/noticeview.c
1870                 don't always display button when noticeview is made visible
1871
1872         * src/mimeview.c
1873         * src/pgpmime.c
1874         * src/privacy.[ch]
1875         * src/sgpgme.[ch]
1876                 get signature information from crypto system
1877
1878 2003-10-22 [paul]       0.9.6claws46
1879
1880         * po/es.po
1881                 updated by Ricardo Mones Lastra
1882
1883 2003-10-22 [paul]       0.9.6claws45
1884
1885         * src/Makefile.am
1886                 update to reflect the changes to the icons that
1887                 happened in 0.9.6claws35
1888
1889 2003-10-22 [alfons]     0.9.6claws44
1890         
1891         * src/carray.h
1892                 inline carray_count() 
1893
1894 2003-10-21 [alfons]     0.9.6claws43
1895
1896         * src/carray.h
1897                 glib wrappers
1898         * src/carray.c
1899                 disable
1900         * src/mailmbox.[ch]
1901         * src/mailmbox_folder.c
1902         * src/mailmbox_parse.c
1903         * src/mailmbox_types.[ch]
1904                 %s/uint32_t/guint
1905
1906 2003-10-21 [luke]       0.9.6claws42
1907
1908         * src/stock_pixmaps.[ch]
1909         * src/mimeview.c
1910         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
1911         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
1912                 o remove mime_application_octet_stream.xpm icon (it was never
1913                   really needed)
1914                 o remove redundant icon messageview_text.xpm
1915
1916         * src/mainwindow.c
1917                 fix visibility of signature noticeview when toggling 'separate
1918                 message view'
1919
1920 2003-10-21 [christoph]  0.9.6claws41
1921
1922         * src/procmime.c
1923                 decode multipart and rfc822 mime parts to allow further
1924                 parsing when required
1925
1926 2003-10-21 [christoph]  0.9.6claws40
1927
1928         * src/procmime.[ch]
1929         * src/textview.c
1930                 remove obsolete charset parameter in MimeInfo and fix
1931                 TextView to use the charset from the parameter hash table
1932
1933         * src/plugins/dillo_viewer/Makefile.am
1934         * src/plugins/trayicon/Makefile.am
1935                 add OPENSSL_CFLAGS to fix building with using
1936                 --with-openssl-* parameters
1937
1938 2003-10-21 [paul]       0.9.6claws39
1939
1940         * src/prefs_matcher.[ch]
1941                 replace remnants of the old, renamed 'Execute' matchtype
1942                 add a brief description to the Info window
1943
1944 2003-10-21 [hoa]        0.9.6claws38
1945         
1946         * src/Makefile.am
1947         * src/carray.[ch]               * NEW *
1948         * src/chash.[ch]                * NEW *
1949         * src/folder.c
1950         * src/maillock.[ch]             * NEW *
1951         * src/mailmbox.[ch]             * NEW *
1952         * src/mailmbox_folder.[ch]      * NEW *
1953         * src/mailmbox_parse.[ch]       * NEW *
1954         * src/mailmbox_types.[ch]       * NEW *
1955                 implementation of mbox folder with unique message numbers
1956
1957                 made use of libEtPan! implementation of mbox for lower-layer.
1958
1959 2003-10-20 [alfons]     0.9.6claws37
1960
1961         * src/noticeview.c
1962                 fix invalid argument warning
1963         * src/pgpmime.c
1964                 no in place variable
1965
1966 2003-10-20 [paul]       0.9.6claws36
1967
1968         * src/compose.[ch]
1969           src/filtering.c
1970           src/messageview.c
1971                 fix crash when using Forward in Filtering when
1972                 external editor option is set
1973                 
1974                 Patch submitted by Simon 'corecode' Schubert
1975                 <corecode@corecode.ath.cx> 
1976
1977 2003-10-20 [paul]       0.9.6claws35
1978
1979         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
1980           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
1981           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
1982           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
1983           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
1984           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
1985           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
1986           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
1987           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
1988           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
1989           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
1990           src/mimeview.c
1991           src/stock_pixmap.[ch]
1992                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
1993                 icons. add privacy_warn.xpm icon
1994
1995 2003-10-20 [hoa]  0.9.6claws34
1996
1997         * src/folder_item_prefs.[ch]
1998         * src/prefs_folder_item.c
1999         * src/main.c
2000                 Added a property per folder to choose whether we 
2001                 want to apply processing on it on startup or if we
2002                 prefer to wait the folder selection to apply it.
2003         
2004         * src/messageview.c
2005                 fixed C89 compatibility (for old compilers, for
2006                 example gcc 2.95.x).
2007
2008 2003-10-17 [christoph]  0.9.6claws33
2009
2010         * src/mimeview.c
2011         * src/noticeview.[ch]
2012                 change noticeview icon to indicate signature status
2013
2014 2003-10-17 [christoph]  0.9.6claws32
2015
2016         * src/Makefile.am
2017         * src/main.c
2018         * src/mimeview.c
2019         * src/noticeview.c
2020         * src/pgpmime.[ch]                              ** NEW **
2021         * src/privacy.[ch]
2022         * src/rfc2015.c
2023         * src/sgpgme.c                                  ** NEW **
2024                 reimplement PGP/Mime signature checking (unfinished)
2025
2026 2003-10-15 [christoph]  0.9.6claws31
2027
2028         * src/procmime.[ch]
2029                 fix procmime_get_text_content() and
2030                 procmime_get_first_text_content()
2031
2032 2003-10-15 [christoph]  0.9.6claws30
2033
2034         * src/plugins/spamassassin/spamassassin_gtk.c
2035         * src/plugins/spamassassin/spamassassin_gtk.glade
2036                 fix timeout tooltip
2037
2038 2003-10-15 [paul]       0.9.6claws29
2039
2040         * src/messageview.c
2041                 workaround for buggy smtp servers. on sending a
2042                 return receipt strip the name part from the address
2043                 when creating headers
2044                 
2045 2003-10-15 [paul]       0.9.6claws28
2046
2047         * sync with 0.9.7 release
2048                 see ChangeLog 2003-10-15
2049
2050 2003-10-14 [christoph]  0.9.6claws27
2051
2052         * src/plugins/clamav/clamav_plugin.c
2053                 fix clamav plugin
2054
2055 2003-10-14 [christoph]  0.9.6claws26
2056
2057         * src/compose.c
2058         * src/mimeview.c
2059         * src/procmime.[ch]
2060         * src/rfc2015.c
2061         * src/textview.c
2062         * src/plugins/clamav/clamav_plugin.c
2063                 use GNode to create the mime tree (some changes to functions
2064                 that traverse the tree are just quick and dirty. Maybe we
2065                 can find better solutions with g_node_*-functions)
2066
2067 2003-10-14 [luke]       0.9.6claws25
2068
2069         * src/mimeview.c
2070                 fix a navigation bug (stupid typo of mine)
2071
2072 2003-10-14 [christoph]  0.9.6claws24
2073
2074         * src/textview.c
2075                 fix missing last line in plain/text mails
2076
2077 2003-10-13 [luke]       0.9.6claws23
2078
2079         * src/summaryview.c
2080                 fix bug 334 (part 1)
2081
2082 2003-10-13 [kov]        0.9.6claws22
2083
2084         * src/mimeview.c
2085                 error checking when the user enters a non-directory at
2086                 the file selection dialog.
2087                 work-around for users entering directory location without
2088                 adding a leading G_DIR_SEPARATOR.
2089
2090 2003-10-13 [luke]       0.9.6claws21
2091
2092         * src/compose.c
2093                 error reporting for inserting files, including catching
2094                 invalid characters for current locale/encoding
2095
2096 2003-10-13 [paul]       0.9.6claws20
2097
2098         * src/folderview.c
2099                 fix bug #347 'subscribe newsgroups crashes'
2100
2101 2003-10-13 [paul]       0.9.6claws19
2102
2103         * src/compose.c
2104                 when using 'Reply to all' include the 'send replies
2105                 to' folder property
2106                 
2107         * po/ja.po
2108                 update Japanese translation. submitted by Rui Hirokawa 
2109                 <rui_hirokawa@ybb.ne.jp>        
2110
2111 2003-10-13 [hoa]        0.9.6claws18
2112
2113         * src/account.c
2114         * src/compose.c
2115         * src/messageview.c
2116         * src/procheader.c
2117         * src/procheader.h
2118                 rename get_header_from_msginfo() into
2119                 procheader_get_header_from_msginfo() so that we have a
2120                 coherent exported naming.
2121                 avoid parsing of header contained in a string via
2122                 a newly written temporary file.
2123
2124         Patch submitted by Simon 'corecode' Schubert
2125                 <corecode@corecode.ath.cx>
2126
2127 2003-10-12 [hoa]        0.9.6claws17
2128
2129         * src/filtering.c
2130         * src/filtering.h
2131         * src/matcher.c
2132         * src/matcher.h
2133         * src/matcher_parser_parse.y
2134         * src/prefs_filtering_action.c
2135                 added "stop" action : stop applying the filtering rules.
2136                 added "set score" and "increase/decrease score" actions.
2137                 That two last action replace the "change_score" action
2138                 introduced by alfons in 0.8.8claws85.
2139                 "set score" is to set a given score to the message.
2140                 "increase/decrease score" will increase or decrease the
2141                 score if the given value is respectively positive or
2142                 negative. If someone find a some better name for this last
2143                 rule, it can be modified.
2144
2145 2003-10-12 [paul]       0.9.6claws16
2146
2147         * AUTHORS
2148           po/ja.po
2149                 update Japanese translation. submitted by Rui Hirokawa 
2150                 <rui_hirokawa@ybb.ne.jp>
2151
2152 2003-10-12 [christoph]  0.9.6claws15
2153
2154         * src/procmime.c
2155                 fix crash caused by incorrect headers
2156
2157 2003-10-10 [christoph]  0.9.6claws14
2158
2159         * src/main.c
2160         * src/privacy.[ch]
2161         * src/rfc2015.[ch]
2162                 implement detection of signed message parts for rfc2015
2163
2164 2003-10-10 [thorsten]   0.9.6claws13
2165
2166         * src/mimeview.c
2167                 fix typo
2168
2169 2003-10-10 [christoph]  0.9.6claws12
2170
2171         * src/stock_pixmap.[ch]
2172         * src/pixmaps/mime_message.xpm                  ** NEW **
2173                 add a new icon for mime type "message"
2174
2175         * src/privacy.[ch]
2176         * src/procmime.[ch]
2177                 add crypto api
2178
2179         * src/mimeview.c
2180                 o use crypto api
2181                 o add icons for message type mime parts
2182
2183 2003-10-10 [christoph]  0.9.6claws11
2184
2185         * src/mainwindow.c
2186         * src/messageview.[ch]
2187         * src/mimeview.[ch]
2188         * src/procmime.[ch]
2189         * src/procmsg.[ch]
2190         * src/rfc2015.c
2191         * src/summaryview.c
2192         * src/textview.[ch]
2193                 o remove switching between TextView and MimeView in MessageView
2194                   (if required we can hide the icon box and the MimeView will
2195                    look exaxtly like the TextView)
2196                 o temporary remove signature and decrypting GPGME code
2197
2198 2003-10-09 [christoph]  0.9.6claws10
2199
2200         * src/action.c
2201         * src/compose.c
2202         * src/messageview.c
2203         * src/mimeview.c
2204         * src/procmime.[ch]
2205         * src/procmsg.c
2206         * src/rfc2015.c
2207         * src/textview.c
2208         * src/common/utils.[ch]
2209         * src/plugins/clamav/clamav_plugin.c
2210         * src/plugins/dillo_viewer/dillo_viewer.c
2211         * src/plugins/image_viewer/viewer.c
2212         * src/plugins/mathml_viewer/mathml_viewer.c
2213                 new mime parser (several things need fixing)
2214
2215 2003-10-09 [paul]       0.9.6claws9
2216
2217         * src/imap.c
2218                 a little more sync with 0.9.6cvs2 and a tidy up
2219
2220 2003-10-08 [paul]       0.9.6claws8
2221
2222         * sync with 0.9.6cvs2
2223                 see ChangeLog 2003-10-03
2224
2225 2003-10-05 [christoph]  0.9.6claws7
2226
2227         * src/summaryview.c
2228                 don't use flags to check if a message is in a news folder
2229
2230         (closes Bug 282 clicking on folder with copied Messages from News
2231          immediately after having copied them crashes Sylpheed-Claws)
2232
2233 2003-10-05 [christoph]  0.9.6claws6
2234
2235         * src/Makefile.am
2236         * src/progressdialog.[ch]               ** REMOVE **
2237         * src/gtk/Makefile.am
2238         * src/gtk/progressdialog.[ch]           ** NEW **
2239                 move progressdialog to gtk directory
2240
2241 2003-10-04 [christoph]  0.9.6claws5
2242
2243         * src/prefs_toolbar.c
2244         * src/gtk/prefswindow.c
2245                 remove widget_show_all for pages root widget
2246
2247         * src/plugins/spamassassin/spamassassin.[ch]
2248         * src/plugins/spamassassin/spamassassin_gtk.c
2249         * src/plugins/spamassassin/spamassassin_gtk.glade
2250                 add support for new libspamc transports
2251
2252 2003-10-04 [christoph]  0.9.6claws4
2253
2254         * src/plugins/spamassassin/libspamc.[ch]
2255         * src/plugins/spamassassin/spamassassin.c
2256         * src/plugins/spamassassin/utils.[ch]
2257                 update libspamc to version from SpamAssassin 2.60
2258
2259 2003-10-03 [christoph]  0.9.6claws3
2260
2261         * src/send_message.c
2262                 fix missing format string bug found by
2263                 Georgi Guninski <guninski@guninski.com>
2264
2265 2003-10-03 [paul]       0.9.6claws2
2266
2267         * po/zh_CN.po
2268                 update Simpilified Chinese translation, submitted by
2269                 Hansom Young
2270
2271 2003-10-02 [christoph]  0.9.6claws1
2272
2273         * src/imap.c
2274                 add UIDPLUS support for COPY and EXPUNGE
2275
2276 2003-10-02 [paul]       0.9.6claws
2277
2278         * 0.9.6claws released
2279
2280 2003-10-02 [paul]
2281
2282         * po/es.po
2283           po/sk.po
2284                 update Spanish and Slovak translations
2285                 submitted by Ricardo Mones Lastra and Andrej Kacian
2286  
2287 2003-10-02 [paul]       0.9.5claws43
2288
2289         * po/en_GB.po
2290                 update British English translation
2291
2292 2003-10-02 [paul]       0.9.5claws42
2293
2294         * po/hr.po
2295                 update Croatian translation, submitted by Dragan
2296
2297 2003-10-01 [paul]       0.9.5claws41
2298
2299         * po/pl.po
2300           po/sr.po
2301                 update Polish and Serbian translations, submitted by
2302                 Emil and Urke MMI
2303
2304 2003-10-01 [melvin]     0.9.5claws40
2305
2306         * po/fr.po
2307                 Updated French translations
2308
2309 2003-10-01 [melvin]     0.9.5claws39
2310
2311         * src/prefs_fonts.c
2312                 Fixed a Gtk warning
2313
2314         * src/plugins/dillo_prefs.c     
2315                 Quasi unnoticeable UI clean-up.
2316
2317 2003-10-01 [paul]
2318
2319         * tools/README
2320           tools/maildir2sylpheed.pl
2321                 bug fixes, rewrites, submitted by Matthias Förste 
2322                 <itsjustme@users.sourceforge.net>
2323
2324 2003-09-29 [paul]       0.9.5claws38
2325
2326         * src/inc.c
2327                 fix my coding carelessness
2328
2329 2003-09-29 [paul]       0.9.5claws37
2330
2331         * po/POTFILES.in
2332           src/Makefile.am
2333           src/main.c
2334           src/prefs_common.[ch]
2335           src/prefs_fonts.[ch]  ** NEW FILES **
2336                 move Font config options to Other Prefs/Display/Fonts
2337                 (user's current configuration is preserved)
2338
2339 2003-09-29 [paul]       0.9.5claws36
2340
2341         * src/inc.c
2342           src/prefs_account.c
2343                 allow 'local_mbox' value to point to either a directory 
2344                 (/var/mail -  default, new) or a file (/var/mail/username
2345                 - original)
2346
2347 2003-09-28 [paul]       0.9.5claws35
2348
2349         * src/rfc2015.c
2350                 on signature check, where key exists, print the
2351                 Key ID
2352
2353 2003-09-27 [alfons]     0.9.5claws34
2354
2355         * src/action.c
2356                 o make progress bar not fill/expand when resizing dialog
2357                 o use default fixed text font for actions output
2358
2359 2003-09-27 [paul]       0.9.5claws33
2360
2361         * src/prefs_common.[ch]
2362           src/procmsg.c
2363           src/send_message.c
2364                 remove External Program settings from Common Prefs/Send
2365                 as they are now unnecessary due to Local account settings.
2366                 plus a little tidying-up after 0.9.5claws31
2367
2368 2003-09-27 [paul]       0.9.5claws32
2369
2370         * src/prefs_account.c
2371                 o make correction to gui text:
2372                   'Local mailbox file' -> 'Local mailbox directory'
2373                 o give 'local_mbox' option a reasonable default value:
2374                   '/var/mail'
2375                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
2376                   value
2377
2378 2003-09-26 [paul]       0.9.5claws31
2379
2380         * src/inc.c
2381           src/prefs_common.[ch]
2382                 remove 'Incorporate from spool' common pref,
2383                 force creation of a 'Local' account
2384
2385 2003-09-26 [christoph]  0.9.5claws30
2386
2387         * src/folder.c
2388         * src/msgcache.c
2389                 add more NULL pointer checks
2390
2391 2003-09-25 [christoph]  0.9.5claws29
2392
2393         * src/folder.c
2394                 o don't fetch source message to get it's message id
2395                 o immediately scan dest folder when copying a message did not
2396                   return a new message number and not do it when the first message
2397                   without a new message number is found
2398
2399 2003-09-23 [christoph]  0.9.5claws28
2400
2401         * src/compose.c
2402                 fix generating of headers
2403
2404         (patch by David Relson <relson@osagesoftware.com>)
2405
2406 2003-09-23 [paul]       0.9.5claws27
2407
2408         * po/zh_CN.po
2409                 update Simplified Chinese translation. submitted by
2410                 Hansom Young
2411
2412 2003-09-23 [paul]       0.9.5claws26
2413
2414         * tools/Makefile.am
2415           tools/README
2416           tools/vcard2xml.py    ** NEW FILE **
2417                 add a script that converts an evolution vcard to
2418                 sylpheed's xml format
2419                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
2420
2421 2003-09-22 [paul]       0.9.5claws25
2422
2423         * src/plugins/clamav/clamav_plugin.c
2424                 don't skip MULTIPART parts
2425
2426 2003-09-21 [christoph]  0.9.5claws24
2427
2428         * src/alertpanel.c
2429                 remove unneeded include
2430
2431         * src/folder.c
2432                 clean up copy/move mess with duplicated code
2433
2434         * src/imap.c
2435                 fix problem that sometimes the folder was not scanned
2436                 also it was changed
2437
2438 2003-09-21 [christoph]  0.9.5claws23
2439
2440         * src/Makefile.am
2441         * src/logwindow.[ch]                    ** REMOVE **
2442         * src/mainwindow.c
2443         * src/prefs_common.c
2444         * src/gtk/Makefile.am
2445         * src/gtk/logwindow.[ch]                ** ADD **
2446                 make logwindow prefs_common independent and move
2447                 it to gtk directory
2448
2449 2003-09-20 [christoph]  0.9.5claws22
2450
2451         * src/compose.c
2452                 add extra space for address code conversion
2453                 (4 * unconvered size could be too small for short headers)
2454
2455 2003-09-20 [christoph]  0.9.5claws21
2456
2457         * src/compose.c
2458                 increase temp buffer size when writing headers
2459
2460 2003-09-19 [darko]      0.9.5claws20
2461
2462         * src/compose.c
2463                 don't ignore value of 'Save copy of outgoing messages to
2464                 this folder instead of Sent' in message redirect
2465
2466 2003-09-17 [christoph]  0.9.5claws19
2467
2468         * src/compose.c
2469                 use ", " as address seperator for mail headers and pass whole
2470                 header line at once to compose_convert_header to make sure
2471                 it is correctly folded
2472
2473         (closes Bug 64 Problem when sending to many recipients)
2474
2475 2003-09-17 [hoa]        0.9.5claws18
2476         
2477         * src/matcher.[ch]
2478           src/matcher_parser_parse.y
2479           src/prefs_matcher.c
2480                 changed the keyword used for command execution in condition
2481                 keyword is changed from "execute" to "test"
2482                 so that it is not the same as the one used for action.
2483                 This will fix a bug when using filtering dialog.
2484                 All semantic in the code is also changed to reflect
2485                 the keyword change.
2486
2487 2003-09-17 [paul]
2488         
2489         * sync with 0.9.6 release
2490
2491 2003-09-17 [paul]       0.9.5claws17
2492
2493         * sync with 0.9.5cvs8
2494                 see ChangeLog 2003-09-16 and 2003-09-17
2495
2496 2003-09-16 [paul]       0.9.5claws16
2497
2498         * sync with 0.9.5cvs6
2499                 see ChangeLog 2003-09-16
2500
2501 2003-09-15 [paul]       0.9.5claws15
2502
2503         * sync with 0.9.5cvs5
2504                 see ChangeLog 2003-09-15
2505
2506 2003-09-14 [alfons]     0.9.5claws14
2507
2508         * src/inc.c
2509                 make "Go to inbox after receiving new mail" again;
2510                 regression of a sync, restored to sylpheed main 
2511                 behaviour. (misses still some bits)
2512
2513 2003-09-14 [alfons]     0.9.5claws13
2514
2515         * src/prefs_filtering_action.c
2516                 o add proper message if empty execute command line
2517                 o don't select first action item after registering a
2518                   new action to prevent (what seems to be a GTK) bug
2519                   #36, "filtering will only accept one action change 
2520                   per invocation".
2521
2522 2003-09-14 [alfons]     0.9.5claws12
2523
2524         * src/prefs_filtering.c
2525         * src/prefs_filtering_action.c
2526         * src/prefs_matcher.c
2527                 fix function signature for key_pressed_event signal handlers
2528
2529 2003-09-14 [alfons]     0.9.5claws11
2530
2531         * src/mainwindow.c
2532                 fix regression caused by fix for invalid bug #7
2533                 (should fix #246, "Multiple selections are deselected when 
2534                 moving from search window to main window")
2535                 
2536 2003-09-14 [alfons]     0.9.5claws10
2537         
2538         * src/actions.[ch]
2539         * src/filtering.[ch]
2540         * src/prefs_actions.c
2541                 allow `filtering actions` in actions; only for advanced users
2542                 right now: try for example, "%as{mark color 2}" 
2543         
2544 2003-09-13 [paul]       0.9.5claws9
2545         
2546         * po/pl.po
2547           po/zh_CN.po   ** NEW FILE **
2548                 update Polish translation, submitted by Emil 
2549                 <eminowbl@posejdon.wpk.p.lodz.pl>
2550                 add new Simplified Chinese translation, submitted by
2551                 Hansom Young <hansom_young@yahoo.com>
2552
2553 2003-09-12 [alfons]     0.9.5claws8
2554
2555         * src/summaryview.c
2556                 don't open separate message views when View | Separate message view
2557                 is active 
2558                 (please look carefully for any navigation regressions)
2559
2560 2003-09-11 [alfons]     0.9.5claws7
2561
2562         * src/mainwindow.c
2563                 make default message view, opened by View | Separate message 
2564                 view, look like a claws message view (which includes a menu
2565                 bar and a toolbar)
2566                 (fixes bug #298, "message view loses tool bar") 
2567
2568 2003-09-11 [christoph]  0.9.5claws6
2569
2570         * src/folderview.c
2571                 fix double deleting of newsgroup folders
2572
2573         (closes Bug 305 crash after deleting of a newsgroup)
2574
2575 2003-09-11 [paul]       0.9.5claws5
2576
2577         * src/rfc2015.c
2578           src/common/utils.h
2579                 more sync'ing from 0.9.5cvs2
2580
2581 2003-09-11 [christoph]  0.9.5claws4
2582
2583         * src/compose.c
2584         * src/rfc2015.c
2585         * src/common/utils.h
2586                 fix sync with 0.9.5cvs2
2587
2588 2003-09-11 [paul]       0.9.5claws3
2589
2590         * sync with 0.9.5cvs4
2591                 see ChangeLog 2003-09-11
2592
2593 2003-09-11 [paul]       0.9.5claws2
2594
2595         * sync with 0.9.5cvs2
2596                 see ChangeLog 2003-09-05
2597                 
2598 2003-09-11 [paul]       0.9.5claws1
2599
2600         * sync with 0.9.5cvs3
2601                 see ChangeLog 2003-09-10
2602
2603 2003-09-10 [paul]       0.9.5claws
2604
2605         * 0.9.5claws released
2606
2607 2003-09-10 [paul]       0.9.4claws78
2608
2609         * src/Makefile.am
2610                 add missing files
2611
2612 2003-09-10 [melvin]     0.9.4claws77
2613
2614         * po/fr.po
2615                 Updated French translations
2616
2617 2003-09-10 [paul]       0.9.4claws76
2618
2619         * po/es.po
2620           po/sk.po
2621           po/sr.po
2622                 update Spanish, Slovak, and Serbian translations.
2623                 submitted by Ricardo Mones Lastra, Andrej Kacian,
2624                 and Urke MMI
2625                 
2626         * AUTHORS
2627                 add translation team section
2628
2629 2003-09-09 [christoph]  0.9.4claws75
2630
2631         * src/folder.c
2632                 free item->prefs in folder_item_destroy
2633
2634 2003-09-09 [alfons]     0.9.4claws74
2635
2636         * src/folderview.c
2637                 o proper check for root node sorting
2638                 o remove unnecessary gtk_ctree_remove_node 
2639
2640         (should fix bug #300, "crash while moving folder")      
2641
2642 2003-09-08 [christoph]  0.9.4claws73
2643
2644         * src/folderview.c
2645                 o fix double adding of IMAP FolderItems to GtkCTree
2646                 o fix crash then mbox folder is removed
2647
2648 2003-09-08 [christoph]  0.9.4claws72
2649
2650         * src/folder.c
2651         * src/folderview.c
2652         * src/mainwindow.c
2653                 fix new folder notification
2654
2655         * src/mbox_folder.c
2656                 fix cache path
2657
2658 2003-09-08 [christoph]  0.9.4claws71
2659
2660         * src/compose.c
2661                 replace '\n' and '\r' before removing trailing spaces
2662
2663         * src/folder.[ch]
2664         * src/folderview.c
2665                 add information about new or removed items in folder tree change
2666                 notification and use this in folderview to add and remove only
2667                 the appected items and not refresh the whole tree
2668
2669 2003-09-07 [match]      0.9.4claws70
2670
2671         * src/Makefile.am
2672         * src/addr_compl.c
2673         * src/addressbook.c
2674         * src/addressitem.h
2675         * src/addrindex.c
2676         * src/addritem.c
2677         * src/addritem.h
2678         * src/addrquery.c                       ** NEW **
2679         * src/addrquery.h
2680         * src/ldapquery.c
2681         * src/ldapserver.c
2682         * src/stock_pixmap.c
2683         * src/stock_pixmap.h
2684         * src/pixmaps/address_search.xpm        ** NEW **
2685                 re-introduce Lookup button for LDAP 'static' searches.
2686
2687 2003-09-07 [alfons]     0.9.4claws69
2688         
2689         * src/summaryview.c
2690                 abandon setting usize for messageview because it gives layout problems
2691                 with the quick search bar and the headerview; fixes assorted UI glitches:
2692                 
2693                 o bug #148, "Toggling of quick-search bar reduces index view area" 
2694                 o bug #280, "Window resiizes for line length but does not revert"
2695
2696 2003-09-07 [christoph]  0.9.4claws68
2697
2698         * src/compose.c
2699                 o make sure we don't have any newlines in header values
2700                 o check custom headers for spaces and newlines and ignore
2701                   malformed header names
2702
2703 2003-09-06 [christoph]  0.9.4claws67
2704
2705         * src/folder.c
2706         * src/folderview.c
2707                 invoke notification hook for folder tree changes after append
2708                 and remove folder
2709
2710         (closes Bug 294 Crash while moving folder with many subdirectories)
2711
2712 2003-09-06 [christoph]  0.9.4claws66
2713
2714         * src/folder.c
2715                 destroy folder's MsgCache if FolderItem is removed to make sure
2716                 it is not saved when the FolderItem is destroyed
2717
2718 2003-09-06 [christoph]  0.9.4claws65
2719
2720         * src/plugins/clamav/clamav_plugin.c
2721                 fix copy & paste bug
2722
2723 2003-09-05 [christoph]  0.9.4claws64
2724
2725         * src/folder.c
2726         * src/messageview.[ch]
2727         * src/procmsg.[ch]
2728         * src/summaryview.c
2729                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
2730                 by MessageView to clear it when the message is deleted. Should
2731                 work even if messages are deleted in MainWindow or by
2732                 processing.
2733
2734 2003-09-05 [alfons]     0.9.4claws63
2735
2736         * src/messageview.c
2737                 deleting a message in a message view frees its msginfo, make 
2738                 messageview_update_all() aware of that (should fix bug #293,
2739                 "deleting message caused crash")
2740
2741 2003-09-05 [melvin]     0.9.4claws62
2742
2743         * src/action.c
2744                 Improve synchronous action exit code (fixes 
2745                 a ~5 seconds delay after action exit on RedHat 9)
2746
2747 2003-09-04 [christoph]  0.9.4claws61
2748
2749         * src/compose.c
2750         * src/rfc2015.c
2751         * src/common/utils.[ch]
2752                 add util function to create mime boundary and use it
2753                 in compose and gpg code
2754
2755 2003-09-04 [alfons]     0.9.4claws60
2756
2757         * src/folder.c
2758                 source folder item's GNode should already have been freed in 
2759                 a previous call to src->folder->klass->remove_folder()
2760                 (should fix bug #287, "crash when moving folders")
2761
2762 2003-09-03 [thorsten]   0.9.4claws59
2763
2764         * src/plugins/spamassassin/spamassassin_gtk.c
2765                 fix compile error
2766
2767 2003-09-03 [christoph]  0.9.4claws58
2768
2769         * src/plugins/spamassassin/spamassassin.[ch]
2770         * src/plugins/spamassassin/spamassassin_gtk.c
2771                 add timeout config option
2772
2773 2003-09-03 [paul]       0.9.4claws57
2774
2775         * po/sk.po      ** NEW FILE **
2776                 add Slovak translation. Submitted by Andrej Kacian 
2777                 <andrej@kacian.sk>
2778
2779 2003-09-03 [paul]       0.9.4claws56
2780
2781         * src/plugins/clamav/clamav_plugin_gtk.c
2782                 gui tweaks: replace a label with a tooltip, modify the
2783                 text, use gtk_check_button_new(); instead of
2784                 gtk_check_button_new_with_label("");
2785
2786 2003-09-02 [alfons]     0.9.4claws55
2787
2788         * src/gtk/filesel.c
2789                 remember last used dir when attaching multiple files (should fix
2790                 bug #290, "Attach File does not remember directory")
2791
2792 2003-09-01 [paul]       0.9.4claws54
2793
2794         * po/es.po
2795                 updated by Ricardo Mones Lastra
2796
2797 2003-09-01 [alfons]     0.9.4claws53
2798
2799         * src/gtk/gtkaspell.[ch]
2800                 be pedantic and strict and use const gchar * instead of guchar *
2801
2802 2003-09-01 [alfons]     0.9.4claws52
2803
2804         * src/mainwindow.c
2805         * src/summaryviewc.
2806                 re-enable Save As when multiple messages are selected
2807
2808 2003-09-01 [paul]       0.9.4claws51
2809
2810         * src/textview.c
2811                 g_free(trimmed_uri);
2812
2813 2003-09-01 [paul]       0.9.4claws50
2814
2815         * sync with 0.9.4cvs13
2816                 see ChangeLog 2003-09-01
2817
2818 2003-09-01 [paul]       0.9.4claws49
2819
2820         * src/textview.c
2821                 trim uri before sending to the statusbar
2822                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
2823                 in the message window causes main S-C window to enlarge 
2824                 past screen edges'
2825
2826 2003-09-01 [paul]       0.9.4claws48
2827
2828         * sync with 0.9.4cvs12
2829                 see ChangeLog 2003-09-01
2830
2831 2003-08-30 [christoph]  0.9.4claws47
2832
2833         * src/compose.c
2834         * src/folder_item_prefs.[ch]
2835         * src/prefs_folder_item.c
2836         * src/gtk/gtkaspell.[ch]
2837                 commit per folder dictionary patch by
2838                 Paul Evans <nerd@freeuk.com>
2839
2840 2003-08-30 [christoph]  0.9.4claws46
2841
2842         * src/plugins/spamassassin/spamassassin_gtk.c
2843         * src/plugins/spamassassin/spamassassin_gtk.glade
2844                 reduce GUI clutter by placing hints into tooltips
2845
2846 2003-08-30 [paul]       0.9.4claws45
2847
2848         * src/compose.c
2849                 add 'Content-Disposition: inline' to a text/plain
2850                 part when using PGP/MIME signing
2851
2852 2003-08-30 [paul]       0.9.4claws44
2853
2854         * src/prefs_common.c
2855           src/prefs_spelling.c
2856           src/prefs_spelling.glade
2857                 reduce GUI clutter by placing hints into tooltips
2858
2859 2003-08-29 [christoph]  0.9.4claws43
2860
2861         * configure.ac
2862                 fix bug found by Ivan Rayner <ivanr@sgi.com>
2863
2864         * src/stock_pixmap.c
2865                 change unecessary warning into a debug message
2866
2867         * src/plugins/clamav/Makefile.am
2868                 Fix error "-I$(CLAMAV_LIBS)"
2869
2870 2003-08-29 [christoph]  0.9.4claws42
2871
2872         * intl/Makefile.in
2873         * src/Makefile.am
2874         * src/matcher.h
2875         * src/common/Makefile.am
2876         * src/common/passcrypt.c
2877                 commit fixes and patches for some of the IRIX problems found by
2878                 Ivan Rayner <ivanr@sgi.com>
2879
2880 2003-08-29 [paul]       0.9.4claws41
2881
2882         * src/prefs_filtering.c
2883                 add 'Top' and 'Bottom' buttons, based on changes in
2884                 src/prefs_filter.c in 0.9.4cvs11.
2885
2886 2003-08-27 [christoph]  0.9.4claws40
2887
2888         * src/folderview.c
2889                 fix bug that the current summary settings were copied to the
2890                 wrong folder item, when the folder item prefs are opened.
2891                 Copying is not required because summary settings and
2892                 folder_item_prefs do not contain the same settings
2893
2894 2003-08-27 [thorsten]   0.9.4claws39
2895
2896         * src/imap.c
2897                 fix compile error
2898
2899 2003-08-26 [paul]       0.9.4claws38
2900
2901         * sync with 0.9.4cvs9
2902                 see ChangeLog 2003-08-26
2903
2904 2003-08-25 [paul]       0.9.4claws37
2905
2906         * sync with 0.9.4cvs8
2907                 see ChangeLog 2003-08-25
2908
2909 2003-08-24 [christoph]  0.9.4claws36
2910
2911         * src/prefs_filtering.c
2912                 shouldn't remove items from a GSList while iterating over the
2913                 list (makes cur invalid and cur->next not accessable)
2914
2915         (closes Bug 272 i deleted an folder and some seconds later sylpheed
2916          crashed)
2917
2918 2003-08-23 [christoph]  0.9.4claws35
2919
2920         * src/news.c
2921                 news folders should be scanned when opened
2922
2923 2003-08-22 [christoph]  0.9.4claws34
2924
2925         * src/prefs_folder_item.c
2926                 use macro to assign strings that always frees the old string
2927
2928         * src/gtk/gtkaspell.[ch]
2929                 add gtkaspell_set_dictionary_menu_active_item() to set active
2930                 item in dictionary option menu
2931
2932         * src/prefs_spelling.c
2933                 use gtkaspell_set_dictionary_menu_active_item() to select
2934                 dictionary
2935
2936 2003-08-21 [christoph]  0.9.4claws33
2937
2938         * src/folder.[ch]
2939         * src/imap.c
2940         * src/mbox_folder.c
2941         * src/mh.c
2942         * src/news.c
2943                 optimize folder system
2944
2945         * src/gtk/gtkstext.c
2946                 fix division by zero when font has 0 width for ' '
2947
2948 2003-08-21 [paul]       0.9.4claws32
2949
2950         * sync with 0.9.4cvs7
2951                 see ChangeLog 2003-08-20
2952
2953 2003-08-19 [paul]       0.9.4claws31
2954
2955         * src/common/defs.h
2956                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
2957                 SYLDOC_FAQ_HTML_INDEX.
2958         * src/manual.c
2959                 use LC_MESSAGES instead of LC_ALL to find the current
2960                 language
2961
2962           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
2963
2964 2003-08-19 [paul]       0.9.4claws30
2965
2966         * po/bg.po
2967                 updated by George Danchev
2968
2969 2003-08-18 [luke]       0.9.4claws29
2970         * src/mimeview.[ch]
2971         * src/gtk/gtkvscrollbutton.[ch]
2972                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
2973                   dependencies; do it the GTK way; reduce code -14/+2 lines)
2974                 o removed horizontal separator between icons
2975
2976 2003-08-17 [christoph]  0.9.4claws28
2977
2978         * src/procmsg.c
2979                 no subject threading when the subject has no reply prefix
2980
2981 2003-08-16 [christoph]  0.9.4claws27
2982
2983         * src/mainwindow.c
2984                 remember and restore window sizes and position when the main
2985                 window is hidden or shown
2986
2987         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
2988          minimised/reopened using trayicon)
2989
2990 2003-08-16 [paul]       0.9.4claws26
2991
2992         * src/crash.c
2993                 add #include "defs.h"
2994
2995 2003-08-16 [paul]       0.9.4claws25
2996
2997         * src/plugins/clamav/clamav_plugin.c
2998                 reword a debug_print
2999                 
3000         * src/plugins/dillo_viewer/dillo_prefs.c
3001                 cosmetic: change the labels' text, add tooltips, and
3002                 left-align the hint
3003
3004 2003-08-15 [christoph]  0.9.4claws24
3005
3006         * src/news.c
3007                 complete last change (forgot some changes)
3008
3009 2003-08-15 [christoph]  0.9.4claws23
3010
3011         * src/news.c
3012                 o check number of messages and don't return a 0 message
3013                   when no messages are available
3014                 o don't parse xref header anymore
3015
3016         (closes Bug 203 I'm not getting any news)
3017
3018 2003-08-15 [paul]       0.9.4claws22
3019
3020         * src/common/defs.h
3021           src/crash.c
3022                 update and define claws bugzilla location
3023
3024 2003-08-15 [paul]       0.9.4claws21
3025
3026         * po/ru.po
3027                 update submitted by Ruslan N. Balkin
3028
3029 2003-08-14 [christoph]  0.9.4claws20
3030
3031         * src/procmsg.c
3032                 fix search for oldest node in subject threading
3033
3034 2003-08-14 [christoph]  0.9.4claws19
3035
3036         * src/procmsg.c
3037         * src/common/utils.h
3038                 add possibility to check all nodes with the same subject for
3039                 subject threading, not only the oldest node. Should not break
3040                 threads anymore if the oldest node is thread_by_subject_max_age
3041                 days older then parent, because it can now find a child of
3042                 oldest node as new parent.
3043
3044 2003-08-11 [christoph]  0.9.4claws18
3045
3046         * src/plugins/spamassassin/spamassassin.c
3047                 run spam check in background process
3048
3049 2003-08-10 [alfons]     0.9.4claws17
3050
3051         * src/summaryview.c
3052                 make `Select All' sensitive too
3053
3054 2003-08-10 [christoph]  0.9.4claws16
3055
3056         * src/imap.c
3057                 add more checks in imap_close
3058
3059 2003-08-09 [alfons]     0.9.4claws15
3060
3061         * src/prefs_spelling.c
3062                 no spell checking UI if not requested
3063
3064 2003-08-09 [alfons]     0.9.4claws14
3065
3066         * src/gtk/prefswindow.c
3067                 make it compile
3068
3069 2003-08-09 [christoph]  0.9.4claws13
3070
3071         * src/prefs_spelling.c
3072         * src/gtk/prefswindow.[ch]
3073         * src/plugins/clamav/clamav_plugin_gtk.c
3074         * src/plugins/spamassassin/spamassassin_gtk.c
3075                 sort prefs pages by heighest weight in tree
3076
3077 2003-08-09 [paul]       0.9.4claws12
3078
3079         * sync with 0.9.4cvs6
3080                 see ChangeLog 2003-08-07
3081                 
3082         * AUTHORS
3083                 add Leandro and Luke to claws-branch section
3084
3085 2003-08-09 [christoph]  0.9.4claws11
3086
3087         * src/gtk/Makefile.am
3088         * src/gtk/colorsel.[ch]                 ** NEW **
3089                 create a color selection dialog that can be used as a simple
3090                 function call with it's own gtk main loop like filesel.[ch]
3091
3092         * src/Makefile.am
3093         * src/main.c
3094         * src/prefs_common.c
3095         * src/prefs_spelling.[ch]               ** NEW **
3096         * src/prefs_spelling.glade              ** NEW **
3097         * src/gtk/gtkutils.[ch]
3098                 move "Spell Checker" prefs to new prefs dialog
3099
3100         * src/prefs_folder_item.c
3101                 use new colorsel dialog
3102
3103 2003-08-08 [paul]       0.9.4claws10
3104
3105         * src/inc.c
3106                 clear the progress bar unconditionally
3107
3108 2003-08-08 [paul]       0.9.4claws9
3109
3110         * sync with 0.9.4cvs4
3111                 see ChangeLog 2003-07-31
3112
3113 2003-08-07 [christoph]  0.9.4claws8
3114
3115         * configure.ac
3116                 fix bug in image viewer plugin part
3117
3118         * src/imap.c
3119                 don't execute close command if the folder item is not selected
3120
3121 2003-08-07 [hoa]        0.9.4claws7
3122
3123         * src/filtering.[ch]
3124         * src/matcher_parser.h
3125         * src/matcher_parser_parse.y
3126                 can define several actions for each filtering rule
3127                 can import old versions of filtering rules
3128
3129         * src/prefs_filtering.c
3130                 call to a new dialog box to define actions
3131
3132         * src/prefs_filtering_action.[ch]
3133                 dialog box to define actions for filtering rules
3134
3135 2003-08-06 [christoph]  0.9.4claws6
3136
3137         * src/imap.c
3138                 make sure source folder is selected when copying messages
3139
3140 2003-08-06 [christoph]  0.9.4claws5
3141
3142         * sync with 0.9.4cvs2
3143                 see ChangeLog 2003-07-29                
3144
3145 2003-08-05 [paul]       0.9.4claws4
3146
3147         * sync with 0.9.4cvs3
3148                 see ChangeLog 2003-07-30
3149
3150 2003-08-04 [match]      0.9.4claws3
3151
3152         * po/POTFILES.in
3153                 export of LDIF files.
3154
3155 2003-08-04 [match]      0.9.4claws2
3156
3157         * src/ldif.[ch]
3158                 support for export LDIF. documented.
3159         * src/importldif.[ch]
3160         * src/exportldif.[ch]
3161                 add tooltips. documented.
3162         * src/exphtmldlg.[ch]
3163         * src/common/xmlprops.[ch]
3164                 documented.
3165         * src/exportldif.[ch]                   ** NEW **
3166         * src/expldifdlg.[ch]                   ** NEW **
3167         * src/addressbook.[ch]
3168         * src/Makefile.am
3169                 export of LDIF files.
3170                 documented.
3171
3172 2003-08-04 [christoph]  0.9.4claws1
3173
3174         * .cvsignore
3175         * Makefile.am
3176         * configure.ac
3177         * sylpheed-claws.pc.in                  ** NEW **
3178         * src/Makefile.am
3179         * src/common/Makefile.am
3180         * src/gtk/Makefile.am
3181                 install sylpheed header files in $(pkgincludedir) and create a
3182                 pkg-config file to allow building a plugin without the source
3183                 package
3184
3185 2003-08-04 [paul]       0.9.4claws
3186
3187         * version 0.9.4claws
3188
3189 2003-08-04 [paul]       0.9.3claws97
3190
3191         * po/es.po
3192                 update Spanish translation. Submitted by Ricardo
3193                 Mones Lastra.
3194
3195 2003-08-03 [paul]       0.9.3claws96
3196
3197         * po/hr.po
3198           po/sr.po
3199                 update Croatian and Serbian translations. Submitted by
3200                 Dragan and Urke MMI respectively
3201
3202 2003-08-03 [alfons]     0.9.3claws95
3203
3204         * src/summaryview.c
3205                 mark flag has precedence over important flag - seems
3206                 to have been changed in sync of 0.9.3claws45. this fixes
3207                 a regression where messages that were scored as important
3208                 don't show their mark flags. (using the same column for
3209                 both importance as mark flags is the real problem
3210                 ofcourse)
3211
3212 2003-08-03 [melvin]     0.9.3claws94
3213
3214         * po/fr.po
3215                 Updated French translations.
3216
3217 2003-08-03 [melvin]     0.9.3claws93
3218
3219         * src/Makefile.am
3220                 Fixed typo introduced after 0.9.3claws92 
3221                 that prevented compilation
3222                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
3223                 CPPFLAGS and YFLAGS to allow user setting these.
3224         * src/common/Makefile.am
3225         * src/gtk/Makefile.am
3226         * src/plugins/clamav/Makefile.am
3227         * src/plugins/demo/Makefile.am
3228         * src/plugins/dillo_viewer/Makefile.am
3229         * src/plugins/image_viewer/Makefile.am
3230         * src/plugins/mathml_viewer/Makefile.am
3231         * src/plugins/spamassassin/Makefile.am
3232         * src/plugins/trayicon/Makefile.am
3233         * src/plugins/trayicon/libeggtrayicon/Makefile.am
3234                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
3235                 CPPFLAGS and YFLAGS to allow user setting these.
3236
3237 2003-08-02 [christoph]  0.9.3claws92
3238
3239         * configure.ac
3240                 o rearrange plugin tests
3241                 o add test for clamav.h to ClamAV tests
3242
3243 2003-08-02 [luke]       0.9.3claws91
3244
3245         * src/mimeview.c
3246                 o fixed appearance of icon list when toggling back from the 
3247                   ctree
3248                 o toggling of icons using the keyboard works correctly
3249                 o fixed all other keyboard shortcuts to work when icons are
3250                   active
3251         
3252         * src/messageview.c
3253                 o fixed bug 4 - focus lost when changing messageview view type
3254
3255 2003-08-02 [christoph]  0.9.3claws90
3256
3257         * src/common/hooks.c
3258                 fix crash when pointer stored in hash table could get invalid
3259                 when a plugin is unloaded
3260
3261 2003-08-01 [christoph]  0.9.3claws89
3262
3263         * configure.ac
3264                 o try to build all plugins (except spamassassin) by default
3265                 o don't build a plugin if a dependency check fails
3266
3267         * src/common/hooks.c
3268                 fix warning
3269
3270 2003-08-01 [match]      0.9.3claws88
3271
3272         * src/importldif.c
3273                 allow single click field selection. document code.
3274
3275 2003-08-01 [christoph]  0.9.3claws87
3276
3277         * src/plugins/clamav/clamav_plugin.c
3278         * src/plugins/clamav/clamav_plugin_gtk.c
3279         * src/plugins/dillo_viewer/dillo_viewer.c
3280         * src/plugins/image_viewer/plugin.c
3281         * src/plugins/mathml_viewer/mathml_viewer.c
3282         * src/plugins/spamassassin/spamassassin.c
3283         * src/plugins/spamassassin/spamassassin_gtk.c
3284         * src/plugins/trayicon/trayicon.c
3285                 add version check to all plugins
3286
3287 2003-08-01 [hoa]        0.9.3claws86
3288
3289         * src/prefs_filtering.c
3290                 fixed a cosmetic bug, during creation of dialog box,
3291                 wrong widgets were shown after creation.
3292
3293 2003-08-01 [luke]       0.9.3claws85
3294
3295         * src/mainwindow.c
3296                 o fixed visibility of icons/mimeview after toggling separate
3297                   message/folder view (factored out some similar code too).
3298
3299
3300 2003-07-31 [alfons]     0.9.3claws84
3301
3302         * src/mimeview.c
3303                 tweak icon box UI a bit more, now allowing right-clicks actions
3304                 getting the relevant mime data too; should fix #250, "Can't save 
3305                 attachments sometimes".
3306
3307 2003-07-30 [alfons]     0.9.3claws83
3308
3309         * src/compose.c
3310                 don't do auto-save-draft inside key press handler, but rather
3311                 schedule it half of a second later; should fix #67, "autosave 
3312                 make re-rediting message crazy"
3313
3314 2003-07-30 [christoph]  0.9.3claws82
3315
3316         * src/plugins/trayicon/trayicon.c
3317                 process pending events before unloading the plugin
3318
3319         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
3320
3321 2003-07-30 [alfons]     0.9.3claws81
3322
3323         * src/common/hooks.c
3324                 parameter 2 of g_hook_destroy() should really be a hook id
3325
3326 2003-07-30 [alfons]     0.9.3claws80
3327
3328         * src/common/plugin.c
3329                 fix a possibly harmful function signature mismatch 
3330                 for plugin_done
3331
3332 2003-07-30 [alfons]     0.9.3claws79
3333
3334         * src/common/hooks[.ch]
3335                 const correctness
3336
3337 2003-07-30 [darko]      0.9.3claws78
3338
3339         * src/summaryview.c
3340                 make it compile again
3341
3342 2003-07-30 [luke]       0.9.3claws77
3343
3344         * src/crash.c
3345         * src/main.c
3346                 o added/moved signal handlers for SIGTERM (normal kill command) 
3347                   and SIGINT (ctl-c) to be used even without 
3348                   --enable-crash-dialog, fixing bug 166
3349
3350         * src/summaryview.c
3351                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
3352                   bug 227
3353
3354         * src/mainwindow.c
3355                 o changed sensitivity condition for 'Next new' and 'Next 
3356                   unread', fixing bug 8
3357
3358 2003-07-29 [alfons]     0.9.3claws76
3359
3360         * src/common/utils.[ch]
3361                 add generate_msgid()
3362         * src/messageview.c
3363                 save ack'ed RRR; fixes #205, "return receipt is not saved in
3364                 sent folder".
3365
3366 2003-07-29 [alfons]     0.9.3claws75
3367
3368         * src/messageview.c
3369                 fix a memleak (claws-only)
3370
3371 2003-07-29 [alfons]     0.9.3claws74
3372
3373         * src/mimeview.[ch]
3374         * src/gtk/gtkvscrollbutton.[ch]
3375                 fix UI glitch where mime icon toolbox' scroll position is not 
3376                 reset after switching to another message
3377                 
3378
3379 2003-07-29 [paul]       0.9.3claws73
3380
3381         * src/prefs_folder_item.c
3382                 split the prefs into 2 separate pages
3383
3384 2003-07-29 [paul]       0.9.3claws72
3385
3386         * src/compose.c
3387                 prepend "\n\n" to a signature without a separator too
3388
3389 2003-07-29 [paul]       0.9.3claws71
3390
3391         * src/compose.c
3392                 fix bug where changing to an account without an auto-sig
3393                 from an initial account without an auto-sig would insert 
3394                 2 blank lines at the cursor point
3395                 fix bug where changing to an account with an auto-sig
3396                 from an initial account without an auto-sig would insert
3397                 the sig at the cursor point
3398
3399 2003-07-29 [paul]       0.9.3claws70
3400
3401         * src/folderview.c
3402                 use the colour from the folder pref unless the folder
3403                 has new messages
3404
3405 2003-07-29 [alfons]     0.9.3claws69
3406
3407         * src/procmsg.[ch]
3408         * src/messageview.c
3409         * src/procheader.c
3410                 rewrite return receipt request work a little bit (the former 
3411                 implementation presumably depended too much on the UI setting
3412                 flags). (we're losing the old pending flag.) 
3413
3414 2003-07-28 [christoph]  0.9.3claws68
3415
3416         * src/folder.c
3417         * src/imap.c
3418         * src/mh.c
3419         * src/procmsg.[ch]
3420                 fix copy to IMAP folder from other folder
3421
3422 2003-07-28 [christoph]  0.9.3claws67
3423
3424         * src/procmsg.c
3425                 fix sync of procmsg_get_message_file_list
3426
3427 2003-07-28 [christoph]  0.9.3claws66
3428
3429         * sync with 0.9.3cvs14
3430                 see ChangeLog 2003-07-18
3431         * sync with 0.9.3cvs17
3432                 see ChangeLog 2003-07-23
3433
3434         (closes Bug 234 segmentation fault after sending out mail via
3435          smtp(auth))
3436
3437 2003-07-28 [paul]       0.9.3claws65
3438
3439         * po/es.po
3440                 update Spanish translation, submitted by Ricardo Mones
3441                 Lastra
3442
3443 2003-07-28 [christoph]  0.9.3claws64
3444
3445         * src/folder.[ch]
3446         * src/imap.c
3447         * src/mh.c
3448                 return new message numbers as a GRelation instead of a GSList
3449                 that has to be in the same order as the input list. A list
3450                 would make it hard for IMAP to optimize oepration by sorting
3451                 the input list. The returned list would have to be reordered
3452                 to match the same order that input list has.
3453
3454         * src/gtk/gtkaspell.c
3455                 fix missing return value, could cause a crash when garbage is
3456                 on the stack that is used as the expected return value
3457
3458 2003-07-28 [paul]       0.9.3claws63
3459
3460         * sync with 0.9.4cvs1
3461                 see ChangeLog 2003-07-28
3462
3463 2003-07-27 [alfons]     0.9.3claws62
3464
3465         * src/mimeview.c
3466                 tweak it more to make icon list act like a check button group
3467
3468 2003-07-27 [christoph]  0.9.3claws61
3469
3470         * sync with 0.9.3cvs20
3471                 see ChangeLog 2003-07-25
3472
3473 2003-07-27 [paul]       0.9.3claws60
3474
3475         * src/procmsg.c
3476                 re-commit changes from 0.9.3claws58 -
3477                 accidently removed in 0.9.3claws59
3478
3479 2003-07-27 [paul]       0.9.3claws59
3480
3481         * src/procmsg.[ch]
3482                 a sync from 0.9.3cvs17
3483                 see ChangeLog 2003-07-23
3484
3485 2003-07-27 [alfons]     0.9.3claws58
3486
3487         * src/procmsg.c
3488                 add missing header members to MsgInfo; fixes the problem of 
3489                 not displaying X-Faces, as noticed by Ricardo Mones
3490
3491 2003-07-26 [christoph]  0.9.3claws57
3492
3493         * sync with 0.9.3cvs18
3494                 see ChangeLog 2003-07-24
3495
3496 2003-07-26 [christoph]  0.9.3claws56
3497
3498         * sync with 0.9.3cvs17
3499                 see ChangeLog 2003-07-23
3500
3501 2003-07-26 [christoph]  0.9.3claws55
3502
3503         * src/folder.[ch]
3504         * src/imap.c
3505         * src/mbox_folder.c
3506         * src/mh.c
3507         * src/news.c
3508                 add support for copy function that copy multiple messages
3509                 (not implemented yet)
3510
3511         * src/summaryview.c
3512                 add missing return value
3513
3514 2003-07-26 [paul]       0.9.3claws54
3515
3516         * tools/multiwebsearch.pl
3517                 do whitespace substitution before passing the string
3518                 to the browser. fixes bug with browsers that don't
3519                 do whitespace conversion themselves.
3520
3521 2003-07-25 [christoph]  0.9.3claws53
3522
3523         * src/folder.[ch]
3524         * src/imap.c
3525         * src/mh.c
3526                 rewrite adding of multiple messages to a folder for
3527                 claws' folder system
3528
3529 2003-07-25 [luke]       0.9.3claws52
3530
3531         * src/mimeview.c
3532                 o icon toggles set correctly on leaving ctree mimeview
3533
3534 2003-07-25 [paul]       0.9.3claws51
3535
3536         * partial sync with 0.9.3cvs21 [src/main.c]
3537                 see ChangeLog 2003-07-25
3538
3539 2003-07-24 [paul]       0.9.3claws50
3540
3541         * tools/maildir2sylpheed.pl
3542                 fix typo
3543
3544 2003-07-24 [paul]       0.9.3claws49
3545
3546         * src/mimeview.c
3547                 increase the gutter size of paned so that the panes
3548                 can be resized
3549                 
3550         * src/plugins/demo/demo.c
3551                 squeeze in another typo fix
3552
3553 2003-07-24 [paul]       0.9.3claws48
3554
3555         * src/plugins/demo/demo.c
3556           src/prefs_account.c
3557                 small changes to the English
3558                 
3559         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
3560           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
3561           src/Makefile.am
3562           src/stock_pixmap.c
3563                 rename the misspelled icon
3564
3565 2003-07-23 [alfons]     0.9.3claws47
3566
3567         * src/mimeview.c
3568                 make icon list look like a list of toggles
3569
3570 2003-07-23 [luke]       0.9.3claws46
3571
3572         * src/pixmaps/mimeview_gpg_expired.xpm
3573         * src/pixmaps/mimeview_gpg_failed.xpm
3574         * src/pixmaps/mimeview_gpg_passed.xpm
3575         * src/pixmaps/mimeview_text_html.xpm
3576         * src/pixmaps/mimeview_image.xpm
3577                 o all icons the same size
3578
3579         * src/mimeview.[ch]
3580                 o mimeview ctree arranged vertically above the viewer
3581                 o icons changed to buttons
3582                 o can use keyboard to select an icon (Enter)
3583                 o resize icon list to width of icons
3584
3585         *  src/gtk/gtkvscrollbutton.c
3586                 o sensitivity of buttons reacts to position
3587
3588 2003-07-23 [christoph]  0.9.3claws45
3589
3590         * sync with 0.9.3cvs14 (incomplete)
3591                 see ChangeLog 2003-07-17
3592
3593 2003-07-23 [alfons]     0.9.3claws44
3594
3595         * src/folder.c
3596         * src/procmsg.h
3597                 sync with my local tree to restore some claws-only things
3598
3599 2003-07-23 [paul]       0.9.3claws43
3600
3601         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
3602           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
3603           src/Makefile.am
3604           src/mimeview.c
3605           src/procmime.h
3606           src/rfc2015.c
3607           src/stock_pixmap.[ch]
3608                 indicate missing keys and expired sigs/keys
3609                 in mime view column
3610
3611 2003-07-23 [paul]       0.9.3claws42
3612
3613         * src/compose.c
3614                 Redirect fixes: enable automatic account selection and
3615                 do not append signature to message on changing account
3616                 fixes Bug[s] #248
3617
3618 2003-07-23 [paul]       0.9.3claws41
3619
3620         * sync with 0.9.3cvs16
3621                 see ChangeLog 2003-07-23
3622
3623 2003-07-23 [alfons]     0.9.3claws40
3624
3625         * src/inc.c
3626                 give progress dialog a main window, and give it the first 
3627                 one (presumably the only one). fixes bug #247, "segfault on 
3628                 pop-before-smtp" 
3629
3630 2003-07-22 [alfons]     0.9.3claws39
3631
3632         * src/summaryview.c
3633                 shift-space scrolls up
3634
3635 2003-07-22 [paul]       0.9.3claws38
3636
3637         * sync with 0.9.3cvs15
3638                 see ChangeLog 2003-07-22
3639
3640 2003-07-20 [alfons]     0.9.3claws37
3641
3642         * src/compose.c
3643                 put menu inside #ifdef USE_ASPELL..#endif
3644
3645 2003-07-20 [christoph]  0.9.3claws36
3646
3647         * src/procmsg.c
3648                 fix wrong flags in MsgInfo returned by
3649                 procmsg_msginfo_get_full_info()
3650
3651         (closes Bug 221 Deleting messages from the Message View gives incorrect
3652          new/unread message counts in the folder view)
3653
3654         * src/plugins/spamassassin/spamassassin_gtk.c
3655                 add gettext macro for prefs page title
3656
3657 2003-07-20 [paul]       0.9.3claws35
3658
3659         * src/mimeview.c
3660                 redraw icon list on signature check
3661
3662 2003-07-20 [christoph]  0.9.3claws34
3663
3664         * src/Makefile.am
3665         * src/account.c
3666         * src/folder.[ch]
3667         * src/folder_item_prefs.[ch]            ** NEW **
3668         * src/folderview.c
3669         * src/mainwindow.c
3670         * src/mh.c
3671         * src/prefs_gtk.c
3672         * src/prefs_scoring.c
3673         * src/summaryview.c
3674         * src/prefs_folder_item.[ch]
3675                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
3676                   Properties dialog
3677                 o use prefswindow for folder properties
3678
3679         * src/gtk/prefswindow.[ch]
3680                 change implementation to use an invisible notebook instead
3681                 of unparenting widgets
3682
3683 2003-07-20 [christoph]  0.9.3claws33
3684
3685         * src/compose.h
3686         * src/folder.c
3687         * src/folderview.h
3688         * src/headerview.h
3689         * src/prefs_filtering.h
3690         * src/prefs_folder_item.[ch]
3691         * src/procmime.h
3692         * src/procmsg.h
3693         * src/summaryview.h
3694                 clean up header mess
3695                 (always use 1. typedefs, 2. #includes, 3. structures)
3696
3697         * src/common/version.h.in
3698                 add casts for constants
3699
3700         * src/plugins/demo/demo.c
3701                 fix typo
3702
3703         * src/plugins/spamassassin/spamassassin.c
3704                 remove unused variable
3705
3706 2003-07-20 [alfons]     0.9.3claws32
3707
3708         * src/mimeview.c
3709                 o make icon buttons respond on left click
3710                 o minor cosmetic change
3711
3712 2003-07-19 [luke]       0.9.3claws31
3713
3714         * src/mimeview.[ch]
3715         * src/gtk/gtkvscrollbutton.c
3716         * src/messageview.c
3717                 o improved mimeview behaviour when selecting a new message
3718                 o plus code cleanups to remove compile warnings
3719
3720
3721 2003-07-19 [alfons]     0.9.3claws30
3722
3723         * src/procmsg.c
3724         * src/compose.c
3725         * src/common/utils.[ch]
3726                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
3727
3728 2003-07-19 [alfons]     0.9.3claws29
3729
3730         * src/prefs_folder_item.c
3731                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
3732                 string pointers
3733
3734 2003-07-19 [luke]       0.9.3claws28
3735
3736         * src/messageview.c
3737         * src/mimeview.[ch]
3738         * src/procmime.h
3739         * src/rfc2015.c
3740         * src/stock_pixmap.[ch]
3741         * src/gtk/Makefile.am
3742         * src/Makefile.am
3743         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
3744         * src/pixmaps/mime_*.xpm                ** NEW **
3745                 o mimeview rearrangement with a new icon shortcut bar
3746
3747 2003-07-19 [alfons]     0.9.3claws27
3748
3749         * src/folderview.c
3750                 o plug leaking nodes_to_recollapse
3751                 o add folderview_recollapse_all_nodes() (not used yet)
3752
3753 2003-07-19 [alfons]     0.9.3claws26
3754
3755         * src/compose.c
3756         * src/common/utils.c
3757                 honour #240 "Better SUBJECT handling" by cleaning the prefix
3758                 for both forwarding as replying
3759
3760 2003-07-18 [christoph]  0.9.3claws25
3761
3762         * configure.ac
3763         * src/common/sylpheed.[ch]
3764         * src/common/version.h.in
3765                 add version in numeric form to allow easy comparison
3766
3767         * src/plugins/demo/demo.c
3768                 add version check
3769                 - sylpheed version > plugin version => never allowed, sylpheed
3770                   could contain unknown API changes
3771                 - sylpheed version < minimum version required => don't load,
3772                   API required not available (if linking does not fail)
3773
3774 2003-07-18 [alfons]     0.9.3claws24
3775         
3776         * src/common/plugin.[ch]
3777                 const correctness
3778
3779 2003-07-18 [christoph]  0.9.3claws23
3780
3781         * src/common/hooks.c
3782                 fix crash when hooks where unregisted
3783
3784         * src/plugins/trayicon/trayicon.c
3785                 unregister detroy signal before destroying the widget
3786                 (still crashes when the plugin is unloaded)
3787
3788 2003-07-18 [alfons]     0.9.3claws22
3789         
3790         * src/folderview.c
3791                 delay expanding folder tree during drags until timeout triggered
3792                 (needs perhaps some tweaking, so testing is welcome)
3793
3794 2003-07-17 [alfons]     0.9.3claws21
3795
3796         * src/folderview.c
3797                 clean up cruft
3798
3799 2003-07-17 [christoph]  0.9.3claws20
3800
3801         * src/common/session.c
3802                 fix opening of SSL connections
3803
3804         * src/plugins/image_viewer/Makefile.am
3805                 add OPENSSL_CFLAGS (we should find a better solution to remove
3806                 this dependencies if they are not required)
3807
3808         * src/plugins/spamassassin/spamassassin.c
3809                 remove setlocale workaround (fixed in libspamc)
3810
3811         (closes Bug Bug 184 Entering non-ascii character deletes previous char
3812          if spell checking enabled)
3813
3814 2003-07-17 [alfons]     0.9.3claws19
3815
3816         * src/common/hooks.[ch]
3817         * src/plugins/clamav/clamav_plugin.c
3818         * src/plugins/spamassassin/spamassassin.c
3819         * src/plugins/trayicon/trayicon.c
3820                 fix signedness muck 
3821
3822 2003-07-17 [alfons]     0.9.3claws18
3823
3824         * src/procmime.c
3825                 plug memleak
3826
3827 2003-07-17 [alfons]     0.9.3claws17
3828
3829         * src/inc.c
3830                 plug memleak
3831
3832 2003-07-17 [paul]       0.9.3claws16
3833
3834         * src/common/defs.h
3835           src/mainwindow.c
3836           src/manual.[ch]
3837                 add link to the Claws site's FAQ page, after the suggestion
3838                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
3839                 Move url strings to defs.h
3840                 
3841         * src/mainwindow.c
3842                 fix typo to prevent "unknown menu entry" warnings
3843
3844 2003-07-17 [alfons]     0.9.3claws15
3845
3846         * src/folderview.[ch]
3847         * src/summaryview.[ch]
3848         * src/mimeview.[ch]
3849                 plug DnD leaks 
3850
3851 2003-07-17 [paul]       0.9.3claws14
3852
3853         * src/inc.c
3854                 remove two instances of 'GTK_EVENTS_FLUSH' because
3855                 they are unnecessary and probably cause a stack overflow
3856
3857 2003-07-16 [christoph]  0.9.3claws13
3858
3859         * src/mimeview.[ch]
3860                 use an invisible GTK notebook to switch between viewers
3861                 instead of reparenting widgets
3862
3863 2003-07-16 [christoph]  0.9.3claws12
3864
3865         * src/folder.c
3866                 move folder_item_update_freeze() to correct place in
3867                 folder_item_scan_full()
3868
3869 2003-07-16 [paul]       0.9.3claws11
3870
3871         * sync with 0.9.3cvs12
3872                 see ChangeLog 2003-07-14 and 2003-07-15
3873
3874 2003-07-16 [christoph]  0.9.3claws10
3875
3876         * src/imap.[ch]
3877         * src/prefs_account.[ch]
3878                 sync IMAP CRAM-MD5 authentication with sylpheed-main
3879
3880 2003-07-15 [alfons]     0.9.3claws9
3881
3882         * src/main.c
3883                 make --config-dir do something useful
3884
3885 2003-07-15 [alfons]     0.9.3claws8
3886
3887         * src/procmsg.c
3888                 o fix a bug where 'last' didn't really point to the last message
3889                   in the top level list of children, but to the last threaded
3890                   message. 
3891                 
3892                 o clean up and make it easier to sync
3893
3894 2003-07-15 [alfons]     0.9.3claws7
3895
3896         * src/mainwindow.c
3897                 make correct menu items sensitive       
3898
3899 2003-07-14 [alfons]     0.9.3claws6
3900
3901         * src/procmsg.c
3902                 tune the threader so it will not subject-thread any message
3903                 without a subject prefix (this will not thread correctly if 
3904                 a parent is delivered after their childs, but it looks 
3905                 better right now)
3906
3907 2003-07-13 [christoph]  0.9.3claws5
3908
3909         * src/mainwindow.c
3910                 group "Add mailbox *..." menu items in submenu
3911
3912 2003-07-13 [alfons]     0.9.3claws4
3913
3914         * src/summaryview.c
3915                 correct summary_toggle_pressed() signature and make sure
3916                 signal is not passed on
3917
3918 2003-07-13 [alfons]     0.9.3claws3
3919
3920         * src/summaryview.c
3921                 o for now don't pass on keys when they we're handled by 
3922                   ctree::key_press_event
3923                 o clean up
3924
3925 2003-07-13 [alfons]     0.9.3claws2
3926         
3927         * src/main.c
3928                 add command line option "--config-dir" to get the current 
3929                 configuration dir
3930
3931 2003-07-12 [alfons]     0.9.3claws1
3932
3933         * src/matcher.[ch]
3934         * src/matcher_parser_parse.y
3935         * src/prefs_filtering.c
3936         * src/filtering.c
3937                 add "Lock" filter action to lock messages;
3938
3939         * src/filtering.c       
3940                 remove debug_print()    
3941         * src/prefs_filtering.c
3942                 re-organize matcher part 9: 
3943                 make action text entries easily extendible;
3944                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
3945                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
3946
3947 2003-07-12 [paul]
3948
3949         * tools/README
3950                 update old information and add missing
3951                 information
3952
3953 2003-07-12 [paul]       0.9.3claws
3954
3955         * 0.9.3claws released
3956         
3957 2003-07-12 [paul]       0.9.0claws103
3958
3959         * src/Makefile.am
3960                 add addrquery.h
3961
3962 2003-07-12 [melvin]     0.9.0claws102
3963
3964         * src/messageview.c
3965                 Fixed bug #215: Show MIME tab for single text/html messages. 
3966                 
3967 2003-07-12 [paul]       0.9.0claws101
3968
3969         * man/sylpheed.1
3970                 updated
3971
3972 2003-07-12 [paul]       0.9.0claws100
3973
3974         * po/es.po
3975           po/hr.po
3976           po/pl.po
3977           po/sr.po
3978                 update Spanish, Croatian, Polish, Serbian translations.
3979                 submitted by Ricardo Mones Lastra, Dragan, Witold
3980                 Wladyslaw Wojciech Wilk, Urke MMI
3981
3982 2003-07-12 [melvin]     0.9.0claws99
3983
3984         * po/fr.po
3985                 Updated French translations.
3986
3987 2003-07-12 [paul]       0.9.0claws98
3988
3989         * src/addressbook.c
3990                 disable 'Lookup' button as it has no effect
3991
3992 2003-07-11 [alfons]     0.9.0claws97
3993         
3994         * src/summaryview.c
3995                 summary_searchbar_pressed() should return TRUE to signal that
3996                 event was handled. when returning void, the return value passed
3997                 to GTK is actually random, but maybe FALSE, in which case the
3998                 event is handled by parent
3999                 
4000 2003-07-10 [paul]       0.9.0claws96
4001
4002         * ac/missing/gettext.m4
4003                 update to version 0.12
4004
4005 2003-07-10 [paul]       0.9.0claws95
4006
4007         * src/plugins/clamav/clamav_plugin.c
4008                 fix bug where multipart/alternative messages
4009                 would slip through without being scanned
4010
4011 2003-07-10 [christoph]  0.9.0claws94
4012
4013         * src/folder.c
4014                 correct check if folder supports removing when a message is
4015                 moved. if not the message is only copied.
4016
4017         (closes Bug 132 crash on startup in newsgroups folders)
4018
4019 2003-07-09 [alfons]     0.9.0claws93
4020
4021         * configure.ac
4022         * src/common/defs.h
4023                 --with-config-dir (default .sylpheed)
4024
4025 2003-07-09 [christoph]  0.9.0claws92
4026
4027         * configure.ac
4028                 use PKG_CHECK_MODULES to check for gtkmathview
4029                 (version 0.4.2 now required)
4030
4031 2003-07-08 [melvin]     0.9.0claws91
4032
4033         * src/action.c
4034                 Implemented a progress bar that counts the number of completed
4035                 tasks when the action runs more than one command.
4036
4037 2003-07-08 [alfons]     0.9.0claws90
4038
4039         * src/procmsg.c
4040                 if queued message has an invalid Message-Id, don't try to
4041                 find message it refers to (fixes #209 "crash when processing 
4042                 in folder")
4043
4044 2003-07-08 [paul]       0.9.0claws89
4045
4046         * sync with 0.9.3cvs2
4047                 see ChangeLog 2003-07-08
4048
4049 2003-07-08 [match]      0.9.0claws88
4050
4051         * src/ldapctrl.c
4052                 extend LDAP search for first/last name by parsing search term.
4053
4054 2003-07-08 [alfons]     0.9.0claws87
4055
4056         * src/send_message.c
4057                 fix bug #208 "Status message stuck when sending on POP3 account"
4058
4059 2003-07-07 [paul]       0.9.0claws86
4060
4061         * po/hr.po
4062                 new Croatian translation, submitted by
4063                 Dragan <drleskov@inet.hr>
4064
4065 2003-07-07 [paul]       0.9.0claws85
4066
4067         * sync with 0.9.3cvs1
4068                 see ChangeLog 2003-07-07
4069
4070 2003-07-05 [christoph]  0.9.0claws84
4071
4072         * src/Makefile.am
4073         * src/messageview.c
4074         * src/mimeview.[ch]
4075         * src/stock_pixmap.[ch]
4076         * src/pixmaps/messageview_text.xpm              ** NEW **
4077                 move mimeview tabs to the right side and use icons
4078                 instead of text to save some space
4079
4080         (patch by Luke Plant <lukeplant@softhome.net>)
4081
4082 2003-07-05 [christoph]  0.9.0claws83
4083
4084         * src/inc.c
4085                 add NULL pointer checks
4086
4087         (patch by Luke Plant <lukeplant@softhome.net>)
4088         (closes Bug 204 0.9.0 quits on authentication error?!)
4089
4090 2003-07-05 [alfons]     0.9.0claws82
4091
4092         * configure.ac
4093                 take the clue in bug #202 "./configure script - 
4094                 'if test' comparison failure" reported by John Kristoff. 
4095
4096 2003-07-04 [christoph]  0.9.0claws81
4097
4098         * src/plugins/spamassassin/spamassassin.c
4099                 set timeout for spam check
4100
4101 2003-07-04 [christoph]  0.9.0claws80
4102
4103         * src/main.c
4104                 destroy all FolderItems when shutting down to
4105                 allow folders to clean up
4106
4107 2003-07-04 [melvin]     0.9.0claws79
4108
4109         * src/gtk/gtkaspell.c
4110                 Fixed bug #184 "Entering non-ascii character deletes
4111                 previous char if spell checking enabled": this makes
4112                 the spell checking in multibytes (e.g. UTF-8)locales work.
4113                 (Patch by Luke Plant).
4114                 
4115 2003-07-04 [christoph]  0.9.0claws78
4116
4117         * sync with 0.9.2cvs1
4118                 see ChangeLog 2003-06-10
4119
4120 2003-07-04 [paul]       0.9.0claws77
4121
4122         * sync with 0.9.3 release
4123                 see ChangeLog 2003-07-04
4124
4125 2003-07-03 [christoph]  0.9.0claws76
4126
4127         * src/folder.[ch]
4128         * src/imap.c
4129         * src/mbox_folder.c
4130         * src/mh.c
4131         * src/news.c
4132                 move folder_item_get_path() stuff into a folder virtual function
4133
4134         * src/procmsg.c
4135                 use folder_item_fetch_msg() to get message and do not contruct
4136                 the filename from path and number
4137
4138 2003-07-03 [paul]       0.9.0claws75
4139
4140         * sync with 0.9.2cvs12
4141                 see ChangeLog 2003-07-03
4142
4143 2003-07-02 [paul]       0.9.0claws74
4144
4145         * src/messageview.c
4146                 fix text-selection for replying
4147
4148 2003-07-02 [paul]       0.9.0claws73
4149
4150         * sync with 0.9.2cvs11
4151                 see ChangeLog 2003-07-02
4152
4153 2003-07-02 [paul]       0.9.0claws72
4154
4155         * src/procmsg.c
4156                 revert last commit because it breaks more
4157                 than it fixes
4158
4159 2003-07-02 [paul]       0.9.0claws71
4160
4161         * src/procmsg.c
4162                 fix thread by subject/sort by date
4163
4164 2003-07-01 [paul]       0.9.0claws70
4165
4166         * sync with 0.9.2cvs10
4167                 see ChangeLog 2003-07-01
4168
4169 2003-06-30 [paul]       0.9.0claws69
4170
4171         * sync with 0.9.2cvs9
4172                 see ChangeLog 2003-06-30
4173
4174 2003-06-28 [match]      0.9.0claws68
4175
4176         * src/addressbook.c
4177                 fix null ptr.
4178
4179 2003-06-27 [paul]       0.9.0claws67
4180
4181         * sync with 0.9.2cvs7
4182                 see ChangeLog 2003-06-27
4183
4184 2003-06-26 [christoph]  0.9.0claws66
4185
4186         * src/folder.c
4187                 freeze folder updates while a folder is scanned
4188
4189         (closes Bug 185 New message counter)
4190
4191 2003-06-26 [darko]      0.9.0claws65
4192
4193         * src/ldapserver.c
4194                 fix infinite loop when adding a new LDAP server
4195
4196 2003-06-26 [paul]       0.9.0claws64
4197
4198         * sync with 0.9.2cvs6
4199                 see ChangeLog 2003-06-26
4200
4201 2003-06-26 [paul]       0.9.0claws63
4202
4203         * sync with 0.9.2cvs5
4204                 see ChangeLog 2003-06-25 and 2003-06-26
4205
4206 2003-06-25 [match]      0.9.0claws62
4207
4208         * src/addr_compl.c
4209                 Fixed tab/backtab for dropped-down completion list to
4210                 move next/previous field. (close bug 147)
4211
4212 2003-06-25 [christoph]  0.9.0claws61
4213
4214         * src/addr_compl.[ch]
4215         * src/addrindex.[ch]
4216         * src/folderview.c
4217         * src/inc.c
4218         * src/news.c
4219         * src/summaryview.c
4220         * src/toolbar.c
4221                 fix warnings
4222
4223 2003-06-25 [leandro]    0.9.0claws60
4224
4225         * src/compose.c
4226                 o cleanups
4227                 o gray out "Message/Remove references" menu item if not
4228                   replying to a message
4229
4230 2003-06-24 [leandro]    0.9.0claws59
4231
4232         * src/compose.[ch]
4233                 o removed "Message/Create new thread" menu item
4234                 o added "Message/Remove references" menu item
4235                   (it's off by default and will not check anymore
4236                    if the subject changed)
4237
4238 2003-06-23 [alfons]     0.9.0claws58
4239
4240         * src/procmsg.c
4241                 try better grouping messages threaded by subject based on their age.
4242                 still not perfect - because the message tree is not sorted by date.  
4243
4244 2003-06-23 [thorsten]   0.9.0claws57
4245
4246         * src/pop.[ch]
4247                 added mail_receive_hook to allow modifications
4248                 directly after retrieval (e.g. adding headers).
4249
4250 2003-06-23 [paul]       0.9.0claws56
4251
4252         * src/sourcewindow.c
4253                  enable the use of Ctrl+A to select all text in
4254                  the sourcewindow
4255                  Patch submitted by Ivan Francolin Martinez
4256                  <ivanfm@users.sourceforge.net>
4257
4258 2003-06-22 [christoph]  0.9.0claws55
4259
4260         * src/folder.[ch]
4261                 o add notification hook for folder tree changes
4262                 o invoke hooks after folder tree scanning
4263
4264         * src/folderview.[ch]
4265                 register hook for folder tree changes that
4266                 updates the ctree
4267
4268         (there are more places that should be updated, like add, remove 
4269          or move folder)
4270
4271         (closes Bug 164 Crash on rebuild folder tree)
4272         (closes Bug 190 Crash on 'rebuilding folder tree')
4273
4274 2003-06-21 [leandro]    0.9.0claws54
4275
4276         * src/compose.[ch]
4277                 create a new thread if subject changes
4278                 (it's on by default, can be disabled in Message menu)
4279
4280 2003-06-21 [alfons]     0.9.0claws53
4281
4282         * src/summaryview.c
4283                 quiet little compiler
4284
4285 2003-06-21 [christoph]  0.9.0claws52
4286
4287         update gettext stuff to version 0.12
4288
4289 2003-06-19 [alfons]     0.9.0claws51
4290
4291         * src/common/log.c
4292         * src/common/plugin.c
4293                 move defs.h before glib.h to prevent MIN/MAX redefs
4294
4295 2003-06-19 [alfons]
4296
4297         * src/addressbook.c
4298                 translatable
4299
4300 2003-06-19 [match]      0.9.0claws50
4301
4302         * src/addressbook.[ch]
4303         * src/addrindex.[ch]
4304         * src/addr_compl.[ch]
4305         * src/editldap.[ch]
4306         * src/editldap_basedn.[ch]
4307         * src/addritem.[ch]
4308         * src/ldapquery.h
4309                 re-implemented dynamic LDAP search. works without
4310                 slowdown on display sender with addressbook
4311                 option.
4312         * src/addrbook.c
4313                 documented code.
4314
4315 2003-06-19 [paul]       0.9.0claws49
4316
4317         * src/compose.c
4318                 fix Bug #136 'Nonprovided quotation marks crash claws'
4319                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
4320
4321 2003-06-19 [alfons]     0.9.0claws48
4322
4323         * src/prefs_common.[ch]
4324         * src/procmsg.c
4325                 restrict threading by subject by checking thread for
4326                 age (prefs_common.thread_by_subject_max_age)
4327
4328 2003-06-18 [christoph]  0.9.0claws47
4329
4330         * src/imap.c
4331                 fix memory leak in imap_cmd_fetch()
4332
4333 2003-06-18 [christoph]  0.9.0claws46
4334
4335         * src/prefs_gtk.c
4336                 fix memory leak in prefs_set_default() when used multiple
4337                 times or after prefs have been read
4338
4339 2003-06-18 [christoph]  0.9.0claws45
4340
4341         * src/common/plugin.c
4342                 fix memory leak in plugin_unload()
4343
4344 2003-06-18 [christoph]  0.9.0claws44
4345
4346         * src/imap.c
4347                 fix memory leak in imap_cmd_ok()
4348
4349 2003-06-18 [christoph]  0.9.0claws43
4350
4351         * src/folder.c
4352                 stop messages that are downloaded from POP3 and added to
4353                 an IMAP inbox from being filtered twice (first by POP3
4354                 and again when IMAP folder is scaned to get the UID of
4355                 the APPEND operation when no UIDPLUS is available)
4356
4357 2003-06-18 [alfons]
4358
4359         * tools/Makefile.am
4360                 phoenix <- firebird     
4361
4362 2003-06-18 [paul]
4363
4364         * tools/launch_phoenix          ** REMOVED **
4365           tools/launch_firebird         ** NEW **
4366                 renamed and edited to reflect the browser's name change from
4367                 'phoenix' to 'firebird'
4368
4369 2003-06-18 [paul]       0.9.0claws42
4370
4371         * sync with 0.9.2cvs2
4372                 see ChangeLog 2003-06-16
4373
4374 2003-06-17 [alfons]     0.9.0claws41
4375
4376         * src/procmsg.c
4377                 prevent threading problems when a node is an ancestor (parent / great parent),
4378                 which mostly happens with circular references (thanks to Phillipe Gramoullé
4379                 for finding an sample set of messages)
4380
4381 2003-06-16 [christoph]  0.9.0claws40
4382
4383         * src/main.c
4384                 don't popup main window on --receive or --receive-all
4385
4386         * src/mainwindow.[ch]
4387         * src/plugins/trayicon/trayicon.c
4388                 allow hiding of main window by clicking on the trayicon
4389                 (doesn't work correctly in seperate window mode and may
4390                  cause unexpected GTK problems I couldn't find yet)
4391
4392         * src/common/ssl.c
4393                 remove incorrect warning
4394
4395 2003-06-15 [alfons]     0.9.0claws39
4396
4397         * src/gtk/gtkstext.c
4398                 don't output debug text;
4399                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
4400                 for pointing this out);
4401
4402 2003-06-14 [alfons]     0.9.0claws38
4403         
4404         * src/messageview.c
4405                 remove printf() and make one if..else comply with coding style
4406
4407 2003-06-14 [alfons]     0.9.0claws37
4408
4409         * AUTHORS
4410                 add Martin Wicke
4411         * src/action.c
4412         * src/messageview.[ch]
4413         * src/summaryview.c
4414                 apply patch #754162 "Quoting messages filtered by actions" submitted
4415                 by Martin Wicke, which allows quoting message body changed by an
4416                 action (Thanks!).
4417
4418 2003-06-13 [alfons]     0.9.0claws36
4419
4420         * src/utils.c
4421                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
4422                 use case insensitive regexp (suggested by Ivan Martinez)
4423
4424 2003-06-13 [christoph]  0.9.0claws35
4425
4426         * configure.ac
4427         * src/plugins/trayicon/Makefile.am
4428         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
4429         * src/plugins/trayicon/trayicon.c
4430         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
4431         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
4432         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
4433         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
4434         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
4435         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
4436                 replace my own EggTrayIcon backport with the backport
4437                 used by (l|x)mule and gabber.
4438
4439 2003-06-13 [alfons]     0.9.0claws34
4440
4441         * AUTHORS
4442         * src/common/utils.c
4443                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
4444
4445 2003-06-13 [alfons]     0.9.0claws33
4446
4447         * src/compose.c
4448                 clean up a little bit
4449
4450 2003-06-12 [alfons]     0.9.0claws32
4451
4452         * src/compose.c
4453                 const correctness fix
4454
4455         * src/common/sylpheed.[ch]
4456                 () -> (void)
4457                 prevent redef MIN/MAX
4458                 
4459         * src/common/utils.[ch]
4460                 () -> (void)
4461
4462 2003-06-12 [melvin]     0.9.0claws31
4463
4464         * src/compose.c
4465                 Updated to take into accounts changes in GtkAspell.
4466
4467 2003-06-12 [alfons]     0.9.0claws30
4468
4469         * src/compose.c
4470         * src/procmsg.c
4471         * src/common/utils.[ch]
4472                 handle reply subject prefixes better (initial 
4473                 suggestion by Robert Story adapted and enhanced 
4474                 using regexps)
4475
4476 2003-06-12 [melvin]     0.9.0claws29
4477
4478         * src/compose.c
4479                 Use new gtkaspell_checkers_strerror() to get the speller's
4480                 error message instead of accessing the (now private)
4481                 checkers structure.
4482                 Minor code clean up
4483
4484         * src/main.c
4485                 Use #ifdef instead of #if for USE_ASPELL
4486                 Use the new spell checkers init/quit functions 
4487
4488         * src/gtk/gtkaspell.c
4489                 Use #ifdef instead of #if for USE_ASPELL
4490                 Moved in the majority of GtkAspell structures that were
4491                 exported before by gtkaspell.h
4492         
4493         * src/gtk/gktaspell.h
4494                 Made gtkaspell.h contain only the necessary data to be
4495                 publicized by moving many structures to gtkaspell.c.
4496                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
4497                 gtkaspell_checkers_new(): replaced by...
4498                 gtkaspell_checkers_init(): new function for initialization
4499                 gtkaspell_checkers_delete(): replaced by...
4500                 gtkaspell_checkers_quit(): new function
4501                 gtkaspell_checkers_strerror(): new function that returns
4502                 the checker's last error message.
4503                 
4504 2003-06-11 [melvin]     0.9.0claws28
4505
4506         * po/POTFILES.in
4507                 Updated to take into account gtkaspell.c migration to
4508                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
4509
4510 2003-06-10 [alfons]     0.9.0claws27
4511
4512         * src/filtering.[ch]
4513         * src/folder.c
4514         * src/matcher.c
4515         * src/scoring.[ch]
4516                 - try fixing bug #18 (any brave testers?)
4517                 - add more robustness by refusing previously 
4518                   unchecked NULL pointers 
4519
4520 2003-06-10 [alfons]     0.9.0claws26
4521
4522         * src/procmsg.c
4523                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
4524
4525 2003-06-09 [alfons]     0.9.0claws25
4526
4527         * src/prefs_common.c
4528                 fix bug #163 "Icon switching doesnt work properly" by 
4529                 preventing early freeing of prefs_common.pixmap_theme_path.
4530
4531 2003-06-09 [christoph]  0.9.0claws24
4532
4533         * src/gtk/gtkaspell.c
4534                 revert Thorsten's fix and add forgotten g_strdup for
4535                 aspell path (it should not be possible to alter the path a
4536                 GtkASpell uses from outside)
4537
4538 2003-06-09 [thorsten]   0.9.0claws23
4539
4540         * src/gtk/gtkaspell.c
4541                 dont free prefs_common.aspell_path when closing compose
4542
4543 2003-06-08 [colin]      0.9.0claws22
4544
4545         * src/plugins/spamassassin/spamassassin.c
4546                 fix prefs types
4547
4548 2003-06-07 [christoph]  0.9.0claws21
4549
4550         * src/Makefile.am
4551         * src/compose.c
4552         * src/gtkaspell.[ch]            ** REMOVE **
4553         * src/gtk/Makefile.am
4554         * src/gtk/gtkaspell.[ch]        ** NEW **
4555                 o make gtkaspell independent from sylpheed's prefs
4556                 o move gtkaspell.[ch] to gtk directory
4557
4558 2003-06-07 [christoph]  0.9.0claws20
4559
4560         * src/Makefile.am
4561         * src/crash.c
4562         * src/export.c
4563         * src/filesel.[ch]              ** REMOVE **
4564         * src/folder.c
4565         * src/main.[ch]
4566         * src/common/sylpheed.[ch]
4567         * src/gtk/Makefile.am
4568         * src/gtk/filesel.[ch]          ** NEW **
4569         * src/gtk/pluginwindow.c
4570         * src/gtk/sslcertwindow.c
4571                 move filesel.[ch] to gtk directory
4572
4573 2003-06-07 [alfons]     0.9.0claws19
4574
4575         * src/filesel.c
4576                 make (multi) file selection dialog work again (Claws-only)
4577
4578 2003-06-07 [thorsten]   0.9.0claws18
4579
4580         * po/de.po
4581                 fix typos
4582
4583 2003-06-07 [alfons]     0.9.0claws17
4584
4585         * configure.ac
4586         * src/mimeview.c
4587                 detect apache mishap in which case don't include fnmatch.h
4588                 if regex.h is already included
4589
4590 2003-06-06 [christoph]  0.9.0claws16
4591
4592         * configure.ac
4593         * src/mimeview.h
4594                 add check for fnmatch.h and include it when available
4595
4596         * src/mimeview.[ch]
4597                 fix wrong case sensitivity of Content-Types
4598
4599         * src/gtk/Makefile.am
4600                 need the same include paths in gtk directory as in
4601                 common directory because .h files in common can
4602                 include files from these directories, when included
4603                 in gtk's .h or .c files
4604
4605 2003-06-06 [alfons]     0.9.0claws15
4606
4607         * src/mimeview.c
4608         * src/summaryview.c
4609                 make it compile again because of regex.h / fnmatch.h 
4610                 include problems (related to recent mime stuff, can
4611                 someone check this?)
4612
4613 2003-06-06 [thorsten]   0.9.0claws14
4614
4615         * src/folderview.c
4616                 possible use of uninitialized pointer while dragging
4617
4618 2003-06-06 [paul]       0.9.0claws13
4619
4620         * src/compose.c
4621                 fix bug where the insert sig button would be effective
4622                 only when auto_sig was set
4623
4624 2003-06-06 [paul]       0.9.0claws12
4625
4626         * sync with 0.9.2 release
4627
4628 2003-06-02 [paul]       0.9.0claws11
4629
4630         * sync with 0.9.1cvs1
4631                 see ChangeLog 2003-06-02
4632                 
4633         * po/de.po
4634                 update by Jens
4635
4636 2003-06-01 [christoph]  0.9.0claws10
4637
4638         * src/account.c
4639                 don't use substring search to find accounts by email address
4640
4641         (closes Bug 169 Overly loose matching of "From" address)
4642
4643 2003-05-31 [christoph]  0.9.0claws9
4644
4645         * doc-src/rfc2683.txt
4646         * src/imap.c
4647                 limit IMAP command length as recommended in RFC2683
4648                 (message number lists will be split into multiple imap
4649                 sets, the limit of 1000 octets is not a hard limit)
4650
4651         (closes Bug 161 sylpheed-claws exits with segfault when logging
4652          in to certain imap-servers)
4653
4654 2003-05-29 [alfons]     0.9.0claws8
4655
4656         * src/toolbar.[ch]
4657                 add print button (calling summary_print());
4658                 fine tune setting tooltip text;
4659                 (if someone needs other buttons, please take these 
4660                 commits as a guide, instead of bothering us - also
4661                 see 0.8.11claws150) 
4662
4663 2003-05-29 [darko]      0.9.0claws7
4664
4665         * src/compose.c
4666                 fix crash when word wrapping kicks in due to
4667                 changed text by spell checker
4668
4669 2003-05-29 [paul]       0.9.0claws6
4670
4671         * src/compose.c
4672                 fix bug where changing account would insert
4673                 sig even if auto_sig was FALSE
4674                 
4675         * ChangeLog
4676           ChangeLog.jp
4677           INSTALL
4678                 sync with 0.9.1 release
4679
4680 2003-05-28 [christoph]  0.9.0claws5
4681
4682         * src/imap.c
4683                 fix truncation of too long commands
4684
4685         (closes Bug 167 IMAP hangs trying to get envelope
4686          information in imap_get_uncached_messages)
4687
4688 2003-05-27 [paul]       0.9.0claws4
4689
4690         * tools/Makefile.am
4691           tools/maildir2sylpheed.pl     ** NEW FILE **
4692                 add kmail to sylpheed mailbox conversion script
4693
4694 2003-05-27 [paul]       0.9.0claws3
4695
4696         * sync with 0.9.0cvs10
4697                 see ChangeLog 2003-05-26
4698
4699 2003-05-26 [paul]       0.9.0claws2
4700
4701         * sync with 0.9.0cvs9
4702                 see ChangeLog 2003-05-26
4703
4704 2003-05-24 [paul]       0.9.0claws1
4705
4706         * sync with 0.9.0cvs8
4707                 see ChangeLog 2003-05-23
4708
4709 2003-05-24 [paul]       0.9.0claws
4710
4711         * version 0.9.0claws released
4712
4713 2003-05-24 [paul]       0.8.11claws177
4714
4715         * src/plugins/dillo-viewer/Makefile.am
4716           src/plugins/traycon/Makefile.am
4717                 add missing files
4718                 
4719         * po/bg.po
4720           po/en_GB.po
4721           po/es.po
4722           po/it.po
4723           po/pt_BR.po
4724           po/ru.po
4725           po/sr.po
4726                 update Bulgarian, British English, Spanish, Italian, 
4727                 Brazilian Portuguese, Russian, and Serbian translations, 
4728                 submitted by George Danchev, [me], Ricardo Mones Lastra,
4729                 André Filipe de Assunção e Brito, Alessandro Maestri, 
4730                 Ruslan N. Balkin, and Urke MMI
4731
4732 2003-05-23 [melvin]     0.8.11claws176
4733
4734         * po/fr.po
4735                 Updated French translations
4736
4737 2003-05-22 [paul]       0.8.11claws175
4738
4739         * src/Makefile.am
4740           src/addrbook.[ch]
4741           src/addrcache.[ch]
4742           src/addr_compl.[ch]
4743           src/adressbook.[ch]
4744           src/addrindex.[ch]
4745           src/addritem.[ch]
4746           src/editaddress.c
4747           src/editgroup.c
4748           src/editldap_basedn.c
4749           src/editldap.c
4750           src/jpilot.c
4751           src/vcard.c
4752                 revert to get ldap into it previous working state
4753                 
4754         * po/zh_TW.Big5.po
4755                 new Taiwanese translation,
4756                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
4757
4758 2003-05-22 [christoph]  0.8.11claws174
4759
4760         * src/plugins/spamassassin/libspamc.[ch]
4761                 sync libspamc with SpamAssaain release 2.55
4762
4763 2003-05-22 [paul]       0.8.11claws173
4764
4765         * sync with 0.9.0cvs7
4766                 see ChangeLog 2003-05-22
4767                 
4768         * src/summaryview.c
4769                 revert change in 0.8.11claws172: follow
4770                 Hiroyuki's decision and that's the end of it.
4771
4772 2003-05-21 [paul]       0.8.11claws172
4773
4774         * src/summaryview.c
4775                 fix discrepency between open_unread_on_enter
4776                 and always_show_msg
4777
4778 2003-05-21 [paul]       0.8.11claws171
4779
4780         * sync with 0.9.0cvs6
4781                 see ChangeLog 2003-05-21
4782
4783 2003-05-21 [paul]       0.8.11claws170
4784
4785         * sync with 0.9.0cvs5
4786                 see ChangeLog 2003-05-21
4787
4788 2003-05-20 [paul]       0.8.11claws169
4789
4790         * sync with 0.9.0cvs4
4791                 see ChangeLog 2003-05-20
4792                 fixes bug #152, 'encoding of IMAP folders names'
4793
4794 2003-05-20 [paul]       0.8.11claws168
4795
4796         * sync with 0.9.0cvs3
4797                 see ChangeLog 2003-05-20
4798                 
4799         * src/tools/convert_mbox.pl
4800                 minor change in the comments, submitted by Fred Marton
4801
4802 2003-05-19 [paul]       0.8.11claws167
4803
4804         * src/plugins/clamav/Makefile.am
4805           configure.ac
4806                 link clamav_lib to the plugin and not to the main program
4807
4808 2003-05-19 [christoph]
4809
4810         * src/Makefile.am
4811                 add -export-dynamic for linking
4812
4813 2003-05-19 [paul]       0.8.11claws166
4814
4815         * sync with 0.9.0cvs1
4816                 see ChangeLog 2003-05-19
4817
4818 2003-05-19 [paul]       0.8.11claws165
4819
4820         * src/inc.c
4821                 fix 'pop before smtp' timeout
4822
4823 2003-05-18 [alfons]     0.8.11claws164
4824
4825         * src/prefs_matcher.c
4826                 put "execute" action command line ("expression") in edit box
4827
4828 2003-05-18 [christoph]  0.8.11claws163
4829
4830         * src/mimeview.[ch]
4831         * src/plugins/dillo_viewer/dillo_viewer.c
4832         * src/plugins/image_viewer/viewer.c
4833         * src/plugins/mathml_viewer/mathml_viewer.c
4834                 let a viewer have a list of Content-Types
4835
4836 2003-05-18 [paul]       0.8.11claws162
4837
4838         * src/prefs_filtering.c
4839                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
4840                 and REDIRECT actions
4841
4842 2003-05-17 [christoph]
4843
4844         * README.claws
4845                 o remove dynamic signatures that was syned with main
4846                 o add infos about no longer "build in" image viewer
4847                 o update bugtracker URL
4848
4849 2003-05-17 [christoph]  0.8.11claws161
4850
4851         * src/folder.c
4852         * src/folderview.c
4853         * src/imap.c
4854                 don't use imap_scan_folder anymore. Instead call folder_item_scan
4855                 for every folder after rebuilding the folder tree.
4856
4857         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
4858          messages)
4859
4860 2003-05-17 [christoph]  0.8.11claws160
4861
4862         * src/imap.c
4863                 don't use STATUS command on current folder to check for
4864                 content changes. imap_cmd_ok() now tracks changes to
4865                 folder and number of existing messages.
4866
4867 2003-05-17 [paul]       0.8.11claws159
4868
4869         * src/plugins/clamav/clamav_plugin.c
4870                 remove unnecessary debug_print
4871
4872 2003-05-16 [thorsten]   0.8.11claws158
4873
4874         * src/plugins/demo.c
4875                 included missing intl.h
4876
4877 2003-05-16 [paul]       0.8.11claws157
4878
4879         * po/POTFILES.in
4880                 remove non-existant entries
4881         
4882         * src/plugins/clamav/clamav_plugin.c
4883           src/plugins/clamav/clamav_plugin_gtk.c
4884           src/plugins/dillo_viewer/dillo_prefs.c
4885           src/plugins/dillo_viewer/dillo_viewer.c
4886                 gettextise
4887
4888 2003-05-16 [christoph]  0.8.11claws156
4889
4890         * po/POTFILES.in
4891                 include plugin .c files for translation until I
4892                 find a better solution to have plugins have their
4893                 own textdomain
4894         * src/plugins/demo/demo.c
4895         * src/plugins/image_viewer/plugin.c
4896         * src/plugins/mathml_viewer/mathml_viewer.c
4897         * src/plugins/spamassassin/spamassassin.c
4898         * src/plugins/spamassassin/spamassassin_gtk.c
4899         * src/plugins/trayicon/trayicon.c
4900                 add gettext macros for plugin name and description
4901
4902 2003-05-16 [paul]
4903
4904         * sync with 0.9.0
4905
4906 2003-05-16 [paul]       0.8.11claws155
4907
4908         * sync with lastest 0.9.0pre1
4909                 see ChangeLog 2003-05-16
4910
4911 2003-05-15 [paul]       0.8.11claws154
4912
4913         * sync with latest 0.9.0pre1
4914                 see ChangeLog 2003-05-14 and 2003-05-15
4915
4916 2003-05-14 [christoph]  0.8.11claws153
4917
4918         * src/plugins/image_viewer/viewer.c
4919         * src/plugins/image_viewer/viewer.glade         ** NEW **
4920         * src/plugins/image_viewer/viewerprefs.c
4921                 make it possible to disable the autoload function in the
4922                 imageviewer again
4923
4924 2003-05-14 [christoph]  0.8.11claws152
4925
4926         * src/folder.c
4927                 fix folder update after adding a message
4928
4929 2003-05-13 [alfons]     0.8.11claws151
4930
4931         * src/common/session.c
4932                 remove debug traces
4933                 
4934         * src/addrcache.[ch]
4935         * src/filtering.[ch]
4936         * src/folder.[c]
4937         * src/gtkaspell.[ch]
4938         * src/imap.[ch]
4939         * src/mbox_folder.[ch]
4940         * src/mh.[ch]
4941         * src/mimeview.h
4942         * src/msgcache.[ch]
4943         * src/news.[ch]
4944         * src/passphrase.[ch]
4945         * src/prefs_common.[ch]
4946         * src/prefs_gtk.[ch]
4947         * src/procmsg.c
4948         * src/scoring.[ch]
4949                 be pedantic; (in prototypes () implies (int))
4950
4951 2003-05-13 [alfons]     0.8.11claws150
4952
4953         * src/prefs_toolbar.[ch]
4954         * src/summaryview.[ch]
4955         * src/toolbar.[ch]
4956                 change misleading text in toolbar prefs;
4957                 add toolbar action for ignore thread (toggles ignore thread flag);
4958                 clean up a little bit;
4959
4960 2003-05-12 [paul]
4961
4962         * tools/convert_mbox.pl
4963                 bug fixed by Fred Marton
4964
4965 2003-05-12 [paul]
4966
4967         * sync with 0.9.0pre1
4968
4969 2003-05-09 [paul]       0.8.11claws149
4970
4971         * sync with 0.8.11cvs43
4972                 see ChangeLog 2003-05-09
4973
4974 2003-05-08 [christoph]  0.8.11claws148
4975
4976         * src/imap.[ch]
4977                 o use CAPABILIY as first command and check for PREAUTH
4978                   information in the response to it
4979                 o rewrite all imap_cmd_* functions to use an IMAPSession
4980                   instead of a SockInfo as parameter
4981                 o do STARTTLS after fetching and checking the server
4982                   capabilities
4983
4984 2003-05-08 [paul]       0.8.11claws147
4985
4986         * tools/Makefile.am
4987           tools/README
4988           tools/convert_mbox.pl         ** NEW FILE **
4989                 add mbox conversion script. Submitted by 
4990                 Fred Marton <Fred.Marton@uni-bayreuth.de>
4991
4992 2003-05-07 [christoph]
4993
4994         * doc-src/glade.txt
4995         * src/gtk/pluginwindow.glade
4996         * src/plugins/image_viewer/viewerprefs.glade
4997         * src/plugins/spamassassin/spamassassin_gtk.glade
4998                 add glade files for user interfaces and a description how
4999                 to use glade to create the sylpheed code
5000
5001 2003-05-07 [paul]       0.8.11claws146
5002
5003         * sync with 0.8.11cvs41
5004                 see ChangeLog 2003-05-07
5005
5006 2003-05-06 [christoph]  0.8.11claws145
5007
5008         * src/main.c
5009         * src/plugins/image_viewer/viewer.c
5010                 fix usage of imlib in imageviewer plugin
5011
5012         * src/gtk/prefswindow.c
5013                 handle window close event correctly
5014
5015 2003-05-06 [paul]       0.8.11claws144
5016
5017         * src/common/ssl.c
5018                 fix typo introduced in sync
5019
5020 2003-05-06 [paul]       0.8.11claws143
5021
5022         * sync with 0.8.11cvs39
5023                 see ChangeLog 2003-05-06
5024
5025 2003-05-06 [paul]       0.8.11claws142
5026
5027         * AUTHORS
5028           po/cs.po
5029                 updated Czech translation, submitted by 
5030                 Radek Vybiral <Radek.Vybiral@vsb.cz>
5031                 
5032         * src/plugins/clamav/clamav_plugin_gtk.c
5033                 clean up
5034
5035 2003-05-03 [alfons]     0.8.11claws141
5036
5037         * src/compose.[ch]
5038                 make paste as quotation work even when the call to 
5039                 text_inserted() was deferred (fixes bug #140 "Paste 
5040                 as quotation does not work when using "external" 
5041                 clipboard")
5042
5043 2003-05-03 [thorsten]   0.8.11claws140
5044
5045         * src/addrquery.h
5046           src/ldapquery.h
5047           src/mainwindow.c
5048                 removed C++ comments
5049         * src/addr_compl.c
5050                 function with non-int retval/param used before
5051                 implementation/declaration
5052
5053 2003-05-02 [paul]       0.8.11claws139
5054
5055         * src/addr_compl.[ch]
5056           src/addressbook.[ch]
5057           src/addrindex.c
5058           src/summaryview.c
5059                 revert match's changes to (finally) remove the bug where
5060                 opening a folder causes massive slowdown when using the 
5061                 'Display sender using address book' option
5062
5063 2003-05-01 [melvin]     0.8.11claws138
5064
5065         * src/plugins/dillo_viewer/dillo_prefs.[ch]
5066         * src/plugins/dillo_viewer/dillo_viewer.c
5067                 Fixed bug where "Cancel" button from prefs issued
5068                 warnings.
5069                 Comply a little more to coding style
5070
5071 2003-05-01 [paul]       0.8.11claws137
5072
5073         * sync with 0.8.11cvs38
5074                 see ChangeLog 2003-05-01
5075
5076 2003-05-01 [paul]       0.8.11claws136
5077
5078         * po/bg.po
5079                 updated by George Danchev
5080
5081 2003-04-30 [christoph]  0.8.11claws135
5082
5083         * src/plugins/dillo_viewer/dillo_prefs.c
5084         * src/plugins/image_viewer/viewerprefs.c
5085         * src/plugins/spamassassin/spamassassin_gtk.c
5086                 remove gtk_widget_ref() calls for widgets in
5087                 glade code
5088
5089 2003-04-30 [paul]       0.8.11claws134
5090
5091         * src/addrindex.c
5092                 ok, this time a better fix for the bug where opening folder
5093                 has massive slowdown when using the 'Display sender using 
5094                 address book' option
5095
5096 2003-04-30 [paul]       0.8.11claws133
5097
5098         * src/addrindex.c
5099                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
5100         
5101 2003-04-30 [melvin]     0.8.11claws132
5102
5103         New: Dillo plugin preferences (patch by Dimitar Haralanov)
5104
5105         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
5106                 Preferences for the dillo plugin
5107         * src/plugins/dillo_viewer/dillo_viewer.c
5108                 Support for preferences
5109         * src/plugins/dillo_viewer/Makefile.am
5110                 Added dillo_prefs.[ch]
5111
5112 2003-04-30 [alfons]     0.8.11claws131
5113
5114         * src/common/plugin.[ch]
5115                 see? this ANSI C'fication immediately gives us type
5116                 checking for free.
5117
5118 2003-04-30 [alfons]     0.8.11claws130
5119
5120         * src/common/plugin.[ch]
5121         * src/plugins/clamav/clamav_plugin.[ch]
5122         * src/plugins/clamav/clamav_plugin_gtk.c
5123         * src/plugins/demo/demo.c
5124         * src/plugins/dillo_viewer/dillo_viewer.c
5125         * src/plugins/image_viewer/plugin.c
5126         * src/plugins/image_viewer/viewer.[ch]
5127         * src/plugins/image_viewer/viewerprefs.[ch]
5128         * src/plugins/mathml_viewer/mathml_viewer.c
5129         * src/plugins/spamassassin/spamassassin.[ch]
5130         * src/plugins/spamassassin/spamassassin_gtk.c
5131         * src/plugins/trayicon/trayicon.c
5132                 clean up
5133
5134 2003-04-30 [alfons]     0.8.11claws129
5135
5136         * src/common/utils.c
5137                 make is_ascii_str() fail gracefully when NULL pointer
5138                 is passed
5139
5140 2003-04-30 [paul]       0.8.11claws128
5141
5142         * src/addrindex.c
5143                 fix bug where opening folder has massive slowdown when
5144                 using the 'Display sender using address book' option
5145
5146 2003-04-30 [paul]       0.8.11claws127
5147
5148         * src/plugins/clamav/clamav_plugin.c
5149           src/plugins/clamav/clamav_plugin_gtk.c
5150           src/plugins/demo/demo.c
5151           src/plugins/dillo_viewer/dillo_viewer.c
5152           src/plugins/image_viewer/plugin.c
5153           src/plugins/mathml_viewer/mathml_viewer.c
5154           src/plugins/spamassassin/spamassassin.c
5155           src/plugins/spamassassin/spamassassin_gtk.c
5156           src/plugins/trayicon/trayicon.c
5157                 get rid of eye-hurting function signatures
5158
5159 2003-04-30 [paul]       0.8.11claws126
5160
5161         * src/plugins/trayicon/trayicon.c
5162                 add description
5163                 
5164         * src/mimeview.c
5165                 be more descriptive
5166
5167 2003-04-30 [paul]       0.8.11claws125
5168
5169         * configure.ac
5170                 arrange the plugins in reverse alphabetical order
5171                 
5172         * src/plugins/clamav/clamav_plugin.[ch]
5173           src/plugins/clamav/clamav_plugin_gtk.c
5174                 rename some params
5175                 resize max_size window
5176                 re-arrange the order of some gui elements
5177                 improve descriptions
5178         
5179         * src/plugins/image_viewer/plugin.c
5180           src/plugins/mathml_viewer/mathml_viewer.c
5181                 add descriptions
5182                 
5183         * src/plugins/spamassassin/spamassassin_gtk.c
5184                 resize max_size window
5185                 re-arrange the order of some gui elements
5186                 
5187         * src/messageview.c
5188           src/mimeview.c
5189                 correct typos
5190
5191 2003-04-30 [alfons]     0.8.11claws124
5192
5193         * src/imap.c
5194                 fix a leak found while browsing Martin Kluge's 
5195                 valgrind log (Claws only)
5196
5197 2003-04-29 [darko]      0.8.11claws123
5198
5199         * src/gtk/gtkstext.h
5200                 include wchar.h if it is available, fixes compilation
5201                 on HP-UX systems
5202
5203 2003-04-29 [melvin]     0.8.11claws122
5204
5205         * src/prefs_actions.c
5206                 Improved help text of Actions' syntax
5207
5208 2003-04-28 [paul]       0.8.11claws121
5209
5210         * src/action.c
5211                 a better fix for the crash when performing an action
5212                 on a mime part
5213
5214 2003-04-28 [paul]       0.8.11claws120
5215
5216         * src/action.c
5217                 fix crash when performing an action on a
5218                 mime part
5219
5220 2003-04-28 [paul]       0.8.11claws119
5221
5222         * sync with 0.8.11cvs36
5223                 see ChangeLog 2003-04-28
5224
5225 2003-04-27 [paul]       0.8.11claws118
5226
5227         * more sync with 0.8.11cvs35
5228                 see ChangeLog 2003-04-25
5229
5230 2003-04-26 [christoph]  0.8.11claws117
5231
5232         * src/folder.c
5233                 fix remove virtual check
5234
5235 2003-04-26 [paul]       0.8.11claws116
5236
5237         * src/messageview.c
5238                 fix return-receipt, make it work again
5239
5240 2003-04-26 [paul]       0.8.11claws115
5241
5242         * src/mimeview.c
5243                 restore double-clicking of the [application/pgp-signature 
5244                 (Select "Check signature" to check)] line in the message view,
5245                 broken in recent sync
5246
5247 2003-04-26 [christoph]  0.8.11claws114
5248
5249         * src/folder.c
5250                 check if remove virtual really exists before
5251                 calling the function
5252
5253 2003-04-25 [match]      0.8.11claws113
5254
5255         * src/addrindex.c
5256         * src/addrbook.c
5257         * src/ldapquery.[ch]
5258         * src/ldapctrl.[ch]
5259                 fix memleak.
5260         * src/ldapserver.[ch]
5261                 fix memleak. fix segfault.
5262                 plug a Claws memleak
5263
5264 2003-04-25 [alfons]     0.8.11claws112
5265
5266         * src/folder.c
5267                 plug a Claws memleak
5268
5269 2003-04-25 [alfons]     0.8.11claws111
5270
5271         * src/common/session.c
5272                 plug a memleak
5273
5274 2003-04-25 [paul]       0.8.11claws110
5275
5276         * sync with 0.8.11cvs35
5277                 see ChangeLog 2003-04-24 and 2003-04-25
5278                 
5279         * src/gtk/pluginwindow.c
5280                 correct another strange float value
5281
5282 2003-04-24 [christoph]  0.8.11claws109
5283
5284         * src/folder.c
5285                 freeze folder item updates when unsetting new flags
5286
5287         * src/gtk/pluginwindow.c
5288                 correct strange float value
5289
5290 2003-04-23 [paul]       0.8.11claws108
5291
5292         * sync with 0.8.11cvs33
5293                 see ChangeLog 2003-04-23
5294
5295 2003-04-22 [paul]       0.8.11claws107
5296
5297         * src/Makefile.am
5298           src/messageview.c
5299           src/mimeview.c
5300           src/pgptext.[ch]      ** REMOVED **
5301                 remove pgptext.[ch] as its not used any more
5302
5303 2003-04-22 [paul]       0.8.11claws106
5304
5305         * sync with 0.8.11cvs31
5306                 see ChangeLog 2003-04-21 and 2003-04-22
5307
5308 2003-04-21 [alfons]     0.8.11claws105
5309
5310         * src/main.c
5311                 No access to GTK structures if we're a spawned child
5312                 (and clean up code a little bit...) Should fix #126.
5313
5314 2003-04-21 [melvin]     0.8.11claws104
5315
5316         * src/plugins/dillo_viewer/README
5317                 Improved slightly the text.
5318
5319 2003-04-21 [melvin]     0.8.11claws103
5320
5321         * src/plugins/dillo_viewer/README *** NEW ***
5322                 Added a README file for the Dillo plugin
5323
5324 2003-04-20 [paul]
5325
5326         * tools/README
5327           tools/outlook2sylpheed.pl
5328                 updated and improved by Ricardo Mones Lastra
5329
5330 2003-04-18 [oliver]     0.8.11claws102
5331
5332         * src/inc.c 
5333         * src/prefs_account.h
5334                 remove Pop3SessionType (used by selective download)
5335         * src/prefs_toolbar.c
5336                 enable set Default Toolbar button
5337
5338 2003-04-18 [paul]       0.8.11claws101
5339
5340         * sync with 0.8.11cvs29
5341                 see ChangeLog 2003-04-18
5342
5343 2003-04-17 [paul]       0.8.11claws100
5344
5345         * src/prefs_common.[ch]
5346           src/summaryview.c
5347                 remove 'Open next message on deletion' option,
5348                 as the same effect can now be achieved via the
5349                 'Always open messages in summary when selected'
5350                 option.
5351
5352 2003-04-17 [paul]       0.8.11claws99
5353
5354         * sync with 0.8.11cvs28
5355                 see ChangeLog 2003-04-17
5356
5357 2003-04-17 [christoph]  0.8.11claws98
5358
5359         * ac/spamassassin.m4
5360         * src/plugins/spamassassin/libspamc.[ch]
5361         * src/plugins/spamassassin/utils.[ch]
5362                 sync libspamc with SpamAssassin project
5363
5364 2003-04-17 [christoph]  0.8.11claws97
5365
5366         * src/common/socket.h
5367         * src/gtk/sslcertwindow.h
5368                 rename old USE_SSL to USE_OPENSSL
5369
5370 2003-04-17 [paul]       0.8.11claws96
5371
5372         * src/prefs_common.h
5373                 use gulong for P_COLOR so that it compiles/runs on
5374                 64-bit systems. Patch submitted by James Noyes
5375                 <jnoyes-claws@retrogeeks.com>
5376                 
5377         * po/de.po
5378                 updated by Jens
5379
5380 2003-04-17 [paul]       0.8.11claws95
5381
5382         * sync with 0.8.11cvs27
5383                 see ChangeLog 2003-04-16
5384
5385 2003-04-15 [paul]       0.8.11claws94
5386
5387         * src/prefs_common.[ch]
5388                 rearrange to stop the window getting too long:
5389                         move Receive dialog stuff to Receive tab
5390                         move Send dialog to Send tab
5391                         remove Dialogs frame
5392                 rename 'Open messages in summary with cursor keys' to
5393                 'Always open messages in summary when selected', as its
5394                 more appropriate
5395
5396 2003-04-15 [paul]       0.8.11claws93
5397
5398         * src/prefs_common.[ch]
5399           src/summaryview.c
5400                 add new option '/Interface/Open next message on deletion'
5401
5402 2003-04-15 [paul]       0.8.11claws92
5403
5404         * src/summaryview.[ch]
5405                 add /Mark/Lock and /Mark/Unlock to the pop-up
5406                 menu. Patch submitted by Ivan Francolin Martinez
5407                 <ivanfm@users.sourceforge.net>
5408
5409 2003-04-15 [paul]       0.8.11claws91
5410
5411         * sync with 0.8.11cvs24
5412                 see ChangeLog 2003-04-15
5413
5414 2003-04-14 [jens]       0.8.11claws90
5415
5416         * updated German translation and some corrections from
5417                 Roland Bless <bless@tm.uka.de>
5418
5419 2003-04-14 [paul]       0.8.11claws89
5420
5421         * sync with 0.8.11cvs22
5422                 see ChangeLog 2003-04-14
5423
5424 2003-04-13 [paul]       0.8.11claws88
5425
5426         * src/plugins/clamav/clamav_plugin.c
5427                 fix memory leaks
5428                 clean up
5429
5430 2003-04-12 [paul]       0.8.11claws87
5431
5432         * src/plugins/clamav/clamav_plugin.c
5433                 activate enable/disable archive scanning option
5434                 
5435         * src/plugins/clamav/.cvsignore         ** NEW FILE **
5436
5437 2003-04-12 [paul]       0.8.11claws86
5438
5439         * src/plugins/Makefile.am
5440           src/plugins/clamav/Makefile.am                ** NEW FILE **
5441           src/plugins/clamav/README                     ** NEW FILE ** 
5442           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
5443           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
5444                 add Clam AntiVirus plugin
5445
5446 2003-04-12 [paul]       0.8.11claws85
5447
5448         * sync with 0.8.11cvs21
5449                 see ChangeLog 2003-04-11
5450
5451 2003-04-11 [paul]       0.8.11claws84
5452
5453         * po/es.po
5454                 update Spanish translation. Submitted by Ricardo
5455                 Mones Lastra.
5456
5457 2003-04-10 [christoph]  0.8.11claws83
5458
5459         * src/mbox.c
5460                 fix typo that did not move unfiltered mails to destination
5461                 folder
5462
5463         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
5464          when filtering from spool)
5465
5466 2003-04-10 [christoph]  0.8.11claws82
5467
5468         * src/imap.c
5469                 use BODY.PEEK instead of BODY in in message fetch operation
5470                 to make sure the IMAP server does not set the \Seen flag for
5471                 messages. Sylpheed does that later itself, when the message
5472                 is opened in sylpheed
5473
5474         (closes Bug 111 Claws destroys unread marks)
5475
5476 2003-04-09 [oliver]     0.8.11claws81
5477         
5478         * src/folder.c
5479                 fix crash in folder_destroy
5480         * README.claws
5481                 remove selective download
5482
5483 2003-04-09 [christoph]  0.8.11claws80
5484
5485         * src/imap.c
5486                 fix crash in imap_get_msginfo() when then fetched message
5487                 is not found
5488
5489         (closes Bug 110 Crash during mail composition)
5490
5491 2003-04-08 [christoph]  0.8.11claws79
5492
5493         * src/folder.c
5494         * src/prefs_account.c
5495                 Filter new messages that are found in an INBOX folder
5496                 when 'Filter messages on receiving' is enabled in the
5497                 Folder's AccountPrefs. This allows to use Sylpheed's
5498                 filtering engine for IMAP folders where messages are
5499                 added to the INBOX by a MTA
5500
5501 2003-04-08 [paul]       0.8.11claws78
5502
5503         * src/procmsg.h
5504                 clean up after last commit
5505
5506 2003-04-08 [paul]       0.8.11claws77
5507
5508         * sync with 0.8.11cvs20
5509                 see ChangeLog 2003-04-07 and 2003-04-08
5510
5511 2003-04-07 [christoph]  0.8.11claws76
5512
5513         * src/filtering.[ch]
5514         * src/inc.[ch]
5515         * src/mbox.c
5516         * src/procmsg.[ch]
5517                 add procmsg_msginfo_filter() to execute filtering actions
5518
5519 2003-04-06 [christoph]  0.8.11claws75
5520
5521         * src/imap.c
5522                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
5523
5524 2003-04-06 [christoph]  0.8.11claws74
5525
5526         * src/common/utils.[ch]
5527                 add g_int_compare() function for slist sorting
5528
5529         * src/imap.c
5530                 fetch all MsgInfos with one command in imap_get_msginfos()
5531                 using an imap set with a list of ranges
5532
5533         * src/news.c
5534                 use new g_int_compare() function
5535
5536 2003-04-06 [thorsten]   0.8.11claws73
5537
5538         * src/mh.c
5539                 corrected implementation of mh_folder_destroy()
5540
5541 2003-04-05 [christoph]  0.8.11claws72
5542
5543         * src/account.c
5544         * src/folder.[ch]
5545         * src/folderview.c
5546         * src/imap.c
5547         * src/inc.c
5548         * src/main.c
5549         * src/mainwindow.c
5550         * src/mbox_folder.c
5551         * src/mh.c
5552         * src/mimeview.h
5553         * src/msgcache.[ch]
5554         * src/news.c
5555         * src/procmime.h
5556         * src/procmsg.[ch]
5557         * src/setup.c
5558         * src/gtk/gtkutils.c
5559                 o rename structure field names class and new to klass and
5560                   new_msgs, to allow including files in C++
5561                 o add 'extern "C"' block to some header files
5562                 o add MsgInfoList and MsgNumberList as alias for GSList for
5563                   developers to know what type of list is expected
5564
5565         * src/plugins/image_viewer/plugin.c
5566         * src/plugins/image_viewer/viewer.[ch]
5567         * src/plugins/image_viewer/viewerprefs.[ch]
5568                 rename function names to prevent conflicts
5569
5570 2003-04-05 [paul]       0.8.11claws71
5571
5572         * sync with 0.8.11cvs18
5573                 see ChangeLog 2003-04-03 and 2003-04-04
5574
5575 2003-04-02 [christoph]  0.8.11claws70
5576
5577         * src/folder.[ch]
5578         * src/imap.[ch]
5579         * src/mbox_folder.[ch]
5580         * src/mh.[ch]
5581         * src/news.[ch]
5582                 o Make all virtual folder functions private
5583                 o remove unused folder code
5584
5585         * src/common/socket.[ch]
5586         * src/summaryview.c
5587                 fix warnings
5588
5589 2003-03-30 [alfons]     0.8.11claws69
5590
5591         * src/send_message.c
5592                 remove two debug traces and see if people still report
5593                 errors
5594
5595 2003-03-30 [alfons]     0.8.11claws68
5596
5597         * src/send_message.c
5598         * src/commons/session.c
5599                 add more debug traces
5600
5601 2003-03-30 [christoph]  0.8.11claws67
5602
5603         * src/folder.c
5604                 change processing folder name from .processing to processing
5605
5606         * src/common/ssl.c
5607                 disable SSL certificate check because it causes Xlib error
5608                 when the child process want's to open an GTK window
5609
5610 2003-03-30 [christoph]  0.8.11claws66
5611
5612         * src/folder.c
5613                 don't use default folder for processing folder item because
5614                 it can be a non local folder
5615
5616         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
5617
5618 2003-03-30 [alfons]     0.8.11claws65
5619
5620         * src/send_message.c
5621                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
5622                 to generate bad code for 'send_send_data_progressive': When
5623                 called from 'send_send_data_finished', the 'data' pointer is
5624                 cleared just before the assignment to the dialog pointer
5625
5626 2003-03-29 [christoph]  0.8.11claws64
5627
5628         * src/common/prefs.h
5629         * src/plugins/image_viewer/Makefile.am
5630         * src/plugins/image_viewer/plugin.c
5631         * src/plugins/image_viewer/viewer.[ch]
5632         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
5633                 add PrefsPage for ImageViewer
5634
5635 2003-03-28 [thorsten]   0.8.11claws63
5636
5637         * src/common/session.c
5638                 added some comments
5639
5640 2003-03-28 [paul]       0.8.11claws62
5641
5642         * sync with 0.8.11cvs16
5643                 see ChangeLog 2003-03-28
5644
5645 2003-03-28 [paul]       0.8.11claws61
5646
5647         * sync with 0.8.11cvs15
5648                 see ChangeLog 2003-03-28
5649
5650 2003-03-27 [christoph]  0.8.11claws60
5651
5652         * src/folder.c
5653         * src/imap.c
5654         * src/common/socket.[ch]
5655                 set socket state to DISCONNECTED when any operation
5656                 fails to allow reconnecting in IMAP code without
5657                 checking the return code of all calls to the command
5658                 functions
5659
5660         * src/folderview.c
5661         * src/summaryview.c
5662                 remove some more stuff that depends on specific
5663                 folder types
5664
5665 2003-03-27 [paul]       0.8.11claws59
5666
5667         * sync with 0.8.11cvs14
5668                 see ChangeLog 2003-03-27
5669                 
5670         * src/selective_download.[ch]   ** REMOVED **
5671                 really removed
5672
5673 2003-03-27 [christoph]  0.8.11claws58
5674
5675         * src/folder.c
5676                 fix handling of tmp_flags in flag copy function
5677
5678 2003-03-27 [paul]       0.8.11claws57
5679
5680         * sync with 0.8.11cvs13
5681                 see ChangeLog 2003-03-27
5682
5683 2003-03-27 [oliver]     0.8.11claws56
5684
5685         * src/maiwindow.c
5686                 remove sel_download_cb
5687
5688 2003-03-27 [oliver]     0.8.11claws55
5689         
5690         * src/inc.c
5691                 remove POP3_TOP
5692         
5693 2003-03-26 [oliver]     0.8.11claws54
5694
5695         *src/pop.h
5696                 remove POP3_TOP*
5697         * README.claws
5698                 remove selective donwload readme
5699
5700 2003-03-26 [oliver]     0.8.11claws53
5701         * src/matcher.[ch]
5702         * src/matcher_parser_parse.y 
5703         * src/pop.c 
5704         * src/prefs_account.[ch]
5705         * src/prefs_filtering.c
5706                 remove selective donwload
5707
5708 2003-03-26 [oliver]     0.8.11claws52
5709
5710         * src/inc.[ch] 
5711         * src/filtering.c 
5712         * src/mainwindow.c 
5713                 remove selective donwload
5714
5715 2003-03-26 [oliver]     0.8.11claws51
5716         
5717         * src/Makefile.am
5718         * src/selective_download.[ch]   ** REMOVE **    
5719
5720 2003-03-26 [christoph]  0.8.11claws50
5721
5722         * src/news.c
5723                 fix NEWS that got broken by a sync with sylpheed-main
5724
5725 2003-03-26 [christoph]  0.8.11claws49
5726
5727         * src/mimeview.c
5728                 fix mime type guessing when no mime type is found for a file
5729
5730 2003-03-25 [christoph]  0.8.11claws48
5731
5732         * src/mimeview.c
5733         * src/procmime.c
5734                 remove mime type guessing from mime parser and use
5735                 name based mime types in viewer lookup for mime type
5736                 application/octet-stream
5737
5738 2003-03-25 [christoph]  0.8.11claws47
5739
5740         * doc-src/readme.txt
5741         * doc-src/rfc2554.txt
5742                 add RFC about SMTP AUTH
5743
5744         * src/send_message.c
5745         * src/common/smtp.[ch]
5746                 add extra error code for authentication errors and
5747                 clear temporary password when this error occurs
5748
5749         (closes Bug 84 authentication failure while sending should
5750          prompt for password again)
5751
5752 2003-03-25 [christoph]  0.8.11claws46
5753
5754         * configure.ac
5755         * src/Makefile.am
5756         * src/imageview.[ch]                            ** REMOVE **
5757         * src/messageview.[ch]
5758         * src/mimeview.[ch]
5759         * src/prefs_common.[ch]
5760         * src/textview.c
5761         * src/plugins/Makefile.am
5762         * src/plugins/image_viewer/.cvsignore           ** NEW **
5763         * src/plugins/image_viewer/Makefile.am          ** NEW **
5764         * src/plugins/image_viewer/plugin.c             ** NEW **
5765         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
5766                 move image viewer into a plugin (building is enabled by default)
5767                 [ToDo: Prefs for resize and autoview]
5768
5769 2003-03-25 [paul]       0.8.11claws45
5770
5771         * sync with 0.8.11cvs12
5772                 see ChangeLog 2003-03-26
5773
5774 2003-03-25 [paul]       0.8.11claws44
5775
5776         * sync with 0.8.11cvs11
5777                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
5778                 
5779         Note: Selective Download is broken.
5780                 
5781 2003-03-22 [christoph]  0.8.11claws43
5782
5783         * src/folder.c
5784                 code cleanup for flags copying
5785
5786 2003-03-22 [christoph]  0.8.11claws42
5787
5788         * src/plugins/trayicon/trayicon.c
5789                 fix setting the transparent area when the window size
5790                 is forced by the system tray
5791
5792 2003-03-22 [christoph]  0.8.11claws41
5793
5794         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
5795         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
5796         * src/plugins/trayicon/newmail.xpm              ** NEW **
5797         * src/plugins/trayicon/nomail.xpm               ** NEW **
5798         * src/plugins/trayicon/trayicon.c
5799         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
5800                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
5801                 o add icon for unread mails
5802                 o set transparency for window
5803
5804 2003-03-22 [christoph]  0.8.11claws40
5805
5806         * src/news.c
5807                 init news session to prevent crash when session is closed
5808
5809 2003-03-22 [christoph]  0.8.11claws39
5810
5811         * src/imap.c
5812         * src/common/session.[ch]
5813                 Init session data to make sure we don't have invalid pointers
5814                 for read_ch and write_ch when new multi process sessions are
5815                 not used
5816
5817         * src/main.c
5818         * src/common/plugin.c
5819         * src/common/sylpheed.c
5820         * src/plugins/demo/demo.c
5821         * src/plugins/dillo_viewer/dillo_viewer.c
5822         * src/plugins/mathml_viewer/mathml_viewer.c
5823         * src/plugins/spamassassin/spamassassin.c
5824         * src/plugins/spamassassin/spamassassin_gtk.c
5825                 add plugin types to allow loading plugins at different times
5826                 (and maybe for different frontends), because it's not good to
5827                 load GTK-Plugins gefore gtk_init was called
5828
5829         * configure.ac
5830         * src/plugins/Makefile.am
5831         * src/plugins/trayicon/.cvsignore               ** NEW **
5832         * src/plugins/trayicon/Makefile.am              ** NEW **
5833         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
5834         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
5835         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
5836         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
5837         * src/plugins/trayicon/trayicon.c               ** NEW **
5838                 New Trayicon plugin that shows an icon in a systray that uses
5839                 XEMBED protocol like Gnome's systray. Icon shows if there
5840                 are new mails and a tooltip shows information about new,
5841                 unread and total messages.
5842
5843 2003-03-22 [paul]       0.8.11claws38
5844
5845         * src/common/smtp.c
5846                 fix ESMTP AUTH CRAM-MD5
5847                 [sync with main (still version 0.8.11cvs6), see
5848                  ChangeLog 2003-03-22]
5849
5850 2003-03-21 [colin]      0.8.11claws37
5851
5852         * src/send_message.c
5853                 Fix USE_SSL => USE_OPENSSL
5854
5855 2003-03-21 [colin]      0.8.11claws36
5856
5857         * src/folderview.c
5858                 Fix counts in drag and dropped subfolders
5859
5860 2003-03-21 [colin]      0.8.11claws35
5861
5862         * src/folder.c 
5863         * src/folderview.c
5864                 speed up a bit folder dnd
5865
5866 2003-03-20 [alfons]     0.8.11claws34
5867
5868         * src/main.c
5869         * src/toolbar.c
5870         * src/procmsg.c
5871                 don't send locked queue messages
5872                 (feature request "[ 705245 ] Locking message in outbox 
5873                  should prevent sending")
5874
5875 2003-03-20 [christoph]  0.8.11claws33
5876
5877         * src/folder.c
5878                 remove NEW and UNREAD flag in special folders when scanning
5879                 
5880         * src/common/smtp.c
5881                 fix ESMTP AUTH CRAM-MD5
5882
5883 2003-03-20 [paul]       0.8.11claws32
5884
5885         * src/prefs_account.c
5886                 Re-write 'Tunnel command to open connection' as
5887                 'Use command to communicate with server', and disable
5888                 it for all except IMAP accounts
5889
5890 2003-03-20 [paul]       0.8.11claws31
5891
5892         * sync with 0.8.11cvs6
5893                 see ChangeLog 2003-03-20
5894
5895 2003-03-19 [match]      0.8.11claws30
5896
5897         * src/addritem.[ch]
5898                 include documentation. minor refactoring.
5899         * src/addr_compl.[ch]
5900         * src/addrindex.[ch]
5901         * src/addresbook.[ch]
5902         * src/summaryview.c
5903                 re-enable address lookup (was disabled in
5904                 0.8.11claws20).
5905
5906 2003-03-19 [christoph]  0.8.11claws29
5907
5908         * src/procmsg.c
5909                 add temp flag handling, will make moving and copying
5910                 messages possible again
5911
5912         * src/folder.c
5913                 correct calulation of folder stats
5914
5915 2003-03-18 [match]      0.8.11claws28
5916
5917         * src/editgroup.h
5918                 remove case sensitive comparison (closes bug 80).
5919
5920 2003-03-18 [christoph]  0.8.11claws27
5921
5922         * src/imap.c
5923                 fix imap using a tunnel command
5924
5925         (closes bug 87)
5926
5927 2003-03-18 [christoph]  0.8.11claws26
5928
5929         * src/folder.[ch]
5930         * src/imap.c
5931         * src/procmsg.[ch]
5932                 rewrite flag handling for folders
5933
5934 2003-03-18 [christoph]  0.8.11claws25
5935
5936         * src/folder.c
5937         * src/procmsg.c
5938         * src/summaryview.c
5939                 unset NEW and UNREAD flags when message is ignored, to make
5940                 sure messages don't show up as unread on other IMAP clients,
5941                 because the IGNORE_THREAD flag can not be syncronized through
5942                 the IMAP folder
5943
5944 2003-03-17 [christoph]  0.8.11claws24
5945
5946         * src/imap.c
5947                 don't use recursion to fetch uids when the number of messages
5948                 does not match. Moved code into subfunction that is used
5949                 again when needed, to prevent an endless loop.
5950
5951 2003-03-17 [thorsten]   0.8.11claws23
5952
5953         * src/imageview.[ch]
5954                 export imageview_get_resized_size() (for plugins)
5955         * src/prefs_common.[ch]
5956                 added prefs_common_get() (for plugins)
5957
5958 2003-03-17 [christoph]  0.8.11claws22
5959
5960         * src/imap.c
5961                 o remove UID guessing from copy code
5962                 o support UIDPLUS extension for APPEND command
5963
5964 2003-03-17 [paul]       0.8.11claws21
5965
5966         * src/gtk/about.c
5967                 remove 'Compiled-plugins' section.
5968                 
5969         * src/plugins/dillo_viewer/dillo_viewer.c
5970                 slight change to description text
5971
5972 2003-03-16 [match]      0.8.11claws20
5973         * src/ldapserver.[ch]           ** NEW **
5974         * src/ldapctrl.[ch]             ** NEW **
5975         * src/ldapquery.[ch]            ** NEW **
5976         * src/ldaputil.[ch]             ** NEW **
5977         * src/addrcindex.[ch]           ** NEW **
5978         * src/addrquery.h               ** NEW **
5979         * src/addritem.[ch]
5980         * src/addrcache.[ch]
5981         * src/addrindex.[ch]
5982         * src/addr_compl.[ch]
5983         * src/addressbook.[ch]
5984         * src/addrbook.[ch]
5985         * src/editgroup.c
5986         * src/editaddress.c
5987         * src/editldap.c
5988         * src/editldap_basedn.c
5989         * src/vcard.c
5990         * src/jpilot.c
5991         * src/Makefile.am
5992                 included dynamic LDAP queries. improved address
5993                 completion.
5994
5995 2003-03-16 [paul]       0.8.11claws19
5996
5997         * tools/multiwebsearch.pl
5998                 fix a fatal typo
5999
6000 2003-03-16 [christoph]  0.8.11claws18
6001
6002         * src/mimeview.c
6003         * src/plugins/dillo_viewer/dillo_viewer.c
6004         * src/plugins/mathml_viewer/mathml_viewer.c
6005                 make unregistering of MimeViewerFactorys possible
6006
6007 2003-03-16 [alfons]     0.8.11claws17
6008
6009         * configure.ac
6010                 correct typo
6011
6012 2003-03-16 [melvin]     0.8.11claws16
6013
6014         * src/plugins/dillo_viewer.c
6015                 Fixed bug where it was not possible to view more than
6016                 one text/html attachment per message (bug discovered
6017                 by Christoph Hohmann).
6018
6019 2003-03-15 [melvin]     0.8.11claws15
6020
6021         * src/prefs_actions.c
6022                 Fixed compilation warnings.
6023
6024 2003-03-15 [melvin]     0.8.11claws14
6025
6026         * src/plugins/Makefile.am
6027         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
6028         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
6029         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
6030                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
6031                 newer (http://dillo.auriga.wearlab.de/).
6032
6033 2003-03-15 [christoph]  0.8.11claws13
6034
6035         * src/imap.c
6036                 don't query imap folder for attributes because we already
6037                 for them from imap_status
6038
6039         * src/mimeview.[ch]
6040                 add support for plugable MimeViewers (unloading Viewers
6041                 not yet complete)
6042
6043         * src/plugins/Makefile.am
6044         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
6045         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
6046         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
6047                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
6048                 widget from http://helm.cs.unibo.it/mml-widget/
6049
6050 2003-03-14 [christoph]  0.8.11claws12
6051
6052         * src/folder.[ch]
6053                 o error return code's should better be negative
6054                 o replace printf with debug_print
6055
6056         * src/imap.c
6057                 improve IMAP folder scan by checking UID-NEXT
6058
6059         * src/summaryview.c
6060                 remove check that are unnecessary in my opinion
6061
6062 2003-03-13 [christoph]  0.8.11claws11
6063
6064         * src/folder.[ch]
6065         * src/foldersel.c
6066         * src/folderview.c
6067         * src/imap.c
6068         * src/mbox_folder.c
6069         * src/mh.c
6070         * src/news.c
6071         * src/prefs_scoring.c
6072         * src/summaryview.c
6073                 use a common function to get a displayable name
6074                 for a FolderItem
6075
6076 2003-03-13 [paul]       0.8.11claws10
6077
6078         * tools/Makefile.am
6079           tools/README
6080           tools/multiwebsearch.conf     ** NEW FILE **
6081           tools/multiwebsearch.pl       ** NEW FILE **
6082                 add multiwebsearch Actions script
6083
6084 2003-03-13 [colin]      0.8.11claws9
6085
6086         * src/compose.c
6087                 Remove leading emtpy lines from quoted text
6088                 before quoting it
6089
6090 2003-03-13 [melvin]     0.8.11claws8
6091
6092         * src/prefs_actions.c
6093                 Fixed a memory leak
6094                 Code clean ups
6095                 Added Cancel and OK buttons
6096                 Corrected help text
6097
6098 2003-03-13 [christoph]  0.8.11claws7
6099
6100         * src/account.c
6101         * src/folder.[ch]
6102         * src/imap.c
6103         * src/mainwindow.c
6104         * src/mbox_folder.c
6105         * src/mh.c
6106         * src/news.c
6107         * src/setup.c
6108                 replace more folder type stuff with folder class stuff
6109
6110 2003-03-13 [melvin]     0.8.11claws6
6111
6112         * src/prefs_actions.c
6113                 Added new tokens:
6114                 %u: user provided argument
6115                 %h: user provided argument (hidden on input)
6116                 %s: current text selection in the message view 
6117
6118 2003-03-13 [paul]       0.8.11claws5
6119
6120         * sync with 0.8.11cvs5
6121                 see ChangeLog 2003-03-11, 2003-03-12
6122
6123 2003-03-12 [christoph]  0.8.11claws4
6124
6125         * src/folder.c
6126                 use folder class idstr when writing folderlist.xml
6127
6128         * src/folder.h
6129         * src/imap.c
6130         * src/news.c
6131                 replace folder type checks with folder class checks
6132
6133 2003-03-12 [christoph]  0.8.11claws3
6134
6135         * src/folder.[ch]
6136         * src/imap.[ch]
6137         * src/main.c
6138         * src/mbox_folder.[ch]
6139         * src/mh.[ch]
6140         * src/news.[ch]
6141                 o create a list of known folder classes in the folder system
6142                 o use folder class id strings for folder item identifiers
6143
6144 2003-03-12 [christoph]  0.8.11claws2
6145
6146         * src/imap.c
6147                 fix imap uid validity check
6148
6149 2003-03-12 [christoph]  0.8.11claws1
6150
6151         * src/account.c
6152         * src/folder.[ch]
6153         * src/foldersel.c
6154         * src/folderview.c
6155         * src/imap.c
6156         * src/mainwindow.c
6157         * src/mbox_folder.c
6158         * src/mh.c
6159         * src/news.c
6160         * src/prefs_scoring.c
6161         * src/procmsg.c
6162         * src/setup.c
6163         * src/summaryview.c
6164                 initial restructuring of folder system, seperating
6165                 folders and folder classes
6166
6167 2003-03-12 [paul]       0.8.11claws
6168
6169         0.8.11claws release
6170
6171 2003-03-12 [christoph]
6172
6173         * src/gtk/prefswindow.c
6174                 fix translation of "Page Index"
6175
6176 2003-03-12 [paul]       0.8.10claws110
6177
6178         a sync from 0.8.11cvs4 before the release
6179
6180         * src/common/utils.c
6181                 subject_compare_for_sort(): allow null strings (fixes
6182                 summary sorting).
6183
6184 2003-03-11 [paul]       0.8.10claws109
6185
6186         * po/es.po
6187                 update Spanish translation, submitted by
6188                 Ricardo Mones Lastra
6189
6190 2003-03-11 [melvin]     0.8.10claws108
6191
6192         * po/fr.po
6193                 Updated French translations
6194
6195 2003-03-11 [paul]       0.8.10claws107
6196
6197         * manual/en/Makefile.am
6198           manual/en/*.html
6199                 update English manual, add a new page
6200                 updated by Francois Barriere <fbarriere@atmel.fr>
6201                 
6202         * po/bg.po
6203           po/it.po
6204           po/sr.po
6205                 update Bulgarian, Italian, and Serbian translations
6206                 submitted by George Danchev, Alessandro Maestri, and
6207                 Urke MMI
6208
6209 2003-03-10 [paul]       0.8.10claws106
6210
6211         * src/gtk/about.c
6212           src/gtk/prefswindow.c
6213                 make some strings translatable
6214
6215 2003-03-10 [darko]      0.8.10claws105
6216
6217         * src/compose.c
6218                 code cleanup to make Hiro happy
6219
6220 2003-03-10 [paul]       0.8.10claws104
6221
6222         * sync with 0.8.11cvs2
6223                 see ChangeLog 2003-03-10
6224
6225 2003-03-09 [melvin]     0.8.10claws103
6226
6227         * src/textview.c
6228                 textview_set_font(): fix for message display in
6229                 UTF-8 locales (thanks to Sergey Vlasov).
6230                 (was unintentionnaly reverted in 0.8.6claws6)   
6231
6232 2003-03-08 [darko]      0.8.10claws102
6233
6234         * src/compose.c
6235                 fix infinite loop in wrapping as reported
6236                 by happycactus
6237                 obsoletes patch #696482
6238
6239 2003-03-08 [christoph]  0.8.10claws101
6240
6241         * src/imap.c
6242                 add workaround for IMAP servers that do not
6243                 support the "UID SEARCH UID" command
6244
6245 2003-03-07 [christoph]  0.8.10claws100
6246
6247         * src/plugins/spamassassin/spamassassin.[ch]
6248         * src/plugins/spamassassin/spamassassin_gtk.c
6249                 code cleanup
6250
6251 2003-03-07 [paul]       0.8.10claws99
6252
6253         * po/es.po
6254                 updated Spanish translation, submitted by
6255                 Ricardo Mones Lastra
6256
6257 2003-03-07 [christoph]  0.8.10claws98
6258
6259         * src/send.c
6260                 fix in 0.8.10claws94 was wrong
6261                 local delivery does not require escaping, remove escaping
6262                 code to make signatures of mails with "." lines valid
6263                 
6264                 NOTE: requires that sendmail is executed with "-i" option,
6265                       what is the default now, but has to be changed in all
6266                       exsiting accounts)
6267
6268 2003-03-07 [paul]       0.8.10claws97
6269
6270         * sync with 0.8.11 release
6271                 see ChangeLog 2003-03-07
6272
6273 2003-03-06 [paul]       0.8.10claws96
6274
6275         * src/compose.c
6276                 revert commit 0.8.10claws92
6277
6278 2003-03-06 [paul]       0.8.10claws95
6279
6280         * src/folderview.c
6281                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
6282
6283         * src/gtkaspell.c
6284                 fix bug 74, 'Crash opening editor window with pseudo-color
6285                 display'
6286                 
6287         Patches submitted by Kevin Vigor <kevin@vigor.nu>
6288
6289 2003-03-06 [christoph]  0.8.10claws94
6290
6291         * src/send.c
6292                 fix rfc2821 (4.5.2) violation in SMTP data sending,
6293                 all lines starting with a period get an extra period
6294                 inserted
6295                 (found by Simon 'corecode' Schubert)
6296
6297 2003-03-06 [paul]       0.8.10claws93
6298
6299         * src/folderview.c
6300                 if configured font can't be loaded fall back to gtk
6301                 default. (with thanks to Christoph)
6302                 
6303                 closes long-standing bug 15 'Crashes on startup'
6304
6305 2003-03-06 [paul]       0.8.10claws92
6306
6307         * src/compose.c
6308                 freeze text before autosave and thaw afterwards
6309                 fixes bug 67 'autosave make re-rediting message crazy'
6310
6311 2003-03-06 [christoph]  0.8.10claws91
6312
6313         * src/compose.c
6314                 ignore address comment in dupe check for Cc-list
6315
6316         (closes reopened bug 47 Replying to message strips name part of
6317          e-mail addresses of Cc: lines)
6318
6319 2003-03-06 [paul]       0.8.10claws90
6320
6321         * src/Makefile.am
6322                 remove reference to gtkxtext.h as its no longer in
6323                 the repository
6324
6325 2003-03-06 [paul]       0.8.10claws89
6326
6327         * sync with 0.8.10cvs25
6328                 see ChangeLog 2003-03-06
6329
6330 2003-03-06 [oliver]     0.8.10claws88
6331         
6332         * src/messageview.c
6333                 remove include
6334
6335 2003-03-06 [oliver]     0.8.10claws87
6336         
6337         * src/folderview.c 
6338                 remove changes introduced inclaws74
6339         * src/messageview.c
6340                 another attempt to sanely delete and update
6341                 messages deleted in separate messageview
6342
6343 2003-03-05 [christoph]  0.8.10claws86
6344
6345         * src/summaryview.c
6346                 check if "From" matches any account's address if
6347                 addressbook completion of addresses is disabled too
6348
6349         (closes Bug 70 "Display recipient in from" doesn't check
6350          folder's default account)
6351
6352 2003-03-05 [christoph]  0.8.10claws85
6353
6354         * src/compose.c
6355         * src/common/utils.[ch]
6356                 don't strip address comments when building Cc lists
6357
6358         (closes Bug 47 Replying to message strips name part of e-mail addresses
6359          of Cc: lines)
6360
6361         * src/folder.c
6362                 fix return value of copy function
6363
6364 2003-03-05 [christoph]  0.8.10claws84
6365
6366         * src/imap.c
6367                 don't ask imap server for non rfc822 headers
6368
6369         (closes bug 71 IMAP FETCH asks for FROM header field twice)
6370
6371         * src/imap.c
6372                 destroy session on socket error to allow reconnecting
6373
6374 2003-03-05 [christoph]  0.8.10claws83
6375
6376         * configure.ac
6377                 fix building with gnome when no prefix is set
6378
6379         (closes bug 66 Gnome directory is set to NONE)
6380
6381 2003-03-05 [paul]       0.8.10claws82
6382
6383         * sync with 0.8.10cvs23
6384                 see ChangeLog 2003-03-05
6385
6386 2003-03-04 [christoph]  0.8.10claws81
6387
6388         * src/folder.c
6389                 o fix moving and copying when folder returns 0 for new
6390                   message number
6391                 o remove some code for single message copy and move
6392                   operations and use functions for multiple messages
6393
6394         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
6395
6396         * src/news.c
6397                 remove unused include
6398
6399 2003-03-04 [paul]       0.8.10claws80
6400
6401         * src/gtk/about.c
6402                 list 'Compiled plugins'
6403
6404 2003-03-03 [christoph]  0.8.10claws79
6405
6406         * src/news.[ch]
6407                 have to multiply the percentage of the current fetch with
6408                 the percentage that it has of the total fetch operation
6409                 for correct values
6410
6411 2003-03-03 [christoph]  0.8.10claws78
6412
6413         * src/news.c
6414                 fix calculation of expected lines for progress indicator
6415
6416 2003-03-03 [christoph]  0.8.10claws77
6417
6418         * src/summaryview.c
6419         * src/common/utils.c
6420                 fix segfault when opening the root news folder
6421
6422 2003-03-03 [christoph]  0.8.10claws76
6423
6424         * src/mainwindow.[ch]
6425         * src/common/Makefile.am
6426         * src/common/progressindicator.[ch]
6427                 add UI independent progress indicator handling
6428
6429         * src/news.[ch]
6430                 use new progress indicator for message info fetching
6431
6432         * src/common/hooks.h
6433                 code cleanup
6434
6435 2003-03-03 [oliver]     0.8.10claws75
6436
6437         * src/toolbar.c
6438         * src/compose.c
6439                 removed commented code
6440
6441 2003-03-03 [oliver]     0.8.10claws74
6442
6443         * src/toolbar.[ch]
6444                 cleanups and refactoring
6445         * src/compose.[ch]
6446                 compose_reply_mode reply & forwarding interface for
6447                 toolbar buttons
6448         * src/folderview.c
6449                 act on messages marked for deletion in folderview_selected
6450                 based on prefs_common.immediate_exec since a message might 
6451                 have been deleted by messageview in a folder we are changing 
6452                 to (does anybody understand what I'm on about ?)
6453
6454 2003-03-03 [oliver]     0.8.10claws73
6455         
6456         * src/messageview.[ch]
6457                 new functions
6458                 - messageview_delete: delete message shown in messagview
6459                 - messageview_update_view: update messageview to currently 
6460                   selected summaryview message
6461                 - add separate messageview to msgview_list in order to update 
6462                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
6463         * src/summaryview.[ch]
6464                 summary_get_selection returns a list of selected msgs
6465                 in summaryview
6466         * src/mainwindow.c
6467                 toolbar reply refactoring
6468
6469 2003-03-03 [paul]       0.8.10claws72
6470
6471         * sync with 0.8.10cvs21
6472                 see ChangeLog 2003-03-03
6473
6474 2003-03-02 [christoph]  0.8.10claws71
6475
6476         * src/common/passcrypt.c
6477                 use POSIX includes
6478
6479 2003-03-02 [christoph]  0.8.10claws70
6480
6481         * configure.ac
6482         * src/prefs_account.c
6483         * src/prefs_gtk.[ch]
6484         * src/common/.cvsignore
6485         * src/common/Makefile.am
6486         * src/common/passcrypt.c                ** NEW **
6487         * src/common/passcrypt.h.in             ** NEW **
6488                 Implement password encryption in config files
6489                 using unix encrypt and setkey functions. The crypt
6490                 key can be set as a configure parameter. Old
6491                 passwords will be converted if they do not begin
6492                 with '!'
6493
6494 2003-03-02 [paul]       0.8.10claws69
6495
6496         * src/prefs_account.c
6497                 fix compile error
6498
6499 2003-03-01 [thorsten]   0.8.10claws68
6500
6501         * po/el.po
6502           po/hr.po
6503           po/it.po
6504           po/nl.po
6505           po/sr.po
6506           po/sv.po
6507                 corrected format strings
6508         * po/en_GB.po
6509                 corrected headers
6510                 (fix compile errors with GNU gettext-0.11.5)
6511
6512 2003-03-01 [oliver]     0.8.10claws67
6513
6514         * src/summaryview.c
6515                 menu callbacks call toolbar_menu_reply
6516
6517 2003-03-01 [oliver]     0.8.10claws66
6518
6519         * src/mainwindow.c
6520         * src/messageview.c
6521                 menu callbacks call toolbar_menu_reply
6522         * src/toolbar.[ch]
6523                 callbacks from menu handled by toolbar_menu_reply
6524
6525 2003-03-01 [paul]       0.8.10claws65
6526
6527         * src/addressbook.c
6528                 revert commit 0.8.10claws54 - breaks editing of
6529                 addressbook.
6530                 
6531         * po/bg.po
6532                 update Bulgarian translation, submitted by
6533                 George Danchev
6534
6535 2003-02-28 [christoph]  0.8.10claws64
6536
6537         * src/account.c
6538         * src/addressadd.c
6539         * src/compose.c
6540         * src/gtkaspell.c
6541         * src/gtkxtext.h                ** REMOVE **
6542         * src/imap.c
6543         * src/matcher.[ch]
6544         * src/mh.c
6545         * src/news.c
6546         * src/pine.c
6547         * src/prefs_common.c
6548         * src/prefs_matcher.c
6549         * src/procheader.[ch]
6550         * src/procmsg.[ch]
6551         * src/toolbar.c
6552         * src/common/ssl_certificate.c
6553         * src/gtk/colorlabel.c
6554         * src/gtk/menu.c
6555                 o fix warnings
6556                 o remove code obsoleted by new cache and folder system rework
6557
6558 2003-02-28 [oliver]     0.8.10claws63
6559         
6560         * src/toolbar.[ch]
6561                 * fix bug where reply in Messageview replied to 
6562                 Message displayed in summaryview
6563                 (reportedd via ML by chinatinte at gmx dot ch)
6564                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
6565                 didn't work in separate MessageView Toolbar
6566                 (wondering if anybody uses this at all ?)
6567         * src/summaryview.[ch]
6568                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
6569                 (generalize reply and forward code);
6570         * src/messageview.c 
6571                 remove focus_in event which updated summaryview to messageview
6572
6573 2003-02-28 [paul]       0.8.10claws62
6574
6575         * po/Makefile.in.in
6576                 add the --check option
6577                 Patch submitted by Ricardo Mones Lastra
6578
6579 2003-02-28 [paul]       0.8.10claws61
6580
6581         * src/prefs_account.c
6582                 re-order 'Signature' items
6583
6584 2003-02-28 [paul]       0.8.10claws60
6585
6586         * sync with 0.8.10cvs20
6587                 see ChangeLog 2003-02-28
6588
6589 2003-02-28 [paul]       0.8.10claws59
6590
6591         * po/POTFILES.in
6592                 update to reflect recent movement of files
6593
6594 2003-02-28 [paul]       0.8.10claws58
6595
6596         * sync with 0.8.10cvs19
6597                 see ChangeLog 2003-02-28
6598
6599 2003-02-27 [martin]     0.8.10claws57
6600
6601         * src/prefs_matcher.c 
6602                 fix segfault in prefs_matcher_ok() when the
6603                 last entry is deleted and prevents that the
6604                 message "entry not saved" comes up after deleting
6605                 an entry
6606
6607 2003-02-27 [martin]     0.8.10claws56
6608
6609         * src/prefs_filtering.c 
6610                 fix segfault in prefs_filtering_ok() when the
6611                 last entry is deleted and prevents that the
6612                 message "entry not saved" comes up after deleting
6613                 an entry
6614
6615 2003-02-27 [paul]       0.8.10claws55
6616
6617         * sync with 0.8.10cvs18
6618                 see ChangeLog 2003-02-27
6619
6620 2003-02-27 [paul]       0.8.10claws54
6621
6622         * src/addressbook.c
6623                 fix bug where the address book crashes with 
6624                 multiple lookups.
6625                 Patch [687729] submitted by David Frager 
6626                 <dbfrager@users.sourceforge.net>
6627
6628 2003-02-25 [christoph]  0.8.10claws53
6629
6630         * src/Makefile.am
6631         * src/colorlabel.[ch]           ** REMOVE **
6632         * src/gtk/Makefile.am
6633         * src/gtk/colorlabel.[ch]       ** NEW **
6634                 move colorlabel files to gtk directory
6635
6636         * src/esmtp.[ch]                ** REMOVE **
6637                 has been merged into smtp.[ch] in 0.7.5
6638
6639 2003-02-25 [christoph]  0.8.10claws52
6640
6641         * src/Makefile.am
6642         * src/about.[ch]                ** REMOVE **
6643         * src/gtk/Makefile.am
6644         * src/gtk/about.[ch]            ** NEW **
6645                 move about files to gtk directory
6646
6647 2003-02-25 [christoph]  0.8.10claws51
6648
6649         * src/folder.c
6650                 some code optimization of folder scanning code
6651
6652         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
6653
6654 2003-02-25 [christoph]  0.8.10claws50
6655
6656         * src/main.c
6657         * src/common/sylpheed.c
6658                 add command line parameter parsing to common code
6659
6660 2003-02-24 [christoph]
6661
6662         * Makefile.am
6663         * configure.ac
6664                 fix gnome prefix problems, the configure script now removed
6665                 `gnome-config --prefix` from `gnome-config --datadir`
6666                 and adds $(prefix} instead
6667
6668         (closes Bug 24 Makefile does not respect prefix when installing
6669          GNOME data)
6670
6671 2003-02-24 [christoph]  0.8.10claws49
6672
6673         * src/news.c
6674                 check for valid session before trying to authenticate
6675
6676         (closes Bug 60 crash if "authenticate on logon" is activated
6677          and newsserver-hostname is not valid)
6678
6679 2003-02-24 [melvin]     0.8.10claws48
6680
6681         * src/prefs_actions.c
6682                 Make sure all user's input is sent to the action and then
6683                 close the socket..
6684
6685 2003-02-23 [alfons]     0.8.10claws46
6686
6687         * src/summaryview.c
6688                 also wait cursor when deleting files
6689
6690 2003-02-23 [paul]
6691
6692         * tools/freshmeat_search.pl
6693           tools/google_search.pl
6694                 scripts should now work for any browser/browser command line
6695
6696 2003-02-22 [christoph]  0.8.10claws45
6697
6698         * src/procmsg.c
6699                 fix IMAP flag setting, IMAP flag is not handled correctly
6700                 anymore by the folder system and information about the
6701                 folder should not be saved in the MsgInfo (in my opinion)
6702
6703         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
6704
6705 2003-02-22 [christoph]  0.8.10claws44
6706
6707         * src/summaryview.c
6708                 fix spelling of "label" ;-)
6709
6710 2003-02-22 [thorsten]   0.8.10claws43
6711
6712         * src/mimeview.c
6713           src/prefs_common.[ch]
6714           src/procmime.[ch]
6715                 do not use description as attachment name
6716
6717 2003-02-22 [alfons]     0.8.10claws42
6718
6719         * src/summaryview.c
6720                 freeze/thaw folder item updates when changing color labels,
6721                 and put a wait cursors on
6722
6723 2003-02-22 [thorsten]   0.8.10claws41
6724
6725         * src/mimeview.c
6726                 save-all fixes: crash if invoked on multipart container,
6727                 mimeinfo access, pathseparators, error dialog
6728
6729 2003-02-21 [alfons]     0.8.10claws40
6730
6731         * src/prefs_gtk.c
6732                 remove unused var
6733
6734 2003-02-21 [colin]      0.8.10claws39
6735
6736         * src/send.c
6737                 Fix smtp logging
6738
6739 2003-02-21 [colin]      0.8.10claws38
6740
6741         * src/summaryview.c
6742                 Freeze/thaw folderItem updates when filtering messages 
6743                 via Tools/Filter messages
6744
6745 2003-02-21 [paul]       0.8.10claws37
6746
6747         * src/compose.c
6748                 revert commit 0.8.10claws26, there are ulterior motives
6749                 for users to set a Reply-To header when posting to
6750                 newsgroups
6751
6752 2003-02-21 [paul]       0.8.10claws36
6753
6754         * sync with 0.8.10cvs17
6755                 see ChangeLog 2003-02-21
6756
6757 2003-02-20 [christoph]  0.8.10claws35
6758
6759         * src/imap.c
6760                 IMAP UID fetch speedup using SEARCH
6761
6762         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
6763
6764         * src/imap.c
6765                 fix problem with UIDs in IMAP UID cache that no longer existed
6766
6767 2003-02-20 [christoph]  0.8.10claws34
6768
6769         * src/imap.c
6770         * src/procheader.c
6771         * src/procheader.h
6772                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
6773
6774         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
6775
6776         * src/imap.c
6777                 Rewrite imap_cmd_gen_recv use sock_getline instead
6778                 of sock_gets to avoid problems with too long reply
6779                 lines
6780     
6781 2003-02-20 [colin]      0.8.10claws33
6782         
6783         * src/prefs_account.c
6784                 Better wording
6785
6786 2003-02-20 [colin]      0.8.10claws32
6787
6788         * src/compose.c
6789                 Remove useless '&& !to_sender' 
6790
6791 2003-02-20 [darko]
6792
6793         * AUTHORS
6794                 change my e-mail address
6795
6796 2003-02-19 [colin]      0.8.10claws31
6797
6798         * src/prefs_common.c
6799                 X11 style colors for every configurable color
6800
6801 2003-02-19 [alfons]     0.8.10claws30
6802
6803         * src/prefs_gtk.[ch]
6804         * src/prefs_common.c
6805                 for color_new accept both plain integers and X11 style color
6806                 names (as found in /usr/lib/X11/rgb.txt)
6807
6808 2003-02-19 [paul]       0.8.10claws29
6809
6810         * src/mainwindow.c
6811                 add tooltips to online/offline button and account selector
6812                 button
6813
6814 2003-02-19 [paul]       0.8.10claws28
6815
6816         * src/folder.c
6817           src/news.c
6818           src/prefs_account.[ch]
6819           src/prefs_common.[ch]
6820                 move 'Maximum number of articles to download' to
6821                 account prefs.
6822                 clean up account prefs gui a little by hiding entries
6823                 rather then greying out entries
6824
6825 2003-02-19 [hiro]       0.8.10claws27
6826
6827         * src/common/utils.c
6828                 fix bug #54 'yesterdays date is displayed in the message 
6829                 summary window'
6830
6831 2003-02-19 [paul]       0.8.10claws26
6832
6833         * src/compose.c
6834                 fix bug reported in Feature Request [688596] 
6835                 'Reply-to header in news'
6836
6837 2003-02-18 [paul]       0.8.10claws25
6838
6839         * src/select-keys.c
6840                 add a 'List all keys' button to key selection dialog
6841
6842 2003-02-18 [colin]      0.8.10claws24
6843         
6844         * src/stock_pixmap.c
6845                 fix compile error
6846
6847 2003-02-18 [colin]      0.8.10claws23
6848
6849         * src/common/smtp.[ch]
6850           src/prefs_account.c
6851                 Try to starttls if it seems to be the only
6852                 way to authenticate a user
6853
6854 2003-02-18 [paul]       0.8.10claws22
6855
6856         * src/Makefile.am
6857           src/folderview.c
6858           src/stock_pixmap.[ch]
6859           src/pixmaps/drafts_close.xpm  ** NEW FILE **
6860           src/pixmaps/drafts_open.xpm   ** NEW FILE **
6861                 as a Drafts folder is a special folder allow it to have
6862                 its own unique icons
6863
6864 2003-02-18 [colin]      0.8.10claws21
6865
6866         * src/imap.c
6867                 Fix port selection when using starttls
6868
6869 2003-02-18 [paul]       0.8.10claws20
6870
6871         * src/mainwindow.c
6872           src/prefs_common.[ch]
6873                 make blue the default new mail colour
6874
6875 2003-02-18 [paul]       0.8.10claws19
6876
6877         * sync with 0.8.10cvs14
6878                 see ChangeLog 2003-02-18
6879
6880 2003-02-17 [jens]       0.8.10claws18
6881
6882         * src/common/md5.c
6883                 fixed a compile problem with gcc 3.3
6884                 works on 2.95.3 too (testet on PPC as it is big endian)
6885
6886 2003-02-17 [paul]       0.8.10claws17
6887
6888         * sync with 0.8.10cvs13
6889                 see ChangeLog 2003-02-17
6890
6891 2003-02-17 [paul]       0.8.10claws16
6892
6893         * sync with 0.8.10cvs12
6894                 see ChangeLog 2003-02-17
6895
6896 2003-02-16 [match]      0.8.10claws15
6897
6898         * src/addressbook.c
6899                 Eliminates reloading of address data when items
6900                 deleted or added. Applied submitted by
6901                 Luke Plant <lukeplant@softhome.net>
6902
6903 2003-02-16 [paul]       0.8.10claws14
6904
6905         * src/news.c
6906                 when a 'protocol error' is encountered disconnect from
6907                 the server. This means that the user can carry on viewing
6908                 other articles and doesn't have to either wait until the
6909                 server timesout or quit sylpheed.
6910                 Fixes bug #53 'Unable to read messages in newsgroups, 
6911                 displayed message doesn't change'
6912
6913 2003-02-15 [christoph]  0.8.10claws13
6914
6915         * src/imap.c
6916                 fix bug that stopped scanning of folders when an
6917                 IMAP folder was empty
6918
6919         (closes bug 46 stop scan messages in folders after empty folder)
6920
6921 2003-02-15 [paul]
6922
6923         * tools/Makefile.am
6924           tools/README
6925           tools/freshmeat_search.pl     ** NEW FILE **
6926           tools/google_search.pl        ** NEW FILE **
6927                 Add 2 Actions scripts which search freshmeat/google
6928                 for the selected text using the browser configured
6929                 in sylpheedrc.
6930                 
6931         Note: These scripts are very dependent on the format of the
6932         browser command and may not work on every occasion. Testing
6933         is welcome. 
6934
6935 2003-02-14 [alfons]     0.8.10claws12
6936
6937         * src/compose.c
6938                 fix breakage because of uninitialized account pointer.
6939                 please verify.
6940
6941 2003-02-14 [paul]       0.8.10claws11
6942
6943         * src/compose.c
6944           src/prefs_account.[ch]
6945           src/prefs_common.[ch]
6946                 move signature settings to Account Prefs
6947
6948 2003-02-14 [paul]       0.8.10claws10
6949
6950         * sync with 0.8.10cvs11
6951                 see ChangeLog 2003-02-14
6952
6953 2003-02-13 [thorsten]   0.8.10claws9
6954
6955         * src/news.c
6956                 revert news progressbar (GUI separation)
6957
6958 2003-02-13 [paul]       0.8.10claws8
6959
6960         * src/compose.c
6961                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
6962                 paragraph 1
6963
6964 2003-02-13 [paul]       0.8.10claws7
6965
6966         * src/compose.[ch]
6967           src/summaryview.c
6968                 fix 'Follow-up and Reply-to' so that it creates a reply to
6969                 the newsgroup and the sender. If the message has the keyword
6970                 'poster' in the Followup-To header, all replies go to the
6971                 sender, re: RFC 1036, Section 2.2.3
6972                 rename all instances of 'ignore_replyto' to 'to_sender', both
6973                 were previously used, now we use just one.
6974
6975 2003-02-13 [paul]       0.8.10claws6
6976
6977         * sync with 0.8.10cvs9
6978                 see ChangeLog 2003-02-13
6979
6980 2003-02-13 [paul]       0.8.10claws5
6981
6982         * configure.ac
6983                 show which plugins are configured in the configure
6984                 output.
6985
6986 2003-02-12 [thorsten]   0.8.10claws4
6987
6988         * src/news.c
6989                 show progress while fetching news headers
6990
6991 2003-02-12 [christoph]  0.8.10claws3
6992
6993         * configure.ac
6994         * src/plugins/Makefile.am
6995                 use AM_CONDITIONAL to enable plugins, automake correctly
6996                 manages this when creating distdir
6997
6998 2003-02-12 [christoph]  0.8.10claws2
6999
7000         * ac/spamassassin.m4
7001         * src/plugins/spamassassin/Makefile.am
7002                 fix building SpamAssassin plugin without OpenSSL
7003
7004 2003-02-12 [paul]       0.8.10claws1
7005
7006         * ac/Makefile.am
7007           src/Makefile.am
7008           src/plugins/Makefile.am
7009                 fix failure of 'make release'
7010
7011 2003-02-12 [paul]       0.8.10claws
7012
7013         * 0.8.10claws released
7014
7015 2003-02-12 [paul]       0.8.9claws56
7016
7017         * po/bg.po
7018           po/es.po
7019           po/it.po
7020           po/ru.po
7021           po/sr.po
7022                 updated translations by George Danchev, Ricardo Mones Lastra,
7023                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
7024                 
7025         * sylpheed.spec.in
7026                 Allow the building of RPMs by a regular user. Submitted
7027                 by Sergei Astanin
7028
7029 2003-02-11 [alfons]     0.8.9claws55
7030
7031         * src/colorlabel.c
7032                 don't use pixmaps for label color rect but draw rectangles
7033                 so we can respect the color map of palette based visuals
7034                 (fixes the long time crashes on Suns - thanks to Andreas
7035                 Engel and Steve O'Hara-Smith for testing)
7036
7037 2003-02-11 [christoph]  0.8.9claws54
7038
7039         * src/matcher_parser_parse.y
7040                 correct bug where filering rules of not existing folders in
7041                 matcherrc were added to global filtering
7042                 
7043         (closes Debian Bug #180253 - Directory's filter-rules are merged with
7044          main filter-rules after removing directory, http://bugs.debian.org/180253)
7045         
7046 2003-02-11 [paul]       0.8.9claws53
7047
7048         * sync with 0.8.10cvs7
7049                 see ChangeLog 2003-02-09
7050
7051 2003-02-11 [melvin]     0.8.9claws52
7052
7053         * po/fr.po
7054                 Updated French tranlsations
7055
7056 2003-02-10 [paul]       0.8.9claws51
7057
7058         * sylpheed.spec.in
7059                 correct --enable-openssl
7060                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
7061
7062 2003-02-09 [martin]     0.8.9claws50
7063
7064         * src/prefs_matcher.c
7065                 fix segfault in prefs_matcher_substitute_cb() when
7066                 no row is selected
7067
7068 2003-02-09 [paul]       0.8.9claws49
7069
7070         * src/folderview.c
7071                 fix bug where a newsgroup folder's processing rules were
7072                 merged with the global filtering rules when the newsgroup
7073                 folder was deleted, causing some seriously bad results,
7074                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
7075
7076 2003-02-08 [melvin]     0.8.9claws48
7077
7078         * src/compose.c
7079                 Corrected and modified an alert message.
7080
7081 2003-02-07 [paul]       0.8.9claws47
7082
7083         * src/folderview.c
7084                 fix bug where both an 'Account properties' window and a
7085                 'Folder properties' window were opened when clicking on
7086                 'Properties' in an NNTP or IMAP folder's popup menu.
7087
7088 2003-02-07 [paul]       0.8.9claws46
7089
7090         * sync with 0.8.10cvs6
7091                 see ChangeLog 2003-02-06
7092
7093 2003-02-06 [christoph]  0.8.9claws45
7094
7095         * src/mbox.c
7096                 freeze folder updates while importing mbox files
7097                 (closes bug 43 importing mbox took hours)
7098                 
7099         Patch submitted by Jens Rantil <jens.rantil@telia.com>
7100
7101 2003-02-06 [thorsten]   0.8.9claws44
7102
7103         * po/de.po
7104                 Updated german translations
7105
7106 2003-02-06 [thorsten]   0.8.9claws43
7107
7108         * src/news.h
7109                 use guint for message numbers (fix count in grouplist dialog)
7110
7111 2003-02-05 [paul]       0.8.9claws42
7112
7113         * sync with 0.8.10cvs2
7114                 see ChangeLog 2003-02-05
7115
7116 2003-02-04 [colin]      0.8.9claws41
7117
7118         * src/prefs_common.[ch]
7119           src/procmsg.c
7120           src/summaryview.c
7121                 Add an option to disable threading by subject
7122
7123 2003-02-04 [christoph]  0.8.9claws40
7124
7125         * src/inc.c
7126                 only abort fetching mails from multiple accounts when the
7127                 error is fatal and does not allow to check any more accounts
7128                 (currently only disk full error)
7129
7130         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
7131          receive mails for other accouts)
7132
7133 2003-02-04 [christoph]  0.8.9claws39
7134
7135         * src/folder.c
7136                 first add the new message to the cache, then
7137                 send the update notification
7138
7139         (closes bug 39 after sending message folderview doesnt get updated)
7140
7141 2003-02-04 [colin]      0.8.9claws38
7142
7143         * src/inc.c
7144                 _really_ fix this Connecting... status
7145
7146 2003-02-04 [paul]       0.8.9claws37
7147
7148         * sync with 0.8.10
7149                 see ChangeLog 2003-02-04
7150
7151 2003-02-04 [paul]       0.8.9claws36
7152
7153         * sync with 0.8.9cvs6
7154                 see ChangeLog 2003-02-03
7155
7156 2003-02-04 [paul]       0.8.9claws35
7157
7158         * po/pt_BR.po
7159                 updated by André Filipe de Assunção e Brito 
7160                 <bedecko@netsite.com.br>
7161
7162 2003-02-03 [thorsten]   0.8.9claws34
7163
7164         * po/de.po
7165                 Updated german translations
7166
7167 2003-02-02 [paul]       0.8.9claws33
7168
7169         * po/es.po
7170                 updated by Ricardo Mones Lastra
7171
7172 2003-02-02 [thorsten]   0.8.9claws32
7173
7174         * src/mh.c
7175                 Fix mh_get_msginfo() segfault if file is inaccessible
7176
7177 2003-01-31 [colin]      0.8.9claws31
7178
7179         * src/procheader.c
7180                 Fix last commit's bug
7181
7182 2003-01-31 [colin]      0.8.9claws30
7183
7184         * src/procheader.c
7185                 Missing a change for gpg-signed messages
7186
7187 2003-01-31 [paul]       0.8.9claws29
7188
7189         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
7190           src/procheader.c
7191           src/stock_pixmap.[ch]
7192           src/summaryview.c
7193                 indicate GnuPG signed messages by displaying an icon
7194                 in the Attachment column.
7195
7196 2003-01-31 [paul]       0.8.9claws28
7197
7198         * sync with 0.8.9cvs4
7199                 see ChangeLog 2003-01-31
7200
7201 2003-01-31 [alfons]     0.8.9claws27
7202
7203         * src/textview.c
7204                 tune URI parser to accept mailto URLs with a '?'
7205                 (patch from Ruslan Balkin)
7206
7207 2003-01-31 [colin]      0.8.9claws26
7208
7209         * src/summaryview.c
7210                 Fix a leak introduced in claws24
7211
7212 2003-01-31 [colin]      0.8.9claws25
7213
7214         * src/summaryview.c
7215                 Freeze/Thaw folder updates when deleting dups
7216
7217 2003-01-31 [colin]      0.8.9claws24
7218         
7219         * src/addr_compl.c
7220           src/summaryview.c
7221           src/msgcache.c
7222                 little speed improvements
7223
7224 2003-01-31 [colin]      0.8.9claws23
7225
7226         * src/summaryview.c
7227                 Fix segfault when forwarding nothing
7228                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
7229                 
7230 2003-01-30 [paul]       0.8.9claws22
7231
7232         * sync with 0.8.9cvs3
7233                 see ChangeLog 2003-01-30
7234
7235 2003-01-30 [paul]       0.8.9claws21
7236
7237         * sync with 0.8.9cvs2
7238                 see ChangeLog 2003-01-30
7239
7240 2003-01-29 [paul]       0.8.9claws20
7241
7242         * sync with 0.8.9cvs1
7243                 see ChangeLog 2003-01-29
7244
7245 2003-01-28 [paul]       0.8.9claws19
7246
7247         * po/POTFILES.in
7248                 update to reflect changes. 
7249                 thanks to Ricardo Mones Lastra
7250
7251 2003-01-27 [christoph]  0.8.9claws18
7252
7253         * ac/openssl.m4
7254         * ac/spamassassin.m4
7255         * src/plugins/spamassassin/README
7256         * src/plugins/spamassassin/libspamc.[ch]
7257         * src/plugins/spamassassin/utils.[ch]
7258                 updated to latest libspamc
7259
7260 2003-01-27 [christoph]  0.8.9claws17
7261
7262         * src/folder.c
7263                 fix wrong use of procheader_get_header_fields
7264
7265 2003-01-27 [christoph]  0.8.9claws16
7266
7267         * src/news.c
7268         * src/prefs_account.[ch]
7269         * src/common/nntp.[ch]
7270                 allow to force authentication for NNTP servers
7271
7272         Patch submitted by Florian Mickler <dmk@d-labs.de>
7273
7274 2003-01-26 [paul]       0.8.9claws15
7275
7276         * src/summaryview.c
7277                 speed up of marking messages as read
7278                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
7279
7280 2003-01-26 [christoph]  0.8.9claws14
7281
7282         * src/Makefile.am
7283         * src/mgutils.[ch]              ** REMOVE **
7284         * src/xml.[ch]                  ** REMOVE **
7285         * src/xmlprops.[ch]             ** REMOVE **
7286         * src/common/Makefile.am
7287         * src/common/mgutils.[ch]       ** NEW **
7288         * src/common/xml.[ch]           ** NEW **
7289         * src/common/xmlprops.[ch]      ** NEW **
7290                 move xml files to common directory
7291
7292 2003-01-26 [christoph]  0.8.9claws13
7293
7294         * src/plugins/spamassassin/spamassassin_gtk.c
7295                 only set gtk entry text if string is available
7296
7297 2003-01-26 [melvin]     0.8.9claws12
7298
7299         * src/description_window.c
7300                 Allow resizing of the window
7301                 Allow automatic horizontal scroll bar
7302                 Do not vertically expand and fill
7303
7304 2003-01-26 [christoph]  0.8.9claws11
7305
7306         * src/Makefile.am
7307         * src/gtkutils.[ch]             ** REMOVE **
7308         * src/common/sylpheed.c
7309         * src/gtk/Makefile.am
7310         * src/gtk/description_window.c
7311         * src/gtk/gtkutils.[ch]         ** NEW **
7312         * src/gtk/prefswindow.c
7313                 move gtkutils to gtk directory
7314
7315 2003-01-26 [paul]       0.8.9claws10
7316
7317         * src/summaryview.c
7318                 rename summary_unread_clicked() to summary_status_clicked()
7319
7320 2003-01-26 [melvin]     0.8.9claws9
7321
7322         * src/prefs_actions.c
7323                 Cosmetical changes to the help text
7324
7325 2003-01-26 [paul]       0.8.9claws8
7326
7327         * src/folder.[ch]
7328           src/mainwindow.c
7329           src/prefs_common.c
7330           src/prefs_sumamry_column.c
7331           summaryview.[ch]
7332                 rename the 'Unread' column to 'Status'
7333
7334 2003-01-25 [match]      0.8.9claws7
7335
7336         * src/mgutils.[ch]
7337                 removed reference to LDAP constants. removed error2string.
7338                 included functions to support LDAP dynamic queries.
7339         * src/syldap.h
7340                 moved LDAP constants here.
7341         * src/addressbook.c
7342         * src/addrindex.c
7343         * src/importldif.c
7344                 removed references to LDAP constants and references to
7345                 error2string.
7346
7347 2003-01-25 [paul]       0.8.9claws6
7348
7349         * src/summaryview.c
7350                 summary_thread_build(), summary_thread_init(): remove 
7351                 unneeded reference to summaryview->folder_item
7352
7353 2003-01-25 [christoph]  0.8.9claws5
7354
7355         * src/gtk/description_window.c
7356                 o allow description texts to expand over multiple columns
7357                 o translate all columns
7358         * src/prefs_actions.c
7359                 change syntax description to use new multi column feature
7360
7361         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7362
7363 2003-01-25 [match]      0.8.9claws4
7364
7365         * src/vcard.c
7366                 fixed bug with Quoted-Printable
7367
7368 2003-01-25 [paul]       0.8.9claws3
7369
7370         * src/folder.[ch]
7371           src/summaryview.[ch]
7372                 implement per-folder collapsed/expanded threads setting
7373                 
7374         * src/prefs_common.c
7375                 remove global collapsed/expanded threads option
7376
7377 2003-01-25 [christoph]  0.8.9claws2
7378
7379         * po/POTFILES.in
7380                 add pluginwindow and prefswindow
7381         * src/compose.c
7382                 make send respond correctly to messages that could be added
7383                 to the queue folder, but the UID of the message is unknown
7384         * src/folder.c
7385         * src/imap.c
7386                 don't return guessed UIDs in imap_add_msg anymore. We return
7387                 0 to tell the folder system it was appened but the UID is
7388                 unknown. Folder system now get's the UID by scaning the folder
7389                 and searching the cache for the Message-ID
7390                 (closes bug #29 Messages queued, but not sent)
7391
7392 2003-01-25 [paul]       0.8.9claws1
7393
7394         * src/codeconv.c
7395                 conv_encode_header():  fix bug when long headers with 8-bit
7396                 characters are used, so that the encoded words are wrapped.
7397                 If the space in the original text falls on the wrap boundary,
7398                 it can be lost.
7399                 Patch by Sergey Vlasov.
7400                 
7401         * src/folderview.c
7402                  fix bug where a change to the sorting method or thread view
7403                  of a folder's messages is lost if simpify-subject is set and
7404                  toggled on or off.
7405                  Patch by Luke Plant.
7406
7407 2003-01-24 [paul]       0.8.9claws
7408
7409         * sylpheed-0.8.9claws released
7410         
7411         * Makefile.am
7412           sylpheed.spec.in
7413                 remove reference to 'INSTALL.jp'
7414
7415 2003-01-23 [paul]       0.8.8claws128
7416
7417         * po/es.po
7418           po/it.po
7419           po/ru.po
7420           po/sr.po
7421                 updated translations. submitted by Ricardo Mones Lastra,
7422                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
7423
7424 2003-01-23 [colin]      0.8.8claws127
7425
7426         * src/compose.c
7427                 Fix drafted and queued news articles re-edition
7428
7429 2003-01-23 [melvin]     0.8.8claws126
7430
7431         * po/fr.po
7432                 Updated French translations
7433
7434 2003-01-23 [colin]      0.8.8claws125
7435
7436         * src/inc.c
7437                 Fix "Connecting to..." status message
7438
7439 2003-01-22 [paul]       0.8.8claws124
7440
7441         * po/bg.po
7442                 updated by George Danchev
7443                 
7444         * src/folder.c
7445                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
7446                 and folder deletion
7447
7448 2003-01-21 [paul]       0.8.8claws123
7449
7450         * po/bg.po
7451                 updated by George Danchev
7452                 
7453         * src/about.c
7454                 its now 2003
7455                 
7456         * src/toolbar.c
7457                 don't translate 'Separator'
7458                 
7459         * src/plugins/spamassassin/Makefile.am
7460                 add aspell to CPPFLAGS
7461                 
7462         * src/plugins/spamassassin/spamassassin.c
7463           src/plugins/spamassassin/spamassassin_gtk.c
7464                 set correct default for spamassassin_receive_spam
7465                 slightly re-word descriptions and some
7466                 other minor changes
7467
7468 2003-01-19 [alfons]     0.8.8claws122
7469                 
7470         * src/mimeview.c
7471                 mimeview_save_as(): we might as well show the file name for
7472                 the single case "Save As" too
7473
7474 2003-01-19 [alfons]     0.8.8claws121
7475
7476         * src/crash.c
7477                 change bug tracker URL to bugzilla URL
7478
7479 2003-01-19 [alfons]     0.8.8claws120
7480
7481         * src/mimeview.c
7482                 mimeview_save_all(): display name of file before overwriting;
7483                 continue saving all, even when one overwrite was cancelled
7484
7485 2003-01-19 [christoph]  0.8.8claws119
7486
7487         * src/summaryview.c
7488         * src/procmsg.[ch]
7489                 fix wrong usage of procmsg_find_children in summaryview
7490                 by using procmsg_update_unread_children instead of
7491                 summaryview_update_unread_children
7492
7493 2003-01-19 [christoph]  0.8.8claws118
7494
7495         * src/procmsg.c
7496                 fix infinite loop in procmsg_find_children
7497                  (closes bug #25 sylpheed crashes on delete.)
7498
7499         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7500
7501 2003-01-19 [paul]       0.8.8claws117
7502
7503         * po/pt_BR.po
7504                 updated by Ivan Francolin Martinez
7505
7506 2003-01-18 [melvin]     0.8.8claws116
7507
7508         * src/prefs_actions.c
7509                 Removed syntax limitation of only one '&' at the end of command.
7510                         Now actions that contain '>/dev/null 2>&1' are possible.
7511
7512 2003-01-18 [melvin]     0.8.8claws115
7513
7514         * src/prefs_actions.c
7515                 Actions IO dialog: when the action ends
7516                 the "Close" button now has focus and [Escape] closes the
7517                 window.
7518
7519 2003-01-18 [christoph]  0.8.8claws114
7520
7521         * src/procmsg.c
7522                 o add debug output when MsgInfos are really freed
7523                 o free GSLists in procmsg_find_children and
7524                   procmsg_update_unread_children
7525
7526 2003-01-18 [christoph]  0.8.8claws113
7527
7528         * src/mainwindow.c
7529                 reorder Configuration menu
7530
7531 2003-01-18 [christoph]  0.8.8claws112
7532
7533         * src/compose.c
7534                 fix applying templates to forwarded messages
7535
7536         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
7537
7538 2003-01-17 [christoph]  0.8.8claws111
7539
7540         * src/folder.c
7541                 destroy folder items, when a folder item is removed
7542
7543 2003-01-17 [christoph]  0.8.8claws110
7544
7545         * src/folder.c
7546                 fix wrong folder stats update when ignored message is
7547                 deleted
7548
7549 2003-01-17 [colin]      0.8.8claws109
7550         
7551         * src/mainwindow.c
7552         * src/summaryview.c
7553                 Quicksearch bugfixes: 
7554                 - hide help button at startup if not extended
7555                 - switch to extended when looking for replies
7556
7557 2003-01-17 [paul]
7558
7559         * sync with 0.8.9 release
7560
7561 2003-01-17 [paul]       0.8.8claws108
7562
7563         * sync with 0.8.8cvs11
7564                 see ChangeLog 2003-01-17
7565
7566 2003-01-16 [colin]      0.8.8claws107
7567
7568         * src/procmsg.c
7569                 Changed encryption test to re-ask passphrase
7570                 if an encrypted message hasn't been decrypted
7571                 Fixes bug #5
7572
7573 2003-01-16 [christoph]  0.8.8claws106
7574
7575         * src/prefs_gtk.c
7576         * src/prefs_toolbar.c
7577         * src/gtk/prefswindow.h
7578         * src/plugins/spamassassin/spamassassin_gtk.c
7579                 remove page destroy function that is not used anymore
7580
7581 2003-01-16 [paul]       0.8.8claws105
7582
7583         * sync with 0.8.8cvs9
7584                 see ChangeLog 2002-01-16
7585
7586 2003-01-16 [colin]      0.8.8claws104
7587
7588         * src/compose.[ch]
7589                 Fix bug with autosaved drafts for IMAP, when draft
7590                 folder is specified - fixes bugzilla bug #20
7591
7592 2003-01-15 [paul]       0.8.8claws103
7593
7594         * src/compose.[ch]
7595           src/procmsg.c
7596                 store folder and message-id of message forwarding
7597                 in queue header and set forward flag after sending
7598
7599 2003-01-15 [paul]       0.8.8claws102
7600
7601         * sync with 0.8.8cvs8
7602                 see ChangeLog 2002-01-15
7603
7604 2003-01-15 [colin]      0.8.8claws101
7605
7606         * src/Makefile.am
7607                 Fix linking with GNU libiconv
7608
7609 2003-01-15 [darko]      0.8.8claws100
7610
7611         * src/pine.c
7612                 fix crash when importing pine address book
7613                 entry with an empty name (reported by DY
7614                 <dybulk at tri8.net>)
7615
7616 2003-01-14 [paul]       0.8.8claws99
7617
7618         * configure.in  ** REMOVED **
7619           configure.ac  ** NEW FILE **
7620                 rename configure.in to configure.ac, as it is now
7621                 preferred
7622
7623 2003-01-14 [melvin]     0.8.8claws98
7624
7625         * src/folderview.c
7626                 folderview_check_new(): More precise function description
7627
7628 2003-01-14 [melvin]     0.8.8claws97
7629
7630         * src/folderview.c
7631                 folderview_check_new(): return the number of new messages 
7632                         since last check.
7633         * src/inc.c
7634                 inc_account_mail(): Disable counting of new messages for IMAP
7635                         and NNTP until bug [19] and [14] are fixed.
7636
7637 2003-01-14 [paul]       0.8.8claws96
7638
7639         * sync with 0.8.8cvs6
7640                 see ChangeLog 2003-01-14
7641
7642 2003-01-13 [alfons]     0.8.8claws95
7643
7644         * src/textview.c
7645                 tune email address validation (c. 0.8.8claws89): if . is 
7646                 just one char away from @, the address is invalid too 
7647                 (correctly rejects addresses like foo@.com)
7648
7649 2003-01-13 [paul]       0.8.8claws94
7650
7651         * src/messageview.c
7652           src/toolbar.c
7653                 fixes to the Message View toolbar and menu:
7654                 fix non-functioning Forward button
7655                 make Reply button consider default_reply_list
7656                 remove 'Follow-up...' menu entry
7657                 add 'Forward' and 'Redirect' menu entries
7658
7659 2003-01-13 [melvin]     0.8.8claws93
7660
7661         * src/inc.c
7662                 Fixed typo that could make new messages count incorrect.
7663
7664 2003-01-13 [melvin]     0.8.8claws92
7665
7666         * src/folderview.[ch]
7667                 folderview_check_new(): return the number of new messages.
7668         * src/inc.c
7669                 Should fix bug [14] where new mail notification worked 
7670                         incorrectly with IMAP accounts.
7671                 inc_spool_account(): return number of new msgs, or -1 on error
7672                 inc_all_spool(): return number of new msgs
7673                 
7674 2003-01-13 [melvin]     0.8.8claws91
7675
7676         * src/prefs_actions.c
7677                 Justify help text.
7678
7679 2003-01-12 [thorsten]   0.8.8claws90
7680
7681         * src/common/prefs.c
7682                 close file before rename
7683
7684 2003-01-12 [alfons]     0.8.8claws89
7685
7686         * AUTHORS
7687                 add Christian Mertes
7688         * src/common/utils.[ch]
7689                 g_stricase_hash(), g_stricase_equal(): functions for 
7690                 case insensitive hash tables
7691         * src/textview.c
7692                 use top level domain names to validate email address, based
7693                 on a patch by Christian Mertes (thanks!), but changed 
7694                 implementation to use a hash table 
7695
7696 2003-01-12 [paul]       0.8.8claws88
7697
7698         * po/bg.po
7699                 updated by George Danchev
7700
7701 2003-01-12 [alfons]     0.8.8claws87
7702
7703         * src/summaryview.c
7704                 delete / execute performance: use new style folder update
7705
7706 2003-01-12 [paul]       0.8.8claws86
7707
7708         * sync with 0.8.8cvs5
7709                 see ChangeLog 2003-01-13 (!)
7710
7711 2003-01-12 [alfons]     0.8.8claws85
7712
7713         * src/filtering.c
7714         * src/matcher_parser_parse.y
7715                 prepare change_score filtering action
7716         * src/matcher.[ch]
7717                 give up const-correctness on functions that call non-const-correct functions;
7718                 several casts to gpointer in g_free();
7719                 add change_score;
7720
7721 2003-01-12 [christoph]  0.8.8claws84
7722
7723         * src/compose.c
7724                 fix 2 warnings
7725
7726         * src/gtk/prefswindow.[ch]
7727         * src/plugins/spamassassin/spamassassin_gtk.c
7728                 changed the call of the widget create function
7729                 for PrefsPages, because sometimes the widget
7730                 create function needs a widget that already has
7731                 been attached to a window (to create GDK pixmaps
7732                 for exmaple). So we simply pass the GtkWindow as
7733                 the second parameter now.
7734
7735         * src/main.c
7736         * src/mainwindow.c
7737         * src/prefs_toolbar.[ch]
7738                 rewrite Toolbar Preferences using the new
7739                 prefs window
7740
7741 2003-01-11 [alfons]     0.8.8claws83
7742
7743         * src/addressadd.c
7744                 fix crash when adding sender to addressbook because status bar
7745                 isn't there (the status bar doesn't seem to be used though,
7746                 but I'll let Match decide what to do with it)
7747
7748 2003-01-11 [colin]      0.8.8claws82
7749
7750         * src/main.c
7751           src/toolbar.c
7752                 Two useless changes reversed
7753
7754 2003-01-11 [colin]      0.8.8claws81
7755
7756         * src/mainwindow.c
7757           src/mainwindow.h
7758                 Add mainwindow_get_mainwindow()
7759         * src/alertpanel.c
7760           src/alertpanel.h
7761                 Add alertpanel_error_log() 
7762         * src/compose.c
7763           src/inc.c
7764           src/messageview.c
7765           src/toolbar.c
7766           src/main.c
7767           src/procmsg.c
7768                 Network errors get a View Log button
7769
7770 2003-01-10 [alfons]     0.8.8claws80
7771
7772         * src/prefs_toolbar.c
7773         * src/toolbar.c
7774                 use the translatable string for "Separator" as file name for
7775                 separator toolbar items (probably make this uppercase?)
7776
7777 2003-01-10 [alfons]     0.8.8claws79
7778
7779         * src/prefs_toolbar.c
7780                 put right A_SEPARATOR description string in "displayed
7781                 toolbar items list" so manually added separators are
7782                 saved correctly (bug #10, "Adding a separator to the main 
7783                 toolbar fails, entry in xml file is wrong")
7784
7785 2003-01-10 [christoph]  0.8.8claws78
7786
7787         * src/imap.c
7788                 o fix warnings
7789                 o use CAPABILITY to check if NAMESPACE is available
7790
7791 2003-01-10 [christoph]  0.8.8claws77
7792
7793         * src/imap.[ch]
7794                 apply UIDPLUS IMAP extension support patch
7795
7796         Patch submitted by Simon 'corecode' Schubert
7797
7798 2003-01-10 [paul]       0.8.8claws76
7799
7800         * src/folderview.c
7801                 a sync from main which fixes the news account folders'
7802                 Properties bug
7803
7804 2003-01-10 [christoph]  0.8.8claws75
7805
7806         * src/folder.c
7807                 don't accept 0 as a valid uid returned by copy and move
7808                 functions. 0 means the message was copied or moved but the
7809                 new uid could not be fetched. It is not an error condition
7810                 for the copy or move operation.
7811
7812 2003-01-10 [paul]       0.8.8claws74
7813
7814         * src/prefs_filtering.c
7815                 change English used in Alert when entry is not
7816                 saved.
7817                 
7818         * sync with 0.8.8cvs4
7819                 see ChangeLog 2003-01-10
7820
7821 2003-01-10 [darko]      0.8.8claws73
7822
7823         * src/pine.c
7824                 fix crash when importing address book entry
7825                 without a valid address
7826
7827 2003-01-09 [alfons]     0.8.8claws72
7828
7829         * src/inc.c
7830                 filtering performance: use new style folder update
7831
7832 2003-01-09 [christoph]  0.8.8claws71
7833
7834         * src/compose.c
7835         * src/gtk/menu.[ch]
7836                 fix wrong selecting of mime encoding type, when
7837                 opening property dialog of attachments in the
7838                 compose window. 7bit was always selected and that
7839                 destoryed files with 8bit data.
7840                 (closes bug #9 Sylpheed-claws destroys attachments when
7841                  changing MIME-types)
7842
7843 2003-01-09 [paul]       0.8.8claws70
7844
7845         * sync with 0.8.8cvs3
7846                 see ChangeLog 2003-01-09
7847
7848 2003-01-08 [alfons]     0.8.8claws69
7849         
7850         * src/addressadd.c
7851                 apply patch by Kim Schulz to fix build breakage
7852                 because of missing variable
7853
7854 2003-01-08 [paul]       0.8.8claws68
7855
7856         * sync with 0.8.8cvs2
7857                 see ChangeLog 2002-01-08
7858
7859 2003-01-08 [paul]       0.8.8claws67
7860
7861         * po/it.po
7862                 updated by Alessandro Maestri
7863                 
7864         * src/addressadd.c
7865                 when using 'Add sender to addressbook' allow
7866                 name to be edited and remarks to be entered
7867                 Patch submitted by Luke Plant
7868
7869 2003-01-08 [darko]      0.8.8claws66
7870
7871         * README.claws, src/summaryview.c
7872                 fix description for marked messages
7873
7874 2003-01-08 [paul]
7875
7876         * tools/Makefile.am
7877           tools/launch_phoenix  ** NEW FILE **
7878                 add script that enables using Phoenix as the default
7879                 web browser. 
7880                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
7881                 
7882         * tools/OOo2sylpheed.pl
7883                 remove full path to sylpheed executable, just 'sylpheed'
7884                 will do
7885                 
7886         * tools/README
7887                 add launch_phoenix informtion and re-arrange and compress
7888                 the data a little
7889
7890 2003-01-07 [christoph]  0.8.8claws65
7891
7892         * src/folder.c
7893                 fix update for source folder when moving messages
7894         * src/procmsg.[ch]
7895         * src/summaryview.c
7896                 use function to set to_folder for message infos and
7897                 automatically update the op_count for old and new
7898                 folder
7899
7900 2003-01-07 [melvin]     0.8.8claws64
7901
7902         * src/prefs_actions.c
7903                 Fixed bug where an '%p' Action on a displayed image crashed 
7904                         Sylpheed
7905                 Code clean up (get rid of duplicated code and removed unnecessary 
7906                                 structure member)
7907
7908 2003-01-07 [christoph]  0.8.8claws63
7909
7910         * src/compose.c
7911         * src/folder.[ch]
7912         * src/folderview.c
7913         * src/import.c
7914         * src/inc.c
7915         * src/main.c
7916         * src/mainwindow.c
7917         * src/messageview.c
7918         * src/prefs_folder_item.c
7919         * src/procmsg.c
7920         * src/summaryview.c
7921         * src/toolbar.c
7922                 o remove all folder update triggering from the UI code. The folder
7923                   system should know much better when a folder needs an update.
7924                 o to prevent multiple updates in a row the folder updates can be
7925                   frozen for some time.
7926
7927                 Note: - Please verify that no updates are missing
7928                       - Check where freeze/thaws should be added
7929
7930 2003-01-07 [christoph]  0.8.8claws62
7931
7932         * src/prefs_actions.c
7933                 don't translate empty strings
7934
7935         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
7936
7937 2003-01-06 [christoph]  0.8.8claws61
7938
7939         * src/prefs_actions.c
7940                 mark strings for gettext
7941         * src/prefs_matcher.c
7942                 use new description window for Execute action and
7943                 match condition in Filtering
7944
7945         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
7946
7947 2003-01-06 [alfons]     0.8.8claws60
7948
7949         keep myself inspired to re-organize matcher part 8; 
7950         yes, more to come (I need to move out the descriptive
7951         text for actions to matcher.c, or at least make it not
7952         depend on the wicked ordering)
7953
7954         * src/prefs_matcher.c
7955                 add documentation so others may comprehend the
7956                 UI part of the conditions
7957                 
7958 2003-01-06 [christoph]  0.8.8claws59
7959
7960         * src/prefs_actions.c
7961                 use new description window for syntax help
7962         * src/gtk/description_window.c
7963                 fix display of descriptions with column count != 2
7964
7965         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
7966
7967 2003-01-06 [christoph]  0.8.8claws58
7968
7969         * src/quote_fmt.c
7970         * src/summaryview.[ch]
7971         * src/gtk/Makefile.am
7972         * src/gtk/description_window.[ch]       ** NEW **
7973                 use a generic window to display syntax descriptions
7974                 currently used in quote_fmt and summaryview (new description
7975                 for extended quick search)
7976
7977         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
7978
7979 2003-01-06 [paul]       0.8.8claws57
7980
7981         * sync with 0.8.8cvs1
7982                 see ChangeLog 2003-01-06
7983
7984 2003-01-06 [christoph]  0.8.8claws56
7985
7986         * src/mainwindow.c
7987         * src/prefs_gtk.[ch]
7988         * src/gtk/prefswindow.[ch]
7989         * src/plugins/spamassassin/spamassassin_gtk.c
7990                 o remove page management from prefswindow, pages
7991                   will be an argument to prefswindow_open
7992                 o prefswindow_open gets a datapointer that is
7993                   passed to the widget_create function to allow
7994                   creation of prefswindow for specific items
7995
7996 2003-01-06 [colin]      0.8.8claws55
7997         
7998         * src/summaryview.c
7999                 We don't want regexp in the reply-finder, 
8000                 because MIDs can contain !,$,. and so on
8001
8002 2003-01-06 [jens]       0.8.8claws54
8003
8004         * src/jpilot.c
8005                 fixed a wrong free in jpilot_read_db_files
8006
8007 2003-01-06 [alfons]     0.8.8claws53
8008
8009         re-organize matcher part 8; more to come
8010        
8011         * src/matcher.c
8012                 matcherprop_to_string(): put g_free()s before the
8013                 switch-case break to fix memleaks                
8014
8015 2003-01-06 [colin]      0.8.8claws52
8016
8017         * src/summaryview.c
8018                 cleanup & reply-finder now displays the first 
8019                 matching message
8020
8021 2003-01-05 [alfons]     0.8.8claws51
8022
8023         re-organize matcher part 7; more to come
8024
8025         * src/matcher.[ch]
8026                 fixes for constant correctness;
8027                 more documentation;
8028
8029 2003-01-05 [alfons]     0.8.8claws50
8030
8031         re-organize matcher part 6; more to come
8032         
8033         * src/matcher.[ch]
8034                 fixes for constant correctness;
8035                 more documentation;
8036         * src/filtering.c
8037                 fix for constant correctness
8038
8039 2003-01-05 [colin]      0.8.8claws49
8040
8041         * src/account.[ch]
8042                 Add account_get_reply_account function
8043         * src/compose.c
8044                 Use account_get_reply_account function 
8045         * src/summaryview.c
8046                 Basic reply-finder - click on the replied
8047                 icon gets you to the outbox using quick-search
8048
8049 2003-01-05 [paul]       0.8.8claws48
8050
8051         * src/prefs_common.c
8052                 small change to English
8053                 
8054         * src/prefs_filtering.c
8055                 prefs_filtering_action_select(): improve logic and uniformity
8056                 of gui
8057
8058 2003-01-05 [alfons]     0.8.8claws47
8059
8060         fine tune solution to focus problems (bug #7)
8061
8062         * src/mainwindow.c
8063                 mainwindow_focus_in_event(): remove grab event check
8064         * src/summaryview.c
8065                 summary_button_pressed(): move selection on right-click
8066                 too. we can't possibly move the selection back after
8067                 canceling a dialog, because gtk's incomplete focus 
8068                 management. whether this is a good solution, only time
8069                 will tell.
8070
8071 2003-01-05 [christoph]  0.8.8claws46
8072
8073         * src/imap.c
8074                 fix crash when no imap connection could be established
8075
8076 2003-01-05 [paul]       0.8.8claws45
8077
8078         * src/mainwindow.c
8079           src/sumamryview.c
8080           src/gtk/menu.[ch]
8081                 fix bug 605957 'shortcuts in popup-menu'
8082                 make user-defined shortcuts work
8083                 show shortcuts that are already defined
8084                 in the main menu
8085                 Patch submitted by Luke Plant
8086
8087 2003-01-05 [alfons]     0.8.8claws44
8088
8089         * src/mainwindow.c
8090                 focus_in_event handler should not select summary view row 
8091                 when another window (menu, dialog) grabbed for events 
8092                 (bug #7, "[0.8.8claws42] Message summary focus") 
8093
8094 2003-01-04 [christoph]  0.8.8claws43
8095
8096         * src/procmsg.c
8097                 update save folder after adding the sent message
8098                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
8099
8100 2003-01-02 [christoph]  0.8.8claws42
8101
8102         * src/common/plugin.c
8103                 fix unloading of all plugins and unload
8104                 plugins in reverse order
8105                 
8106         * src/gtk/pluginwindow.c
8107                 implement function of load and unload button
8108
8109         * src/gtk/prefswindow.c
8110         * src/gtk/prefswindow.h
8111                 rename register function and add new unregister
8112                 function
8113
8114         * src/plugins/spamassassin/spamassassin_gtk.c
8115                 unregister prefs page and update for changes in
8116                 src/gtk/prefswindow.c
8117
8118 2003-01-02 [paul]       0.8.8claws41
8119
8120         * po/es.po
8121                 updated by Ricardo Mones Lastra
8122
8123 2003-01-02 [paul]
8124
8125         * tools/tb2sylpheed
8126                 fixes and improvements by Urke MMI
8127
8128 2003-01-02 [thorsten]   0.8.8claws40
8129
8130         * src/procmsg.c
8131                 fixed wrong return value
8132
8133 2003-01-02 [thorsten]   0.8.8claws39
8134
8135         * src/prefs.c
8136                 fixed printing wrong variable
8137
8138 2003-01-02 [thorsten]   0.8.8claws38
8139
8140         * src/prefs.c
8141                 fixed acessing members of freed pfile struct
8142
8143 2003-01-02 [thorsten]   0.8.8claws37
8144
8145         * src/procmsg.c
8146                 detect loops across several messages
8147                 as suggested by Christoph Hohmann
8148
8149 2003-01-01 [match]      0.8.8claws36
8150
8151         * src/addrindex.c
8152                 fixed another memory leak.
8153
8154 2003-01-01 [match]      0.8.8claws35
8155
8156         * src/jpilot.[ch]
8157                 fixed memory leaks. applied Doxygen comments.
8158
8159 2003-01-01 [thorsten]   0.8.8claws34
8160
8161         * src/procmsg.c
8162                 inhibit endless loop if msg references itself
8163                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
8164
8165 2003-01-01 [christoph]  0.8.8claws33
8166
8167         * src/mainwindow.c
8168         * src/gtk/Makefile.am
8169         * src/gtk/pluginwindow.c                ** NEW **
8170         * src/gtk/pluginwindow.h                ** NEW **
8171                 add plugin window
8172
8173         * src/plugins/demo/demo.c
8174         * src/plugins/spamassassin/spamassassin.c
8175         * src/plugins/spamassassin/spamassassin_gtk.c
8176                 write better plugin descriptions
8177
8178 2002-12-31 [christoph]  0.8.8claws32
8179
8180         * src/gtk/prefswindow.c
8181         * src/plugins/spamassassin/spamassassin_gtk.c
8182                 some small improvements to GTK code
8183
8184 2002-12-31 [christoph]  0.8.8claws31
8185
8186         * src/plugins/spamassassin/spamassassin_gtk.c
8187                 enable folder select button
8188
8189 2002-12-31 [christoph]  0.8.8claws30
8190
8191         * src/mainwindow.c
8192         * src/gtk/Makefile.am
8193         * src/gtk/prefswindow.c                         ** NEW **
8194         * src/gtk/prefswindow.h                         ** NEW **
8195                 add new prefs window
8196
8197         * src/common/plugin.c
8198                 don't try to load empty config lines
8199         
8200         * src/plugins/spamassassin/Makefile.am
8201         * src/plugins/spamassassin/spamassassin.c
8202         * src/plugins/spamassassin/spamassassin.h       ** NEW **
8203         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
8204                 GTK config for SpamAssassin Plugin using
8205                 the new prefs window
8206
8207 2002-12-31 [paul]       0.8.8claws29
8208
8209         * po/POTFILES.in
8210                 remove obsolete entry 'src/menu.c'
8211
8212 2002-12-31 [alfons]     0.8.8claws28
8213
8214         * src/matcher.[ch]
8215         * src/matcher_parser_parse.y
8216         * src/prefs_matcher.c
8217                 add "ignore_thread" and "~ignore_thread" condition so it's
8218                 possible to make the actions / scoring operate on the ignore
8219                 thread flag
8220
8221 2002-12-31 [christoph]  0.8.8claws27
8222
8223         * src/addrbook.c
8224         * src/addrindex.c
8225         * src/folder.c
8226         * src/matcher.c
8227         * src/prefs_account.c
8228         * src/prefs_actions.c
8229         * src/prefs_customheader.c
8230         * src/prefs_display_header.c
8231         * src/prefs_gtk.c
8232         * src/procmime.c
8233         * src/toolbar.c
8234         * src/xmlprops.c
8235         * src/common/prefs.[ch]
8236                 extend prefs file handling for reading and automatic handling
8237                 of blocks. When reading prefs_set_block_label will automatically
8238                 move on to the block. When writing it will copy all other blocks
8239                 automatically
8240
8241         * src/common/plugin.c
8242                 Now loading plugin filenames from [Plugins] block in
8243                 sylpheed rc file
8244
8245 2002-12-30 [christoph]  0.8.8claws26
8246
8247         * src/common/hooks.[ch]
8248                 return abort status to caller of hooks_invoke
8249                 
8250         * src/inc.[ch]
8251                 invoke message filtering hook and stop
8252                 default handling when filter returns abort
8253
8254         * src/common/plugin.[ch]
8255         * src/plugins/demo/demo.c
8256                 modify plugin loader, because resolving symbols for strings
8257                 does not work correctly
8258         
8259         * configure.in
8260         * ac/spamassassin.m4                            ** NEW **
8261         * src/plugins/spamassassin/.cvsignore           ** NEW **
8262         * src/plugins/spamassassin/Makefile.am          ** NEW **
8263         * src/plugins/spamassassin/README               ** NEW **
8264         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
8265         * src/plugins/spamassassin/spamassassin.c       ** NEW **
8266         * src/plugins/spamassassin/utils.[ch]           ** NEW **
8267                 add spamassassin plugin, see src/plugins/spamassassin/README
8268                 for details
8269
8270 2002-12-29 [alfons]     0.8.8claws25
8271
8272         * src/mainwindow.c
8273                 when moving focus from a message view to the main 
8274                 window, don't forget to select the summary node
8275                 of the displayed message. should fix "[ 659103 ] 
8276                 focus-follows-mouse confuses sylpheed"
8277
8278 2002-12-29 [christoph]  0.8.8claws24
8279
8280         * src/Makefile.am
8281         * src/stringtable.[ch]          ** REMOVE **
8282         * src/common/Makefile.am
8283         * src/common/stringtable.[ch]   ** NEW **
8284                 move stringtable files to common directory
8285
8286 2002-12-29 [christoph]  0.8.8claws23
8287
8288         * src/Makefile.am
8289         * src/menu.[ch]                 ** REMOVE **
8290         * src/gtk/Makefile.am
8291         * src/gtk/menu.[ch]             ** NEW **
8292                 move menu files to gtk directory
8293
8294 2002-12-29 [match]      0.8.8claws22
8295
8296         * src/addressbook.c
8297         * src/syldap.c
8298                 moved UI specific code out of LDAP code into addressbook
8299                 UI code. fixed memory leak.
8300
8301 2002-12-29 [christoph]  0.8.8claws21
8302
8303         * src/folder.c
8304                 only check for IGNORED parent message when message is
8305                 not IGNORED itself
8306
8307 2002-12-29 [alfons]     0.8.8claws20
8308
8309         * src/summaryview.c
8310                 set gtksctree's anchor correct (immediate execute
8311                 changes the tree's layout, and anchor points at 
8312                 the incorrect row). fixes "[ 657233 ] multiple msg 
8313                 delete sometimes off by 1".
8314                 we probably have to look for more tree layout /
8315                 anchor glitches.
8316
8317 2002-12-29 [paul]       0.8.8claws19
8318
8319         * src/summaryview.c
8320                 fix bug [ 659054 ] incorrect sorting of 'From' column
8321                 when using 'display sender using address book'
8322                 thanks to Alfons and Luke Plant
8323
8324 2002-12-29 [christoph]  0.8.8claws18
8325
8326         * src/folder.c
8327         * src/procmsg.[ch]
8328                 check parent messages for IGNORE THREAD flag, when adding,
8329                 moving or copying messages to a folder
8330
8331 2002-12-27 [alfons]     0.8.8claws17
8332
8333         re-organize matcher part 5; more to come
8334
8335         * src/matcher.c
8336                 hash keywords in matchparser_tab 
8337
8338 2002-12-27 [alfons]     0.8.8claws16
8339
8340         re-organize matcher part 4; more to come
8341
8342         * src/matcher_parser.h
8343         * src/matcher_parser_lex.l
8344         * src/matcher_parser_parse.y
8345                 cleanup
8346
8347 2002-12-27 [alfons]     0.8.8claws15
8348
8349         re-organize matcher part 3; more to come
8350
8351         * src/matcher.[ch]
8352                 cleanup
8353
8354 2002-12-27 [alfons]     0.8.8claws14
8355
8356         re-organize matcher part 2; more to come but this should
8357         work. cc me if there are any regressions.
8358
8359         * src/matcher.h
8360                 add prototype for get_matchparser_tab_id()
8361         * src/matcher_parser_lex.l
8362                 look up keywords using matchparser_tab_id();
8363
8364 2002-12-27 [alfons]     0.8.8claws12
8365
8366         re-organize matcher part 1
8367
8368         * src/matcher.h
8369                 map yacc generated constants to sylpheed matcher constants
8370         * src/matcher.c
8371                 add function to find a matcher constant from a string
8372
8373 2002-12-27 [christoph]  0.8.8claws11
8374
8375         * src/compose.c
8376                 MENUITEM_ADD casts the 4th argument from integer to pointer
8377                 so it probably should not be a pointer, this means we
8378                 should use account id for it and not the account's pointer
8379
8380 2002-12-27 [paul]       0.8.8claws10
8381
8382         * src/mainwindow.c
8383                 remove unneeded 'GtkWidget *vbox'
8384                 
8385         * src/summaryview.c
8386                 further sync with 0.8.8 - make sort
8387                 by recipient work as expected
8388                 
8389         * NEWS
8390                 sync with 0.8.8
8391
8392 2002-12-27 [paul]       0.8.8claws9
8393
8394         * po/pt_BR.po
8395                 updated by Ivan F. Martinez
8396                 
8397 2002-12-27 [darko]      0.8.8claws8
8398
8399         * src/common/utils.c
8400                 added locked pattern to extended search
8401
8402 2002-12-27 [alfons]     0.8.8claws7
8403
8404         * src/prefs_matcher.[ch]
8405                 clean up
8406
8407 2002-12-26 [alfons]     0.8.8claws6
8408
8409         * src/matcher.[ch]
8410         * src/matcher_parser_lex.l
8411         * src/matcher_parser_parse.y
8412         * src/prefs_matcher.c
8413                 allow color label as a condition in the matcher
8414
8415 2002-12-26 [oliver]     0.8.8claws5
8416         
8417         * src/toolbar.c 
8418                 enable Addressbook for Main and Messageview
8419         * src/prefs_actions.c
8420                 enable actions in Messageview
8421
8422 2002-12-26 [christoph]  0.8.8claws4
8423
8424         * src/common/plugin.c
8425                 add a little debug output
8426         * configure.in
8427         * src/plugins/demo/Makefile.am
8428                 better use of automake
8429
8430 2002-12-26 [christoph]  0.8.8claws3
8431
8432         * src/Makefile.am
8433         * src/common/Makefile.am
8434                 fix "make distdir"
8435
8436 2002-12-26 [christoph]  0.8.8claws2
8437
8438         * configure.in
8439                 sort configure checks into common / gtk / plugins
8440         * po/POTFILES.in
8441                 add src/prefs_gtk.c
8442         * src/Makefile.am
8443                 add plugins SUBDIR
8444         * src/main.c
8445         * src/common/sylpheed.[ch]
8446                 added now sylpheed_done function for shutdown
8447         * src/common/Makefile.am
8448         * src/common/plugin.[ch]                ** NEW **
8449                 plugin loader and unloader
8450         * src/plugins/.cvsignore                ** NEW **
8451         * src/plugins/Makefile.am               ** NEW **
8452                 build plugins
8453         * src/plugins/demo/.cvsignore           ** NEW **
8454         * src/plugins/demo/Makefile.am          ** NEW **
8455         * src/plugins/demo/demo.c               ** NEW **
8456                 small demo plugin that installs a logtext hook and
8457                 outputs the log text to stdout
8458
8459 2002-12-26 [paul]       0.8.8claws1
8460
8461         * po/es.po
8462                 updated by Ricardo Mones Lastra
8463
8464 2002-12-26 [paul]       0.8.8claws
8465
8466         * 0.8.8claws released
8467
8468 2002-12-26 [paul]       0.8.7claws12
8469
8470         * po/bg.po
8471                 updated by George Danchev
8472
8473 2002-12-26 [paul]       0.8.7claws11
8474
8475         * po/POTFILES.in
8476                 remove unneeded 'src/prefs.c' entry 
8477
8478 2002-12-26 [paul]       0.8.7claws10
8479
8480         * src/codeconv.c
8481           src/mainwindow.c
8482                 sync with 0.8.8 release
8483         
8484         * src/folder.[ch]
8485           src/mh.c
8486           src/summaryview.c
8487                 partial sync with 0.8.8 release
8488         
8489
8490 2002-12-25 [alfons]     0.8.7claws9
8491
8492         * src/matcher.[ch]
8493         * src/matcher_parser_lex.l
8494         * src/matcher_parser_parse.y
8495         * src/prefs_matcher.c
8496                 add locked flag to possible filtering / matcher 
8497                 conditions (also a good example what should be
8498                 done to add a simple boolean condition)
8499
8500 2002-12-25 [christoph]  0.8.7claws8
8501
8502         * src/Makefile.am
8503         * src/account.[ch]
8504         * src/addrbook.c
8505         * src/addressbook.c
8506         * src/addrindex.c
8507         * src/filtering.c
8508         * src/folder.c
8509         * src/matcher.c
8510         * src/prefs.[ch]                ** REMOVE **
8511         * src/prefs_account.c
8512         * src/prefs_actions.c
8513         * src/prefs_common.c
8514         * src/prefs_customheader.c
8515         * src/prefs_display_header.c
8516         * src/prefs_filtering.c
8517         * src/prefs_folder_item.c
8518         * src/prefs_gtk.[ch]            ** NEW **
8519         * src/prefs_matcher.c
8520         * src/prefs_scoring.c
8521         * src/prefs_summary_column.c
8522         * src/procmime.c
8523         * src/selective_download.c
8524         * src/toolbar.c
8525         * src/common/Makefile.am
8526         * src/common/prefs.[ch]         ** NEW **
8527                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
8528
8529 2002-12-24 [alfons]     0.8.7claws7
8530
8531         * src/summaryview.c
8532                 summary_thread_build(): fix real cause of the crash mentioned in
8533                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
8534                 this way we get meaningful ctree nodes 
8535
8536 2002-12-24 [oliver]     0.8.7claws6
8537
8538         * src/mainwindow.[ch]
8539         * src/messageview.[ch]
8540         * src/compose.[ch]
8541         * src/inc.c
8542         * src/summaryview.c
8543                 changes to use updated toolbar handling
8544                 
8545 2002-12-24 [oliver]     0.8.7claws5
8546
8547         * src/toolbar.[ch]
8548                 generic toolbar handling
8549                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
8550         * src/prefs_toolbar.[ch]
8551                 adjust to handling
8552         
8553 2002-12-24 [oliver]     0.8.7claws4
8554         
8555         * src/stock_pixmap.[ch]
8556                 move SYLPHEED_LOGO to end of list in order 
8557                 to remove it from Custom Toolbar`s Icon View
8558
8559 2002-12-24 [alfons]     0.8.7claws3
8560
8561         * src/summaryview.c
8562                 summary_thread_build(): fix crash because of focus != selection 
8563                 after threading. when deleting the selection, gtk tries but fails 
8564                 to find the correct focusable element. we now force the selection
8565                 to be focused. this should solve the infamous bug reported by 
8566                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
8567                 a test case is available. 
8568
8569 2002-12-24 [darko]      0.8.7claws2
8570
8571         * src/summaryview.c
8572                 don't crash when unmarking message with unread children
8573
8574 2002-12-23 [christoph]  0.8.7claws1
8575
8576         * src/Makefile.am
8577         * src/common/Makefile.am
8578                 update Makefiles for moved intl.h, version.h and defs.h
8579         * src/imap.c
8580                 rewrite imap_session_get to avoid duplicate code
8581
8582 2002-12-23 [paul]       0.8.7claws
8583
8584         * Santa-Claws released
8585         
8586         * po/hu.po
8587           po/ru.po
8588                 squeeze in updated Hungarian and Russian translations.
8589                 Submitted by  Gál Zoltán and Ruslan N. Balkin
8590
8591 2002-12-23 [paul]       0.8.6claws129
8592
8593         * po/pl.po
8594                 updated by Witold Wladyslaw Wojciech Wilk
8595
8596 2002-12-23 [paul]       0.8.6claws128
8597
8598         * src/quote_fmt_parse.y
8599                 fix typo and add licence header
8600
8601 2002-12-23 [paul]       0.8.6claws127
8602
8603         * po/en_GB.po
8604                 updated
8605
8606 2002-12-23 [paul]       0.8.6claws126
8607
8608         * po/it.po
8609                 updated translation, submitted by Alessandro Maestri
8610                 
8611 2002-12-23 [paul]       0.8.6claws125
8612
8613         * src/quote_fmt_parse.y
8614                 fix signature-stripping on replies bug. match
8615                 '-- \n' and not '-- '.
8616
8617 2002-12-22 [paul]       0.8.6claws124
8618
8619         * po/bg.po
8620           po/es.po
8621           po/sr.po
8622                 updated translations. submitted by George Danchev,
8623                 Ricardo Mones Lastra, and Urke MMI respectively
8624
8625 2002-12-21 [paul]       0.8.6claws123
8626
8627         * src/addrbook.c
8628                 fix coding style
8629
8630 2002-12-21 [paul]       0.8.6claws122
8631
8632         * src/addrbook.c
8633                 fix bug [643638] where if a person is in one or more
8634                 addressbook groups editing that person's email 
8635                 address results in removal from those groups.
8636                 Patch submitted by Luke Plant.
8637
8638 2002-12-20 [christoph]  0.8.6claws121
8639
8640         * src/common/utils.c
8641         * src/summaryview.c
8642                 reimplement expand_search_string using GString to
8643                 prevent crashs caused by miscalculated string
8644                 lengths reported by Paul
8645
8646 2002-12-20 [christoph]  0.8.6claws120
8647
8648         * src/summaryview.c
8649                 don't use "changed" to check if op_count has to be changed as it
8650                 is also set when the message has unread children
8651                 (closes bug [ 653221 ] crash while deleting duplicates)
8652
8653 2002-12-20 [paul]       0.8.6claws119
8654
8655         * sync with 0.8.6cvs27
8656                 see ChangeLog 2002-12-20
8657
8658 2002-12-20 [paul]       0.8.6claws118
8659
8660         * sync with 0.8.6cvs26
8661                 see ChangeLog 2002-12-19 and 2002-12-20
8662
8663 2002-12-19 [alfons]     0.8.6claws117
8664
8665         * src/textview.c
8666                 fix incorrect parsing of email addresses, submitted by 
8667                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
8668                 name display if it contains @".
8669
8670 2002-12-18 [paul]       0.8.6claws116
8671
8672         * sync with 0.8.6cvs23
8673                 see ChangeLog 2002-12-18
8674
8675 2002-12-18 [paul]       0.8.6claws115
8676
8677         * src/Makefile.am
8678         * src/account.c
8679         * src/codeconv.c
8680         * src/gtkutils.[ch]
8681         * src/imap.c
8682                 sync with 0.8.6cvs22.
8683                 see ChangeLog 2002-12-17 and 2002-12-18
8684
8685 2002-12-17 [christoph]  0.8.6claws114
8686
8687         * src/imap.c
8688                 o don't create a session if imap greeting fails
8689                 o don't close socket when authentication fails
8690                   this is done by imap_session_destroy
8691
8692 2002-12-17 [thorsten]   0.8.6claws113
8693
8694         * tools/Makefile.am
8695           tools/README
8696           tools/google_msgid.pl ** NEW FILE **
8697                 Added "search for message-id" script and doc
8698
8699 2002-12-17 [thorsten]   0.8.6claws112
8700
8701         * po/hu.po
8702                 Updated hungarian translation
8703                 (updated by Gal Zoltan)
8704
8705 2002-12-16 [christoph]  0.8.6claws111
8706
8707         * src/addr_compl.c
8708                 remove stupid addressbook dump to debug output
8709         * src/mh.c
8710                 fix memory leak found by Hiro
8711
8712 2002-12-14 [paul]       0.8.6claws110
8713
8714         * src/compose.c
8715                 fix menubar sensitivity on send
8716                 
8717         * src/prefs_filtering.c
8718         * src/prefs_matcher.c
8719         * src/prefs_scoring.c
8720                 Fix english ;)
8721                 
8722         * src/common/quoted-printable.h
8723                 sync: fix typo
8724         
8725 2002-12-13 [christoph]  0.8.6claws109
8726
8727         * src/Makefile.am
8728         * src/manage_window.[ch]        ** REMOVE **
8729         * src/gtk/Makefile.am
8730         * src/gtk/manage_window.[ch]    ** NEW **
8731                 move manage_window files to gtk directory
8732
8733 2002-12-13 [christoph]  0.8.6claws108
8734
8735         * src/Makefile.am
8736         * src/gtkshruler.[ch]           ** REMOVE **
8737         * src/gtk/Makefile.am
8738         * src/gtk/gtkshruler.[ch]       ** NEW **
8739                 move gtkshruler files to gtk directory
8740
8741 2002-12-13 [christoph]  0.8.6claws107
8742
8743         * src/Makefile.am
8744         * src/compose.c
8745         * src/gtkstext.[ch]             ** REMOVE **
8746         * src/gtkutils.[ch]
8747         * src/textview.c
8748         * src/gtk/gtkstext.[ch]         ** NEW **
8749         * src/gtk/Makefile.am
8750                 o move stext functions to gtkstext.c to remove
8751                   dependency of gtkutils
8752                 o move gtkstext files to gtk directory
8753
8754         * src/gtk/Makefile.am
8755         * src/gtk/sslcertwindow.[ch]
8756                 UI stuff can always depend on common code so
8757                 it's ok to add ../common to include path
8758
8759 2002-12-13 [colin]      0.8.6claws106
8760
8761         * src/summaryview.c
8762                 Disconnect sighandlers for mainwindow when
8763                 quicksearch has the focus
8764                 Fix bug #653231
8765         * src/mainwindow.[ch]
8766                 Make key_pressed callback public, to be able
8767                 to disconnect it
8768
8769 2002-12-13 [christoph]  0.8.6claws105
8770
8771         * src/mh.c
8772                 create .mh_sequences file in new MH folders
8773                 (closes feature request [ 523162 ] MH folders should
8774                  get a .mh_sequences)
8775
8776 2002-12-13 [colin]      0.8.6claws104
8777
8778         * src/summaryview.c
8779                 Better handling of quicksearch show/hide
8780                 (basically the button stays under the mouse 
8781                  when toggled)
8782
8783 2002-12-13 [paul]       0.8.6claws103
8784
8785         * sync with 0.8.6cvs17
8786                 see ChangeLog 2002-12-13
8787
8788 2002-12-13 [paul]       0.8.6claws102
8789
8790         * po/es.po
8791                 updated by Ricardo Mones Lastra
8792
8793 2002-12-11 [colin]       0.8.6claws101
8794
8795         * src/folder.c
8796                 remove statusbar stuff
8797           src/folderview.c
8798                 set statusbar verbosity when moving folders
8799
8800 2002-12-11 [colin]       0.8.6claws100
8801         * src/prefs_filtering.c
8802         * src/prefs_matcher.c
8803         * src/prefs_scoring.c
8804                 Fix english ;)
8805
8806 2002-12-11 [colin]       0.8.6claws99
8807
8808         * src/prefs_common.[ch]
8809                 Add summary_quicksearch_type
8810         * src/summaryview.c
8811                 Save last used quicksearch type
8812
8813 2002-12-11 [jens]       0.8.6claws98
8814         * src/prefs_filtering.c
8815         * src/prefs_matcher.c
8816         * src/prefs_scoring.c
8817                 added dialog for incomplete rules in scoring, filtering and
8818                 matcher to ask wheather really close
8819
8820 2002-12-11 [colin]      0.8.6claws97
8821
8822         * src/folder.c
8823                 Fix folder dnd statusbar logging
8824
8825 2002-12-10 [christoph]  0.8.6claws96
8826
8827         * src/compose.c
8828         * src/folder.c
8829         * src/imap.c
8830         * src/inc.c
8831         * src/main.c
8832         * src/mainwindow.c
8833         * src/news.c
8834         * src/send.c
8835         * src/statusbar.[ch]
8836         * src/common/hooks.c
8837         * src/common/log.[ch]
8838                 o handle verbose logging in statusbar directly in statusbar code
8839                   and common code does not need any knowledge about a statusbar
8840                 o remove direct calls to statusbar_(puts|pop)_all functions
8841
8842 2002-12-10 [jens]       0.8.6claws95
8843
8844         * src/*.c
8845                 removed gettext from g_warnings
8846         * po/POTFILES.in
8847                 cleaned and updated
8848         * po/de.po
8849                 updated
8850
8851 2002-12-10 [colin]      0.8.6claws94
8852
8853         * src/main.c
8854                 finish crash dialog fix
8855
8856 2002-12-10 [colin]      0.8.6claws93
8857
8858         * src/main.c
8859                 "Fix" "sylpheed already running" instead of
8860                 crash dialog appearing after a crash
8861
8862 2002-12-10 [colin]      0.8.6claws92
8863
8864         * po/POTFILES.in
8865                 add src/gtk/sslcertwindow.c
8866
8867 2002-12-10 [paul]       0.8.6claws91
8868
8869         * po/POTFILES.in
8870                 updated to reflect recent changes
8871                 submitted by Alessandro Maestri
8872
8873 2002-12-09 [christoph]  0.8.6claws90
8874
8875         * src/Makefile.am
8876         * src/smtp.[ch]                 ** REMOVE **
8877         * src/common/Makefile.am
8878         * src/common/smtp.[ch]          ** NEW **
8879                 move smtp files to common directory
8880
8881 2002-12-09 [christoph]  0.8.6claws89
8882
8883         * src/Makefile.am
8884         * src/session.[ch]              ** REMOVE **
8885         * src/common/Makefile.am
8886         * src/common/session.[ch]       ** NEW **
8887                 move session files to common directory
8888
8889 2002-12-09 [paul]       0.8.6claws88
8890
8891         * src/account.c
8892                 fix bug [649746] edit accounts: move account reverted
8893                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
8894
8895 2002-12-09 [colin]      0.8.6claws87
8896
8897         * src/ssl_certificate.c
8898                 cleanup
8899
8900 2002-12-09 [colin]      0.8.6claws86
8901
8902         * src/ssl.c
8903                 Try to open the cert.pem database and 
8904                 issue a warning if it isn't there
8905
8906 2002-12-09 [colin]      0.8.6claws85
8907
8908         * src/common/ssl_certificate.c
8909         * src/gtk/sslcertwindow.c
8910                 Warning fixes
8911
8912 2002-12-09 [colin]      0.8.6claws84
8913
8914         * src/ssl_certificate.[ch] ** REMOVED **
8915         * src/common/ssl_certificate.[ch] ** NEW **
8916         * src/Makefile.am
8917         * src/common/Makefile.am
8918                 Moved ssl_certificate.[ch] to common
8919         * src/common/ssl.c 
8920                 Put back needed include
8921         * src/gtk/sslcertwindow.[ch]
8922                 Changed ssl_certificate.h include
8923         
8924 2002-12-09 [colin]      0.8.6claws83
8925
8926         * src/gtk/sslcertwindow.[ch]
8927                 Implement hook for certificate acception
8928         * src/ssl_certificate.[ch]
8929                 Implement hook for certificate acception
8930         * src/common/ssl.c
8931                 Reenable certificate acception check
8932         * src/mainwindow.c
8933                 Register sslcertwindow's hook
8934         
8935 2002-12-08 [christoph]  0.8.6claws82
8936
8937         * src/about.c
8938         * src/addr_compl.c
8939         * src/codeconv.c
8940         * src/manual.c
8941         * src/undo.c
8942         * src/common/utils.c
8943                 o add missing includes
8944                 o fix warnings
8945         * src/.cvsignore
8946         * src/common/.cvsignore
8947         * src/common/version.h          ** REMOVE **
8948                 remove autogenerated file
8949
8950 2002-12-08 [paul]       0.8.6claws81
8951
8952         * src/stringtable.c
8953                 put back needed include
8954
8955 2002-12-08 [colin]      0.8.6claws80
8956         
8957         * src/gtk/sslcertwindow.c
8958                 Cleaner popups when asking
8959         * src/ssl_certificate.c
8960         * src/prefs_common.[ch]
8961                 remove ssl certificate pref
8962                 put back needed include
8963         * src/undo.c
8964                 put back needed include
8965
8966 2002-12-08 [christoph]  0.8.6claws79
8967
8968         * src/folderview.c
8969         * src/logwindow.c
8970         * src/statusbar.c
8971         * src/summaryview.c
8972                 only abort hook invokation if required data is missing not
8973                 if our own data pointer is NULL, update hookfunction for
8974                 log window
8975
8976 2002-12-08 [paul]       0.8.6claws78
8977
8978         * src/about.c
8979         * src/addrcache.c
8980         * src/addrclip.c
8981         * src/addr_compl.c
8982         * src/addrselect.c
8983         * src/codeconv.c
8984         * src/colorlabel.c
8985         * src/enriched.c
8986         * src/esmtp.c
8987         * src/exporthtml.c
8988         * src/headerview.c
8989         * src/imageview.c
8990         * src/manual.c
8991         * src/noticeview.c
8992         * src/pgptext.c
8993         * src/scoring.c
8994         * src/sourcewindow.c
8995         * src/stringtable.c
8996         * src/undo.c
8997                 clean up: remove unneccesary includes
8998
8999 2002-12-08 [christoph]  0.8.6claws77
9000
9001         * src/folderview.c
9002         * src/statusbar.c
9003         * src/summaryview.c
9004         * src/common/hooks.[ch]
9005                 hook functions now have a gboolean return value, if a hook
9006                 returns TRUE it will stop executing of any more hooks in
9007                 the same hooklist for this invokation
9008
9009 2002-12-08 [colin]      0.8.6claws76
9010         
9011         * src/main.c
9012                 put back argv0 for CRASH_DIALOG
9013
9014 2002-12-08 [christoph]  0.8.6claws75
9015
9016         * src/Makefile.am
9017         * src/about.c
9018         * src/account.c
9019         * src/crash.c
9020         * src/esmtp.h
9021         * src/imap.[ch]
9022         * src/inc.c
9023         * src/main.c
9024         * src/mainwindow.c
9025         * src/news.c
9026         * src/pop.[ch]
9027         * src/prefs_account.[ch]
9028         * src/prefs_common.[ch]
9029         * src/send.[ch]
9030         * src/smtp.[ch]
9031         * src/ssl_certificate.[ch]
9032         * src/ssl_manager.[ch]
9033         * src/common/Makefile.am
9034         * src/common/log.c
9035         * src/common/nntp.[ch]
9036         * src/common/socket.[ch]
9037         * src/common/ssl.[ch]
9038         * src/gtk/sslcertwindow.[ch]
9039         * ac/openssl.m4
9040                 use new autoconf script to detect OpenSSL with extra parameters
9041                 to specify the location of libs and includes, also remove USE_SSL
9042                 to USE_OPENSSL
9043
9044         * src/common/sylpheed.[ch]
9045         * src/common/version.h.in
9046                 start seperation of common code initialization seperated from gui
9047
9048         * src/summaryview.c
9049                 The function that is called when a color label changes
9050                 should not change the color lable again
9051
9052 2002-12-08 [colin]      0.8.6claws74
9053
9054         * src/gtk/sslcertwindow.c
9055                 warning fixes
9056
9057 2002-12-08 [colin]      0.8.6claws73
9058
9059         * src/statusbar.c
9060           src/common/log.h
9061                 Register a hook for statusbar_puts_all
9062         * src/common/log.c
9063                 invoke statusbar_puts_all's hook
9064         
9065 2002-12-08 [colin]      0.8.6claws72
9066
9067         * src/ssl_certificate.c
9068                 Put back a badly-removed include
9069
9070 2002-12-08 [colin]      0.8.6claws71
9071
9072         * src/gtk/sslcertwindow.[ch]    ** NEW **
9073                 new certificate presentation
9074         * src/gtk/Makefile.am
9075                 add new files
9076         * src/ssl_certificate.[ch]
9077                 gtk cleanup, made utility functions public
9078         * src/ssl_manager.c
9079                 use new cert presentation
9080
9081 2002-12-07 [christoph]  0.8.6claws70
9082
9083         * src/Makefile.am
9084         * src/nntp.[ch]                 ** REMOVE **
9085         * src/common/Makefile.am
9086         * src/common/nntp.[ch]          ** NEW **
9087                 move nntp files to common directory
9088
9089 2002-12-07 [christoph]  0.8.6claws69
9090
9091         * src/procmsg.[ch]
9092         * src/summaryview.c
9093                 implement msginfo update callback using sylpheed's new
9094                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
9095
9096 2002-12-06 [christoph]  0.8.6claws68
9097
9098         * src/editgroup.c
9099                 This patch changes the 'Edit Group Details' dialog to
9100                 allow extended selections in either pane, so that
9101                 addresses can be added or removed from a group more
9102                 quickly and easily. (it actually is a net decrease in
9103                 file size, as some unnecessary functions have been
9104                 removed). 
9105                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
9106
9107 2002-12-06 [christoph]  0.8.6claws67
9108
9109         * src/Makefile.am
9110         * src/template.[ch]             ** REMOVE **
9111         * src/common/Makefile.am
9112         * src/common/template.[ch]      ** NEW **
9113                 move template files to common directory
9114
9115         * src/nntp.c
9116                 add missing log.h include
9117
9118 2002-12-06 [melvin]     0.8.6claws66
9119
9120         * src/prefs_actions.c
9121                 Added the trailing ">" syntax to insert command's output
9122                 without replacing old text (in contrast to trailing "|").
9123
9124 2002-12-05 [colin]      0.8.6claws65
9125         
9126         * src/common/utils.c
9127                 Don't modify original search_string or it'll change
9128                 the next iterations in the for()
9129
9130 2002-12-05 [darko]      0.8.6claws64
9131
9132         * src/common/utils.c
9133                 proper check for filtering commands, found by Colin
9134
9135 2002-12-05 [darko]      0.8.6claws63
9136
9137         * src/common/utils.c
9138                 check proper string for NULL pointer, found by Colin
9139
9140 2002-12-05 [darko]      0.8.6claws62
9141
9142         * src/common/utils.[ch]
9143                 expand_search_string(): new function
9144                 converts Mutt-like patterns to Sylpheed's
9145                 filtering engine
9146         * src/summaryview.c
9147                 use expand_search_string() to allow Mutt-like
9148                 patterns in extended search
9149         * README.claws
9150                 document extended option in quick search
9151
9152 2002-12-05 [paul]       0.8.6claws61
9153
9154         * sync with 0.8.6cvs16
9155                 see ChangeLog 2002-12-05
9156                 
9157         * po/POTFILES.in
9158                 clean up
9159
9160 2002-12-04 [christoph]  0.8.6claws60
9161
9162         * src/imap.[ch]
9163                 put imap authentication code into a new function and
9164                 remove it from imap_session_new that will allow to
9165                 send other commands before authentication
9166
9167 2002-12-04 [christoph]  0.8.6claws59
9168
9169         * src/imap.[ch]
9170                 use already existing method to prevent unneeded IMAP
9171                 folder selects. Set imap_select parameters to NULL
9172                 in some functions if the values are not required.
9173
9174         * src/xml.h
9175                 remove no longer required include
9176
9177 2002-12-04 [paul]       0.8.6claws58
9178
9179         * po/es.po
9180                 updated by Ricardo Mones Lastra
9181                 
9182         * configure.in
9183           po/hu.po      ** NEW FILE **
9184                 initial Hungarian translation, submitted
9185                 by Gál Zoltán <galzoli@hu.inter.net>
9186
9187 2002-12-03 [christoph]  0.8.6claws57
9188
9189         * src/Makefile.am
9190         * src/gtksctree.[ch]            ** REMOVE **
9191         * src/gtk/Makefile.am
9192         * src/gtk/gtksctree.[ch]        ** NEW **
9193                 move gtksctree files to gtk directory
9194
9195 2002-12-03 [christoph]  0.8.6claws56
9196
9197         * src/Makefile.am
9198         * src/md5.[ch]                  ** REMOVE **
9199         * srm/common/Makefile.am
9200         * src/common/md5.[ch]           ** NEW **
9201                 move md5 files to common directory
9202
9203         * src/gtkstext.c
9204                 remove not required #include
9205
9206 2002-12-03 [sergey]     0.8.6claws55
9207
9208         * src/gtkutils.c
9209         * src/gtkutils.h
9210                 gtkut_window_popup(): new function.
9211         * src/mainwindow.c
9212                 main_window_popup(): use gtkut_window_popup() to raise
9213                 window without changing its position.
9214                 (see sylpheed-main ML message [sylpheed:17247])
9215
9216 2002-12-03 [sergey]     0.8.6claws54
9217
9218         * src/send.c
9219                 send_message_local(): removed first-dot escaping
9220                 (SMTP-only, not needed for sending through pipe)
9221
9222 2002-12-03 [paul]       0.8.6claws53
9223
9224         * po/POTFILES.in
9225                 update to reflect recent changes (thanks
9226                 to Ricardo Mones Lastra)
9227                 
9228         * tools/filter_conv.pl
9229                  fix problem with quoted strings. Patch submitted
9230                  by Luke Plant <lukeplant@softhome.net>
9231
9232 2002-12-03 [paul]       0.8.6claws52
9233
9234         * sync with 0.8.6cvs15
9235                 see ChangeLog 2002-12-03
9236
9237 2002-12-02 [christoph]  0.8.6claws51
9238
9239         * src/logwindow.[ch]
9240         * src/common/log.[ch]
9241                 implement logging using a hook function
9242
9243         * src/folderview.c
9244         * src/folder.[ch]
9245                 define hooklist name in header file to avoid
9246                 errors caused by wrong spelling of hooklist names
9247
9248         * src/toolbar.c
9249                 fix warnings
9250
9251 2002-12-02 [christoph]  0.8.6claws50
9252
9253         * src/common/Makefile.am
9254                 add src/common/hooks.[ch]
9255
9256         * src/common/hooks.[ch]
9257                 implement a simple hook system using glib's hook functions
9258
9259         * src/folder.[ch]
9260         * src/folderview.c
9261                 use new hook system for folder item updates
9262
9263 2002-12-02 [christoph]  0.8.6claws49
9264
9265         * doc-src/ui_seperation.txt     ** NEW **
9266                 information for ui seperation
9267
9268         * src/Makefile.am
9269                 remove files that were moved to common
9270                 include common directory by default for the header files
9271
9272         * src/inc.c
9273         * src/common/socket.c
9274         * src/automaton.[ch]
9275                 implement automaton using g_io_*-functions instead of
9276                 gdk_input_add to make it ui independent
9277
9278         * src/codeconv.c
9279         * src/compose.c
9280         * src/ldif.c
9281         * src/pgptext.c
9282         * src/procmime.c
9283         * src/rfc2015.c
9284         * src/smtp.c
9285         * src/unmime.c
9286                 remove common/ prefix because directory is now in
9287                 include path
9288
9289         * src/compose.c
9290         * src/folder.c
9291         * src/folderview.c
9292         * src/mainwindow.c
9293         * src/messageview.c
9294         * src/prefs_common.c
9295         * src/procmsg.c
9296         * src/rfc2015.c
9297                 fix warnings
9298
9299         * src/imap.c
9300         * src/inc.c
9301         * src/news.c
9302         * src/pop.c
9303         * src/send.c
9304         * src/smtp.c
9305         * src/ssl_certificate.c
9306                 add log.h header file for logging functions
9307
9308         * src/main.c
9309         * src/common/utils.c
9310         * src/summaryview.c
9311         * src/xml.c
9312                 o move debug_mode to common/utils.c
9313                 o add functions to set and get debug_mode
9314
9315         * src/defs.h                    ** REMOVE **
9316         * src/intl.h                    ** REMOVE **
9317         * src/socket.[ch]               ** REMOVE **
9318         * src/ssl.[ch]                  ** REMOVE **
9319         * src/utils.[ch]                ** REMOVE **
9320                 replaced by new files in src/common/
9321         
9322         * src/common/Makefile.am
9323                 add new files in src/common/
9324
9325         * src/common/defs.h             ** NEW **
9326         * src/common/intl.h             ** NEW **
9327         * src/common/log.[ch]           ** NEW **
9328         * src/common/socket.[ch]        ** NEW **
9329         * src/common/ssl.[ch]           ** NEW **
9330         * src/common/utils.[ch]         ** NEW **
9331                 replacement for files in src/
9332
9333 2002-12-02 [colin]      0.8.6claws48
9334
9335         * src/folderview.c
9336                 Scroll folderview if necessary during dnd
9337
9338 2002-12-02 [colin]      0.8.6claws47
9339
9340         * src/folder.[ch]
9341                 Add check to verify a move is within a single mailbox
9342         * src/folderview.c
9343                 Add specific error string for this check
9344
9345 2002-12-02 [colin]      0.8.6claws46
9346
9347         * src/folder.c
9348                 Add a test to folder moving, remove a statusbar_print
9349         * src/folderview.c
9350                 Add Move folder... context-menu item
9351                 Factorize folder moving code
9352                 Enable folder DND for mbox
9353
9354 2002-12-01 [christoph]  0.8.6claws45
9355
9356         * ac/aspell.m4
9357                 remove conf.aspelltest if the version check fails
9358
9359 2002-11-30 [christoph]  0.8.6claws44
9360
9361         * autogen.sh
9362                 run libtoolize --force in autogen to create missing
9363                 libtool scripts
9364
9365 2002-11-30 [christoph]  0.8.6claws43
9366
9367         * src/Makefile.am
9368         * src/pgptext.c
9369         * src/procmime.c
9370         * src/rfc2015.c
9371         * src/uuencode.[ch]             ** REMOVED **
9372         * src/common/Makefile.am
9373         * src/common/uuencode.[ch]      ** NEW **
9374                 move uuen/decoder to common directory
9375
9376 2002-11-30 [christoph]  0.8.6claws42
9377
9378         * src/Makefile.am
9379         * src/base64.[ch]               ** REMOVED **
9380         * src/codeconv.c
9381         * src/compose.c
9382         * src/ldif.c
9383         * src/pgptext.c
9384         * src/procmime.c
9385         * src/rfc2015.c
9386         * src/smtp.c
9387         * src/unmime.c
9388         * src/common/Makefile.am
9389         * src/common/base64.[ch]        ** NEW **
9390                 move base64 en/decoder to common directory
9391
9392 2002-11-30 [christoph]  0.8.6claws41
9393
9394         * src/common                    ** NEW **
9395                 new directory for UI independent code
9396         * src/gtk                       ** NEW **
9397                 new directory for GTK frontend
9398         * src/common/.cvsignore         ** NEW **
9399         * src/gtk/.cvsignore            ** NEW **
9400                 ignore build files
9401         * src/common/Makefile.am        ** NEW **
9402         * src/gtk/Makefile.am           ** NEW **
9403                 automake files to build new seperated stuff
9404         * src/Makefile.am
9405                 the binary will currently still be build with the
9406                 files in src, so we include the code from the
9407                 subdirs for now after building the libs there
9408
9409 2002-11-30 [paul]       0.8.6claws40
9410
9411         * src/compose.c
9412                 fix bug [642731] 'Wrong selected account with drafted mail'
9413
9414 2002-11-29 [oliver]     0.8.6claws39
9415         
9416         * src/messageview.c
9417                 o update summaryview when switching between different
9418                   messageviews          
9419         * src/toolbar.c  
9420                 o check if messageview holds already removed msg
9421                   from summaryview
9422                 
9423
9424 2002-11-29 [oliver]     0.8.6claws38
9425
9426         * src/toolbar.c 
9427                 remove not needed variables and includes
9428                 make messageview stay opened and move to next when msgs are deleted 
9429
9430 2002-11-29 [oliver]     0.8.6claws37
9431         
9432         * src/toolbar.c 
9433                 disable compose button (messageview toolbar) by default
9434                 deleted msgs are moved to trash
9435         
9436 2002-11-29 [melvin]     0.8.6claws36
9437
9438         * configure.in
9439                 Increased minimal gpgme version to 0.3.10 (Zombies out)
9440                 and to detect signatures expirations (gpgme 0.3.6)
9441
9442         * src/main.c
9443                 Use non obsolescent function for Gpgme engine checking.
9444
9445         * src/rfc2015.c
9446                 Inform about expired signatures or signatures which key
9447                 has expired. Expiration date is displayed.
9448
9449         * src/sigstatus.c
9450                 Inform about expired signatures or signatures which key
9451                 has expired.
9452
9453 2002-11-28 [paul]       0.8.6claws35
9454
9455         * src/folderview.c
9456                 re-instate 'Check for new messages' in Newsgroup
9457                 folders right-click menu, after a suggestion from
9458                 Tim Mann <timmann@users.sourceforge.net>
9459
9460         * src/main.c
9461                 after a crash check only local folders for new
9462                 messages
9463
9464 2002-11-28 [paul]       0.8.6claws34
9465
9466         * configure.in
9467                 apply patch that fixes the checking of GTK with XIM 
9468                 support on different OSs, such as FreeBSD. Patch 
9469                 submitted by Topia <topia@users.sourceforge.net>
9470                 
9471 2002-11-28 [paul]       0.8.6claws33
9472
9473         * src/mainwindow.c
9474           src/prefs_common.c
9475           src/prefs_toolbar.c
9476                 more changes to the English
9477
9478 2002-11-28 [paul]       0.8.6claws32
9479
9480         * sync with 0.8.6cvs13
9481                 see ChangeLog 2002-11-28 (no sync needed
9482                 for src/compose.c)
9483
9484 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
9485         
9486         * src/mainwindow.[ch]
9487                 add patch by Ivan F. Martinez introducing messageview Toolbar
9488                 some changes and committed by oliver    
9489
9490 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
9491
9492         * src/messageview.[ch]
9493                 add patch by Ivan F. Martinez introducing messageview Toolbar
9494                 some changes and committed by oliver    
9495
9496 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
9497
9498         * src/compose.[ch]
9499                 add patch by Ivan F. Martinez introducing messageview Toolbar
9500                 some changes and committed by oliver    
9501
9502 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
9503         
9504         * src/toolbar.[ch]
9505                 add patch by Ivan F. Martinez introducing messageview Toolbar
9506                 some changes and committed by oliver
9507
9508 2002-11-28 [oliver]     0.8.6claws27
9509         
9510         * src/prefs_toolbar.[ch]
9511                 getting ready for messageview toolbar
9512                 free mem allocated by gettext
9513                 change prefs_toolbar to prefs_toolbar_open
9514  
9515 2002-11-28 [thorsten]   0.8.6claws26
9516
9517         * src/imageview.[ch]
9518                 cleaned up conflicting declarations of
9519                 imageview_show_image()
9520
9521 2002-11-28 [paul]       0.8.6claws25
9522
9523         * src/grouplistdialog.c
9524           src/prefs_common.c
9525           src/prefs_summary_column.c
9526                 a few more improvements to the English
9527
9528 2002-11-28 [colin]      0.8.6claws24
9529
9530         * man/sylpheed.1
9531                 A few updates to command-line parameters
9532
9533 2002-11-28 [colin]      0.8.6claws23
9534
9535         * src/prefs_filtering.c
9536                 Fix problems with prefs_filtering_delete_path:
9537                 a) if the first rule is removed, original pointers
9538                    weren't updated (leading to segfaults)
9539                 b) it was always global_processing updated in case
9540                    of removed path was parent of rule path
9541
9542 2002-11-27 [paul]       0.8.6claws22
9543
9544         * src/mainwindow.c
9545           src/prefs_account.c
9546           src/prefs_actions.c
9547           src/prefs_common.c
9548           src/prefs_customheader.c
9549           src/prefs_display_header.c
9550           src/prefs_filtering.c
9551           src/prefs_folder_item.c
9552           src/prefs_matcher.c
9553           src/prefs_scoring.c
9554           src/prefs_summary_column.c
9555           src/prefs_template.c
9556           src/prefs_toolbar.c
9557                  improve the English in the GUI
9558
9559 2002-11-27 [colin]      0.8.6claws21
9560
9561         * src/folder.c
9562                 Fix processing renaming problems happening after
9563                 last commit
9564
9565 2002-11-27 [colin]      0.8.6claws20
9566
9567         * src/folder.c
9568                 recursive move now deletes src each subfolder after 
9569                 having moved it
9570         * src/folderview.c
9571                 Use identifier instead of path during dnd (enables
9572                 IMAP folder dnd)
9573
9574 2002-11-27 [paul]       0.8.6claws19
9575
9576         * src/main.c
9577                 apply patch that does command-line processing 
9578                 BEFORE gtk_init, allowing claws to run from 
9579                 shell-scripts in non-X environment (e.g. crontab 
9580                 or ip-up, ip-down scripts). Patch submitted by
9581                 Ruslan N. Balkin <baron@dartel.ru>
9582                 
9583         * po/it.po
9584                 updated by Alessandro Maestri
9585
9586 2002-11-27 [paul]       0.8.6claws18
9587
9588         * sync with 0.8.6cvs12
9589           src/prefs_common.c
9590                 Differences are that main uses a 'Receive dialog'
9591                 frame on the Interface tab, whereas claws groups all 
9592                 the dialogs together in a 'Dialogs' frame.
9593
9594 2002-11-27 [colin]      0.8.6claws17
9595
9596         * src/prefs_matcher.c
9597                 Fix Execute criteria's NOT flag
9598
9599
9600 2002-11-26 [christoph]  0.8.6claws16
9601
9602         * src/ssl.c
9603                 rewrite the ssl code a little bit, only use one
9604                 SSL context, set default certificates' file/path
9605
9606 2002-11-26 [thorsten]   0.8.6claws15
9607
9608         * src/compose.c
9609                 default-reply-to didn't work for ml-reply
9610
9611 2002-11-26 [melvin]     0.8.6claws14
9612
9613         * src/prefs_actions.c
9614                 Made pipe-actions ignore short headers in message view
9615                 Made trailing-pipe-actions write in the message view with
9616                 the same font as the original message
9617
9618 2002-11-26 [paul]       0.8.6claws13
9619
9620         * src/compose.c
9621                 this time commit the correct file
9622
9623 2002-11-26 [paul]       0.8.6claws12
9624
9625         * sync with 0.8.6cvs11
9626           src/quote_fmt_parse.y  
9627                 no sync needed
9628           src/account.[ch]       
9629                 not sync'ed
9630           src/compose.c
9631                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
9632                 on draft mode.
9633                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
9634                 header
9635                 
9636         see ChangeLog 2002-11-25 and 2002-11-26
9637
9638 2002-11-26 [colin]      0.8.6claws11
9639
9640         * src/folderview.c
9641                 Fix collapsed folder not auto-expanding during
9642                 mail dnd, if it was the source folder.
9643
9644 2002-11-25 [colin]      0.8.6claws10
9645
9646         * src/folderview.[ch]
9647                 Variable renaming and cleaning (slist of nodes 
9648                 to be re-collapsed is stored in FolderView)
9649
9650 2002-11-25 [paul]       0.8.6claws9
9651
9652         * src/prefs_common.[ch]
9653                 fix breakage caused by last commit
9654
9655 2002-11-25 [paul]       0.8.6claws8
9656
9657         * sync with 0.8.6cvs4
9658                 see ChangeLog 2002-11-21
9659
9660 2002-11-25 [paul]       0.8.6claws7
9661
9662         * sync with 0.8.6cvs4
9663                 see ChangeLog 2002-11-20
9664
9665 2002-11-25 [paul]       0.8.6claws6
9666
9667         * sync with 0.8.6cvs3
9668                 see ChangeLog 2002-11-18
9669
9670 2002-11-25 [colin]      0.8.6claws5
9671
9672         * src/gtkutils.[ch]
9673                 Add gtkut_ctree_node_is_parent()
9674         * src/folderview.c
9675                 Spring-loaded folders
9676
9677 2002-11-25 [colin]      0.8.6claws4
9678
9679         * src/utils.[ch]
9680                 Add slist_concat_unique(), function to merge
9681                 two GSList filtering dups
9682         * src/folder.[ch]
9683         * src/summaryview.[ch]
9684         * src/folderview.c
9685         * src/main.c
9686                 Add detection/update/display of unread answers
9687                 to marked mails
9688         * src/procmsg.[ch]
9689                 Add procmsg_find_children()
9690                 Add procmsg_msg_has_marked_parent()
9691
9692 2002-11-25 [colin]      0.8.6claws3
9693
9694         * src/ssl_certificate.[ch]
9695                 Allow checking a certificate without a DNS
9696                 lookup
9697                 Allow to forget a cert (by deleting it)
9698                 Make ssl_certificate_destroy_public
9699         * src/ssl_manager.[ch] ** NEW FILES **
9700                 Gui to manage (display/remove) certificates
9701         * src/prefs_common.[ch]
9702                 Add a pref to allow silent acceptation of
9703                 trusted certificates or not (based on the
9704                 "I want to know what's going on" principle)
9705         * src/mainwindow.c
9706                 Add SSL manager in Tools menu
9707         * src/Makefile.am
9708                 Add the new files to the build
9709         * po/POTFILES.in
9710                 Add ssl_manager.c to translations
9711
9712 2002-11-25 [colin]      0.8.6claws2
9713
9714         * src/summaryview.[ch]
9715                 Add S_SEARCH_EXTENDED to the quick search, which 
9716                 allows to search using filtering syntax.
9717
9718 2002-11-25 [colin]      0.8.6claws1
9719
9720         * src/summaryview.c
9721                 Deletion of duplicates now prefer deleting
9722                 the unread dup (fixes feature-request 638989).
9723
9724 2002-11-24 [paul]       0.8.6claws
9725
9726         * po/es.po
9727           po/pl.po
9728           po/ru.po
9729           po/sr.po
9730                 updated by Ricardo Mones Lastra,
9731                 Witold Wladyslaw Wojciech Wilk,
9732                 Ruslan N. Balkin, and  Urke MMI 
9733                 respectively
9734
9735 2002-11-24 [paul]       0.8.5claws182
9736
9737         * po/bg.po
9738                 updated by George Danchev
9739
9740 2002-11-23 [alfons]     0.8.5claws181
9741
9742         * src/imap.c
9743                 tiny memory leak found by browsing Dimitar's 
9744                 valgrind report
9745
9746 2002-11-23 [paul]       0.8.5claws180
9747
9748         * po/it.po
9749                 updated by Alessandro Maestri
9750
9751 2002-11-22 [christoph]  0.8.5claws179
9752
9753         * src/compose.c
9754         * src/inc.c
9755         * src/prefs_filtering.c
9756         * src/summaryview.c
9757                 more warning fixes
9758
9759 2002-11-22 [alfons]     0.8.5claws178
9760
9761         * src/summaryview.c
9762                 summary_execute_delete_func(): if message is deleted, make 
9763                 sure to also remove its entry in the subject hash table. 
9764                 fixes a corner case bug.
9765
9766 2002-11-22 [paul]       0.8.5claws177
9767
9768         * .cvsignore
9769                 add 'autom4te.cache'
9770                 
9771         * ltconfig      ** REMOVED **
9772                 not needed
9773
9774 2002-11-22 [paul]       0.8.5claws176
9775
9776         * src/textview.c
9777                 textview_set_font(): fix for message display in
9778                 UTF-8 locales (thanks to Sergey Vlasov).
9779                 
9780         * AUTHORS
9781                 add new team members and contributors
9782
9783
9784 2002-11-21 [colin]      0.8.5claws175
9785
9786         * src/procmsg.[ch]
9787                 Add procmsg_remove_special_headers()
9788         * src/mh.c
9789                 Use procmsg_remove_special_headers() for 
9790                 previous fix
9791
9792 2002-11-21 [colin]      0.8.5claws174
9793
9794         * src/mh.c
9795                 Fix moving/copying from queue/draft folders
9796                 for MH folders
9797
9798 2002-11-21 [christoph]  0.8.5claws173
9799
9800         * src/crash.c
9801         * src/filtering.c
9802         * src/logwindow.c
9803         * src/main.c
9804         * src/matcher_parser_lex.[hl]
9805         * src/mbox.c
9806         * src/mbox_folder.[ch]
9807         * src/prefs_filtering.c
9808         * src/procheader.c
9809         * src/quote_fmt_lex.l
9810         * src/ssl.c
9811                 fix all warnings except the warnings in lex and yacc files
9812
9813 2002-11-20 [christoph]  0.8.5claws172
9814
9815         * src/imap.c
9816                 fix MsgInfo retrieval for IMAP draft and queue folders
9817                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
9818
9819 2002-11-19 [christoph]  0.8.5claws171
9820
9821         * src/compose.c
9822                 fix segfault, when draft saving does not get
9823                 the MsgInfo of the new message
9824                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
9825
9826 2002-11-19 [christoph]  0.8.5claws170
9827
9828         * src/procmsg.c
9829                 add parameter check for flag setting function
9830                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
9831
9832 2002-11-18 [paul]       0.8.5claws169
9833
9834         * src/compose.c
9835                 more sensitivity fixes to redirect mode:
9836                 * disable toolbar draft button
9837                 * allow only Address book in the Tools menu
9838                 * disable editing of message by the spell
9839                   checker
9840
9841 2002-11-18 [paul]       0.8.5claws168
9842
9843         * src/compose.c
9844                 fix sensitivity of menu items in compose_redirect():
9845                 allow only the necessary items 
9846
9847 2002-11-18 [paul]       0.8.5claws167
9848
9849         * src/compose.c
9850                 fix bug [ 603259 ] 'attachment got lost on bounce'
9851
9852 2002-11-18 [paul]       0.8.5claws166
9853
9854         * po/ru.po
9855                 updated by Ruslan N. Balkin <baron@dartel.ru>
9856
9857 2002-11-18 [colin]      0.8.5claws165
9858
9859         * src/main.c
9860           src/defs.h
9861                 Remove old filtering stuff
9862
9863
9864 2002-11-17 [oliver]     0.8.5claws164
9865
9866         * src/toolbar.h
9867                 remove not needed typedef 
9868
9869 2002-11-17 [oliver]     0.8.5claws163
9870
9871         * src/toolbar.c
9872                 make toolbar's on click events translatable
9873
9874 2002-11-15 [colin]      0.8.5claws162
9875
9876         * src/summaryview.c
9877                 Revert too-soon integration of a feature
9878
9879 2002-11-15 [christoph]  0.8.5claws161
9880
9881         * src/imap.c
9882                 use main's implementation of imap_get_msginfo
9883
9884 2002-11-15 [christoph]  0.8.5claws160
9885
9886         * src/compose.c
9887         * src/folder.[ch]
9888         * src/imap.c
9889         * src/mbox_folder.c
9890         * src/mh.c
9891         * src/news.c
9892         * src/procmsg.c
9893         * src/summaryview.c
9894                 replace claws' fetch_msginfo with main's get_msginfo
9895                 (use main's implementation where possible)
9896
9897 2002-11-15 [colin]      0.8.5claws159
9898
9899         * src/ssl_certificate.c
9900                 Missed a check
9901
9902 2002-11-16 [melvin]     0.8.5claws158
9903
9904         * po/fr.po
9905                 Updated French translations.
9906
9907 2002-11-16 [colin]      0.8.5claws157
9908
9909         * src/ssl_certificate.c
9910                 Check for missing parts in the certificates
9911
9912 2002-11-15 [colin]      0.8.5claws156
9913
9914         * src/folderview.c
9915                 Preventive fix (missing check) found by
9916                 Alfons
9917
9918 2002-11-15 [paul]
9919
9920         * NEWS
9921                 sync with 0.8.6 release
9922
9923 2002-11-15 [colin]      0.8.5claws155
9924
9925         * src/folder.[ch]
9926           src/folderview.c
9927                 Fix error handling of folder_item_move_to()
9928                 (thanks to Alfons!)
9929
9930 2002-11-15 [colin]      0.8.5claws154
9931
9932         * src/folder.[ch]
9933           src/folderview.c
9934                 folder_item_move_to() sets an error message instead
9935                 of having GUI stuff in folder.c
9936
9937 2002-11-15 [colin]      0.8.5claws153
9938
9939         * src/procmsg.[ch]
9940                 Implemented a callback for MsgInfo updates, 
9941                 heavily copy/pasted from Christoph's folder 
9942                 callback system
9943         * src/summaryview.[ch]
9944                 Register summary_update_msg as callback
9945
9946 2002-11-14 [colin]      0.8.5claws152
9947         
9948         * src/procmsg.c
9949                 Update the FolderItem after sending (fixes 617593)
9950
9951 2002-11-14 [christoph]  0.8.5claws151
9952
9953         * src/folder.c
9954                 fix wrong position of NULL pointer check found
9955                 by Sergey
9956
9957 2002-11-14 [christoph]  0.8.5claws150
9958
9959         * src/folder.c
9960                 fix segfault when deleting messages from IMAP folders
9961                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
9962
9963 2002-11-14 [colin]      0.8.5claws149
9964
9965         * src/compose.c
9966                 Forwarding was also ignoring the folder's default account.
9967
9968 2002-11-14 [colin]      0.8.5claws148
9969
9970         * src/compose.c
9971                 Fix sent folder not set to folder properties when 
9972                 forwarding.
9973
9974 2002-11-14 [thorsten]   0.8.5claws147
9975
9976         * src/inc.c
9977                 inc_start(): Files were not moved from .processing to inbox,
9978                 if no global processing rule existed
9979
9980 2002-11-14 [colin]      0.8.5claws146
9981
9982         * src/ssl_certificate
9983                 Fix file operations
9984
9985 2002-11-14 [paul]       0.8.5claws145
9986
9987         * po/it.po
9988                 updated by Alessandro Maestri
9989
9990 2002-11-13 [alfons]     0.8.5claws144
9991
9992         * src/folder.c
9993                 folder_item_close(): only mark messages unread
9994                 when a folder has new messages 
9995
9996 2002-11-13 [keith]      0.8.5claws143
9997
9998         * src/imap.c
9999                 Fix problem moving or copying between
10000                 IMAP folders
10001
10002 2002-11-13 [colin]      0.8.5claws142
10003
10004         * src/matcher_parser_parse.y
10005                 Fix rule problem when " don't match
10006
10007 2002-11-13 [christoph]  0.8.5claws141
10008
10009         * src/folder.c
10010         * src/folderview.c
10011                 moved cache saving to folder_item_close
10012                 the folderview should not have to deal with
10013                 this things
10014
10015 2002-11-13 [christoph]  0.8.5claws140
10016
10017         * src/summaryview.c
10018                 moved setting of important score to
10019                 summary_set_prefs_from_folderitem
10020
10021 2002-11-13 [colin]      0.8.5claws139
10022
10023         * src/matcher_parser_parse.y
10024                 Fix a segfault in the parser (happening when
10025                 a good expression had been tested and a bad 
10026                 one arrives)
10027
10028 2002-11-13 [paul]       0.8.5claws138
10029
10030         * sync with 0.8.5cvs24
10031                 see ChangeLog 2002-11-13
10032                 
10033         * po/pt_BR.po
10034                 updated by Fabio Jr. Beneditto
10035
10036 2002-11-13 [colin]      0.8.5claws137
10037         
10038         * src/msgcache.c
10039           src/defs.h
10040           src/procmsg.[ch]
10041                 Revert last commit, problem
10042
10043 2002-11-13 [colin]      0.8.5claws136
10044
10045         * src/msgcache.c
10046                 Remove duplicated code
10047         * src/defs.h
10048                 Bumped CACHE_VERSION and MARK_VERSION
10049         * src/procmsg.[ch]
10050                 Network endian for cache and mark files
10051
10052 2002-11-12 [colin]      0.8.5claws135
10053
10054         * src/inc.c
10055                 Fix the "socket error" dialog which disappeared
10056
10057 2002-11-12 [colin]      0.8.5claws134
10058
10059         * src/msgcache.c
10060                 Reverse last commit which had performance 
10061                 problems, but still reverse the list
10062
10063 2002-11-12 [colin]      0.8.5claws133
10064
10065         * src/msgcache.c
10066                 Reverse list order
10067
10068 2002-11-12 [melvin]     0.8.5claws132
10069
10070         * src/compose.c
10071                 Added a check for a NULL prefs_common.dictionary
10072
10073 2002-11-12 [colin]      0.8.5claws131
10074
10075         * src/ssl_certificate.[ch]
10076                 Use FQDN hostname
10077
10078 2002-11-12 [colin]      0.8.5claws130
10079
10080         * src/ssl_certificate.[ch]
10081                 Take connection port into account for 
10082                 checking certificates (a single hostname
10083                 could have multiple servers with multiple
10084                 certificates)
10085         * src/ssl.c
10086                 Pass the port to ssl_certificate_check
10087
10088 2002-11-12 [paul]       0.8.5claws129
10089
10090         * src/folder.c
10091                 fix a typo in last commit
10092
10093 2002-11-12 [paul]       0.8.5claws128
10094
10095         * sync with 0.8.5cvs23
10096                 see ChangeLog entry 2002-11-12
10097
10098 2002-11-11 [colin]      0.8.5claws127
10099
10100         * src/ssl_certificate.c
10101                 Cleaner messages
10102                 Don't popup, instead log error, if the 
10103                 corresponding pref is checked
10104         * src/ssl_certificate.h
10105                 include <openssl/objects/h>
10106
10107 2002-11-11 [colin]      0.8.5claws126
10108
10109         * src/ssl_certificate.h
10110                 _Really_ clean it
10111
10112 2002-11-11 [colin]      0.8.5claws125
10113         
10114         * src/ssl_certificate.c
10115                 Fixed leak
10116
10117 2002-11-11 [colin]      0.8.5claws124
10118
10119         * src/ssl.c
10120                 Cleaned a bit
10121         * src/ssl_certificate.[ch]
10122                 Cleaned a bit (better use of SSL API)
10123                 (This will cause non-recognition of saved 
10124                  certificates of claws12[23]...)
10125
10126 2002-11-11 [paul]       0.8.5claws123
10127         
10128         * po/es.po
10129                 updated by Ricardo Mones Lastra
10130
10131 2002-11-11 [colin]      0.8.5claws122
10132
10133         * src/ssl.c
10134                 Fix a typo
10135
10136 2002-11-11 [colin]      0.8.5claws121
10137
10138         * src/ssl_certificate.[ch] ** NEW FILES **
10139         * src/ssl.[ch]
10140                 Check SSL certificates presented to us
10141         * src/Makefile.am
10142                 Add ssl_certificate.[ch]
10143         * po/POTFILES.in
10144                 Add ssl_certificate.c
10145
10146 2002-11-11 [paul]       0.8.5claws120
10147
10148         * sync with 0.8.5cvs22
10149                 see ChangeLog 2002-11-11
10150
10151 2002-11-11 [paul]       0.8.5claws119
10152
10153         * sync with 0.8.5cvs21
10154                 see ChangeLog 2002-11-11
10155
10156 2002-11-10 [jens]       0.8.5claws118
10157
10158         * src/folder.c
10159         * src/folderview.c
10160                 corrected some typing
10161         * po/de.po
10162                 updated german translation
10163         * sylpheed.spec.in
10164                 cleaned up specfile and adjusted it for claws
10165
10166 2002-11-10 [colin]      0.8.5claws117
10167
10168         * src/summaryview.c
10169                 a STATUSBAR_PUSH/POP fix
10170
10171 2002-11-10 [colin]      0.8.5claws116
10172
10173         * src/prefs_folder_item.c
10174                 Fix hanging after opening folder properties
10175
10176 2002-11-10 [hoa]        0.8.5claws115
10177
10178         * src/matcher_parser_lex.l
10179         * src/matcher_parser_parse.y
10180                 config file for scoring and filtering is no more trashed
10181                 when there is a syntax error in a filtering rule when
10182                 editing it in a dialog.
10183
10184 2002-11-09 [colin]      0.8.5claws114
10185
10186         * src/mbox_folder.c
10187                 Added missing initialisation of folder->destroy()
10188
10189 2002-11-09 [colin]      0.8.5claws113
10190
10191         * src/folder.c
10192           src/folderview.c
10193                 Fix the status bar messages
10194
10195 2002-11-09 [colin]      0.8.5claws112
10196
10197         * src/folderview.c
10198                 Fix hangs after folder dnd, happening after 
10199                 claws109.
10200
10201 2002-11-09 [christoph]  0.8.5claws111
10202
10203         * src/folderview.c
10204                 just changed order of calls (reverse order of
10205                 associated calls)
10206         * src/inc.c
10207                 lock inc when checking only one account, otherwise
10208                 inc all could be executed at the same time
10209
10210 2002-11-09 [christoph]  0.8.5claws110
10211
10212         * src/folderview.c
10213                 better unlock the mouse cursor before calling
10214                 summary_show because it changes the cursor too
10215
10216 2002-11-09 [christoph]  0.8.5claws109
10217
10218         * src/folder.[ch]
10219         * src/folderview.c
10220                 add functions to open and close a folder
10221                 o opending will execute scanning for remote folders
10222                   and processing
10223                 o closing will unset new flag for messages
10224
10225 2002-11-09 [colin]      0.8.5claws108
10226
10227         * src/folder.c
10228                 Add a call to prefs_matcher_write_config to 
10229                 avoid non-leaf folders filtering settings to be
10230                 lost
10231
10232 2002-11-09 [paul]       0.8.5claws107
10233
10234         * src/prefs_account.c
10235                 re-word a label
10236
10237 2002-11-09 [colin]      0.8.5claws106
10238
10239         * src/folderview.c
10240                 Minor esthetic fix
10241
10242 2002-11-09 [colin]      0.8.5claws105
10243
10244         * src/folderview.c
10245                 Fix prefs_filtering deletion for MH folders (same
10246                 reason as below)
10247         * src/prefs_filtering.c
10248                 Fix prefs_filtering renaming and deletion for 
10249                 folder-based processing rules.  
10250
10251 2002-11-09 [christoph]  0.8.5claws104
10252
10253         * src/compose.c
10254         * src/folder.[ch]
10255         * src/folderview.[ch]
10256         * src/import.c
10257         * src/inc.c
10258         * src/main.c
10259         * src/mainwindow.c
10260         * src/messageview.c
10261         * src/prefs_folder_item.c
10262         * src/procmsg.c
10263         * src/summaryview.c
10264                 implement a callback system for folder item updates
10265
10266 2002-11-09 [colin]      0.8.5claws103
10267
10268         * src/folderview.c
10269                 Fix prefs_filtering renaming for MH folders (we
10270                 shouldn't rename by path as another folder could
10271                 have the same hierarchy).
10272
10273 2002-11-09 [colin]      0.8.5claws102
10274
10275         * src/folder.c
10276                 Fix a leak found by Christoph, use better variable
10277                 names
10278
10279 2002-11-09 [colin]      0.8.5claws101
10280
10281         * src/folder.c
10282                 One more fix for processing rules
10283
10284 2002-11-08 [colin]      0.8.5claws100
10285         
10286         * src/matcher.c
10287                 Don't copy the compiled regexp (will be reevaluated)
10288         * src/folderview.c
10289                 Lock folderview while moving
10290         * src/folder.c
10291                 Provide info on what's happening to the user
10292
10293 2002-11-08 [colin]      0.8.5claws99
10294
10295         * src/folderview.c
10296                 Fix folder reordering after a move if parent is 
10297                 root
10298         * src/scoring.[ch]
10299                 Add function to copy a ScoringProp
10300         * src/prefs_folder_item.c
10301                 Copy scoring rules when copying a folder prefs
10302
10303 2002-11-08 [colin]      0.8.5claws98
10304
10305         * src/folderview.c
10306                 Fixes in case of failure
10307         * src/filtering.[ch]    
10308                 Add function to duplicate a FilteringProp
10309         * src/matcher.[ch]
10310                 Add function to duplicate a MatcherProp
10311         * src/prefs_folder_item.c
10312                 Save folder's processing rules when copying 
10313                 its prefs
10314
10315 2002-11-08 [colin]      0.8.5claws97
10316         
10317         * src/folderview.c
10318                 Sort after move
10319         * src/folder.c 
10320                 Change a printf to debug_print
10321
10322 2002-11-08 [colin]      0.8.5claws96
10323
10324         * src/folder.c
10325           src/folderview.c
10326                 Fix segfaults, call me stupido
10327         
10328
10329 2002-11-08 [colin]      0.8.5claws95
10330
10331         *src/folder.c
10332                 Added forgotten prefs to save when moving folders
10333
10334 2002-11-08 [colin]      0.8.5claws94
10335
10336         * src/folder.c
10337                 Fixes to folder DND (prefs copy)
10338         * src/folderview.c
10339                 Optimization for folder DND (don't rescan whole tree)
10340                 Added folderview_create_folder_node() for this 
10341                 optimization, so de-duped a bit the code
10342         * src/prefs_folder_item.[ch]
10343                 Added prefs_folder_item_copy_prefs()    
10344           
10345 2002-11-08 [paul]       0.8.5claws93
10346
10347         * src/prefs_account.c
10348           tools/README
10349           tools/kmail2sylpheed_v2.pl
10350                 correct some typos
10351
10352 2002-11-08 [paul]       0.8.5claws92
10353
10354         * src/compose.c
10355           src/prefs_account.[ch]
10356                 remove account options 'clearsign' and 'ascii_armored',
10357                 replace with 'default_gnupg_mode' to prevent mixed-mode
10358                 Privacy settings
10359
10360 2002-11-08 [paul]       0.8.5claws91
10361
10362         * src/compose.[ch]
10363                 re-implement GnuPG 'on-the-fly' mode selection,
10364                 disallow mixed-mode
10365
10366 2002-11-08 [colin]      0.8.5claws90
10367
10368         * src/folderview.c
10369           src/prefs_folder_item.c
10370                 Change "Property" to "Properties"
10371
10372 2002-11-07 [colin]      0.8.5claws89
10373
10374         * src/folderview.c
10375           src/folder.c
10376                 Allow folder dropping to a root folder
10377
10378 2002-11-07 [paul]       0.8.5claws88
10379
10380         * src/compose.c
10381                 revert last commit
10382
10383 2002-11-07 [paul]       0.8.5claws87
10384
10385         * src/compose.c
10386                 fix reply-to-list bug. closes bug report
10387                 "[633382] reply-to-list broken in recent cvs"
10388
10389 2002-11-07 [paul]       0.8.5claws86
10390
10391         * src/compose.c
10392                 add a forgotten '#if USE_GPGME ... #endif'
10393
10394 2002-11-07 [paul]       0.8.5claws85
10395
10396         * sync with 0.8.5cvs20
10397                 see ChangeLog 2002-11-07
10398
10399 2002-11-07 [colin]      0.8.5claws84
10400
10401         * src/folder.[ch]
10402                 Change folder_item_move_to to return the newly 
10403                 created folderitem.
10404         * src/folderview.c
10405                 Select the new folderitem after moving.
10406
10407 2002-11-07 [colin]      0.8.5claws83
10408
10409         * src/prefs_filtering.c
10410                 Fix rule rewriting when moving a leaf folder to a 
10411                 shorter path
10412
10413 2002-11-07 [colin]      0.8.5claws82
10414
10415         * src/prefs_filtering.c
10416                 fix a leak
10417
10418 2002-11-07 [colin]      0.8.5claws81
10419
10420         * src/folder.[ch]
10421                 Add folder_item_move_to() function to move a 
10422                 folderitem into another one (updates matcher etc)
10423         * src/folderview.c
10424                 Add folder drag'n drop (context menu to come)
10425                 [Should be dataloss free, but Please backup before 
10426                  trying !]
10427
10428 2002-11-06 [colin]      0.8.5claws80
10429
10430         * src/mh.c
10431                 mh_create_folder() returns NULL if can't create
10432                 directory hierarchy
10433
10434 2002-11-06 [paul]       0.8.5claws79
10435
10436         * src/compose.[ch]
10437                 allow 'on-the-fly' changing of the type of encryption 
10438                 and/or signing used (mime/ascii) via the compose window
10439
10440 2002-11-06 [paul]       0.8.5claws78
10441
10442         * sync with 0.8.5cvs19
10443                 see ChangeLog 2002-11-06 for src/account.c: 
10444                 account_get_special_folder()
10445                 
10446 2002-11-05 [alfons]     0.8.5claws77
10447
10448         * src/crash.c
10449                 very minor cleanups: nothing to see here, move on. :-)
10450
10451 2002-11-05 [colin]      0.8.5claws76
10452
10453         * src/main.c
10454                 Changes choices if compose windows are opened to
10455                 Discard, Draft, Don't quit
10456
10457 2002-11-05 [thorsten]   0.8.5claws75
10458
10459         * src/compose.c
10460                 reenabled default_reply_to folder option
10461
10462 2002-11-05 [colin]      0.8.5claws74
10463
10464         * src/compose.[ch] 
10465                 add compose_draft()
10466         * src/crash.c
10467                 add SIGTERM handler
10468         * src/main.[ch]
10469                 add clean_quit() for the SIGTERM handler
10470
10471 2002-11-05 [paul]       0.8.5claws73
10472         
10473         * po/es.po
10474                 updated by Ricardo Mones Lastra
10475
10476 2002-11-05 [melvin]     0.8.5claws72
10477
10478         * src/logwindow.c
10479                 Fixed log-clipping bug #616795.
10480                 To stop logging in the log window use 0 length.
10481         * src/prefs_common.c
10482                 Added a label to inform about the 0 log length behaviour.
10483
10484 2002-11-05 [paul]       0.8.5claws71
10485
10486         * sync with 0.8.5cvs17
10487                 see ChangeLog 2002-11-05
10488
10489 2002-11-04 [paul]       0.8.5claws70
10490
10491         * sylpheed-128x128.png
10492           sylpheed-64x64.png
10493           sylpheed.png
10494                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
10495                 <nikai@users.sourceforge.net>
10496                 
10497         * po/bg.po
10498                 updated by George Danchev
10499
10500 2002-11-03 [thorsten]   0.8.5claws69
10501
10502         * src/main.c
10503           src/mimeview.c
10504           src/rfc2015.h
10505                 add check if gpg is active
10506
10507 2002-11-03 [thorsten]   0.8.5claws68
10508
10509         * src/toolbar.h
10510                 removed GSList declaration causing trouble on MacOS-X
10511                 (submitted by alfons, reported by xfesty)
10512
10513 2002-11-01 [paul]       0.8.5claws67
10514
10515         * src/mainwindow.c
10516                 remove last remnants of main's filter code
10517
10518 2002-11-01 [paul]       0.8.5claws66
10519
10520         * tools/filter_conv.pl
10521                 fix bug where user-defined headers were ignored
10522
10523 2002-11-01 [paul]       0.8.5claws65
10524
10525         * src/logwindow.c
10526                 make a debug_print() not translatable
10527
10528 2002-10-31 [melvin]     0.8.5claws64
10529
10530         * ac/aspell.m4
10531                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
10532                 not run any GNU/aspell test.  The dictionary path will
10533                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
10534                 was given, in which case, it will be $prefix/lib/aspell/
10535         * configure.in
10536                 Fixed typo in commentary (Aspell code).
10537
10538 2002-10-31 [paul]       0.8.5claws63
10539
10540         * po/POTFILES.in
10541                 remove src/filter.c and src/prefs_filter.c
10542                 thanks to Ricardo for reminding me
10543
10544 2002-10-31 [colin]      0.8.5claws62
10545
10546         * src/mbox_folder.c
10547                 Plug some leaks
10548
10549 2002-10-31 [paul]       0.8.5claws61
10550
10551         * src/prefs_filter.[ch] ** REMOVED **
10552           src/filter.[ch]       ** REMOVED **
10553           
10554         * src/Makefile.am
10555           src/folderview.c
10556           src/inc.c
10557           src/main.c
10558           src/mainwindow.c
10559           src/mbox.c
10560           src/prefs_common.c
10561           src/prefs_filtering.c
10562           src/summaryview.[ch]
10563                 remove main's 'filter' code
10564                 
10565         README.claws
10566                 update to reflect removal of main's filter
10567
10568 2002-10-31 [paul]       0.8.5claws60
10569
10570         * src/summaryview.c
10571                 remove check for global_processing in summary_filter_open(). 
10572                 This fixes the bug where if the user uses the right-click 
10573                 'Create filter rule...' and doesn't have any filter rules 
10574                 already defined in claws' advanced filtering, the newly 
10575                 created filter rule goes to main's filtering which is 
10576                 inaccessible through the gui. Now the filter rule gets added
10577                 to claws' filtering by default.
10578
10579 2002-10-28 [melvin]     0.8.5claws59
10580
10581         * src/prefs_actions.c
10582                 Fixed bug #627322 where MIME parts were not always
10583                 correctly passed to a %p action
10584                 Display an error dialog when message filename is not found.
10585
10586 2002-10-28 [melvin]     0.8.5claws58
10587
10588         * src/prefs_common.c
10589                 Readded a missing function declaration lost in 0.8.3claws34
10590
10591 2002-10-28 [paul]       0.8.5claws57
10592
10593         * sync with 0.8.5cvs15
10594                 see ChangeLog 2002-10-28 and 2002-10-25
10595                 
10596         Note: ChangeLog entry 2002-10-24 is not sync'ed.
10597
10598 2002-10-27 [oliver]     0.8.5claws56
10599
10600         * src/pop.c
10601                 plug leak in pop3_top_recv
10602
10603 2002-10-26 [christoph]  0.8.5claws55
10604
10605         * src/folder.c
10606                 set need_update folder flag when messages are added
10607                 (closes bug [ 626922 ] folder not updated after receiving)
10608
10609 2002-10-25 [melvin]     0.8.5claws54
10610
10611         * src/imageview.c
10612                 Fixed a memleak introduced in the scaling code.
10613
10614 2002-10-24 [alfons]     0.8.5claws53
10615
10616         * src/filtering.c
10617                 make filtering's forward message action forward from the 
10618                 correct account
10619                 (closes bug [628089 ] Filter -> Forward from address problem
10620                 reported by Oktay)
10621
10622 2002-10-24 [christoph]  0.8.5claws52
10623
10624         * src/mainwindow.c
10625         * src/manual.[ch]
10626                 o use manual of current locale or english if current
10627                   locale is not available (and english is available)
10628                 o also link to sylpheed doc project manuals
10629
10630 2002-10-23 [paul]       0.8.5claws51
10631
10632         * tools/README
10633           tools/kmail2sylpheed_v2.pl
10634                 add new version of kmail addressbook importer script.
10635                 works with newer versions of Kmail/KAddressBook which
10636                 have new and rearranged data.
10637
10638 2002-10-23 [martin]     0.8.5claws50
10639
10640         * src/folderview.c
10641         * src/summaryview.c
10642         * src/utils.h
10643         * src/utils.c
10644                 added length parameter to get_abbrev_newsgroup_name()
10645                 changed this function so that it abbreviates the newsgroup
10646                 names only so long it is smaller than the length parameter
10647                 (for better reading of some newsgroup names and space efficiency)
10648
10649 2002-10-22 [colin]      0.8.5claws49
10650
10651         *src/foldersel.c
10652                 Revert Alfons' last modification (after voting ;-))
10653
10654 2002-10-21 [alfons]     0.8.5claws48
10655
10656         * src/foldersel.c
10657                 folder view in folder selection dialog reflects state of
10658                 folder view in main window
10659
10660 2002-10-18 [alfons]     0.8.5claws47
10661
10662         * src/mbox.c
10663                 drop imported messages in folder selected by user,
10664                 and not in the inbox
10665                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
10666
10667 2002-10-18 [alfons]     0.8.5claws46
10668
10669         * src/compose.c
10670                 make automagic reply work correctly for email accounts 
10671                 (whether it's viable to do a full sync with Hiro's 
10672                 compose.c is still under discussion)
10673
10674 2002-10-18 [melvin]     0.8.5claws45
10675
10676         * src/prefs_actions.c
10677                 Fixed bug #622275 where asynchroneous actions left 
10678                 zombies processes
10679                 Made (synchroneous) actions' input be displayed live.
10680
10681 2002-10-18 [christoph]  0.8.5claws44
10682
10683         * src/textview.c
10684                 don't add a newline in the textview in front of the
10685                 first textpart if header display is disabled
10686                 (closes bug [ 603385 ] disabled header display leaves blank
10687                  lin)
10688
10689 2002-10-18 [christoph]  0.8.5claws43
10690
10691         * src/folder.[ch]
10692         * src/imap.c
10693         * src/mbox_folder.c
10694         * src/mh.c
10695         * src/news.c
10696                 folder->get_num_list now returns an error code
10697                 (closes bug [ 609424 ] News cache cleared on failure)
10698                 
10699 2002-10-17 [colin]      0.8.5claws42
10700         
10701         * src/news.c
10702                 Changed a printf by debug_print
10703
10704 2002-10-16 [paul]       
10705
10706         * tools/OOo2sylpheed.pl
10707                 allow for spaces in the name of the
10708                 file to be attached.
10709
10710 2002-10-16 [colin]      0.8.5claws41
10711
10712         * src/main.c
10713                 Use a tristate to change online mode
10714
10715 2002-10-16 [paul]       0.8.5claws40
10716
10717         * po/es.po
10718                 updated by Ricardo Mones Lastra
10719
10720 2002-10-16 [colin]      0.8.5claws39
10721
10722         * src/main.c
10723           src/mainwindow.[ch]
10724                 Added --online and --offline command-line
10725                 switches
10726
10727 2002-10-15 [christoph]  0.8.5claws38
10728
10729         * src/procmime.c
10730                 set mimeinfo->name to NULL after g_free to
10731                 avoid double freeing with g_free
10732
10733 2002-10-14 [christoph]  0.8.5claws37
10734
10735         * src/compose.c
10736         * src/filtering.c
10737         * src/summaryview.c
10738                 remove calls to folder->change_flags that are now
10739                 done by procmsg flag functions (seems it is not
10740                 used by any foldertype anyway)
10741         * src/folder.c
10742                 init folder->change_flags with NULL
10743
10744 2002-10-14 [christoph]  0.8.5claws36
10745
10746         * src/folder.[ch]
10747         * src/imap.[ch]
10748                 use virtual functions for folder item new and destroy
10749                 functions
10750
10751 2002-10-14 [melvin]     0.8.5claws35
10752
10753         * src/compose.c
10754                 Added a test to not run the spell checker if no default
10755                 dictionary is available. No dialog is displayed though.
10756
10757 2002-10-14 [melvin]     0.8.5claws34
10758
10759         * src/gtkaspell.c
10760                 Fixed bug in dictionary list context menu where
10761                 "More..." pointed to an emtpy submenu if the
10762                 number of dictionaries is a multiple of 15
10763                 Removed unneeded code in suggestions list creation
10764
10765 2002-10-14 [paul]       0.8.5claws33
10766
10767         * po/bg.po
10768                 updated by George Danchev
10769
10770 2002-10-13 [hoa]        0.8.5claws32
10771
10772         * src/matcher.[ch]
10773           src/matcher_parser_parser.y
10774                 removed the escaped string from internal structure
10775                 of matcher.
10776
10777 2002-10-12 [colin]      0.8.5claws31
10778
10779         * src/gtksctree.[ch]
10780           src/summaryview.c
10781                 Removed useless function gtksctree_reanchor
10782
10783 2002-10-12 [alfons]     0.8.5claws30
10784         
10785         * sync with remaining main changes 2002-10-09 - 2002-10-11
10786         - drop changes to src/compose.c (requires claws specific changes)
10787         
10788 2002-10-12 [alfons]     0.8.5claws29
10789         
10790         * sync with main changes of 2002-10-08
10791         - drop changes to src/compose.c (requires claws specific changes)
10792         - drop changes to src/summaryview.c (requires changes to compose.c)     
10793
10794 2002-10-12 [alfons]     0.8.5claws28
10795         
10796         * sync with main changes of 2002-10-07
10797
10798 2002-10-12 [alfons]     0.8.5claws27
10799
10800         * sync with main changes of 2002-10-04
10801         - drop changes to src/compose.c (requires claws specific changes)
10802         - drop changes to src/prefs_folder_item.c (claws implementation
10803           seems to be working)
10804
10805 2002-10-12 [colin]      0.8.5claws26
10806
10807         * src/mainwindow.c
10808                 Fix folder-flicker when space-reading, introduced 
10809                 in claws22.
10810
10811 2002-10-12 [colin]      0.8.5claws25
10812
10813         * src/compose.c
10814                 Save account address when saving as draft.
10815                 (closes bug 621838)
10816
10817 2002-10-12 [colin]      0.8.5claws24
10818
10819         * src/summaryview.c
10820                 Fix the problem consisting of no message selected
10821                 after the last message in a folder has been moved.
10822
10823 2002-10-12 [paul]       0.8.5claws23
10824
10825         * src/compose.c
10826           src/prefs_template.c
10827           src/template.[ch]
10828                 add Cc and Bcc to templates. Patch submitted by
10829                 John L. Males.
10830
10831 2002-10-12 [colin]      0.8.5claws22
10832
10833         * src/folderview.c
10834                 Fix a bug after "Check for new messages":
10835                 If a folder was opened, it was still selected at
10836                 the end of the check, but displayed empty.
10837         * src/mainwindow.c
10838                 Remove unnecessary check
10839
10840 2002-10-12 [paul]
10841
10842         * tools/README
10843                 be more verbose in the description of
10844                 OOo2sylpheed.pl
10845                 
10846
10847 2002-10-11 [colin]      0.8.5claws21
10848
10849         * src/mainwindow.c
10850                 Make space work (better) when no mail is selected
10851
10852 2002-10-11 [colin]      0.8.5claws20
10853
10854         * src/inc.c
10855           src/news.c
10856                 fix warnings
10857
10858 2002-10-11 [colin]      0.8.5claws19
10859
10860         * src/mainwindow.c
10861                 revert 0.8.5claws6 changes as i couldn't get to
10862                 anything satisfying
10863
10864 2002-10-11 [melvin]     0.8.5claws18
10865
10866         * src/compose.c
10867                 Removed buggy and unused macro (should have been committed in
10868                 0.8.5claws17)
10869
10870 2002-10-11 [melvin]     0.8.5claws17
10871
10872         * src/compose.c
10873                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
10874
10875 2002-10-11 [thorsten]   0.8.5claws16 
10876
10877         * src/folderview.c
10878                 remove rescan warning
10879
10880 2002-10-11 [colin]      0.8.5claws15 
10881
10882         * src/procheader.c
10883                 fix a segfault that happens if conv_unmime_header
10884                 fails (should be better to find out why it fails)
10885
10886 2002-10-11 [christoph]  0.8.5claws14
10887
10888         * src/summaryview.c
10889                 update folderview stats after ignore/unignore thread
10890
10891 2002-10-11 [hoa]        0.8.5claws13
10892
10893         * src/quote_fmt_parse.y
10894                 Fixed a yacc/bison syntax error
10895         * src/matcher.c
10896                 Escaping of string is fixed.
10897
10898 2002-10-11 [colin]      0.8.5claws12
10899
10900         * src/imageview.c
10901                 Resize images to fit
10902
10903 2002-10-11 [paul]       0.8.5claws11
10904
10905         * po/es.po
10906                 updated by Ricardo Mones Lastra
10907
10908 2002-10-10 [alfons]     0.8.5claws10
10909
10910         * src/compose.c
10911                 allow dropping files by "moving" files from a file manager,
10912                 not only by the more cumbersome "copying". the latter 
10913                 mostly implies holding down the Control button
10914
10915 2002-10-10 [christoph]  0.8.5claws9
10916
10917         * src/summaryview.c
10918                 update folders after thread building for ignored threads
10919
10920 2002-10-10 [christoph]  0.8.5claws8
10921
10922         * config/.cvsignore
10923                 added Makefile
10924         * src/filtering.[ch]
10925         * src/folder.[ch]
10926         * src/folderview.[ch]
10927         * src/import.c
10928         * src/inc.[ch]
10929         * src/mbox.[ch]
10930         * src/procmsg.c
10931         * src/summaryview.[ch]
10932                 o added new flag need_update to FolderItem
10933                 o removed folder_table from various functions from tracking
10934                   folder updates
10935                 o set need_update flags in folder.c's move, copy and delete
10936                   functions and procmsg's flags functions
10937                 o added function folderview_update_items_when_required that
10938                   updates all folders with need_update set
10939                 o call folderview_update_items_when_required instead of
10940                   folderview_update_item_foreach
10941
10942 2002-10-09 [sergey]     0.8.5claws7
10943
10944         * src/compose.c
10945                 Strip CRs whel loading the text into editor in reedit mode.
10946
10947 2002-10-09 [colin]      0.8.5claws6
10948
10949         * src/mainwindow.c
10950                 Make Space work when no mail is selected
10951
10952 2002-10-09 [colin]      0.8.5claws5
10953
10954         * src/gtksctree.[ch]
10955                 Fix range_select
10956                 Add gtk_sctree_reanchor() 
10957         * src/summaryview.c
10958                 Use gtk_sctree_reanchor() - better fix for 
10959                 bug 60413
10960
10961 2002-10-09 [colin]      0.8.5claws4
10962
10963         * src/summaryview.c
10964                 Fix shift-click select after delete problem
10965                 (closes bug 60413)
10966
10967 2002-10-08 [thorsten]   0.8.5claws3
10968
10969         * src/summaryview.c
10970                 exclude current msg from -hide read messages-
10971
10972 2002-10-08 [colin]      0.8.5claws2
10973
10974         * src/inc.[ch]
10975           src/pop.c
10976           src/recv.c
10977                 Differentiate socket errors from disk full
10978                 errors
10979
10980 2002-10-08 [christoph]  0.8.5claws1
10981
10982         * Makefile.am
10983         * configure.in
10984                 modifications for new config directory
10985
10986         * config.guess  ** REMOVED **
10987         * config.sub    ** REMOVED **
10988         * install-sh    ** REMOVED **
10989         * ltmain.sh     ** REMOVED **
10990         * missing       ** REMOVED **
10991         * mkinstalldirs ** REMOVED **
10992                 these files are autogenerated by automake
10993                 when you run autogen.sh
10994
10995         * config/.cvsignore     ** NEW FILE **
10996         * config/Makefile.am    ** NEW FILE **
10997                 ignore autogenerated files
10998                 create a Makefile in this directory
10999
11000 2002-10-08 [paul]       0.8.5claws
11001
11002         * 0.8.5claws release
11003         
11004         * src/compose.c
11005           src/procheader.c
11006           src/procmsg.c
11007                 fix quote reply format for newsgroups reply bug
11008                 (thanks to Hoa)
11009                 
11010         * po/en_GB.po
11011           po/pl.po
11012                 updated by me and Witold Wladyslaw Wojciech Wilk
11013                 repectively
11014
11015 2002-10-07 [paul]       0.8.3claws53
11016
11017         * po/it.po
11018           po/pt_BR.po
11019           po/sr.po
11020                 updated messages catalogs, submitted by
11021                 Alessandro Maestri, Fabio Jr.Beneditto 
11022                 and Urke MMI, respectively.
11023
11024 2002-10-07 [christoph]  0.8.3claws52
11025
11026         * src/folder.[ch]
11027         * src/folderview.c
11028         * src/mainwindow.c
11029                 fix new folder ghost message bug
11030                 (closes bug [ 619722 ] wrong count for newly created folders)
11031
11032 2002-10-07 [christoph]  0.8.3claws51
11033
11034         * src/compose.c
11035                 fix news posting problem
11036
11037 2002-10-07 [melvin]     0.8.3claws50
11038
11039         * po/fr.po
11040                 Updated French translation
11041
11042 2002-10-05 [christoph]  0.8.3claws49
11043
11044         * src/gtkstext.c
11045                 check if line_start_cache is set in gtk_stext_update_text
11046                 (closes bug [ 618119 ] crash while doing search in folder)
11047
11048 2002-10-05 [christoph]  0.8.3claws48
11049
11050         * src/imap.c
11051         * src/news.c
11052         * src/utils.c
11053         * src/utils.h
11054                 implement cache cleanups for claws' folder system
11055                 (closes bug [ 595916 ] imapcache not cleaned up)
11056
11057 2002-10-05 [melvin]     0.8.3claws47
11058
11059         * src/prefs_actions.c
11060                 Made the help text more clear for the %p token
11061
11062 2002-10-04 [paul]       0.8.3claws46
11063
11064         * sync with 0.8.5
11065                 see ChangeLog 2002-10-02 and 2002-10-03
11066
11067 2002-10-04 [christoph]  0.8.3claws45
11068
11069         * src/inc.c
11070                 fix segfault caused by pop before smtp
11071                 call to inc_account_mail with NULL
11072                 pointer for mainwin
11073
11074 2002-10-04 [paul]       0.8.3claws44
11075
11076         * configure.in
11077                 sync the LDAP detection from 0.8.5cvs1
11078
11079 2002-10-02 [christoph]  0.8.3claws43
11080
11081         * po/de.po
11082                 fix small spelling error
11083
11084 2002-10-02 [melvin]     0.8.3claws42
11085
11086         * ac/aspell.m4
11087                 Behave better and say "no" when test program cannot be run.
11088
11089 2002-10-02 [paul]       0.8.3claws41
11090
11091         * sync with 0.8.4cvs1
11092                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
11093                 
11094         * src/summaryview.c
11095                 toggle the behavior of Reply menuitem between
11096                 normal reply and reply-to-list
11097
11098 2002-10-01 [sergey]     0.8.3claws40
11099
11100         * src/compose.c
11101                 Convert newlines in the message text to the canonical form
11102                 before base64 encoding (RFC2045 compliance, fixes some
11103                 interoperability issues with Evolution 1.0.3)
11104
11105 2002-09-29 [colin]      0.8.3claws39
11106
11107         * src/summaryview.c
11108                 Fix an unwanted copy/paste
11109
11110 2002-09-29 [colin]      0.8.3claws38
11111
11112         * src/mainwindow.c
11113                 Renamed "Custom toolbar" to "Customize toolbar"
11114                 Renamed "Show all header" to "Show all headers"
11115                 Renamed "Set diplay item" to "Set displayed items"
11116         * src/prefs_common.c
11117                 Renamed "Show all header" to "Show all headers"
11118         * src/prefs_summary_column.c
11119                 Renamed "diplay item" to "displayed items"
11120
11121 2002-09-29 [colin]      0.8.3claws37
11122
11123         * src/mainwindow.[ch]
11124                 online/offline status pixmaps follow theme
11125                 changes
11126         * src/summaryview.[ch]
11127                 quicksearch pixmap follows theme changes
11128
11129 2002-09-29 [thorsten]   0.8.3claws36
11130
11131         * src/compose.c
11132           src/prefs_folder_item.[ch]
11133                 add default_reply_to folder option (closes patch 581044)
11134
11135 2002-09-29 [christoph]  0.8.3claws35
11136
11137         * acconfig.h    ** REMOVED **
11138         * configure.in
11139         * ac/aspell.m4
11140         * ac/check-type.m4
11141         * ac/gnupg-check-typedef.m4
11142                 fix autoheader 2.50 warning
11143
11144 2002-09-29 [christoph]  0.8.3claws34
11145
11146         * major code cleanup (part 2)
11147         
11148                 - unused variables removed
11149                 - unused functions removed
11150                 - uninitialized variables checked
11151                 - missing return statements added
11152                 - missing function return types added
11153                 - added parentheses around assignment
11154                   when suggested by gcc
11155
11156 2002-09-29 [alfons]     0.8.3claws33
11157
11158         * src/logwindow.c
11159                 log_window_clear(): only bracket gtk_text_forward_delete() 
11160                 with gtk_text_freeze() / gtk_text_thaw() (see if this
11161                 works around GTK text bug)
11162
11163 2002-09-29 [paul]       0.8.3claws32
11164
11165         * po/bg.po
11166           po/sr.po
11167                 updated by George Danchev and Urke MMI
11168                 respectively
11169
11170 2002-09-27 [christoph]  0.8.3claws31
11171
11172         * doc-src/readme.txt
11173         * doc-src/rfc1806.txt   ** REMOVED **
11174         * doc-src/rfc2183.txt   ** NEW FILE **
11175         * doc-src/rfc2980.txt   ** NEW FILE **
11176                 update rfcs
11177
11178 2002-09-27 [melvin]     0.8.3claws30
11179
11180         * ac/aspell.m4
11181                 Fixed typo which could break linking
11182
11183 2002-09-27 [melvin]     0.8.3claws29
11184
11185         * ac/aspell.m4
11186                 Improved GNU/aspell checking. 
11187                 Fixed bug #614490
11188
11189 2002-09-27 [paul]       0.8.3claws28
11190
11191         * sync with 0.8.3cvs8
11192                 see ChangeLog 2002-09-27
11193
11194 2002-09-26 [colin]      0.8.3claws27
11195
11196         * src/toolbar.[ch]
11197           src/mainwindow.[ch]
11198                 Add "Reply to Mailing-list" to the toolbar
11199
11200 2002-09-26 [christoph]  0.8.3claws26
11201
11202         * src/summaryview.c
11203                 Fix wrong message counts in summaryview status
11204
11205 2002-09-26 [paul]       0.8.3claws25
11206
11207         * sync with 0.8.3cvs7
11208                 see ChangeLog 2002-09-26
11209
11210 2002-09-26 [paul]       0.8.3claws24
11211
11212         * sync with 0.8.3cvs6
11213                 see ChangeLog 2002-09-25
11214
11215 2002-09-25 [christoph]  0.8.3claws23
11216
11217         * src/prefs_common.c
11218         * src/prefs_folder_item.c
11219         * src/prefs_scoring.c
11220                 Renamed "kill score" to "hide score" in GUI
11221                 and prefs files
11222
11223 2002-09-25 [paul]       0.8.3claws22
11224
11225         * sync with 0.8.3cvs5
11226                 see ChangeLog 2002-09-24
11227
11228 2002-09-24 [alfons]     0.8.3claws21
11229
11230         patch by Satoshi Nagayasu: allows appending / saving multiple 
11231         selected files (closes "[ 612279 ] save multiple mesg(s) in 
11232         'Save as ...'")
11233
11234         * AUTHORS
11235                 add Satoshi Nagayasu
11236         * src/summaryview.c
11237                 summary_save_as(): allow saving selected files to
11238                 one file
11239                 summary_set_menu_sensitive: enable "Save As..." when
11240                 multiple files are selected
11241         * src/utils.[ch]
11242                 append_file(): new function
11243
11244 2002-09-24 [colin]      0.8.3claws20
11245
11246         * src/procmime.c
11247                 Fix segfault when mimeinfo doesn't have a 
11248                 content_type. 
11249
11250 2002-09-24 [colin]      0.8.3claws19
11251
11252         * src/prefs_common.[ch]
11253                 Add a preference to display send dialog or not
11254         * src/send.c
11255                 Display send dialog according to preference
11256
11257 2002-09-24 [colin]      0.8.3claws18
11258
11259         * src/compose.[ch]
11260                 Disable user actions when sending
11261
11262 2002-09-24 [colin]      0.8.3claws17
11263
11264         * src/procmime.c
11265                 Do not display name or filename for attachments
11266                 with an application/pgp-signature type
11267                 (security flaw, see bug 537413)
11268
11269 2002-09-23 [colin]      0.8.3claws16
11270
11271         * src/editaddress.c
11272                 Initialize entry_email, entry_alias and 
11273                 entry_remarks to first email address of the list
11274
11275 2002-09-23 [colin]      0.83claws15
11276
11277         * src/compose.c
11278                 Drop pgp-signature when reediting a signed queued
11279                 message
11280
11281 2002-09-23 [melvin]     0.8.3claws14
11282
11283         * po/fr.po
11284                 Updated French translation
11285
11286 2002-09-23 [melvin]     0.8.3claws13
11287
11288         * src/mainwindow.c
11289                 Made custom toolbar menu labels more consistent
11290         * src/prefs_toolbar.c
11291                 Made custom toolbar window title more consistent
11292
11293 2002-09-22 [colin]      0.8.3claws12
11294
11295         * src/inc.c
11296                 Initialize session type to normal before getting 
11297                 mail (fixes strange Get behaviour)
11298         * src/prefs_account.h
11299                 Move STYPE_POP_BEFORE_SMTP to last position to 
11300                 avoid other side-effects
11301
11302 2002-09-22 [colin]      0.8.3claws11
11303
11304         * src/prefs_account.c
11305                 Fix pop_bfr_smtp_tm_entry sensivity when switching
11306                 from pop3 to apop or vice-versa
11307
11308 2002-09-22 [colin]      0.8.3claws10
11309         
11310         * src/prefs_account.[ch]
11311                 Add an option for the POP before SMTP timeout
11312         * src/inc.c
11313                 Remember time of last POP connection
11314         * src/send.c
11315                 Do POP before SMTP only if timeout reached
11316
11317 2002-09-22 [oliver]     0.8.3claws9
11318         
11319         * README.claws
11320                 explain custom toolbar
11321
11322 2002-09-22 [oliver]     0.8.3claws8
11323
11324         * src/prefs_actions.[ch]
11325         custom toolbar for compose      
11326                 actions callback from compose toolbar
11327         * src/folderview.c
11328                 remove include toolbar.h
11329
11330 2002-09-22 [oliver]     0.8.3claws7
11331         
11332         * src/prefs_toolbar.[ch]
11333                 custom toolbar for compose
11334                 - generic prefs_toolbar handles both
11335                   Mainwin's toolbar as well as Compose toolbar          
11336
11337 2002-09-22 [oliver]     0.8.3claws6
11338         
11339         * src/toolbar.[ch]
11340                 custom toolbar for compose
11341                 restructure toolbar.[ch]
11342
11343 2002-09-22 [oliver]     0.8.3claws5
11344
11345         * src/compose.[ch]
11346                 custom toolbar for compose
11347
11348 2002-09-22 [oliver]     0.8.3claws4
11349         
11350         * src/mainwindow.[ch]
11351                 custom toolbar for compose 
11352                 move mainwin toolbar back to mainwindow
11353
11354 2002-09-22 [alfons]     0.8.3claws3
11355
11356         * src/procmsg.c
11357                 :%sno/if(/if (/gc
11358                 :%sno/for(/for (/gc
11359                 (beautify)
11360
11361 2002-09-22 [alfons]     0.8.3claws2
11362         
11363         * src/procmsg.c
11364                 procmsg_save_to_outbox(): don't unlink message file from queue;
11365                 callers should do it using folder_item_remove_msg()
11366
11367 2002-09-22 [colin]      0.8.3claws1
11368
11369         * src/mimeview.[ch]
11370                 Made mimeview_check_signature() public
11371         * src/textview.c
11372                 Made GPG signatures verifiable by clicking
11373                 the [application/pgp-signature] in the Text
11374                 view
11375
11376 2002-09-22 [paul]       0.8.3claws
11377
11378         * po/bg.po
11379           po/en_GB.po
11380           po/es.po
11381           po/it.po
11382           po/pl.po
11383           po/pt_BR.po
11384           po/sr.po
11385                 updated translations, submitted by George Danchev,
11386                 me, Ricardo Mones Lastra, Alessandro Maestri,
11387                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
11388                 and Urke MMI, respectively.     
11389
11390 2002-09-22 [alfons]     0.8.2claws65
11391
11392         * src/procmsg.c
11393         * src/pgptext.c
11394                 no furry valgrinds have been used to plug these memleaks
11395
11396 2002-09-20 [paul]       0.8.2claws64
11397
11398         * sync with 0.8.3cvs4
11399                 'Select thread' re-implemented 
11400                 see ChangeLog 2002-09-20
11401
11402 2002-09-21 [alfons]     0.8.2claws63
11403
11404         * src/compose.c
11405                 compose_send(): plug unnoticed memleak
11406
11407 2002-09-20 [alfons]     0.8.2claws62
11408
11409         * src/addr_compl.c
11410                 replace_address_in_edit(): strict check for NULL address to
11411                 fix "[ 607348 ] Segfault in address completion". My guess is
11412                 that this happens with an empty address book, but it's good
11413                 to have this check here anyway
11414                 
11415                 completion_window_button_press(): free string returned 
11416                 from the internal cache
11417
11418 2002-09-20 [christoph]  0.8.2claws61
11419
11420         * src/procmime.h
11421                 added ENC_BINARY to EncodingType
11422         * src/procmime.c
11423                 the string returned by procmime_get_encoding_str
11424                 should not depend on the order of values in the
11425                 EncodingType definition
11426         * doc-src/rfc1806.txt   ** NEW FILE **
11427                 Added rfc1806 about MIME Content-Disposition
11428                 Extension
11429
11430 2002-09-19 [paul]       0.8.2claws60
11431
11432         * sync with 0.8.2cvs3
11433                 see ChangeLog 2002-09-19
11434
11435 2002-09-19 [paul]       0.8.2claws59
11436
11437         * src/prefs_folder_item.c
11438                 revert to Darko's original alignment of colour
11439                 selector button
11440                 add a colon to folder_color label
11441                 
11442         * src/compose.c
11443                 add Colin's patch (with Hiro's modifications) to 
11444                 force BASE64 encoding for 8-bit text when signing
11445                 (sync with 0.8.3cvs2)
11446
11447 2002-09-18 [alfons]     0.8.2claws58
11448
11449         * src/compose.c
11450                 :%sno/if(/if (/gc
11451                 :%sno/for(/for (/gc
11452                 (beautify a little bit)
11453
11454 2002-09-18 [christoph]  0.8.2claws57
11455
11456         * src/pine.c
11457                 fix handling of fgetc return value
11458
11459 2002-09-17 [alfons]     0.8.2claws56
11460         
11461         * src/summaryview.c
11462                 summary_sort(): check non-NULL summaryview->folder_item when no 
11463                 folder is selected at all
11464                 (closes "[ 610344 ] sort label make syl Crash")
11465
11466 2002-09-17 [alfons]     0.8.2claws55
11467         
11468         * src/compose.c
11469                 beautify a little bit
11470
11471 2002-09-17 [christoph]  0.8.2claws54
11472
11473         * src/folder.c
11474                 initialize max values for cache and folder
11475                 when cache or folder is empty
11476
11477 2002-09-15 [colin]      0.8.2claws53
11478
11479         * src/compose.c
11480                 Fix a leak (thanks Alfons!) and cleaned
11481                 variables names for custom headers
11482
11483 2002-09-15 [colin]      0.8.2claws52
11484
11485         * src/compose.c
11486                 Fix custom headers recognition when
11487                 prefs_common.trans_hdr is on
11488
11489 2002-09-15 [colin]      0.8.2claws51
11490
11491         * src/compose.c
11492                 Allow dynamically-added custom headers
11493                 Yet not reparsed if reedited
11494
11495 2002-09-15 [alfons]     0.8.2claws50
11496
11497         * src/prefs_account.c
11498                 fix warnings
11499
11500 2002-09-15 [colin]      0.8.2claws49
11501         
11502         * src/prefs_account.c
11503                 fix pop_before_smtp sensitivity
11504
11505 2002-09-15 [colin]      0.8.2claws48
11506
11507         * src/inc.[ch]
11508                 add inc_pop_before_smtp()
11509                 allow MainWindow to be undefined in 
11510                 inc_account_mail() and inc_start()
11511         * src/pop.c
11512           src/prefs_account.h
11513                 add STYPE_POP_BEFORE_SMTP session type
11514         * src/prefs_account.c
11515                 activated pop before smtp option
11516         * src/send.c
11517                 do pop before smtp if the relevant option 
11518                 is set
11519
11520 2002-09-15 [paul]       0.8.2claws47
11521
11522         * sync with 0.8.3
11523                 see ChangeLog 2002-09-15
11524
11525 2002-09-14 [paul]       0.8.2claws46
11526
11527         * po/bg.po
11528                 updated Bulgarian translation, submitted by
11529                 George Danchev
11530
11531 2002-09-13 [paul]       0.8.2claws45
11532
11533         * src/compose.c
11534                 merge claws' select_account() with main's
11535                 (new) compose_select_account(). [sync with
11536                 0.8.2cvs15, see ChangeLog 2002-09-11]
11537
11538 2002-09-12 [christoph]  0.8.2claws44
11539
11540         * src/filter.c
11541                 allocate 1 elements of FolderItem not 0
11542
11543 2002-09-12 [colin]      0.8.2claws43
11544
11545         * src/compose.c
11546                 Fix bug #590825 (obey Follow-up: poster)
11547
11548 2002-09-12 [colin]      0.8.2claws42
11549
11550         * src/procmime.c
11551                 Fix bug #557009 (wrong headers for messages 
11552                 forwarded as attachments)
11553
11554 2002-09-11 [colin]      0.8.2claws41
11555         
11556         * src/compose.c
11557                 Put SCF: pseudo-header on top of message
11558                 Set draft tmp_flag when saved as draft
11559
11560         * src/procmsg.c
11561           src/procheader.c
11562                 Skip after first \n\n for beginning of real message
11563                 for drafts too
11564
11565 2002-09-11 [christoph]  0.8.2claws40
11566
11567         * src/filtering.c
11568                 use procmsg flag functions in filtering or processing
11569                 will cause incorrect folder message counts
11570
11571 2002-09-11 [colin]      0.8.2claws39
11572
11573         * src/compose.c
11574                 Fix bug #550175 - wrong save folder when reediting
11575                 drafts
11576
11577 2002-09-11 [paul]       0.8.2claws38
11578
11579         * sync with 0.8.2cvs14
11580                 see ChangeLog 2002-09-11
11581
11582 2002-09-11 [colin]      0.8.2claws37
11583
11584         * src/folder.c
11585                 Fix a typo (seeming to cause new/unread status to
11586                 be lost)
11587
11588 2002-09-10 [christoph]  0.8.2claws36
11589
11590         * src/compose.c
11591                 compose_redirect should not use compose_generic_new
11592                 because that does more stuff than expected including
11593                 opening the external editor
11594                 (closes bug "[ 526608 ] bounced messages appear blank
11595                  in editor")
11596
11597 2002-09-10 [christoph]  0.8.2claws35
11598
11599         * src/folder.c
11600                 fix problem with too large message number range
11601                 causing a crash in folder_item_scan
11602
11603 2002-09-10 [paul]       0.8.2claws34
11604
11605         * sync with 0.8.2cvs13
11606                 see ChangeLog 2002-09-10
11607
11608 2002-09-10 [christoph]  0.8.2claws33
11609
11610         * src/msgcache.c
11611                 set MsgInfo TmpFlags for queue and draft folders
11612                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
11613
11614 2002-09-10 [paul]       0.8.2claws32
11615
11616         * AUTHORS
11617           po/bg.po      ** NEW FILE **
11618                 new Bulgarian translation submitted by
11619                 George Danchev <danchev@spnet.net>
11620                 
11621         * tools/Makefile.am
11622           tools/README
11623           tools/tb2sylpheed     ** NEW FILE **
11624                 add script that converts an addressbook exported
11625                 from The Bat! into a Sylpheed addressbook. Submitted
11626                 by Urke MMI <urke-kg@eunet.yu>
11627
11628 2002-09-10 [paul]       0.8.2claws31
11629
11630         * sync with 0.8.2cvs12
11631                 see ChangeLog 2002-09-10
11632
11633 2002-09-06 [paul]       0.8.2claws30
11634
11635         * src/prefs_common.c
11636                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
11637                 
11638         * tools/Makefile.am
11639           tools/README
11640           tools/ldif-to-xml.py  ** REMOVED **
11641                 remove obsolete python script
11642
11643 2002-09-06 [paul]       0.8.2claws29
11644
11645         * sync with 0.8.2cvs10
11646                 see ChangeLog 2002-09-06
11647
11648 2002-09-04 [paul]       0.8.2claws28
11649
11650         * sync with 0.8.2cvs9
11651                 see ChangeLog 2002-08-04
11652
11653 2002-09-04 [colin]      0.8.2claws27 
11654
11655         * src/prefs_common.[ch]
11656                 Added signature color configuration
11657         * src/textview.c
11658                 Use user-specified signature color
11659
11660 2002-09-03 [colin]      0.8.2claws26
11661
11662         * src/prefs_common.[ch]
11663                 Added autosave and autosave_length prefs
11664         * src/compose.c
11665                 Added compose_remove_draft()
11666                 Auto-save drafts according to the prefs
11667         * src/main.c
11668                 Added a crash-indicator file, allowing to check
11669                 for new messages on startup if Sylpheed crashed
11670                 (makes saved drafts "reappear")
11671
11672 2002-09-03 [colin]      0.8.2claws25
11673
11674         * src/textview.[ch]
11675                 Grey the signature
11676
11677 2002-09-03 [paul]       0.8.2claws24
11678
11679         * sync with 0.8.2cvs8
11680                 see ChangeLog 2002-09-02 and 2002-09-03
11681
11682 2002-09-03 [darko]      0.8.2claws23
11683
11684         * src/folderview.c
11685                 use normal style when creating new folder to pick
11686                 proper font size 
11687
11688 2002-09-02 [melvin]     0.8.2claws22
11689
11690         * src/gtkaspell.m4
11691                 removed some obsolete code
11692
11693 2002-09-02 [melvin]     0.8.2claws21
11694
11695         * ac/aspell.m4
11696                 fixed test's equality sign (== to =)
11697
11698 2002-09-02 [alfons]     0.8.2claws20
11699
11700         * src/folder.c
11701         * src/mh.c
11702                 revert change of 0.8.2claws16 and use the mh_folder_destroy
11703                 as folder->destroy virtual as suggested by Hiro
11704                 (the mh.c code seems to have been lost around mh.c.1.21)
11705
11706 2002-09-02 [paul]       0.8.2claws19
11707
11708         * po/pt_BR.po
11709                 updated by Fabio Jr. Beneditto
11710                 
11711         * src/defs.h
11712                 use 'http://claws.sylpheed.org' for homepage link. 
11713                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
11714
11715 2002-09-01 [alfons]     0.8.2claws18
11716
11717         * src/mh.c
11718                 plug memleak related to one Martin Kluge found
11719
11720 2002-08-31 [paul]       0.8.2claws17
11721
11722         * sync with 0.8.2cvs6
11723                 see ChangeLog 2002-08-30
11724
11725 2002-08-31 [alfons]     0.8.2claws16
11726
11727         * src/folder.c
11728                 folder_destroy(): remove mailbox from folderlist even if it has
11729                 no destroy virtual
11730
11731 2002-08-31 [alfons]     0.8.2claws15
11732
11733         * src/folder.c
11734                 :%sno/if(/if (/gc
11735                 :%sno/for(/for (/gc
11736                 (being pedantic I know)
11737
11738 2002-08-31 [alfons]     0.8.2claws14
11739
11740         * src/folder.c
11741                 check for NULL pointers returned from folder->fetch_msginfo virtual
11742                 (should solve some reported crashes)
11743
11744 2002-08-30 [alfons]     0.8.2claws13
11745
11746         * acconfig.h
11747         * configure.in
11748         * src/crash.c
11749                 enable crash dialog on compilation time
11750                 (--enable-crash-dialog configure option)
11751
11752 2002-08-30 [alfons]     0.8.2claws12
11753
11754         * AUTHORS
11755                 add Martin Kluge
11756         * src/mh.c
11757                 apply memory leak plug patch by Martin Kluge
11758                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
11759                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
11760                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
11761
11762 2002-08-30 [darko]      0.8.2claws11
11763
11764         * src/folderview.c
11765                 copy Gtk style from normal style to match
11766                 font size for coloured folders
11767
11768 2002-08-29 [alfons]     0.8.2claws10
11769
11770         * sylpheed.desktop
11771                 Type=Internet <- Type=Application
11772                 (reported by Michael Schwendt, see:
11773                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
11774                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
11775
11776 2002-08-29 [paul]       0.8.2claws9
11777
11778         * sync with 0.8.2cvs5
11779                 see ChangeLog 2002-08-29
11780
11781 2002-08-29 [colin]      0.8.2claws8
11782
11783         * src/summaryview.c
11784                 Added a sanity check in summary_select_thread
11785                 Should fix bug 601605
11786
11787 2002-08-29 [colin]      0.8.2claws7
11788
11789         * src/main.c
11790                 Revert claws6 changes regarding bug #591676
11791
11792 2002-08-28 [colin]      0.8.2claws6
11793         
11794         * src/main.c
11795                 Ignore cache for queue folderitems
11796                 Fix bug #591676
11797
11798 2002-08-28 [melvin]     0.8.2claws5
11799
11800         * README.claws
11801                 Fixed typos.
11802
11803 2002-08-28 [melvin]     0.8.2claws4
11804
11805         * README.claws
11806                 Updated a bit the text concerning the spell checker
11807
11808 2002-08-28 [melvin]     0.8.2claws3
11809
11810         Merged the GNU_aspell_branch:
11811                 Support of new GNU/aspell is now included and the old pspell
11812                 is not supported anymore.
11813                 See README.claws
11814
11815         * README.claws
11816                 Updated spell checker text to reflect the switch to GNU/aspell
11817
11818         * ac/aspell.m4          *** NEW ***
11819         * src/gtkaspell.[ch]    *** NEW *** 
11820         * ac/pspell.m4          *** DELETED *** 
11821         * src/gtkspell.[ch]     *** DELETED ***
11822
11823         * ac/Makefile.am
11824                 Updated for GNU/aspell support
11825
11826         * po/POTFILES.in
11827                 Replaced gtkspell.c by gtkaspell.c
11828
11829         * acconfig.h
11830         * src/Makefile.am
11831         * src/about.c
11832         * src/compose.[ch]
11833         * src/crash.c
11834         * src/main.c
11835         * src/prefs_common.[ch]
11836                 Updated for GNU/aspell support
11837
11838 2002-08-28 [paul]       0.8.2claws2
11839
11840         * sync with 0.8.2cvs4
11841                 see ChangeLog 2002-08-27 and 2002-08-28
11842
11843 2002-08-28 [colin]      0.8.2claws1
11844
11845         * src/summary_search.c
11846                 Added "AND search"
11847
11848 2002-08-28 [jens]       0.8.2claws
11849
11850         *po/de.po
11851                 Updated German translations
11852
11853 2002-08-27 [melvin]     0.8.2claws
11854
11855         * po/fr.po
11856                 Updated French translations
11857
11858 2002-08-27 [paul]       0.8.2claws
11859
11860         * sync with 0.8.2 main release
11861
11862         * po/en_GB.po
11863           po/es.po
11864           po/it.po
11865           po/pl.po
11866           po/pt_BR.po
11867           po/sr.po
11868                 updated message catalogs submitted by
11869                 Ricardo Mones Lastra, Alessandro Maestri,
11870                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
11871                 Beneditto and Urke MMI  
11872
11873 2002-08-27 [hoa]        0.8.1claws123
11874
11875         * src/mainwindow.[ch]
11876         * src/summaryview.[ch]
11877                 removed the "filter setting" menu option.
11878                 add a "cancel a news message" menu option.
11879
11880 2002-08-26 [martin]     0.8.1claws122
11881
11882         * ChangeLog.claws
11883                 changed string under 0.8.1claws79 changed by myself
11884                 i'm sorry alfons :(
11885
11886 2002-08-26 [martin]     0.8.1claws121
11887
11888         * src/crash.c
11889                 added kill command to debuggerrc to start crash dialog
11890
11891 2002-08-26 [paul]       0.8.1claws120
11892
11893         * sync with 0.8.1cvs31
11894                 see ChangeLog 2002-08-26
11895
11896 2002-08-25 [alfons]     0.8.1claws119
11897
11898         * src/procmsg.c
11899                 fix bug that didn't send out correct headers to news server
11900                 when sending news article and email from queue (bug reported
11901                 and patch provided by Tim Mann; closes bug 
11902                 "[ 583196 ] 0.7.8claws can't post news")
11903
11904 2002-08-25 [alfons]     0.8.1claws118
11905
11906         * src/selective_download.c
11907                 mark two strings as translatable
11908                 (thanks to Urke MMI for pointing this out)
11909
11910 2002-08-25 [alfons]     0.8.1claws117
11911
11912         * src/summaryview.c
11913                 treat sent boxes as special and allow sorting them by addressee
11914                 (closes "[ 589418 ] Sent folder sorting misbehavior"
11915                 submitted by Steve Lamb)
11916
11917 2002-08-24 [alfons]     0.8.1claws116
11918
11919         * src/matcher.c
11920                 fix memleak reported by Martin Kluge
11921                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
11922
11923 2002-08-24 [oliver]     0.8.1claws115
11924
11925         * src/prefs_toolbar.c
11926                 o code cleanup as suggested by Alfons
11927                 o memleak fix
11928
11929 2002-08-24 [alfons]     0.8.1claws114
11930
11931         * src/summaryview.c
11932                 o fix another memory leak reported by Martin Kluge
11933                   (see "[ 599568 ] Small Memory Leak")
11934                 o remove 'from' variable from 'summary_set_header()'; we can
11935                   do with just 'to' 
11936
11937 2002-08-24 [paul]       0.8.1claws113
11938
11939         * sync with 0.8.1cvs30
11940                 see ChangeLog 2002-08-23
11941
11942 2002-08-24 [alfons]     0.8.1claws112
11943
11944         * src/summaryview.c
11945                 remove unnecessary allocations for search bar fixing leaks
11946                 reported by Martin Kluge
11947                 (see "[ 599451 ] Further memory leaks?")
11948
11949 2002-08-24 [alfons]     0.8.1claws111
11950
11951         * src/main.c
11952                 make get_socket_name() public for crash.c
11953         * src/crash.c
11954                 o make report bug button work (goes to claws' 
11955                   bug tracker at sf.net)
11956                 o introduce function for doing important stuff just
11957                   before claws goes down
11958                 o clean up code 
11959
11960 2002-08-24 [alfons]     0.8.1claws110
11961
11962         * src/compose.c
11963                 move cursor to "To" entry when forwarding as attachment
11964                 (reported and solved by Steve Lamb, closes bug report
11965                 "[ 592880 ] Forward as attachment; cursor not in to")
11966
11967 2002-08-24 [colin]      0.8.1claws109
11968
11969         * src/mainwindow.c
11970                 fix quick search visibility after GUI (de)separations.
11971
11972 2002-08-23 [colin]      0.8.1claws108
11973
11974         * src/mainwindow.c
11975                 fix header pane visibility after folderview or
11976                 messageview (de)separation
11977
11978 2002-08-23 [paul]       0.8.1claws107
11979
11980         * src/mainwindow.[ch]
11981           src/toolbar.c
11982                 give full control of display or non-display 
11983                 of the Execute icon to Custom toolbar settings.
11984                 add new sensitivity condition to maninwindow.h: 
11985                 M_DELAY_EXEC
11986
11987         * ChangeLog
11988           ChangeLog.jp
11989           NEWS
11990                 more sync with 0.8.1cvs29
11991
11992 2002-08-23 [melvin]     0.8.1claws106
11993
11994         * src/alertpanel.c
11995                 Readded support for custom widget in alertpanel lost in last
11996                 sync.
11997
11998 2002-08-23 [paul]       0.8.1claws105
11999
12000         * sync with 0.8.1cvs29
12001                 see ChangeLog 2002-08-23
12002
12003 2002-08-23 [colin]      0.8.1claws104
12004
12005         * src/summaryview.c
12006                 Fix folder and search pixmaps exchanging positions
12007                 after theme or toolbar changes. Thank to Oliver for 
12008                 reporting this.
12009
12010 2002-08-23 [colin]      0.8.1claws103
12011
12012         * src/mainwindow.c
12013           src/messageview.[ch]
12014           src/noticeview.[ch]
12015           src/summaryview.c
12016                 Changed messageview_create() and noticeview_create()
12017                 to avoid the last gdk_warning
12018
12019 2002-08-22 [colin]      0.8.1claws102
12020
12021         * src/summaryview.c
12022                 Fix my new `Creating pixmap from xpm' warning
12023
12024 2002-08-22 [colin]      0.8.1claws101
12025
12026         * src/mainwindow.c
12027                 Fix some of the gdk warnings
12028
12029 2002-08-22 [colin]      0.8.1claws100
12030
12031         * src/Makefile.am
12032         * src/stock_pixmap.c
12033         * src/stock_pixmap.h
12034         * src/pixmaps/quicksearch.xpm *ADDED*
12035                 Add the quicksearch pixmap
12036         * src/mainwindow.c
12037         * src/summaryview.c
12038         * src/summaryview.h
12039                 Make quicksearch bar visible/hidden via a button
12040
12041 2002-08-22 [christoph]  0.8.1claws99
12042
12043         * src/folder.c
12044                 fix folder update for newsgroups with message
12045                 numbers below minimum number of articles to fetch
12046                 (closes bug #598445)
12047
12048 2002-08-22 [paul]       0.8.1claws98
12049
12050         * sync with 0.8.1cvs28
12051                 see ChangeLog 2002-08-22
12052
12053 2002-08-21 [alfons]     0.8.1claws97
12054
12055         * src/crash.c
12056                 use bt instead of bt full which seems to work 
12057                 better, and bt full doesn't give a great deal 
12058                 of information anyway
12059
12060 2002-08-21 [colin]      0.8.1claws96
12061
12062         * src/summaryview.c
12063                 fix summaryview_searchtype_changed prototype
12064
12065 2002-08-21 [christoph]  0.8.1claws95
12066
12067         * src/mainwindow.c
12068                 o fix broken menu update for sorting type, we have to
12069                   get this info from the summaryview now
12070                 o removed setting of threaded state in menu callback
12071         * src/summaryview.[ch]
12072                 more summaryview/folderitem seperation for
12073                 threading option
12074         * configure.in
12075                 removed not required --with-compiler-flags option
12076
12077 2002-08-21 [oliver]     0.8.1claws94
12078         
12079         * src/toolbar.h 
12080                 o rename toolbar.xml to toolbar_main.xml
12081                   since toolbar_compose.xml might come up 
12082                   any time soon
12083         * README.claws
12084                 add custom toolbar              
12085
12086 2002-08-21 [darko]      0.8.1claws93
12087
12088         * src/procmsg.c
12089                 don't reset tmp flags for messages copied
12090                 to sent folder
12091
12092 2002-08-21 [colin]      0.8.1claws92
12093         
12094         * src/prefs_filtering.c
12095                 fix renaming rules on folder rename 
12096                 when folder is not a leaf folder
12097
12098 2002-08-21 [paul]       0.8.1claws91
12099
12100         * src/prefs_folder_item.c
12101                 fix alignment of colour selector
12102
12103 2002-08-21 [paul]       0.8.1claws90
12104
12105         * sync with 0.8.1cvs27
12106                 see ChangeLog 2002-08-21
12107
12108 2002-08-21 [paul]       0.8.1claws89
12109
12110         * src/summaryview.c
12111                 fix crash when changing field type in
12112                 Quick search bar
12113
12114 2002-08-21 [colin]      0.8.1claws88
12115
12116         * src/summaryview.c
12117                 Made quick search case-insensitive
12118
12119 2002-08-21 [paul]       0.8.1claws87
12120
12121         * sync with 0.8.1cvs26
12122                 see ChangeLog 2002-08-21
12123
12124 2002-08-20 [christoph]  0.8.1claws86
12125
12126         * src/folderview.c
12127         * src/main.c
12128         * src/summaryview.[ch]
12129                 more summaryview/folderitem seperation for
12130                 sort_key and sort_type
12131         * src/procmsg.c
12132                 added missing return statement
12133
12134 2002-08-20 [colin]      0.8.1claws85
12135
12136         * src/summaryview.[ch]
12137                 Added a quick search box
12138         * src/mainwindow.c
12139         * src/prefs_common.[ch]
12140                 Added a show/hide option for the quick search
12141
12142 2002-08-20 [oliver]     0.8.1claws84
12143         
12144         * src/mainwindow.c
12145                 remove toolbar_create_popups
12146         * src/toolbar.[ch]
12147                 o remove toolbar_create_popups
12148                 o fix toolbar_set_sensitive 
12149                   (Bug reports #596834 and #596832)     
12150         * src/prefs_toolbar.c
12151                 o add "Set default" button
12152                 o align label and text + combo widgets
12153
12154 2002-08-20 [hoa]        0.8.1claws83bis
12155
12156         * src/imap.c
12157                 fixed a bug in imap_fetch_msginfo() in case there is no
12158                 current folder.
12159
12160 2002-08-20 [darko]      0.8.1claws83
12161
12162         * src/folderview.c
12163                 copy the color style of folder view so it
12164                 works with GTK themes
12165
12166 2002-08-20 [darko]      0.8.1claws82
12167
12168         * src/folder.h
12169         * src/folderview.c
12170         * src/prefs_folder_item.[hc]
12171                 don't use UI stuff in folder.h
12172
12173 2002-08-20 [darko]      0.8.1claws81
12174
12175         * src/folder.h
12176         * src/prefs_folder_item.h
12177         * src/folderview.c
12178         * src/prefs_folder_item.c
12179                 ability to set folder color in folderview
12180
12181 2002-08-19 [alfons]     0.8.1claws80
12182
12183         * src/summaryview.c
12184                 fix one of the earlier memleaks reported by Martin Kluge
12185
12186 2002-08-19 [alfons]     0.8.1claws79
12187
12188         * src/mainwindow.c
12189                 hide notice view when selecting seperate folder
12190                 view (reported by Urke MMI)
12191
12192 2002-08-19 [christoph]  0.8.1claws78
12193
12194         * src/folderview.c
12195         * src/prefs_folder_item.h
12196         * src/summaryview.[ch]
12197                 o add summary_set_prefs_from_folderitem to set
12198                   summaryview prefs (first step to remove all
12199                   references to the folderitem in summaryview)
12200                 o moved compiled regex stuff from folderitem prefs
12201                   to summaryview code
12202
12203 2002-08-19 [paul]       0.8.1claws77
12204
12205         * src/compose.c
12206                 add check for '.' to QUOTE_IF_REQUIRED
12207
12208 2002-08-19 [paul]       0.8.1claws76
12209
12210         * src/inc.c
12211                 sync with 0.8.1cvs25 (plug memory leak)
12212
12213         * src/prefs_toolbar.c
12214                 re-order prefs_toolbar_cancel()
12215
12216 2002-08-18 [alfons]     0.8.1claws75
12217
12218         * src/inc.c
12219         * src/matcher.c
12220                 plug other memleaks reported by Martin Kluge
12221
12222 2002-08-18 [paul]       0.8.1claws74
12223
12224         * po/pt_BR.po
12225                 updated by Fabio Jr. Beneditto
12226
12227 2002-08-18 [paul]       0.8.1claws73
12228
12229         * src/toolbar.[ch]
12230                 fix bug where tooltips were displayed untranslated              
12231
12232         * src/prefs_toolbar.c
12233                 fix bug where clicking 'Cancel' creates an icon & text
12234                 toolbar regardless of prefs
12235         
12236
12237 2002-08-17 [oliver]     0.8.1claws72
12238
12239         * src/prefs_toolbar.c
12240                 update toolbar on CANCEL
12241                 bug reported by Martin Kluge
12242         * src/toolbar.c
12243                 toolbar_destroy memleak fixed           
12244
12245 2002-08-17 [alfons]     0.8.1claws71
12246
12247         * src/toolbar.c
12248                 plug another memleak reported by Martin Kluge
12249
12250 2002-08-16 [alfons]     0.8.1claws70
12251
12252         * src/crash.c
12253                 use execvp() correctly (suggested by wwp; thanks!)
12254
12255 2002-08-16 [alfons]     0.8.1claws69
12256
12257         * src/gtksctree.c
12258                 plug memory leak reported by Kim Schultz & Martin Kluge
12259
12260 2002-08-16 [paul]       0.8.1claws68
12261
12262         * po/es.po
12263                 updated by Ricardo Mones Lastra
12264
12265 2002-08-16 [paul]       0.8.1claws67
12266
12267         * src/toolbar.h
12268                 fix bug where 'Compose News' icon showed wrong
12269                 tooltip
12270
12271 2002-08-16 [paul]       0.8.1claws66
12272
12273         * sync with 0.8.1cvs24
12274                 see ChangeLog 2002-08-16
12275
12276         * po/it.po
12277                 updated by Alessandro Maestri
12278
12279 2002-08-15 [paul]       0.8.1claws65
12280
12281         * po/sr.po
12282                 updated by Urke MMI
12283
12284 2002-08-15 [paul]       0.8.1claws64
12285
12286         * src/*.c
12287                 don't translate debug info
12288
12289         * src/matcher.[ch]
12290                 add copyright info
12291
12292 2002-08-15 [paul]       0.8.1claws63
12293
12294         * src/prefs_toolbar.c
12295                 fix bug where clicking 'OK' creates an icon & text
12296                 toolbar regardless of prefs
12297
12298 2002-08-14 [alfons]     0.8.1claws62
12299
12300         * src/main.c
12301                 add global var that has the full argv[0]
12302         * src/crash.c
12303                 o execvp the correct sylpheed by using argv0
12304                   and setting the correct work dir
12305                 o other tweaks  
12306
12307 2002-08-14 [oliver]     0.8.1claws61
12308         
12309         * enable/disable Toolbar Action Buttons 
12310         * code cleanups
12311         * src/mainwindow.c
12312         * src/toolbar.[ch]      
12313         * src/prefs_toolbar.c   
12314
12315 2002-08-14 [melvin]     0.8.1claws60
12316
12317         * po/fr.po
12318                 Updated French translations
12319
12320 2002-08-14 [melvin]     0.8.1claws59
12321
12322         * src/crash.c
12323                 Made bug report not translatable
12324         * src/exporthtml.c
12325                 Fixed exporthtml_build_filespec() return value
12326         * src/foldersel.c
12327                 Fixed incorrect include file
12328         * src/gtkspell.c
12329         * src/prefs_actions.c
12330         * src/prefs_toolbar.c
12331                 Made debug info not translatable
12332         * src/mutt.c
12333         * src/quote_fmt.c
12334                 Added missing includes
12335         * src/prefs_common.c
12336                 Fixed typo
12337
12338 2002-08-14 [paul]       0.8.1claws58
12339
12340         * faq/es/sylpheed-faq.html
12341           faq/es/sylpheed-faq-[1-3].html
12342           faq/es/sylpheed-faq-4.html     **NEW FILE **
12343                 update Spanish FAQ
12344
12345 2002-08-13 [christoph]  0.8.1claws57
12346
12347         * src/procmsg.c
12348                 ignore thread fix that did not mark all
12349                 child nodes of a ignored thread as
12350                 ignored. Does not work perfectly yet,
12351                 but it is better now
12352
12353 2002-08-13 [alfons]     0.8.1claws56
12354
12355         * src/crash.c
12356                 o implement 'save crash log'
12357                 o some tweaks
12358
12359 2002-08-13 [melvin]     0.8.1claws55
12360
12361         * src/main.c
12362                 removed unrequired "execinfo.h" header
12363
12364 2002-08-12 [paul]       0.8.1claws54
12365
12366         * faq/en/sylpheed-faq.html
12367           faq/en/sylpheed-faq-[1-3].html
12368           faq/en/sylpheed-faq-4.html     **NEW FILE **
12369                 update English FAQ
12370
12371 2002-08-12 [alfons]     0.8.1claws53
12372
12373         * po/POTFILES.in
12374                 add crash.c to translatables
12375         * src/crash.c
12376                 bring in Leandro's crash dialog
12377
12378 2002-08-11 [alfons]     0.8.1claws52
12379
12380         * src/crash.c
12381                 clean up some warnings
12382
12383 2002-08-11 [alfons]     0.8.1claws51
12384
12385         * acconfig.h
12386         * configure.in
12387         * src/crash.[ch]        ** NEW FILES **
12388         * src/main.c            
12389                 initial gdb crash handler
12390
12391 2002-08-11 [paul]       0.8.1claws50
12392
12393         * src/prefs_toolbar.c
12394                 replace Up/Down arrow pixmaps with text to be
12395                 consistent across icon themes
12396
12397 2002-08-11 [paul]       0.8.1claws49
12398
12399         * src/prefs_common.c
12400           src/prefs_toolbar.c
12401                 rename 'Pixmap' -> 'Icon'
12402
12403         * src/toolbar.[ch]
12404                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
12405
12406 2002-08-10 [paul]       0.8.1claws48
12407
12408         * src/prefs_toolbar.c
12409                 re-work the UI
12410
12411 2002-08-10 [paul]       0.8.1claws47
12412
12413         * src/main.c
12414                 don't write Processing progress to status bar
12415                 patch submitted by Alexander Evseev
12416
12417         * src/prefs_toolbar.c
12418                 re-position and resize window
12419                 make window assume correct size on first call
12420
12421 2002-08-10 [paul]       0.8.1claws46
12422
12423         * src/mainwindow.c
12424           src/prefs_toolbar.c
12425           src/toolbar.c
12426           src/toolbar.h
12427                 obey coding style
12428                 follow UI text conventions
12429
12430 2002-08-10 [alfons]     0.8.1claws45
12431
12432         * src/toolbar.c
12433                 correct pixmap for delete action
12434
12435 2002-08-10 [paul]       0.8.1claws44
12436
12437         * po/pt_BR.po
12438                 updated by Fabio Jr. Beneditto
12439
12440 2002-08-10 [paul]       0.8.1claws43
12441
12442         * po/POTFILES.in
12443                 add custom toolbar files
12444
12445 2002-08-10 [paul]       0.8.1claws42
12446
12447         * sync with 0.8.1cvs22
12448                 see ChangeLog 2002-08-09
12449
12450 2002-08-09 [paul]       0.8.1claws41
12451
12452         * tools/Makefile.am
12453           tools/README
12454           tools/outlook2sylpheed.pl     ** NEW FILE **
12455                 add script to convert exported Outlook
12456                 contacts list to a Sylpheed addressbook.
12457                 Submitted by Ricardo Mones Lastra.
12458
12459 2002-08-09 [paul]       0.8.1claws40
12460
12461         * AUTHORS
12462           configure.in
12463           po/sr.po      ** NEW FILE **
12464                 add Serbian message catalog. Submitted by
12465                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
12466
12467 2002-08-09 [paul]       0.8.1claws39
12468
12469         * sync with 0.8.1cvs21
12470                 see ChangeLog 2002-08-08
12471
12472 2002-08-08 [oliver]     0.8.1claws38
12473
12474         * src/mainwindow.c
12475                 move Custom Toolbar to Configuration menu
12476
12477 2002-08-08 [oliver]     0.8.1claws37
12478
12479         * src/prefs_toolbar.c
12480                 fix substitute pixmap bug
12481
12482 2002-08-08 [paul]       0.8.1claws36
12483
12484         * sync with 0.8.1cvs19
12485                 see ChangeLog 2002-08-08
12486
12487 2002-08-07 [christoph]  0.8.1claws35
12488
12489         * src/utils.c
12490                 fixed a memory leak in new canonicalize_file_replace
12491
12492 2002-08-07 [christoph]  0.8.1claws34
12493
12494         * src/utils.[ch]
12495                 o canonicalize_file_replace should create the temporary
12496                   file in the same directory as the original file.
12497                 o added get_tmpfile_in_dir that creates a temorary file
12498                   in a specified directory.
12499
12500 2002-08-07 [melvin]     0.8.1claws33
12501
12502         * src/toolbar.c
12503                 fixed bug where 'Article' button acted as 'Email' button.
12504
12505 2002-08-07 [paul]       0.8.1claws32
12506
12507         * sync with 0.8.1.cvs17
12508                 see ChangeLog 2002-08-07
12509
12510 2002-08-07 [colin]      0.8.1claws31
12511         
12512         * src/news.c
12513                 fix mass-cancel problem
12514
12515 2002-08-07 [thorsten]   0.8.1claws30
12516
12517         * src/prefs_toolbar.c
12518                 fix: crash on replace or add new button
12519         * src/toolbar.c
12520                 fix: close xmlfile after reading
12521         * src/utils.c
12522                 fix: unlink() file before rename()
12523
12524 2002-08-06 [paul]       0.8.1claws29
12525
12526         * sync with 0.8.cvs15
12527                 see ChangeLog 2002-08-06
12528
12529 2002-08-06 [oliver]     0.8.1claws28
12530
12531         * src/toolbar.c
12532         * src/prefs_toolbar.c
12533                 fixed empty toolbar issue
12534
12535 2002-08-06 [oliver]     0.8.1claws27
12536
12537         * Custom Toolbar Final 
12538         * src/folderview.c
12539         * src/inc.c
12540         * src/summaryview.c
12541                 o toolbar stuff now lives in src/toolbar.[ch]
12542                 o main_window_toolbar_* functions are renamed to
12543                   toolbar_* reflecting their new source file
12544         * src/mainwindow.[ch]
12545                 o remove toolbar stuff  
12546
12547 2002-08-06 [oliver]     0.8.1claws26
12548         
12549         * src/Makefile.am
12550         * src/prefs_toolbar.[ch]        **New File**
12551         * src/toolbar.[ch]              **New File**
12552                 o prefs_toolbar.[ch] custom toolbar frontend
12553                 o toolbar.[ch]       backend 
12554
12555 2002-08-06 [oliver]     0.8.1claws25
12556
12557         * src/prefs_actions.[ch]
12558                 o new exported function actions_execute
12559
12560 2002-08-06 [paul]       0.8.1claws24
12561
12562         * sync with 0.8.1cvs4
12563                 see ChangeLog 2002-08-06
12564
12565 2002-08-06 [paul]       0.8.1claws23
12566
12567         * sync with 0.8.1cvs13
12568                 see ChangeLog 2002-08-06
12569
12570 2002-08-06 [paul]       0.8.1claws22
12571
12572         * sync with 0.8.1cvs12
12573                 see ChangeLog 2002-08-05 and 2002-08-06
12574
12575 2002-08-06 [match]      0.8.1claws21
12576
12577         * src/addrclip.c
12578                 improvements to cut/copy/paste address
12579
12580 2002-08-05 [match]      0.8.1claws20
12581
12582         * src/addritem.[ch]
12583         * src/addrcache.c
12584         * src/addrbook.c
12585         * src/editaddress.c
12586         * src/addressbook.c
12587                 fixes to improve cut/copy/paste
12588
12589 2002-08-06 [melvin]     0.8.1claws19
12590
12591         * src/account.[ch]
12592                 account_find_all_from_address(): new function that returns the
12593                 list of all accounts that are matched in an address.
12594         * src/alertpanel.[ch]
12595                 alertpanel() now accepts a custom widget
12596                 alertpanel_with_widget(): new function that pops up a panel with
12597                 a custom widget in it 
12598         * src/gtkutils.[ch]
12599                 gtkut_account_menu_new(): new function that allows the selection
12600                 of an account from a list of accounts.
12601         * src/messageview.c
12602                 Extended Return Receipt notification to select the correct 
12603                 account and to make a security test on the Delivery-Notification
12604                 address which should be the same as the Return-Path.
12605
12606 2002-08-06 [thorsten]   0.8.1claws18
12607
12608         * src/mimeview.c
12609                 attach_all: save unnamed as "noname.%d",
12610                 dont free static dirname
12611
12612 2002-08-05 [alfons]     0.8.1claws17
12613
12614         * configure.in
12615                 detect XIM by trying to link rather than compile a XIM program
12616
12617 2002-08-05 [oliver]     0.8.1claws16
12618                 
12619         * src/stock_pixmap.[ch]
12620                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
12621                 o new func to retrieve pixmaps
12622
12623 2002-08-05 [paul]       0.8.1claws15
12624
12625         * sync with 0.8.1cvs10
12626                 see ChangeLog 2002-08-05
12627
12628 2002-08-04 [alfons]     0.8.1claws14
12629
12630         * src/textview.c
12631                 see if this plugs memleak
12632
12633 2002-08-04 [melvin]     0.8.1claws13
12634
12635         * src/gtkspell.c
12636                 fixed bug that could crash Sylpheed when highlighting
12637                 all misspelled words.
12638
12639 2002-08-03 [melvin]     0.8.1claws12
12640
12641         * src/prefs_actions.c
12642                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
12643         * src/messageview.c
12644                 fixed bug where the Return Receipt was sent to
12645                 Delivery-Notification-To address even if it was not present
12646
12647 2002-08-02 [alfons]     0.8.1claws11
12648
12649         * src/prefs_actions.c
12650                 o more check for NULLs
12651                 o put create_io_dialog() in right conditional block
12652
12653 2002-08-02 [paul]       0.8.1claws10
12654
12655         * po/es.po
12656                 updated by Ricardo Mones Lastra
12657
12658 2002-08-01 [christoph]  0.8.1claws9
12659
12660         * src/folder.c
12661                 don't free the cache of the opened
12662                 folder in the summaryview
12663         * src/summaryview.c
12664                 don't unset flags, if it is not required
12665
12666 2002-08-01 [paul]       0.8.1claws8
12667
12668         * sync with 0.8.1cvs8
12669                 see ChangeLog entry 2002-08-01
12670
12671 2002-08-01 [paul]       0.8.1claws7
12672
12673         * sync with 0.8.1cvs7
12674                 see ChangeLog 2002-07-31 and 2002-08-01
12675
12676 2002-07-31 [christoph]  0.8.1claws6
12677
12678         * src/mainwindow.c
12679                 forgot to update menu sensitivity
12680                 function for new menu entry
12681
12682 2002-07-31 [alfons]     0.8.1claws5
12683
12684         * src/main.c
12685                 check folder item and its path for NULL on
12686                 initial processing
12687
12688 2002-07-31 [christoph]  0.8.1claws4
12689
12690         * src/folder.c
12691                 check if folder_item_get_msginfo in
12692                 folder_item_remove_msg returned NULL
12693         * src/imap.c
12694                 better clear the uid cache in the
12695                 uid validity check function and delete
12696                 cached messages
12697
12698 2002-07-31 [paul]       0.8.1claws3
12699
12700         * man/sylpheed.1
12701                 add the '--attach' option and a few other
12702                 minor changes
12703
12704 2002-07-31 [paul]       0.8.1claws2
12705
12706         * sync with 0.8.1cvs5
12707                 see ChangeLog 2002-07-31
12708
12709 2002-07-31 [christoph]  0.8.1claws1
12710
12711         * src/folderview.[ch]
12712         * src/mainwindow.c
12713                 replace "Rescan all folders..." with
12714                 "Check all folders for new messages..."
12715
12716 2002-07-30 [paul]       0.8.1claws
12717
12718         * version 0.8.1claws released
12719
12720 2002-07-30 [paul]       0.8.0claws29
12721
12722         * tools/OOo2sylpheed.pl ** NEW FILE **
12723           tools/README
12724                 add script to enable sending documents as
12725                 attachments from OpenOffice.org
12726
12727 2002-07-30 [melvin]     0.8.0claws28
12728
12729         * src/prefs_actions.c
12730                 Made the actions' input/output dialog display
12731                 without delay.
12732
12733 2002-07-30 [christoph]  0.8.0claws27
12734
12735         * src/procmsg.c
12736                 check if folder_item_get_msginfo in
12737                 procmsg_save_to_outbox returned NULL
12738
12739 2002-07-30 [paul]       0.8.0claws26
12740
12741         * sync with 0.8.1cvs4
12742                 see ChangeLog 2002-07-29
12743
12744 2002-07-29 [thorsten]   0.8.0claws25
12745
12746         * README.claws
12747                 added selective download, delete on server
12748
12749 2002-07-29 [paul]       0.8.0claws24
12750
12751         * sync with 0.8.1cvs3
12752                 see ChangeLog 2002-07-29
12753
12754 2002-07-27 [christoph]  0.8.0claws23
12755
12756         * src/folder.c
12757                 add extra check if fetching the msginfo
12758                 returned NULL
12759
12760 2002-07-27 [paul]       0.8.0claws22
12761
12762         * sync with 0.8.1cvs2
12763                 see ChangeLog 2002-07-26
12764
12765 2002-07-27 [christoph]  0.8.0claws21
12766
12767         * src/imap.c
12768                 add another check if a valid msginfo
12769                 was returned
12770
12771 2002-07-26 [hoa]        0.8.0claws20
12772
12773         * src/folder.c
12774                 Fixed a condition in folder_item_destroy()
12775
12776         * src/imap.c
12777                 Fixed an error in IMAP protocol
12778
12779 2002-07-26 [alfons]     0.8.0claws19
12780
12781         * src/folder.c
12782                 ofcourse compare with identifier, not the path
12783
12784 2002-07-26 [alfons]     0.8.0claws18
12785
12786         * src/folder.c
12787                 use folder item identifier for saving / restoring
12788                 preferences because folder->path might not be unique
12789
12790 2002-07-26 [melvin]     0.8.0claws17
12791
12792         * src/logwindow.c
12793                 Fixed a crash introduced in 0.8.0claws5 when log is 
12794                 cut under 80 characters.
12795
12796 2002-07-26 [paul]       0.8.0claws16
12797
12798         * sync with 0.8.1cvs1
12799                 see ChangeLog 2002-07-26
12800
12801 2002-07-26 [christoph]  0.8.0claws15
12802
12803         * src/imap.[ch]
12804                 imap folder now remembers the last selected
12805                 folder and imap_fetch_msginfo skips selecting
12806                 the folder if it is already selected
12807
12808 2002-07-26 [christoph]  0.8.0claws14
12809
12810         * src/folder.c
12811         * src/folderview.c
12812         * src/imap.c
12813                 fix imap folder rescanning
12814
12815 2002-07-25 [christoph]  0.8.0claws13
12816
12817         * src/filter.c
12818         * src/folder.[ch]
12819         * src/folderview.c
12820         * src/imap.[ch]
12821         * src/mainwindow.c
12822         * src/mbox_folder.c
12823         * src/mh.c
12824         * src/news.c
12825                 implement imap uid cache and uid validity check
12826
12827 2002-07-25 [alfons]     0.8.0claws12
12828
12829         * src/summaryview.c
12830                 fix a brown paper bag bug, and also add some more
12831                 checks
12832
12833 2002-07-25 [christoph]  0.8.0claws11
12834
12835         * src/folder.c
12836                 don't mix copy, fetch_msginfo and remove
12837                 operations in folder item copy and move
12838                 operations
12839
12840 2002-07-25 [christoph]  0.8.0claws10
12841
12842         * src/folderview.c
12843         * src/mainwindow.c
12844         * src/prefs_folder_item.c
12845         * src/summaryview.[ch]
12846                 remove no longer required parameter update_cache from
12847                 summary_show
12848
12849 2002-07-25 [paul]       0.8.0claws9
12850
12851         * sync with 0.8.1
12852         
12853         * AUTHORS
12854                 a few corrections
12855
12856 2002-07-24 [alfons]     0.8.0claws8
12857
12858         * src/summaryview.c
12859                 sort correctly when using simplified subject line
12860                 (closes feature request "[ 585141 ] applying regexp to subject 
12861                 before sort" submitted by Alexandra Walford)
12862
12863 2002-07-24 [paul]       0.8.0claws7
12864
12865         * sync with 0.8.0cvs3
12866                 see ChangeLog 2002-07-24
12867
12868 2002-07-23 [christoph]  0.8.0claws6
12869
12870         * src/folder.c
12871         * src/folder.h
12872         * src/summaryview.c
12873         * src/summaryview.h
12874         * src/main.c
12875                 o separate processing and summaryview
12876                 o removed summary_write_cache from summaryview
12877                 o removed summaryview->killed_messages, because we don't have
12878                   to keep a list of killed messages anymore. New cache will
12879                   keep the hidden messages in cache anyway
12880         * src/folderview.c
12881         * src/inc.c
12882         * src/selective_download.c
12883                 o removed unnecessary summary_write_cache calls
12884         * src/procmsg.c
12885                 o don't set ignore thread flag in procmsg_get_thread_tree
12886                   if it is already set
12887         * src/mainwindow.c
12888         * src/statusbar.h
12889                 o moved STATUSBAR_PUSH/POP to statusbar.h because
12890                   they are used in different files
12891
12892 2002-07-23 [melvin]     0.8.0claws5
12893
12894         * src/addressbook.c
12895         * src/addrgather.c
12896         * src/editaddress.c
12897         * src/editgroup.c
12898         * src/editldap_basedn.c
12899         * src/importldif.c
12900         * src/prefs_common.c
12901                 Fixed few memory leak (gtk_editable_get_chars returns
12902                 an allocated string)
12903         * src/logwindow.c
12904                 Fixed few memory leak (gtk_editable_get_chars returns
12905                 an allocated string) and modified a little the log cutting
12906                 loop.
12907         * src/compose.c
12908                 Replaced a call to an obsolete function gtk_entry_get_text()
12909                 by gtk_editable_get_chars()
12910         * src/send.c
12911                 Removed a debug printf
12912
12913 2002-07-23 [christoph]  0.8.0claws4
12914
12915         * src/filesel.c
12916                 fix another g_dirname memory leak
12917
12918 2002-07-23 [christoph]  0.8.0claws3
12919
12920         * src/mh.c
12921                 fixed a memory leak in mh_fetch_msginfo
12922                 fixed crash when message header could not be
12923                 parsed
12924
12925 2002-07-23 [paul]       0.8.0claws2
12926
12927         * sync with 0.8.0cvs2
12928                 see ChangeLog 2002-07-23
12929
12930 2002-07-23 [paul]       0.8.0claws1
12931
12932         * sync with 0.8.0cvs1
12933                 see ChangeLog 2002-07-23
12934
12935 2002-07-23 [paul]       0.8.0claws
12936
12937         * release of 0.8.0claws