diff options
| author | Gerd Moellmann | 2001-03-08 20:56:25 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-08 20:56:25 +0000 |
| commit | 5de7c6f2360dddb513582c10a1d7d656a388e35f (patch) | |
| tree | b085a5d8f15df428d843fa71c020d3b5deca9269 /src/ChangeLog | |
| parent | 48a4ca998539a17fc6d85a5f7dcc1deb8c7901b6 (diff) | |
| download | emacs-5de7c6f2360dddb513582c10a1d7d656a388e35f.tar.gz emacs-5de7c6f2360dddb513582c10a1d7d656a388e35f.zip | |
(handle_face_prop, face_before_or_after_it_pos)
(display_string): Call face_at_string_position with new
parameter.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index beb0fd4f506..357b78cb8f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2001-03-08 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (note_mouse_highlight): Handle mouse-face and | ||
| 4 | help-echo in strings. | ||
| 5 | (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P. | ||
| 6 | (fast_find_string_pos): New function. | ||
| 7 | |||
| 8 | * xdisp.c (handle_face_prop, face_before_or_after_it_pos) | ||
| 9 | (display_string): Call face_at_string_position with new | ||
| 10 | parameter. | ||
| 11 | |||
| 12 | * xfaces.c (face_at_string_position): Add parameter MOUSE_P. | ||
| 13 | Handle `mouse-face'. | ||
| 14 | |||
| 15 | * dispextern.h (face_at_string_position): Change prototype. | ||
| 16 | |||
| 3 | * dired.c (directory_files_internal): Handle EAGAIN more | 17 | * dired.c (directory_files_internal): Handle EAGAIN more |
| 4 | efficiently. | 18 | efficiently. |
| 5 | 19 | ||