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
5b905677
Commit
5b905677
authored
Mar 14, 2002
by
Miles Bader
Browse files
*** empty log message ***
parent
bb9a622e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
lisp/ChangeLog
View file @
5b905677
...
...
@@ -21,6 +21,10 @@
2002-03-14 Miles Bader <miles@gnu.org>
* emacs-lisp/debug.el: Require `button'.
(debugger-mode-map): Set the parent keymap to `button-buffer-map',
to get TAB and <backtab> bindings.
* net/rlogin.el (rlogin-carriage-filter): Function removed.
(rlogin): Don't install the `rlogin-carriage-filter' filter, as
comint removes carriage returns itself now.
...
...
src/ChangeLog
View file @
5b905677
2002-03-14 Miles Bader <miles@gnu.org>
* intervals.c (adjust_for_invis_intang): New function.
(set_point_both): Use `adjust_for_invis_intang' to do most of the
work for dealing with invisible+intangible regions. Do so before
and after both forward and backward movements, to handle both
front-sticky and rear-sticky cases.
* textprop.c (text_property_stickiness): Function moved here from
`editfns.c'.
* intervals.h (text_property_stickiness): New declaration.
* editfns.c (char_property_eq): Function removed.
(text_property_stickiness): Function moved to `textprop.c'.
2002-03-13 Jason Rumney <jasonr@gnu.org>
* config.in: Add STRFTIME_NO_POSIX2.
...
...
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