aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-10-16 07:28:24 +0000
committerMiles Bader2000-10-16 07:28:24 +0000
commitf657bbf68b814be8f8cf4c57cdc8d1d5218ab9c9 (patch)
tree0de855882d271fe5b78369bbadc0daf5ea718b1e /src/ChangeLog
parentbd9e92878be4d85998560efbefcedf45c26dccec (diff)
downloademacs-f657bbf68b814be8f8cf4c57cdc8d1d5218ab9c9.tar.gz
emacs-f657bbf68b814be8f8cf4c57cdc8d1d5218ab9c9.zip
(Fconstrain_to_field): Check carefully for field boundaries if either
OLD_POS or NEW_POS has a non-nil field property, even if they're the same.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f224dc1930b..39d7e0d7450 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2
3 * editfns.c (Fconstrain_to_field): Check carefully for field
4 boundaries if either OLD_POS or NEW_POS has a non-nil field
5 property, even if they're the same.
6
12000-10-16 Kenichi Handa <handa@etl.go.jp> 72000-10-16 Kenichi Handa <handa@etl.go.jp>
2 8
3 * xterm.c (x_draw_box_rect): Fix the calculation of width and 9 * xterm.c (x_draw_box_rect): Fix the calculation of width and