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