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