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