diff options
| author | Andreas Schwab | 2012-03-24 10:29:00 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2012-03-24 10:29:00 +0100 |
| commit | 8ed795237554b555fcfa3f4d0d6710f88469a491 (patch) | |
| tree | bf8ca471bdf4ea53e5b1e0deb46e7907a920c3f7 /src/ChangeLog | |
| parent | 7d1c3a76cf92f366549b6588191fd7eb71b9abcc (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2012-03-24 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2012-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 | ||