From: Richard M. Stallman Date: Sun, 12 Dec 2004 18:25:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24a0e22f86e543d3b1b75836f524635d6b99cd99;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e8bf5277e0e..73c1c14001a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-12-12 Richard M. Stallman + + * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0. + + * minibuf.c (Fall_completions): Add var `zero' and use it in loop. + (Ftry_completion): Really use outer `zero'; eliminate inner one. + 2004-12-12 Kenichi Handa * term.c (encode_terminal_code): Fix previous change. @@ -23,6 +30,7 @@ * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff for left and top calculations. Remove call to x_real_positions. + [Bug report by Drew Adams in November] (x_check_expected_move): Do not set change_gravity to 1 when calling x_set_offset.