summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-02-20 22:31:16 +0000
committerKim F. Storm <storm@cua.dk>2006-02-20 22:31:16 +0000
commit49af2995e0c3c30039ca36fc65c28b62c9d0e5a4 (patch)
tree9e6c6213a6c5ea836c964ae4caf6a22930308e81 /etc/NEWS
parent277fd553d855d82cc2ae6a0b84b0516c813788a1 (diff)
downloademacs-49af2995e0c3c30039ca36fc65c28b62c9d0e5a4.tar.gz
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c2b818940a1..df6a44e2254 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4604,6 +4604,13 @@ or bottom edge of a window. It does not move other window edges.
+++
** Customizable fringe bitmaps
+*** New buffer-local variables `fringe-indicator-alist' and
+`fringe-cursor-alist' maps between logical (internal) fringe indicator
+and cursor symbols and the actual fringe bitmaps to be displayed.
+This decouples the logical meaning of the fringe indicators from the
+physical appearence, as well as allowing different fringe bitmaps to
+be used in different windows showing different buffers.
+
*** New function `define-fringe-bitmap' can now be used to create new
fringe bitmaps, as well as change the built-in fringe bitmaps.