aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-30 20:32:44 +0300
committerEli Zaretskii2011-08-30 20:32:44 +0300
commit148ae00e30c1b6132f3a237ce1d4ddd25094ab6b (patch)
tree0d5bfeea5a727819da6217a37a4a044c7b6afc1e /src/ChangeLog
parent015faae4f82a89f8882352a87b68eb2ea4b5c703 (diff)
downloademacs-148ae00e30c1b6132f3a237ce1d4ddd25094ab6b.tar.gz
emacs-148ae00e30c1b6132f3a237ce1d4ddd25094ab6b.zip
Fix bug #9402 with :align-to on TTY frames.
src/xdisp.c (produce_stretch_glyph): No longer static, compiled also when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY frames. Call tty_append_glyph in the TTY case. (Bug#9402) src/term.c (tty_append_glyph): New function. (produce_stretch_glyph): Static function and its prototype deleted. src/dispextern.h (produce_stretch_glyph, tty_append_glyph): Add prototypes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ceed28a7a7f..dcf4da4c363 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12011-08-30 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
4 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
5 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
6
7 * term.c (tty_append_glyph): New function.
8 (produce_stretch_glyph): Static function and its prototype deleted.
9
10 * dispextern.h (produce_stretch_glyph, tty_append_glyph): Add
11 prototypes.
12
12011-08-29 Paul Eggert <eggert@cs.ucla.edu> 132011-08-29 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 * image.c (parse_image_spec): Check for nonnegative, not for positive, 15 * image.c (parse_image_spec): Check for nonnegative, not for positive,