diff options
| author | Paul Eggert | 2011-03-27 01:15:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-27 01:15:26 -0700 |
| commit | 1658b4014f884a5bee07acdebc02774780957735 (patch) | |
| tree | d7e01ecbf1633e76d9eedcef8bccf4c2ec694405 /src/ChangeLog | |
| parent | fe75f92609a806701f8a4d0385f3a053bc00e63d (diff) | |
| parent | 9a2c6e0545bc418137abab8fb675f53c4f461853 (diff) | |
| download | emacs-1658b4014f884a5bee07acdebc02774780957735.tar.gz emacs-1658b4014f884a5bee07acdebc02774780957735.zip | |
Merge from atest branch.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2011-03-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||