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