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
4e02881b
Commit
4e02881b
authored
Dec 28, 2001
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
af894fc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
etc/NEWS
etc/NEWS
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
4e02881b
...
...
@@ -280,6 +280,15 @@ SQL buffer.
* Lisp Changes in Emacs 21.3
** The position after an invisible, intangible character
is considered an unacceptable value for point;
intangibility processing effectively treats the following character
as part of the intangible region even if it is not itself intangible.
Thus, point can go before an invisible, intangible region, but not
after it. This prevents C-f and C-b from appearing to stand still on
the screen.
** Support for Mocklisp has been removed.
** The function insert-string is now obsolete.
...
...
lisp/ChangeLog
View file @
4e02881b
2001-12-28 Richard M. Stallman <rms@gnu.org>
* simple.el (line-move-invisible): New subroutine.
(line-move-to-column): New subroutine--smarter about advancing over
invisible parts of a line, or lines, but only as long as hpos grows.
(line-move-finish): New subroutine: repeatedly processes desired
column, intangibility, and fields.
(line-move): Use those subroutines.
When moving lines downward, skip invisible text first rather than last.
2001-12-27 Richard M. Stallman <rms@gnu.org>
* international/mule-diag.el (describe-char-after):
...
...
src/ChangeLog
View file @
4e02881b
2001-12-27 Richard M. Stallman <rms@gnu.org>
* intervals.c (set_point_both): The position after an invisible,
intangible character is not an acceptable stopping point.
2001-12-27 Ken Raeburn <raeburn@gnu.org>
* window.c (enlarge_window): In new preserve_before code, convert
...
...
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