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