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