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

Diff of /emacs/etc/NEWS

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

revision 1.690.2.46 by miles, Wed Oct 6 05:21:55 2004 UTC revision 1.690.2.47 by miles, Wed Oct 6 05:23:58 2004 UTC
# Line 382  This behavior is activated by setting th Line 382  This behavior is activated by setting th
382  this variable is found in `default-indicate-buffer-boundaries'.  this variable is found in `default-indicate-buffer-boundaries'.
383    
384  If value is `left' or `right', both angle and arrow bitmaps are  If value is `left' or `right', both angle and arrow bitmaps are
385  displayed in the left or right fringe, resp.  Any other non-nil value  displayed in the left or right fringe, resp.
386  causes the bitmap on the top line to be displayed in the left fringe,  
387  and the bitmap on the bottom line in the right fringe.  Value may also be an alist which specifies the presense and position
388    of each bitmap individually.
389  If value is a cons (ANGLES . ARROWS), the car specifies the position  
390  of the angle bitmaps, and the cdr specifies the position of the arrow  For example, ((top . left) (t .  right)) places the top angle bitmap
391  bitmaps.  in left fringe, the bottom angle bitmap in right fringe, and both
392    arrow bitmaps in right fringe.  To show just the angle bitmaps in the
393  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).  
394    
395  ** New command `display-local-help' displays any local help at point  ** New command `display-local-help' displays any local help at point
396  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 2255  configuration files. Line 2252  configuration files.
2252    
2253  * Lisp Changes in Emacs 21.4  * Lisp Changes in Emacs 21.4
2254    
2255    +++
2256  ** Major mode functions now run the new normal hook  ** Major mode functions now run the new normal hook
2257  `after-change-major-mode-hook', at their very end, after the mode hooks.  `after-change-major-mode-hook', at their very end, after the mode hooks.
2258    
# Line 2462  use of the capabilities of the display. Line 2460  use of the capabilities of the display.
2460  +++  +++
2461  ** Customizable fringe bitmaps  ** Customizable fringe bitmaps
2462    
2463  *** New function 'define-fringe-bitmap' can now be used to change the  *** New function 'define-fringe-bitmap' can now be used to create new
2464  built-in fringe bitmaps, as well as create new fringe bitmaps.  fringe bitmaps, as well as change the built-in fringe bitmaps.
2465  The return value is a number identifying the new fringe bitmap.  
2466    To change a built-in bitmap, do (require 'fringe) and use the symbol
2467  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'.  
2468    
2469  *** New function 'destroy-fringe-bitmap' may be used to destroy a  *** New function 'destroy-fringe-bitmap' may be used to destroy a
2470  previously created bitmap, or restore a built-in bitmap.  previously created bitmap, or restore a built-in bitmap.
# Line 2483  that can be used to show a specific bitm Line 2479  that can be used to show a specific bitm
2479  bitmap of the display line.  bitmap of the display line.
2480    
2481  Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a  Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a
2482  number identifying a fringe bitmap, either built-in or as returned by  symbol identifying a fringe bitmap, either built-in or defined with
2483  `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
2484  for displaying the bitmap.  for displaying the bitmap.
2485    

Legend:
Removed from v.1.690.2.46  
changed lines
  Added in v.1.690.2.47

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