aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2006-02-20 22:31:16 +0000
committerKim F. Storm2006-02-20 22:31:16 +0000
commit49af2995e0c3c30039ca36fc65c28b62c9d0e5a4 (patch)
tree9e6c6213a6c5ea836c964ae4caf6a22930308e81 /etc
parent277fd553d855d82cc2ae6a0b84b0516c813788a1 (diff)
downloademacs-49af2995e0c3c30039ca36fc65c28b62c9d0e5a4.tar.gz
emacs-49af2995e0c3c30039ca36fc65c28b62c9d0e5a4.zip
*** empty log message ***
Diffstat (limited to 'etc')
-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.
4604+++ 4604+++
4605** Customizable fringe bitmaps 4605** Customizable fringe bitmaps
4606 4606
4607*** New buffer-local variables `fringe-indicator-alist' and
4608`fringe-cursor-alist' maps between logical (internal) fringe indicator
4609and cursor symbols and the actual fringe bitmaps to be displayed.
4610This decouples the logical meaning of the fringe indicators from the
4611physical appearence, as well as allowing different fringe bitmaps to
4612be used in different windows showing different buffers.
4613
4607*** New function `define-fringe-bitmap' can now be used to create new 4614*** New function `define-fringe-bitmap' can now be used to create new
4608fringe bitmaps, as well as change the built-in fringe bitmaps. 4615fringe bitmaps, as well as change the built-in fringe bitmaps.
4609 4616