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