aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2012-03-24 10:29:00 +0100
committerAndreas Schwab2012-03-24 10:29:00 +0100
commit8ed795237554b555fcfa3f4d0d6710f88469a491 (patch)
treebf8ca471bdf4ea53e5b1e0deb46e7907a920c3f7 /src/ChangeLog
parent7d1c3a76cf92f366549b6588191fd7eb71b9abcc (diff)
downloademacs-8ed795237554b555fcfa3f4d0d6710f88469a491.tar.gz
emacs-8ed795237554b555fcfa3f4d0d6710f88469a491.zip
* xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
characters.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11676be8348..182493abe67 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-03-24 Andreas Schwab <schwab@linux-m68k.org> 12012-03-24 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
4 characters.
5
3 * xterm.c (XTread_socket): Only modify handling_signal if 6 * xterm.c (XTread_socket): Only modify handling_signal if
4 !SYNC_INPUT. (Bug#11080) 7 !SYNC_INPUT. (Bug#11080)
5 8