aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-27 01:15:26 -0700
committerPaul Eggert2011-03-27 01:15:26 -0700
commit1658b4014f884a5bee07acdebc02774780957735 (patch)
treed7e01ecbf1633e76d9eedcef8bccf4c2ec694405 /src/ChangeLog
parentfe75f92609a806701f8a4d0385f3a053bc00e63d (diff)
parent9a2c6e0545bc418137abab8fb675f53c4f461853 (diff)
downloademacs-1658b4014f884a5bee07acdebc02774780957735.tar.gz
emacs-1658b4014f884a5bee07acdebc02774780957735.zip
Merge from atest branch.
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