Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
43a37241
Commit
43a37241
authored
Jun 21, 2006
by
Kim F. Storm
Browse files
*** empty log message ***
parent
128ce5c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+11
-0
No files found.
lisp/ChangeLog
View file @
43a37241
2006-06-21 Kim F. Storm <storm@cua.dk>
* simple.el (line-move-1): Check for move-end-of-line instead of
end-of-line when setting temporary-goal-column.
2006-06-21 Miles Bader <miles@gnu.org>
* play/cookie1.el (cookie): Work properly when there's only one entry.
...
...
src/ChangeLog
View file @
43a37241
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment