# HG changeset patch # User Kim F. Storm # Date 1096966634 0 # Node ID 304307d7343111d9e1325d7af5baa64007e11dad # Parent c02ec4a1158e1c40ee5a99da2e5c9bf127c63363 *** empty log message *** diff -r c02ec4a1158e -r 304307d73431 etc/NEWS --- a/etc/NEWS Tue Oct 05 08:55:12 2004 +0000 +++ b/etc/NEWS Tue Oct 05 08:57:14 2004 +0000 @@ -2493,9 +2493,8 @@ `define-fringe-bitmap', and FACE is an optional face name to be used for displaying the bitmap. -*** New function `fringe-bitmaps-at-pos' returns a cons (LEFT . RIGHT) -identifying the current fringe bitmaps in the display line at a given -buffer position. A nil value means no bitmap. +*** New function `fringe-bitmaps-at-pos' returns the current fringe +bitmaps in the display line at a given buffer position. ** Multiple overlay arrows can now be defined and managed via the new variable `overlay-arrow-variable-list'. It contains a list of diff -r c02ec4a1158e -r 304307d73431 lispref/ChangeLog --- a/lispref/ChangeLog Tue Oct 05 08:55:12 2004 +0000 +++ b/lispref/ChangeLog Tue Oct 05 08:57:14 2004 +0000 @@ -1,3 +1,7 @@ +2004-10-05 Kim F. Storm + + * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos. + 2004-09-29 Kim F. Storm * display.texi (Fringe Bitmaps): Use symbols rather than numbers