aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-11-22 20:00:38 +0200
committerEli Zaretskii2011-11-22 20:00:38 +0200
commitb12cd789373d12a8d1b898efa023e7e1b83d0405 (patch)
tree47754eb3928a1d558db65dce8349eeef3da3664f /src/ChangeLog
parent28109f49967302bec7f1a96e8460c75244f55419 (diff)
downloademacs-b12cd789373d12a8d1b898efa023e7e1b83d0405.tar.gz
emacs-b12cd789373d12a8d1b898efa023e7e1b83d0405.zip
Fix bug #10098 with assertion violation during frame resize.
src/dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode- and header-lines, as they don't have one computed for them. src/.gdbinit (prow): Make displayed values more self-explaining. Add row's hash code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a0f83560603..51fa3b65be1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12011-11-22 Eli Zaretskii <eliz@gnu.org>
2
3 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
4 and header-lines, as they don't have one computed for them.
5 (Bug#10098)
6
7 * .gdbinit (prow): Make displayed values more self-explaining.
8 Add row's hash code.
9
12011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 102011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 11
3 * process.c (wait_reading_process_output): Fix asynchrounous 12 * process.c (wait_reading_process_output): Fix asynchrounous