Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5847e56
Commit
e5847e56
authored
Apr 25, 2004
by
Kim F. Storm
Browse files
New line-spacing property on newlines.
parent
9ff3aa31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
etc/NEWS
etc/NEWS
+17
-3
No files found.
etc/NEWS
View file @
e5847e56
...
@@ -1988,9 +1988,23 @@ specify image slice (X Y WIDTH HEIGHT).
...
@@ -1988,9 +1988,23 @@ specify image slice (X Y WIDTH HEIGHT).
*** New function insert-sliced-image inserts a given image as a
*** New function insert-sliced-image inserts a given image as a
specified number of evenly sized slices (rows x columns).
specified number of evenly sized slices (rows x columns).
*** Trailing newlines no longer contribute to the height of a display
** New line-spacing property for newline characters
row; instead the height of the newline glyph is reduced. This allows
sliced images to use a height less than the default line height.
A newline may now have a line-spacing text property, that may be used
to control the height of the corresponding display row.
If the property value is t, the newline does not contribute to the
height of the display row; instead the height of the newline glyph is
reduced. This can be used to tile small images or image slices
without adding blank areas between the images.
If the property value is an integer, the value is used as additional
space to put after the display line; this overrides the default frame
line-spacing and any buffer local value of the line-spacing variable.
If the property value is a float, the value is multiplied by the
current height of the display row to determine the additional space
to put after the display line.
** Enhancements to stretch display properties
** Enhancements to stretch display properties
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment