/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.841.2.18 by miles, Wed Sep 29 07:22:19 2004 UTC revision 1.841.2.19 by miles, Thu Sep 30 01:20:39 2004 UTC
# Line 457  This behavior is activated by setting th Line 457  This behavior is activated by setting th
457  this variable is found in `default-indicate-buffer-boundaries'.  this variable is found in `default-indicate-buffer-boundaries'.
458    
459  If value is `left' or `right', both angle and arrow bitmaps are  If value is `left' or `right', both angle and arrow bitmaps are
460  displayed in the left or right fringe, resp.  Any other non-nil value  displayed in the left or right fringe, resp.
461  causes the bitmap on the top line to be displayed in the left fringe,  
462  and the bitmap on the bottom line in the right fringe.  Value may also be an alist which specifies the presense and position
463    of each bitmap individually.
464  If value is a cons (ANGLES . ARROWS), the car specifies the position  
465  of the angle bitmaps, and the cdr specifies the position of the arrow  For example, ((top . left) (t .  right)) places the top angle bitmap
466  bitmaps.  in left fringe, the bottom angle bitmap in right fringe, and both
467    arrow bitmaps in right fringe.  To show just the angle bitmaps in the
468  For example, (t .  right) places the top angle bitmap in left fringe,  left fringe, but no arrow bitmaps, use ((top . left) (bottom . left)).
 the bottom angle bitmap in right fringe, and both arrow bitmaps in  
 right fringe.  To show just the angle bitmaps in the left fringe, but  
 no arrow bitmaps, use (left . nil).  
469    
470  ** New command `display-local-help' displays any local help at point  ** New command `display-local-help' displays any local help at point
471  in the echo area.  It is bound to `C-h .'.  It normally displays the  in the echo area.  It is bound to `C-h .'.  It normally displays the
# Line 2538  use of the capabilities of the display. Line 2535  use of the capabilities of the display.
2535  +++  +++
2536  ** Customizable fringe bitmaps  ** Customizable fringe bitmaps
2537    
2538  *** New function 'define-fringe-bitmap' can now be used to change the  *** New function 'define-fringe-bitmap' can now be used to create new
2539  built-in fringe bitmaps, as well as create new fringe bitmaps.  fringe bitmaps, as well as change the built-in fringe bitmaps.
2540  The return value is a number identifying the new fringe bitmap.  
2541    To change a built-in bitmap, do (require 'fringe) and use the symbol
2542  To change a built-in bitmap, do (require 'fringe) and identify the  identifing the bitmap such as `left-truncation or `continued-line'.
 bitmap to change with the value of the corresponding symbol, like  
 `left-truncation-fringe-bitmap' or `continued-line-fringe-bitmap'.  
2543    
2544  *** New function 'destroy-fringe-bitmap' may be used to destroy a  *** New function 'destroy-fringe-bitmap' may be used to destroy a
2545  previously created bitmap, or restore a built-in bitmap.  previously created bitmap, or restore a built-in bitmap.
# Line 2559  that can be used to show a specific bitm Line 2554  that can be used to show a specific bitm
2554  bitmap of the display line.  bitmap of the display line.
2555    
2556  Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a  Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a
2557  number identifying a fringe bitmap, either built-in or as returned by  symbol identifying a fringe bitmap, either built-in or defined with
2558  `define-fringe-bitmap', and FACE is an optional face name to be used  `define-fringe-bitmap', and FACE is an optional face name to be used
2559  for displaying the bitmap.  for displaying the bitmap.
2560    

Legend:
Removed from v.1.841.2.18  
changed lines
  Added in v.1.841.2.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26