# HG changeset patch # User Miles Bader # Date 1016096626 0 # Node ID 2d74e7e8133f0f582f5cea98cc12e7e13d253e42 # Parent afe64ec4637c038bfd23a601de89ec7d951769b2 *** empty log message *** diff -r afe64ec4637c -r 2d74e7e8133f lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 14 09:02:36 2002 +0000 +++ b/lisp/ChangeLog Thu Mar 14 09:03:46 2002 +0000 @@ -21,6 +21,10 @@ 2002-03-14 Miles Bader + * emacs-lisp/debug.el: Require `button'. + (debugger-mode-map): Set the parent keymap to `button-buffer-map', + to get TAB and 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. diff -r afe64ec4637c -r 2d74e7e8133f src/ChangeLog --- a/src/ChangeLog Thu Mar 14 09:02:36 2002 +0000 +++ b/src/ChangeLog Thu Mar 14 09:03:46 2002 +0000 @@ -1,3 +1,16 @@ +2002-03-14 Miles Bader + + * 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 * config.in: Add STRFTIME_NO_POSIX2.