diff options
| author | Kim F. Storm | 2006-02-20 22:31:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-02-20 22:31:16 +0000 |
| commit | 49af2995e0c3c30039ca36fc65c28b62c9d0e5a4 (patch) | |
| tree | 9e6c6213a6c5ea836c964ae4caf6a22930308e81 /etc | |
| parent | 277fd553d855d82cc2ae6a0b84b0516c813788a1 (diff) | |
| download | emacs-49af2995e0c3c30039ca36fc65c28b62c9d0e5a4.tar.gz emacs-49af2995e0c3c30039ca36fc65c28b62c9d0e5a4.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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 | ||
| 4609 | and cursor symbols and the actual fringe bitmaps to be displayed. | ||
| 4610 | This decouples the logical meaning of the fringe indicators from the | ||
| 4611 | physical appearence, as well as allowing different fringe bitmaps to | ||
| 4612 | be 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 |
| 4608 | fringe bitmaps, as well as change the built-in fringe bitmaps. | 4615 | fringe bitmaps, as well as change the built-in fringe bitmaps. |
| 4609 | 4616 | ||