aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6127bc0e8da..3d917d0e5a4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,20 @@
12011-03-27 Paul Eggert <eggert@cs.ucla.edu> 12011-03-27 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
4 concerns.
5
6 * term.c (produce_glyphless_glyph): Remove unnecessary test.
7
8 * cm.c (calccost): Turn while-do into do-while, for clarity.
9
10 * keyboard.c (syms_of_keyboard): Use the same style as later
11 in this function when indexing through an array. This also
12 works around GCC bug 48267.
13
14 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
15
16 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
17
3 * chartab.c (sub_char_table_ref_and_range): Redo for slight 18 * chartab.c (sub_char_table_ref_and_range): Redo for slight
4 efficiency gain, and to bypass a gcc -Wstrict-overflow warning. 19 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
5 20