comparison src/ChangeLog @ 103557:f52eb7cf1c20

Add the `recenter-redisplay' variable, and make `recenter' use it. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1604
author Miles Bader <miles@gnu.org>
date Tue, 23 Jun 2009 07:07:45 +0000
parents 246d16550b8d
children 316f9e26e9c7
comparison
equal deleted inserted replaced
103556:246d16550b8d 103557:f52eb7cf1c20
1 2009-06-23 Miles Bader <miles@gnu.org>
2
3 * window.c (Vrecenter_redisplay): New variable.
4 (syms_of_window): Initialize it.
5 (Qtty): New extern declaration.
6 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
7
1 2009-06-23 Jim Meyering <meyering@redhat.com> 8 2009-06-23 Jim Meyering <meyering@redhat.com>
2 9
3 Don't dereference NULL upon failed malloc and realloc 10 Don't dereference NULL upon failed malloc and realloc
4 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc 11 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc
5 and xrealloc (not malloc and realloc), so subsequent heap pointer 12 and xrealloc (not malloc and realloc), so subsequent heap pointer