comparison src/ChangeLog @ 103569:94291b33e4a6

Reformat 2009-06-23 ChangeLog entry.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 23 Jun 2009 14:14:13 +0000
parents 316f9e26e9c7
children 5917c5f85118
comparison
equal deleted inserted replaced
103568:90878fc8d55d 103569:94291b33e4a6
10 (Qtty): New extern declaration. 10 (Qtty): New extern declaration.
11 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it. 11 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
12 12
13 2009-06-23 Jim Meyering <meyering@redhat.com> 13 2009-06-23 Jim Meyering <meyering@redhat.com>
14 14
15 Don't dereference NULL upon failed malloc and realloc 15 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
16 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc 16 xmalloc and xrealloc (not malloc and realloc), so subsequent heap
17 and xrealloc (not malloc and realloc), so subsequent heap pointer 17 pointer dereferences are guaranteed to be valid.
18 dereferences are guaranteed to be valid.
19 18
20 2009-06-23 Kenichi Handa <handa@m17n.org> 19 2009-06-23 Kenichi Handa <handa@m17n.org>
21 20
22 * emacs.c (main): Call init_font (). 21 * emacs.c (main): Call init_font ().
23 22