Mercurial > emacs
comparison etc/NEWS @ 57332:304307d73431
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 05 Oct 2004 08:57:14 +0000 |
parents | 51f2d473391c |
children | 0f1e71a36ac3 |
comparison
equal
deleted
inserted
replaced
57331:c02ec4a1158e | 57332:304307d73431 |
---|---|
2491 Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a | 2491 Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a |
2492 symbol identifying a fringe bitmap, either built-in or defined with | 2492 symbol identifying a fringe bitmap, either built-in or defined with |
2493 `define-fringe-bitmap', and FACE is an optional face name to be used | 2493 `define-fringe-bitmap', and FACE is an optional face name to be used |
2494 for displaying the bitmap. | 2494 for displaying the bitmap. |
2495 | 2495 |
2496 *** New function `fringe-bitmaps-at-pos' returns a cons (LEFT . RIGHT) | 2496 *** New function `fringe-bitmaps-at-pos' returns the current fringe |
2497 identifying the current fringe bitmaps in the display line at a given | 2497 bitmaps in the display line at a given buffer position. |
2498 buffer position. A nil value means no bitmap. | |
2499 | 2498 |
2500 ** Multiple overlay arrows can now be defined and managed via the new | 2499 ** Multiple overlay arrows can now be defined and managed via the new |
2501 variable `overlay-arrow-variable-list'. It contains a list of | 2500 variable `overlay-arrow-variable-list'. It contains a list of |
2502 varibles which contain overlay arrow position markers, including | 2501 varibles which contain overlay arrow position markers, including |
2503 the original `overlay-arrow-position' variable. | 2502 the original `overlay-arrow-position' variable. |