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