aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-02 12:51:55 +0000
committerGerd Moellmann1999-11-02 12:51:55 +0000
commit9fb5e03d38d8c8a8f712b5b535f0d842bdc00f05 (patch)
treeb329e5d941f4eafdfe1d7aa5868b47bc5d6e0e90 /src/ChangeLog
parent00510a6b35e1e0ef3bf575789ff1e220b9d195d8 (diff)
downloademacs-9fb5e03d38d8c8a8f712b5b535f0d842bdc00f05.tar.gz
emacs-9fb5e03d38d8c8a8f712b5b535f0d842bdc00f05.zip
(QCuser_data): New.
(syms_of_xfns): Initialize QCuser_data. (parse_image_spec): Ignore :user-data DATA properties.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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 @@
11999-11-02 Gerd Moellmann <gerd@gnu.org> 11999-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.