]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Thu, 14 Mar 2002 09:03:46 +0000 (09:03 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 14 Mar 2002 09:03:46 +0000 (09:03 +0000)
lisp/ChangeLog
src/ChangeLog

index 95d09c5f392a9de408fc25489306c08961a8ca5b..de609de8d8d97c5db3d7ab0bb5d0fa2cabfa148c 100644 (file)
 
 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.
index 4863071c6f94544b776dff6587c13c289acd65a2..d6bd4fabf2a65eb0ccec9b873bfbb82adf3c3138 100644 (file)
@@ -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.