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