diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 05488eb9ce4..bf682a5ffdc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-06-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * dispextern.h (struct it): Add `position' member to iterator stack. | ||
| 4 | Rename `pos' member to `current'. Rearrange and add comments. | ||
| 5 | |||
| 6 | * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p | ||
| 7 | if we get any overlays. | ||
| 8 | (set_cursor_from_row): Don't clobber `end' if we rescan from | ||
| 9 | start_string. | ||
| 10 | (push_it, pop_it): Save it->position. | ||
| 11 | |||
| 1 | 2006-06-19 Richard Stallman <rms@gnu.org> | 12 | 2006-06-19 Richard Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * window.c (size_window): New arg FIRST_ONLY. All callers changed. | 14 | * window.c (size_window): New arg FIRST_ONLY. All callers changed. |