aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-02-02 09:32:12 +0900
committerKenichi Handa2012-02-02 09:32:12 +0900
commit159462d4d179b280c6e68775bbf0630c3317c486 (patch)
tree2b902518bae6f1b373fe2a21f564a5ff23210a09 /src/ChangeLog
parentd2a51fd7a1d5d3c8f661c2068120b60e84eca875 (diff)
parentefc708ecadac41bad29d6ed002af7dccaccc5a97 (diff)
downloademacs-159462d4d179b280c6e68775bbf0630c3317c486.tar.gz
emacs-159462d4d179b280c6e68775bbf0630c3317c486.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c41202bcfee..eebb10fb472 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,17 @@
12012-02-01 Kenichi Handa <handa@m17n.org> 12012-02-02 Kenichi Handa <handa@m17n.org>
2 2
3 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to 3 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
4 NULL (Bug#6988). 4 NULL (Bug#6988).
5 (x_produce_glyphs): If the component of a composition is a null 5 (x_produce_glyphs): If the component of a composition is a null
6 string, set it->pixel_width to 1 to avoid zero-width glyph. 6 string, set it->pixel_width to 1 to avoid zero-width glyph.
7 7
82012-02-01 Eli Zaretskii <eliz@gnu.org>
9
10 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
11 first 2 arguments are identical. This makes inserting large
12 output from a subprocess an order of magnitude faster on
13 MS-Windows, where all sbrk'ed memory is always contiguous.
14
82012-01-31 Glenn Morris <rgm@gnu.org> 152012-01-31 Glenn Morris <rgm@gnu.org>
9 16
10 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: 17 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
@@ -21,7 +28,6 @@
21 28
222012-01-28 Chong Yidong <cyd@gnu.org> 292012-01-28 Chong Yidong <cyd@gnu.org>
23 30
24
25 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). 31 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
26 32
272012-01-26 Chong Yidong <cyd@gnu.org> 332012-01-26 Chong Yidong <cyd@gnu.org>
@@ -2376,7 +2382,7 @@
2376 Remove unreachable code. 2382 Remove unreachable code.
2377 (read_hex, load_charset_map_from_file): Check for integer overflow. 2383 (read_hex, load_charset_map_from_file): Check for integer overflow.
2378 2384
2379 * xterm.c: don't go over XClientMessageEvent limit 2385 * xterm.c: Don't go over XClientMessageEvent limit.
2380 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed. 2386 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
2381 (x_send_scroll_bar_event): Likewise. Check that the size does not 2387 (x_send_scroll_bar_event): Likewise. Check that the size does not
2382 exceed limits imposed by XClientMessageEvent, as well as the usual 2388 exceed limits imposed by XClientMessageEvent, as well as the usual
@@ -5667,7 +5673,7 @@
5667 5673
5668 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. 5674 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
5669 5675
5670 ccl: add integer overflow checks 5676 ccl: Add integer overflow checks.
5671 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT): 5677 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
5672 (IN_INT_RANGE): New macros. 5678 (IN_INT_RANGE): New macros.
5673 (ccl_driver): Use them to check for integer overflow when 5679 (ccl_driver): Use them to check for integer overflow when