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