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