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