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