diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eabe023a24e..7b6264a3295 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-12-30 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (get_line_height_property): New function extracted from | ||
| 4 | original calc_line_height_property. | ||
| 5 | (calc_line_height_property): Rework. Handle t and (nil . ratio). | ||
| 6 | (x_produce_glyphs): Use them to handle line-height and | ||
| 7 | line-spacing according to new height spec. | ||
| 8 | (Qtotal): Remove. | ||
| 9 | (syms_of_xdisp): Remove defsubr and intern for Qtotal. | ||
| 10 | |||
| 1 | 2004-12-30 Kenichi Handa <handa@m17n.org> | 11 | 2004-12-30 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | * fileio.c (Finsert_file_contents): Don't use | 13 | * fileio.c (Finsert_file_contents): Don't use |