diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3aa96bb1e5..fbce94f2ecd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-05-04 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (Qtotal): New var. | ||
| 4 | (syms_of_xdisp): Intern and staticpro it. | ||
| 5 | (calc_line_height_property): New arg total. Set it if | ||
| 6 | line-spacing property has format (total . VALUE). | ||
| 7 | (x_produce_glyphs): Ignore line-spacing if line-height is 0. | ||
| 8 | Handle total line-spacing property. | ||
| 9 | |||
| 1 | 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10 | 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear | 12 | * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear |