diff options
author | Miles Bader <miles@gnu.org> | 2002-03-14 09:03:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-03-14 09:03:46 +0000 |
commit | 5b905677a5423ca96500927421d3df092d334e7c (patch) | |
tree | 9c2bc2769764a38ad532eb6adb0ac1880ef6ec3c | |
parent | bb9a622e93f18f58509611ce66e9deed371fed05 (diff) | |
download | emacs-5b905677a5423ca96500927421d3df092d334e7c.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95d09c5f392..de609de8d8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/src/ChangeLog b/src/ChangeLog index 4863071c6f9..d6bd4fabf2a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +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. |