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