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