Changeset 4169 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/NEWS

    r4166 r4169  
    958958*** `vertical-border' face is used for the vertical divider between windows. 
    959959 
     960** ebnf2ps changes: 
     961 
     962+++ 
     963*** New option `ebnf-arrow-extra-width' which specify extra width for arrow 
     964shape drawing. 
     965The extra width is used to avoid that the arrowhead and the terminal border 
     966overlap.  It depens on `ebnf-arrow-shape' and `ebnf-line-width'. 
     967 
     968+++ 
     969*** New option `ebnf-arrow-scale' which specify the arrow scale. 
     970Values lower than 1.0, shrink the arrow. 
     971Values greater than 1.0, expand the arrow. 
     972 
    960973** Font-Lock changes: 
    961974 
     
    10601073+++ 
    10611074*** For the Gtk+ version, you can make Emacs use the old file dialog 
    1062 by setting the variable `x-use-old-gtk-file-dialog' to t.  Default is to use 
     1075by setting the variable `x-gtk-use-old-file-dialog' to t.  Default is to use 
    10631076the new dialog. 
    10641077 
     
    20552068 
    20562069*** Navigation within an item is easier.  Repeated beginning-of-line and 
    2057 end-of-line key commands (usually, ^A and ^E) cycle through the  
     2070end-of-line key commands (usually, ^A and ^E) cycle through the 
    20582071beginning/end-of-line and then beginning/end of topic, etc.  See new 
    20592072customization vars `allout-beginning-of-line-cycles' and 
     
    37873800 
    37883801+++ 
     3802*** The new function `memql' is like `memq', but uses `eql' for comparison, 
     3803that is, floats are compared by value and other elements with `eq'. 
     3804 
     3805+++ 
    37893806*** `makehash' is now obsolete.  Use `make-hash-table' instead. 
    37903807 
     
    41114128and partial visibility state of the corresponding row, if the PARTIALLY 
    41124129arg is non-nil. 
     4130 
     4131+++ 
     4132*** New function `window-line-height' is an efficient way to get 
     4133information about a specific text line in a window provided that the 
     4134window's display is up-to-date. 
    41134135 
    41144136+++