Mercurial > emacs
changeset 58910:cce663b649f6
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Dec 2004 18:25:21 +0000 |
parents | e3754638899a |
children | 50c8d5bb29a0 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Dec 12 18:16:53 2004 +0000 +++ b/src/ChangeLog Sun Dec 12 18:25:21 2004 +0000 @@ -1,3 +1,10 @@ +2004-12-12 Richard M. Stallman <rms@gnu.org> + + * 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 <handa@m17n.org> * 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.