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