Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3479:2b84dd8eb906
[xemacs-hg @ 2006-06-27 22:59:37 by james]
Don't leak Dynarr's in redisplay. <m3sllwwxja.fsf@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Tue, 27 Jun 2006 22:59:40 +0000 |
parents | f986ebd9c080 |
children | 20773f9b7bc0 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 27 21:51:09 2006 +0000 +++ b/src/ChangeLog Tue Jun 27 22:59:40 2006 +0000 @@ -1,3 +1,12 @@ +2006-06-22 Jerry James <james@xemacs.org> + + * redisplay-gtk.c (gtk_output_display_block): Fix a Dynarr leak. + Don't create the buffer if there is nothing to do. + * redisplay-msw.c (mswindows_output_display_block): Ditto. + * redisplay-output.c (redisplay_output_layout): Ditto. + * redisplay-tty.c (tty_output_display_block): Ditto. + * redisplay-x.c (x_output_display_block): Ditto. + 2006-06-23 Stephen J. Turnbull <stephen@xemacs.org> * font-mgr.c (extract_fcapi_string):