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