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