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