changeset 32915:f8e686a581dc

Add entry for `pos-visible-in-window-p'.
author Miles Bader <miles@gnu.org>
date Thu, 26 Oct 2000 14:25:55 +0000
parents 29cbd0eb60e6
children ada711aa1ec4
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 26 14:15:15 2000 +0000
+++ b/etc/NEWS	Thu Oct 26 14:25:55 2000 +0000
@@ -2645,6 +2645,10 @@
 * Lisp-level Display features added after release 2.6 of the Emacs
 Lisp Manual
 
+*** The function `pos-visible-in-window-p' now has a third argument, FULLY.
+If FULLY is non-nil, then locations that are partially obscured aren't
+considered visible.
+
 *** On window systems, `glyph-table' is no longer used.
 
 +++