changeset 2293:fd11ab993173

[xemacs-hg @ 2004-09-21 19:11:47 by james] I somehow put in the wrong ChangeLog entry with Darryl Okahata's patch.
author james
date Tue, 21 Sep 2004 19:11:47 +0000
parents 9eeed79aee25
children d5131a81147e
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Sep 21 14:54:32 2004 +0000
+++ b/src/ChangeLog	Tue Sep 21 19:11:47 2004 +0000
@@ -1,7 +1,9 @@
 2004-05-14  Darryl Okahata  <darrylo@xemacs.org>
 
-	* lispref/windows.texi.  Added documentation for the functions,
-	``current-pixel-row'' and ``current-pixel-column''.
+	* window.c (current-pixel-row, current-pixel-column).  Added a
+	new function, ``current-pixel-row'', that returns the pixel row
+	of point.  current-pixel-column was modified to share code with
+	current-pixel-row''.
 
 2004-09-14  Jerry James  <james@xemacs.org>