aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ceed28a7a7f..52ec796d6cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12011-08-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * syntax.c (find_defun_start): Update all cache variables if
4 exiting early (Bug#9401).
5
62011-08-30 Eli Zaretskii <eliz@gnu.org>
7
8 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
9
10 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
11 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
12 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
13
14 * term.c (tty_append_glyph): New function.
15 (produce_stretch_glyph): Static function and its prototype deleted.
16
17 * dispextern.h (produce_stretch_glyph, tty_append_glyph): Add
18 prototypes.
19
12011-08-29 Paul Eggert <eggert@cs.ucla.edu> 202011-08-29 Paul Eggert <eggert@cs.ucla.edu>
2 21
3 * image.c (parse_image_spec): Check for nonnegative, not for positive, 22 * image.c (parse_image_spec): Check for nonnegative, not for positive,