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