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