emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 14 Mar 2002 03:13:02 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2521 emacs/src/ChangeLog:1.2522
*** emacs/src/ChangeLog:1.2521  Wed Mar 13 18:03:28 2002
--- emacs/src/ChangeLog Thu Mar 14 03:13:01 2002
***************
*** 1,3 ****
--- 1,16 ----
+ 2002-03-14  Miles Bader  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * config.in: Add STRFTIME_NO_POSIX2.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]