aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2002-03-14 09:03:46 +0000
committerMiles Bader2002-03-14 09:03:46 +0000
commit5b905677a5423ca96500927421d3df092d334e7c (patch)
tree9c2bc2769764a38ad532eb6adb0ac1880ef6ec3c /src
parentbb9a622e93f18f58509611ce66e9deed371fed05 (diff)
downloademacs-5b905677a5423ca96500927421d3df092d334e7c.tar.gz
emacs-5b905677a5423ca96500927421d3df092d334e7c.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
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 @@
12002-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
12002-03-13 Jason Rumney <jasonr@gnu.org> 142002-03-13 Jason Rumney <jasonr@gnu.org>
2 15
3 * config.in: Add STRFTIME_NO_POSIX2. 16 * config.in: Add STRFTIME_NO_POSIX2.