diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e00d388404..c575045c72b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 1999-11-02 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (QCuser_data): New. | ||
| 4 | (syms_of_xfns): Initialize QCuser_data. | ||
| 5 | (parse_image_spec): Ignore :user-data DATA properties. | ||
| 6 | |||
| 3 | * xdisp.c (display_line): Set charpos of first glyph in blank | 7 | * xdisp.c (display_line): Set charpos of first glyph in blank |
| 4 | lines not corresponding to any text to -1, even if no glyphs are | 8 | lines not corresponding to any text to -1, even if no glyphs are |
| 5 | filled in in that line. | 9 | filled in in that line. |