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