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 | |
| parent | 128ce5c6a110d65226499ca1bc546e8b6c3879be (diff) | |
| download | emacs-43a37241f699b997eaf399d5a423462f6ac434fc.tar.gz emacs-43a37241f699b997eaf399d5a423462f6ac434fc.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8fceccba7d4..164d7e3c29d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (line-move-1): Check for move-end-of-line instead of | ||
| 4 | end-of-line when setting temporary-goal-column. | ||
| 5 | |||
| 1 | 2006-06-21 Miles Bader <miles@gnu.org> | 6 | 2006-06-21 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * play/cookie1.el (cookie): Work properly when there's only one entry. | 8 | * play/cookie1.el (cookie): Work properly when there's only one entry. |
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. |