diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4121da08617..cd3d5b0ac3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (adjust_glyph_matrix): Remove the assertion that | ||
| 4 | verifies glyph row's hash code--we have just reallocated the | ||
| 5 | glyphs, so their contents can be complete garbage. (Bug#10164) | ||
| 6 | |||
| 1 | 2011-11-30 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-11-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check. | 9 | * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check. |