aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-19 16:17:44 +0300
committerEli Zaretskii2010-04-19 16:17:44 +0300
commit9166b0f33fab2ff1aeb24ee349dd64744238348d (patch)
treef6b841347cecd8ed184879a7830667c15f6aaf7f /src/ChangeLog
parentd1da276f60aebe2ae8efe67f0b92c938e7451175 (diff)
downloademacs-9166b0f33fab2ff1aeb24ee349dd64744238348d.tar.gz
emacs-9166b0f33fab2ff1aeb24ee349dd64744238348d.zip
Mention in src/ChangeLog the bug number solved by 2010-04-19T12:12:13Z!eliz@gnu.org.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 851835e93a7..d38f2b2c9e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,7 +3,7 @@
3 * .gdbinit (xsubchartable): New command. 3 * .gdbinit (xsubchartable): New command.
4 4
5 * xdisp.c (display_line): Don't write beyond the last glyph row in 5 * xdisp.c (display_line): Don't write beyond the last glyph row in
6 the desired matrix. Fixes a crash in "emacs -nw", see 6 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
7 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html 7 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
8 and 8 and
9 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html 9 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html