Changeset 4169 for trunk/etc/NEWS
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/etc/NEWS (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4166 r4169 958 958 *** `vertical-border' face is used for the vertical divider between windows. 959 959 960 ** ebnf2ps changes: 961 962 +++ 963 *** New option `ebnf-arrow-extra-width' which specify extra width for arrow 964 shape drawing. 965 The extra width is used to avoid that the arrowhead and the terminal border 966 overlap. It depens on `ebnf-arrow-shape' and `ebnf-line-width'. 967 968 +++ 969 *** New option `ebnf-arrow-scale' which specify the arrow scale. 970 Values lower than 1.0, shrink the arrow. 971 Values greater than 1.0, expand the arrow. 972 960 973 ** Font-Lock changes: 961 974 … … 1060 1073 +++ 1061 1074 *** 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 use1075 by setting the variable `x-gtk-use-old-file-dialog' to t. Default is to use 1063 1076 the new dialog. 1064 1077 … … 2055 2068 2056 2069 *** Navigation within an item is easier. Repeated beginning-of-line and 2057 end-of-line key commands (usually, ^A and ^E) cycle through the 2070 end-of-line key commands (usually, ^A and ^E) cycle through the 2058 2071 beginning/end-of-line and then beginning/end of topic, etc. See new 2059 2072 customization vars `allout-beginning-of-line-cycles' and … … 3787 3800 3788 3801 +++ 3802 *** The new function `memql' is like `memq', but uses `eql' for comparison, 3803 that is, floats are compared by value and other elements with `eq'. 3804 3805 +++ 3789 3806 *** `makehash' is now obsolete. Use `make-hash-table' instead. 3790 3807 … … 4111 4128 and partial visibility state of the corresponding row, if the PARTIALLY 4112 4129 arg is non-nil. 4130 4131 +++ 4132 *** New function `window-line-height' is an efficient way to get 4133 information about a specific text line in a window provided that the 4134 window's display is up-to-date. 4113 4135 4114 4136 +++
