diff src/ChangeLog @ 68394:0b6d0aad4517

(Fconstrain_to_field): Fix behaviour on field boundaries. (find_field): Set before_field to after_field when pos is at BEGV.
author Károly Lőrentey <lorentey@elte.hu>
date Thu, 26 Jan 2006 06:43:33 +0000
parents a0208539b9a3
children 34aa6fa4a3d8
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jan 26 03:40:13 2006 +0000
+++ b/src/ChangeLog	Thu Jan 26 06:43:33 2006 +0000
@@ -1,7 +1,7 @@
 2006-01-26  L$,1 q(Brentey K,Aa(Broly  <lorentey@elte.hu>
 
-	* editfns.c (Fconstrain_to_field): Use get_pos_property, not
-	Fget_char_property.  Fix bogus comment.
+	* editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
+	(find_field): Set before_field to after_field when pos is at BEGV.
 	(Fline_beginning_position, Fline_end_position): Clarify 
 	confusing doc string.