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