diff options
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 700f6c358cf..6a070bd69e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-04-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (Qline_height): New variable. | ||
| 4 | (syms_of_xdisp): Intern and staticpro it. | ||
| 5 | (append_space_for_newline): Partially undo 2004-04-25 change; | ||
| 6 | add default_face_p arg, and restore callers. | ||
| 7 | Clear it->use_default_face after use. | ||
| 8 | (x_produce_glyphs): Set default font for ascii char if | ||
| 9 | it->use_default_font is set. Change line-spacing property to set | ||
| 10 | just extra line spacing. Handle new line-height property. | ||
| 11 | |||
| 1 | 2004-04-26 Andreas Schwab <schwab@suse.de> | 12 | 2004-04-26 Andreas Schwab <schwab@suse.de> |
| 2 | 13 | ||
| 3 | * print.c (print_object): Print non-ascii characters in bool | 14 | * print.c (print_object): Print non-ascii characters in bool |
| @@ -11,7 +22,7 @@ | |||
| 11 | * data.c (Faref, Faset): Likewise. | 22 | * data.c (Faref, Faset): Likewise. |
| 12 | * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) | 23 | * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) |
| 13 | (mapcar1): Likewise. | 24 | (mapcar1): Likewise. |
| 14 | 25 | ||
| 15 | 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> | 26 | 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> |
| 16 | 27 | ||
| 17 | * lread.c (init_lread): Fixing typo HAVE_CARBON test logic | 28 | * lread.c (init_lread): Fixing typo HAVE_CARBON test logic |