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