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