emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Wed, 22 Sep 2004 19:30:43 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1035 emacs/etc/NEWS:1.1036
*** emacs/etc/NEWS:1.1035       Tue Sep 21 00:54:47 2004
--- emacs/etc/NEWS      Wed Sep 22 23:09:44 2004
***************
*** 361,366 ****
--- 361,367 ----
        % emacsclient -s foo file1
        % emacsclient -s bar file2
  
+ +++
  ** On window systems, lines which are exactly as wide as the window
  (not counting the final newline character) are no longer broken into
  two lines on the display (with just the newline on the second line).
***************
*** 370,375 ****
--- 371,377 ----
  The new user option 'overflow-newline-into-fringe' may be set to nil to
  revert to the old behaviour of continuing such lines.
  
+ +++
  ** The buffer boundaries (i.e. first and last line in the buffer) may
  now be marked with angle bitmaps in the fringes.  In addition, up and
  down arrow bitmaps may be shown at the top and bottom of the left or
***************
*** 2320,2328 ****
--- 2322,2332 ----
  if the file is indeed remote.  (Before, the return value was t in
  this case.)
  
+ +++
  ** The display space :width and :align-to text properties are now
  supported on text terminals.
  
+ +++
  ** Support for displaying image slices
  
  *** New display property (slice X Y WIDTH HEIGHT) may be used with
***************
*** 2334,2339 ****
--- 2338,2344 ----
  *** New function insert-sliced-image inserts a given image as a
  specified number of evenly sized slices (rows x columns).
  
+ +++
  ** New line-height and line-spacing properties for newline characters
  
  A newline may now have line-height and line-spacing text or overlay
***************
*** 2370,2379 ****
  total height of the line, i.e. a varying number of pixels are inserted
  after each line to make each line exactly that many pixels high.
  
- 
  ** The buffer local line-spacing variable may now have a float value,
  which is used as a height relative to the default frame line height.
  
  ** Enhancements to stretch display properties
  
  The display property stretch specification form `(space PROPS)', where
--- 2375,2384 ----
  total height of the line, i.e. a varying number of pixels are inserted
  after each line to make each line exactly that many pixels high.
  
  ** The buffer local line-spacing variable may now have a float value,
  which is used as a height relative to the default frame line height.
  
+ +++
  ** Enhancements to stretch display properties
  
  The display property stretch specification form `(space PROPS)', where
***************
*** 2430,2435 ****
--- 2435,2441 ----
  The form `(+ EXPR ...)' adds up the value of the expressions.
  The form `(- EXPR ...)' negates or subtracts the value of the expressions.
  
+ +++
  ** Normally, the cursor is displayed at the end of any overlay and
  text property string that may be present at the current window
  position.  The cursor may now be placed on any character of such
***************
*** 2447,2453 ****
  preferred method for defining default faces in a way that makes a good
  use of the capabilities of the display.
  
! ** New function 'define-fringe-bitmap' can now be used to change the
  built-in fringe bitmaps, as well as create new fringe bitmaps.
  The return value is a number identifying the new fringe bitmap.
  
--- 2453,2462 ----
  preferred method for defining default faces in a way that makes a good
  use of the capabilities of the display.
  
! +++
! ** Customizable fringe bitmaps
! 
! *** New function 'define-fringe-bitmap' can now be used to change the
  built-in fringe bitmaps, as well as create new fringe bitmaps.
  The return value is a number identifying the new fringe bitmap.
  
***************
*** 2455,2469 ****
  bitmap to change with the value of the corresponding symbol, like
  `left-truncation-fringe-bitmap' or `continued-line-fringe-bitmap'.
  
! ** New function 'destroy-fringe-bitmap' may be used to destroy a
  previously created bitmap, or restore a built-in bitmap.
  
! ** New function 'set-fringe-bitmap-face' can now be used to set a
  specific face to be used for a specific fringe bitmap.  Normally,
  this should be a face derived from the `fringe' face, specifying
  the foreground color as the desired color of the bitmap.
  
! ** There are new display properties, left-fringe and right-fringe,
  that can be used to show a specific bitmap in the left or right fringe
  bitmap of the display line.
  
--- 2464,2478 ----
  bitmap to change with the value of the corresponding symbol, like
  `left-truncation-fringe-bitmap' or `continued-line-fringe-bitmap'.
  
! *** New function 'destroy-fringe-bitmap' may be used to destroy a
  previously created bitmap, or restore a built-in bitmap.
  
! *** New function 'set-fringe-bitmap-face' can now be used to set a
  specific face to be used for a specific fringe bitmap.  Normally,
  this should be a face derived from the `fringe' face, specifying
  the foreground color as the desired color of the bitmap.
  
! *** There are new display properties, left-fringe and right-fringe,
  that can be used to show a specific bitmap in the left or right fringe
  bitmap of the display line.
  
***************
*** 2472,2478 ****
  `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.
  
--- 2481,2487 ----
  `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.
  
***************
*** 2539,2556 ****
--- 2548,2570 ----
  whose cdr is the overlay in which the property was found, or nil if
  it was found as a text property or not found at all.
  
+ +++ (lispref)
+ ??? (man)
  ** The mouse pointer shape in void text areas (i.e. after the end of a
  line or below the last line in the buffer) of the text window is now
  controlled by the new variable `void-text-area-pointer'.  The default
  is to use the `arrow' (non-text) pointer.  Other choices are `text'
  (or nil), `hand', `vdrag', `hdrag', `modeline', and `hourglass'.
  
+ +++
  ** The mouse pointer shape over an image can now be controlled by the
  :pointer image property.
  
+ +++
  ** The mouse pointer shape over ordinary text or images may now be
  controlled/overriden via the `pointer' text property.
  
+ +++
  ** Images may now have an associated image map via the :map property.
  
  An image map is an alist where each element has the format (AREA ID PLIST).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]