aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2ecd0abd9a9..80033939084 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2645,6 +2645,10 @@ strings that have been consed so far.
2645* Lisp-level Display features added after release 2.6 of the Emacs 2645* Lisp-level Display features added after release 2.6 of the Emacs
2646Lisp Manual 2646Lisp Manual
2647 2647
2648*** The function `pos-visible-in-window-p' now has a third argument, FULLY.
2649If FULLY is non-nil, then locations that are partially obscured aren't
2650considered visible.
2651
2648*** On window systems, `glyph-table' is no longer used. 2652*** On window systems, `glyph-table' is no longer used.
2649 2653
2650+++ 2654+++