aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-05-01 19:23:22 +0000
committerKaroly Lorentey2004-05-01 19:23:22 +0000
commitb160ff41a813213adfa745a9d009ab638a22d7b1 (patch)
treecee50a478285aa9d2d5e99acbcf31f64c7dc3cde /src/ChangeLog
parente6da77e898ea743bc416517542eae446e573b6b5 (diff)
parent4ae73f87a0f3ab6f9b7cdca19a3df40d945fc7a9 (diff)
downloademacs-b160ff41a813213adfa745a9d009ab638a22d7b1.tar.gz
emacs-b160ff41a813213adfa745a9d009ab638a22d7b1.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-262 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264 Update from CVS: lispref/display.texi: emacs -> Emacs. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-266 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-267 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-156
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 386c3d99a47..f8a9e5fb767 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,32 @@
12004-04-30 Kim F. Storm <storm@cua.dk>
2
3 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
4 (syms_of_buffer) <cursor-type>: Doc fix.
5
6 * dispextern.h (struct it): Remove member use_default_face.
7 Add members override_ascent, override_descent, override_boff.
8
9 * xdisp.c (init_iterator): Handle line-spacing float value.
10 Initialize override_ascent member.
11 (append_space_for_newline): Reset override_ascent.
12 Remove use_default_face.
13 (calc_line_height_property): New function to calculate value of
14 line-height and line-spacing properties. Look at overlays, too.
15 Set override_ascent, override_descent, override_boff members when
16 using another face than the current face. Float values are now
17 relative to the frame default font, by default; accept a cons
18 of ratio and face name to specify value relative to a specific face.
19 (x_produce_glyphs): Use calc_line_height_property.
20 Use override_ascent etc. when set to handle different face heights.
21 A negative line-spacing property value is interpreted as a total
22 line height, rather than inter-line spacing.
23 (note_mouse_highlight): Allocate room for 40 overlays initially.
24
252004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * data.c (Fsubr_name): New fun.
28 (syms_of_data): Defsubr it.
29
12004-04-29 Kim F. Storm <storm@cua.dk> 302004-04-29 Kim F. Storm <storm@cua.dk>
2 31
3 * xdisp.c (null_glyph_slice): New var. 32 * xdisp.c (null_glyph_slice): New var.