Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 841:44478bd99873
[xemacs-hg @ 2002-05-14 15:15:58 by ben]
crash fixes
text.c: Fix bug leading to crashes
with multibyte text.
win32.c: Fix crash due to errant
xfree().
xemacs.mak: Run tests with the packages so we don't get errors about
advice not present, etc.
author | ben |
---|---|
date | Tue, 14 May 2002 15:16:08 +0000 |
parents | 1e4e42de23d5 |
children | dc12269565c9 |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 14 13:04:00 2002 +0000 +++ b/src/ChangeLog Tue May 14 15:16:08 2002 +0000 @@ -1,3 +1,10 @@ +2002-05-14 Ben Wing <ben@xemacs.org> + + * text.c (copy_buffer_text_out): Fix bug leading to crashes + with multibyte text. + * win32.c (Fmswindows_shell_execute): Fix crash due to errant + xfree(). + 2002-05-14 Ben Wing <ben@xemacs.org> * callproc.c (Fold_call_process_internal):