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