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