changeset 102035:6adcb5801c43

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 14 Feb 2009 10:50:29 +0000
parents bebfd771aaeb
children a99f1d1b3ddf
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 14 10:49:42 2009 +0000
+++ b/src/ChangeLog	Sat Feb 14 10:50:29 2009 +0000
@@ -1,3 +1,11 @@
+2009-02-14  Eli Zaretskii  <eliz@gnu.org>
+
+	* msdos.c (MAX_SCREEN_BUF): New macro.
+	(IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
+	Encode the entire run of glyphs sharing the same face, instead of
+	doing that one glyph at a time (fixes a bug with displaying
+	double-size characters).
+
 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 	* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.