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