diff options
| author | Gerd Moellmann | 2001-03-25 15:56:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-25 15:56:17 +0000 |
| commit | 20fbd92520fd6a9fd8f21f316425727e819f1ea5 (patch) | |
| tree | 0983d4ea3030095f2935424fd3d57c9866a2daa4 /src/ChangeLog | |
| parent | 839736d520112f737b4fb2abc7e3827f00ffea1c (diff) | |
| download | emacs-20fbd92520fd6a9fd8f21f316425727e819f1ea5.tar.gz emacs-20fbd92520fd6a9fd8f21f316425727e819f1ea5.zip | |
(init_from_display_pos): Test invisible property
with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff7a6c65abb..1cc3d4d635a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-03-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (init_from_display_pos): Test invisible property | ||
| 4 | with TEXT_PROP_MEANS_INVISIBLE instead of NILP. | ||
| 5 | |||
| 3 | * xdisp.c (redisplay_internal) <update one window>: Make sure | 6 | * xdisp.c (redisplay_internal) <update one window>: Make sure |
| 4 | last_arrow_position and last_arrow_string are set. | 7 | last_arrow_position and last_arrow_string are set. |
| 5 | 8 | ||