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