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