comparison src/ChangeLog @ 58910:cce663b649f6

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Dec 2004 18:25:21 +0000
parents 38f8dfd8ebe4
children 8bc2f862fb33
comparison
equal deleted inserted replaced
58909:e3754638899a 58910:cce663b649f6
1 2004-12-12 Richard M. Stallman <rms@gnu.org>
2
3 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
4
5 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
6 (Ftry_completion): Really use outer `zero'; eliminate inner one.
7
1 2004-12-12 Kenichi Handa <handa@m17n.org> 8 2004-12-12 Kenichi Handa <handa@m17n.org>
2 9
3 * term.c (encode_terminal_code): Fix previous change. 10 * term.c (encode_terminal_code): Fix previous change.
4 11
5 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca> 12 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
21 difference between inner and outer window. Don't subtract difference 28 difference between inner and outer window. Don't subtract difference
22 for left and top calculations. 29 for left and top calculations.
23 30
24 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff 31 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
25 for left and top calculations. Remove call to x_real_positions. 32 for left and top calculations. Remove call to x_real_positions.
33 [Bug report by Drew Adams in November]
26 (x_check_expected_move): Do not set change_gravity to 1 when calling 34 (x_check_expected_move): Do not set change_gravity to 1 when calling
27 x_set_offset. 35 x_set_offset.
28 36
29 2004-12-08 Richard M. Stallman <rms@gnu.org> 37 2004-12-08 Richard M. Stallman <rms@gnu.org>
30 38