aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-01-22 20:42:52 +0000
committerKim F. Storm2004-01-22 20:42:52 +0000
commitf076870ac39d43bd070cb3c8666a6837dc7ae4be (patch)
treef1080dec1e4e893ffca6ce136914b76dacf10805 /lisp/ChangeLog
parent455316e213b0cadbba0545a095243f90e242d16a (diff)
downloademacs-f076870ac39d43bd070cb3c8666a6837dc7ae4be.tar.gz
emacs-f076870ac39d43bd070cb3c8666a6837dc7ae4be.zip
(line-at-pos): New defun.
(what-line): Use it. Optimize by only counting lines in narrowed region once.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0073e5143ab..9373f8aa984 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12004-01-22 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (line-at-pos): New defun.
4 (what-line): Use it. Optimize by only counting lines in narrowed
5 region once.
6
12004-01-22 Kenichi Handa <handa@m17n.org> 72004-01-22 Kenichi Handa <handa@m17n.org>
2 8
3 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange 9 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange