aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-08-06 17:54:06 +0300
committerEli Zaretskii2010-08-06 17:54:06 +0300
commitcb4545adef5f73617ed0ae1399a7507d12c6353e (patch)
tree467500cfc345f4af01a62aeedf1063f3206a2906 /src/ChangeLog
parent0613f5d515c2f7fe7930ad5f7d3e177e1fd3b44c (diff)
downloademacs-cb4545adef5f73617ed0ae1399a7507d12c6353e.tar.gz
emacs-cb4545adef5f73617ed0ae1399a7507d12c6353e.zip
Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.
dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs. msdos.c (IT_display_cursor): Log cursor position on termscript. .gdbinit (pgx): Display the avoid_cursor_p flag.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index feda54defd8..9ceb19ad486 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-08-06 Eli Zaretskii <eliz@gnu.org>
2
3 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
4
5 * msdos.c (IT_display_cursor): Log cursor position on termscript.
6
7 * .gdbinit (pgx): Display the avoid_cursor_p flag.
8
12010-08-06 Dan Nicolaescu <dann@ics.uci.edu> 92010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef 11 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef