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