diff options
| author | Juanma Barranquero | 2012-01-31 17:15:03 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-01-31 17:15:03 +0100 |
| commit | 6df6ae42fedb347936ce4c68e11f5d3e8b1d0040 (patch) | |
| tree | be1fdc72811d475e0aa9e853cb88aa6a922b2489 /src/ChangeLog | |
| parent | fd3e94ece865d8cb85d13e98c1594bcabe3fd8db (diff) | |
| download | emacs-6df6ae42fedb347936ce4c68e11f5d3e8b1d0040.tar.gz emacs-6df6ae42fedb347936ce4c68e11f5d3e8b1d0040.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d114f0897eb..81b5295a0c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | 2012-01-28 Chong Yidong <cyd@gnu.org> | 15 | 2012-01-28 Chong Yidong <cyd@gnu.org> |
| 16 | 16 | ||
| 17 | |||
| 18 | * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). | 17 | * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). |
| 19 | 18 | ||
| 20 | 2012-01-26 Chong Yidong <cyd@gnu.org> | 19 | 2012-01-26 Chong Yidong <cyd@gnu.org> |
| @@ -2369,7 +2368,7 @@ | |||
| 2369 | Remove unreachable code. | 2368 | Remove unreachable code. |
| 2370 | (read_hex, load_charset_map_from_file): Check for integer overflow. | 2369 | (read_hex, load_charset_map_from_file): Check for integer overflow. |
| 2371 | 2370 | ||
| 2372 | * xterm.c: don't go over XClientMessageEvent limit | 2371 | * xterm.c: Don't go over XClientMessageEvent limit. |
| 2373 | (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed. | 2372 | (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed. |
| 2374 | (x_send_scroll_bar_event): Likewise. Check that the size does not | 2373 | (x_send_scroll_bar_event): Likewise. Check that the size does not |
| 2375 | exceed limits imposed by XClientMessageEvent, as well as the usual | 2374 | exceed limits imposed by XClientMessageEvent, as well as the usual |
| @@ -5660,7 +5659,7 @@ | |||
| 5660 | 5659 | ||
| 5661 | * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. | 5660 | * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. |
| 5662 | 5661 | ||
| 5663 | ccl: add integer overflow checks | 5662 | ccl: Add integer overflow checks. |
| 5664 | * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT): | 5663 | * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT): |
| 5665 | (IN_INT_RANGE): New macros. | 5664 | (IN_INT_RANGE): New macros. |
| 5666 | (ccl_driver): Use them to check for integer overflow when | 5665 | (ccl_driver): Use them to check for integer overflow when |