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