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