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