diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4927167ae97..a953a19057f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-02-07 Kim F. Storm + + * simple.el (line-number-at-pos): Rename from line-at-pos. + Uses changed (what-line and vc-annotate-warp-version). + 2004-02-06 Andreas Schwab * view.el (view-mode-enable): Add view-mode-map to diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 622379cfdec..a1f2c69a814 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-02-07 Kim F. Storm + + * positions.texi (Text Lines): Add line-number-at-pos. + 2004-02-06 John Paul Wallington * display.texi (Button Properties, Button Buffer Commands):