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