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