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