diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4863071c6f9..d6bd4fabf2a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-03-14 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * intervals.c (adjust_for_invis_intang): New function. | ||
| 4 | (set_point_both): Use `adjust_for_invis_intang' to do most of the | ||
| 5 | work for dealing with invisible+intangible regions. Do so before | ||
| 6 | and after both forward and backward movements, to handle both | ||
| 7 | front-sticky and rear-sticky cases. | ||
| 8 | * textprop.c (text_property_stickiness): Function moved here from | ||
| 9 | `editfns.c'. | ||
| 10 | * intervals.h (text_property_stickiness): New declaration. | ||
| 11 | * editfns.c (char_property_eq): Function removed. | ||
| 12 | (text_property_stickiness): Function moved to `textprop.c'. | ||
| 13 | |||
| 1 | 2002-03-13 Jason Rumney <jasonr@gnu.org> | 14 | 2002-03-13 Jason Rumney <jasonr@gnu.org> |
| 2 | 15 | ||
| 3 | * config.in: Add STRFTIME_NO_POSIX2. | 16 | * config.in: Add STRFTIME_NO_POSIX2. |