aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-30 14:16:49 -0700
committerPaul Eggert2011-08-30 14:16:49 -0700
commit542f2c78acd26112754474223c85311d6c9cc2eb (patch)
tree40b7b8d083fca48e389c2126b126e8c681782cc7 /src/ChangeLog
parent2be7d7020619ebbdfb3df2bc2c3fcc3123bcedc0 (diff)
parent1f87634f0a68f181c4b5aa526fe2985f6c10328c (diff)
downloademacs-542f2c78acd26112754474223c85311d6c9cc2eb.tar.gz
emacs-542f2c78acd26112754474223c85311d6c9cc2eb.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e6c58903f03..b38c11ace93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -104,6 +104,20 @@
104 104
105 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF. 105 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
106 106
1072011-08-30 Eli Zaretskii <eliz@gnu.org>
108
109 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
110
111 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
112 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
113 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
114
115 * term.c (tty_append_glyph): New function.
116 (produce_stretch_glyph): Static function and its prototype deleted.
117
118 * dispextern.h (produce_stretch_glyph, tty_append_glyph): Add
119 prototypes.
120
1072011-08-29 Paul Eggert <eggert@cs.ucla.edu> 1212011-08-29 Paul Eggert <eggert@cs.ucla.edu>
108 122
109 * image.c (parse_image_spec): Check for nonnegative, not for positive, 123 * image.c (parse_image_spec): Check for nonnegative, not for positive,