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