diff options
| author | Kim F. Storm | 2006-06-21 12:01:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-06-21 12:01:37 +0000 |
| commit | 43a37241f699b997eaf399d5a423462f6ac434fc (patch) | |
| tree | 45b21d0b3ac598e2093c76a20cc231f8712f7e15 /src/ChangeLog | |
| parent | 128ce5c6a110d65226499ca1bc546e8b6c3879be (diff) | |
| download | emacs-43a37241f699b997eaf399d5a423462f6ac434fc.tar.gz emacs-43a37241f699b997eaf399d5a423462f6ac434fc.zip | |
*** empty log message ***
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. |