comparison etc/NEWS @ 34389:779f5314f5fa

Update entry for `pos-visible-in-window-p'.
author Miles Bader <miles@gnu.org>
date Sat, 09 Dec 2000 02:53:58 +0000
parents 9afdcab7bfa5
children d6a4dd5cd345
comparison
equal deleted inserted replaced
34388:6022182a4421 34389:779f5314f5fa
2942 +++ 2942 +++
2943 ** The user-option `resize-mini-windows' controls how Emacs resizes 2943 ** The user-option `resize-mini-windows' controls how Emacs resizes
2944 mini-windows. 2944 mini-windows.
2945 2945
2946 +++ 2946 +++
2947 ** The function `pos-visible-in-window-p' now has a third argument, FULLY. 2947 ** The function `pos-visible-in-window-p' now has a third optional
2948 If FULLY is non-nil, then locations that are partially obscured aren't 2948 argument, PARTIALLY. If a character is only partially visible, nil is
2949 considered visible. 2949 returned, unless PARTIALLY is non-nil.
2950 2950
2951 ** On window systems, `glyph-table' is no longer used. 2951 ** On window systems, `glyph-table' is no longer used.
2952 2952
2953 +++ 2953 +++
2954 ** Help strings in menu items are now used to provide `help-echo' text. 2954 ** Help strings in menu items are now used to provide `help-echo' text.