diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4927167ae97..a953a19057f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-02-07 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (line-number-at-pos): Rename from line-at-pos. | ||
| 4 | Uses changed (what-line and vc-annotate-warp-version). | ||
| 5 | |||
| 1 | 2004-02-06 Andreas Schwab <schwab@suse.de> | 6 | 2004-02-06 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * view.el (view-mode-enable): Add view-mode-map to | 8 | * 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 @@ | |||
| 1 | 2004-02-07 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * positions.texi (Text Lines): Add line-number-at-pos. | ||
| 4 | |||
| 1 | 2004-02-06 John Paul Wallington <jpw@gnu.org> | 5 | 2004-02-06 John Paul Wallington <jpw@gnu.org> |
| 2 | 6 | ||
| 3 | * display.texi (Button Properties, Button Buffer Commands): | 7 | * display.texi (Button Properties, Button Buffer Commands): |