Mercurial > emacs
diff src/ChangeLog @ 71419:17e47244be7c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 21 Jun 2006 12:01:37 +0000 |
parents | a4c407958bbc |
children | 3ef59bfaaa4d |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jun 21 11:49:32 2006 +0000 +++ b/src/ChangeLog Wed Jun 21 12:01:37 2006 +0000 @@ -1,3 +1,14 @@ +2006-06-21 Kim F. Storm <storm@cua.dk> + + * dispextern.h (struct it): Add `position' member to iterator stack. + Rename `pos' member to `current'. Rearrange and add comments. + + * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p + if we get any overlays. + (set_cursor_from_row): Don't clobber `end' if we rescan from + start_string. + (push_it, pop_it): Save it->position. + 2006-06-19 Richard Stallman <rms@gnu.org> * window.c (size_window): New arg FIRST_ONLY. All callers changed.