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