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