diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f9c24996500..fae28300ffc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-02-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdos.c (MAX_SCREEN_BUF): New macro. | ||
| 4 | (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long. | ||
| 5 | Encode the entire run of glyphs sharing the same face, instead of | ||
| 6 | doing that one glyph at a time (fixes a bug with displaying | ||
| 7 | double-size characters). | ||
| 8 | |||
| 1 | 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com> | 9 | 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 10 | ||
| 3 | * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. | 11 | * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. |