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