diff options
| author | Kim F. Storm | 2006-05-28 20:18:34 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-28 20:18:34 +0000 |
| commit | 794033ae3c7e6a9c3d3e822a22dd5ea62d5c034b (patch) | |
| tree | 79ec69fe2ceb99d978f9bdc11a7ec05e7ecb49fc | |
| parent | 5dae4b115603351a050276b940700de95ba7a28d (diff) | |
| download | emacs-794033ae3c7e6a9c3d3e822a22dd5ea62d5c034b.tar.gz emacs-794033ae3c7e6a9c3d3e822a22dd5ea62d5c034b.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f633ac981b..fecf2dd636e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2006-05-28 Kim F. Storm <storm@cua.dk> | 1 | 2006-05-28 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * xdisp.c (set_cursor_from_row): If cursor cannot be set in row, | ||
| 4 | don't update w->cursor and return 0. Return 1 on success. | ||
| 5 | (try_cursor_movement): Repeat set_cursor_from_row on successive rows | ||
| 6 | until it succeeds. | ||
| 7 | |||
| 8 | * dispextern.h (set_cursor_from_row): Update prototype. | ||
| 9 | |||
| 10 | 2006-05-28 Kim F. Storm <storm@cua.dk> | ||
| 11 | |||
| 3 | * xdisp.c (get_phys_cursor_geometry): Return computed x and y through | 12 | * xdisp.c (get_phys_cursor_geometry): Return computed x and y through |
| 4 | parameters. Adjust x and width in case cursor in on a partially | 13 | parameters. Adjust x and width in case cursor in on a partially |
| 5 | visible stretch glyph on the left edge. | 14 | visible stretch glyph on the left edge. |