diff options
| author | Richard M. Stallman | 2004-12-12 18:25:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-12 18:25:21 +0000 |
| commit | 24a0e22f86e543d3b1b75836f524635d6b99cd99 (patch) | |
| tree | 84c6ce87ecee78c5a63eb29a514d35180b351c40 /src | |
| parent | 5bf3adc151761c3bba733951601476ad5ea5f1b3 (diff) | |
| download | emacs-24a0e22f86e543d3b1b75836f524635d6b99cd99.tar.gz emacs-24a0e22f86e543d3b1b75836f524635d6b99cd99.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e8bf5277e0e..73c1c14001a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |
| @@ -23,6 +30,7 @@ | |||
| 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 | ||