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